#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker4 { 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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker3 { 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { 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); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; 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 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); } }; 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 InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)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 InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Runtime.Remoting.Messaging.CallContextRemotingData struct CallContextRemotingData_t2260963392; // System.Runtime.Remoting.Messaging.ClientContextTerminatorSink struct ClientContextTerminatorSink_t4064115021; // System.Runtime.Remoting.Contexts.Context struct Context_t3285446944; // System.Runtime.Remoting.Messaging.ConstructionCall struct ConstructionCall_t4011594745; // System.Type struct Type_t; // System.Runtime.Remoting.Messaging.MethodCall struct MethodCall_t861078140; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Runtime.Remoting.Messaging.ConstructionCallDictionary struct ConstructionCallDictionary_t686578562; // System.Runtime.Remoting.Activation.IConstructionCallMessage struct IConstructionCallMessage_t783335977; // System.Runtime.Remoting.Messaging.MethodDictionary struct MethodDictionary_t207894204; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.String struct String_t; // System.Runtime.Remoting.Activation.IActivator struct IActivator_t485815189; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Collections.IList struct IList_t2094931216; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Runtime.Remoting.Messaging.IMethodMessage struct IMethodMessage_t3120117683; // System.String[] struct StringU5BU5D_t1281789340; // System.ArgumentException struct ArgumentException_t132251570; // System.Runtime.Remoting.Messaging.EnvoyTerminatorSink struct EnvoyTerminatorSink_t3654193516; // System.Runtime.Remoting.Messaging.Header struct Header_t549724581; // System.Runtime.Remoting.Messaging.HeaderHandler struct HeaderHandler_t2878040134; // System.Runtime.Remoting.Messaging.Header[] struct HeaderU5BU5D_t204812840; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_t3342013719; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t2232395945; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Runtime.Remoting.Messaging.MethodCallDictionary struct MethodCallDictionary_t605791082; // System.Runtime.Remoting.RemotingException struct RemotingException_t2290474311; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator struct DictionaryEnumerator_t2516729552; // System.Collections.ICollection struct ICollection_t3904884886; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Runtime.Remoting.Messaging.MethodReturnDictionary struct MethodReturnDictionary_t2551046119; // System.Runtime.Remoting.Messaging.IMethodReturnMessage struct IMethodReturnMessage_t3705538073; // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t2807636944; // System.Exception struct Exception_t; // System.Runtime.Remoting.Messaging.ObjRefSurrogate struct ObjRefSurrogate_t3860276170; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Runtime.Serialization.ISurrogateSelector struct ISurrogateSelector_t3040401154; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Runtime.Remoting.Messaging.RemotingSurrogate struct RemotingSurrogate_t2834579653; // System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t2312050253; // System.Runtime.Remoting.Messaging.RemotingSurrogateSelector struct RemotingSurrogateSelector_t2472351973; // System.Runtime.Serialization.ISerializationSurrogate struct ISerializationSurrogate_t2624761601; // System.Runtime.Remoting.Messaging.ReturnMessage struct ReturnMessage_t1376985608; // System.Runtime.Remoting.Messaging.IMethodCallMessage struct IMethodCallMessage_t2377797630; // System.Runtime.Remoting.Messaging.ArgInfo struct ArgInfo_t3261134217; // System.Runtime.Remoting.Messaging.ServerContextTerminatorSink struct ServerContextTerminatorSink_t16296004; // System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink struct ServerObjectTerminatorSink_t4187339465; // System.Runtime.Remoting.Messaging.IMessageSink struct IMessageSink_t2514424906; // System.Runtime.Remoting.Messaging.StackBuilderSink struct StackBuilderSink_t883411942; // System.MarshalByRefObject struct MarshalByRefObject_t2760389100; // System.Runtime.Remoting.Metadata.SoapAttribute struct SoapAttribute_t411004526; // System.Attribute struct Attribute_t861562559; // System.Runtime.Remoting.Metadata.SoapFieldAttribute struct SoapFieldAttribute_t1164342470; // System.Runtime.Remoting.Metadata.SoapMethodAttribute struct SoapMethodAttribute_t1935009310; // System.Runtime.Remoting.Metadata.SoapParameterAttribute struct SoapParameterAttribute_t1445364003; // System.Runtime.Remoting.Metadata.SoapTypeAttribute struct SoapTypeAttribute_t1750930817; // System.Reflection.AssemblyName struct AssemblyName_t270931938; // System.Runtime.Remoting.ObjRef struct ObjRef_t2141158884; // System.Runtime.Remoting.IChannelInfo struct IChannelInfo_t3866172133; // System.Runtime.Remoting.IEnvoyInfo struct IEnvoyInfo_t2180778907; // System.Runtime.Remoting.IRemotingTypeInfo struct IRemotingTypeInfo_t2222593263; // System.Runtime.Remoting.ChannelInfo struct ChannelInfo_t2064577689; // System.Runtime.Remoting.ProviderData struct ProviderData_t3272123318; // System.Runtime.Remoting.Proxies.ProxyAttribute struct ProxyAttribute_t455382724; // System.Runtime.Remoting.Proxies.RemotingProxy struct RemotingProxy_t2444335113; // System.Runtime.Remoting.ClientIdentity struct ClientIdentity_t1428046844; // System.Runtime.Remoting.Identity struct Identity_t1873279371; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Xml.SmallXmlParser struct SmallXmlParser_t973787839; // System.IO.StreamReader struct StreamReader_t4009935899; // System.Runtime.Remoting.ConfigHandler struct ConfigHandler_t4192437216; // System.IO.TextReader struct TextReader_t283511965; // Mono.Xml.SmallXmlParser/IContentHandler struct IContentHandler_t2787973995; // System.Runtime.Remoting.ActivatedClientTypeEntry struct ActivatedClientTypeEntry_t761233661; // System.Runtime.Remoting.ActivatedServiceTypeEntry struct ActivatedServiceTypeEntry_t3761108592; // System.Runtime.Remoting.WellKnownClientTypeEntry struct WellKnownClientTypeEntry_t1333916391; // System.Runtime.Remoting.WellKnownServiceTypeEntry struct WellKnownServiceTypeEntry_t2561527180; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Runtime.Remoting.ChannelData struct ChannelData_t3353629972; // System.SystemException struct SystemException_t176217640; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_t3197753202; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Runtime.Remoting.Lifetime.ILease struct ILease_t2998816618; // System.Runtime.Remoting.ClientActivatedIdentity struct ClientActivatedIdentity_t3849543081; // System.Reflection.Binder struct Binder_t2999457153; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.MonoType struct MonoType_t; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361; // System.Runtime.Remoting.Contexts.IContextAttribute[] struct IContextAttributeU5BU5D_t1656595889; // System.Runtime.Remoting.Contexts.IContextAttribute struct IContextAttribute_t176678928; // System.Runtime.Remoting.Channels.CrossAppDomainSink struct CrossAppDomainSink_t2177102621; // System.Runtime.Remoting.SingleCallIdentity struct SingleCallIdentity_t1525242393; // System.Runtime.Remoting.SingletonIdentity struct SingletonIdentity_t2425810587; // System.Runtime.Remoting.Lifetime.Lease struct Lease_t4051722892; // System.Runtime.Remoting.TypeInfo struct TypeInfo_t3108865556; // System.Runtime.Remoting.EnvoyInfo struct EnvoyInfo_t22149680; // System.Runtime.Remoting.Services.ITrackingHandler struct ITrackingHandler_t1244553475; // System.Reflection.Assembly struct Assembly_t; // System.Runtime.Remoting.SoapServices/TypeInfo struct TypeInfo_t3204178358; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Runtime.Remoting.TypeEntry struct TypeEntry_t3903395172; // System.Runtime.Serialization.ArrayFixupRecord struct ArrayFixupRecord_t4271256269; // System.Runtime.Serialization.ObjectRecord struct ObjectRecord_t1187467272; // System.Runtime.Serialization.BaseFixupRecord struct BaseFixupRecord_t3185653456; // System.Runtime.Serialization.ObjectManager struct ObjectManager_t1653064325; // System.Runtime.Serialization.SerializationException struct SerializationException_t3941511869; // System.Runtime.Serialization.DelayedFixupRecord struct DelayedFixupRecord_t2425570624; // System.Runtime.Serialization.FixupRecord struct FixupRecord_t4176629420; // System.Runtime.Serialization.FormatterConverter struct FormatterConverter_t2760117746; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t274213469; // System.IO.Stream struct Stream_t1273022909; // System.IO.BinaryReader struct BinaryReader_t2428077293; // System.Runtime.Serialization.Formatters.Binary.ObjectReader struct ObjectReader_t1940957392; // System.IO.BinaryWriter struct BinaryWriter_t3992595042; // System.Runtime.Serialization.Formatters.Binary.ObjectWriter struct ObjectWriter_t2968406231; // System.Runtime.Serialization.Formatters.Binary.ClrTypeMetadata struct ClrTypeMetadata_t3885853035; // System.Runtime.Serialization.Formatters.Binary.TypeMetadata struct TypeMetadata_t2187352167; // System.AppDomain struct AppDomain_t1571427825; // System.Reflection.Emit.AssemblyBuilder struct AssemblyBuilder_t359885250; // System.Reflection.Emit.ModuleBuilder struct ModuleBuilder_t731887691; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t1302094432; // System.Reflection.Emit.TypeBuilder struct TypeBuilder_t1073948154; // System.Reflection.Emit.ConstructorBuilder struct ConstructorBuilder_t2813524108; // System.Reflection.Emit.ILGenerator struct ILGenerator_t1388622344; // System.Reflection.Emit.MethodBuilder struct MethodBuilder_t2807316753; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Runtime.Serialization.Formatters.Binary.MemberTypeMetadata struct MemberTypeMetadata_t976220688; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Runtime.Serialization.Formatters.Binary.ObjectReader/ArrayNullFiller struct ArrayNullFiller_t1685365060; // System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata struct TypeMetadata_t3139523260; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Runtime.Serialization.ObjectIDGenerator struct ObjectIDGenerator_t1260826161; // System.Collections.Queue struct Queue_t3637523393; // System.Runtime.Serialization.SerializationObjectManager struct SerializationObjectManager_t4107654543; // System.Runtime.Serialization.Formatters.Binary.ObjectWriter/MetadataReference struct MetadataReference_t4077873660; // System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata struct SerializableTypeMetadata_t2796913665; // System.Reflection.MonoField struct MonoField_t; // System.Runtime.Serialization.MultiArrayFixupRecord struct MultiArrayFixupRecord_t2501518442; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Runtime.Serialization.ObjectIDGenerator/InstanceComparer struct InstanceComparer_t1261591096; // System.Runtime.Serialization.SerializationCallbacks struct SerializationCallbacks_t2570604627; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Runtime.Remoting.Contexts.CrossContextChannel struct CrossContextChannel_t4063984580; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t652373272; // System.Text.Encoding struct Encoding_t1523322056; // System.Text.Decoder struct Decoder_t2204182725; // System.Char[] struct CharU5BU5D_t3528271667; // System.Collections.Stack struct Stack_t2329662280; // System.Text.StringBuilder struct StringBuilder_t; // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_t567962447; // System.Reflection.Emit.LocalBuilder[] struct LocalBuilderU5BU5D_t4280809526; // System.Reflection.Emit.ILTokenInfo[] struct ILTokenInfoU5BU5D_t973106575; // System.Reflection.Emit.ILGenerator/LabelData[] struct LabelDataU5BU5D_t327903686; // System.Reflection.Emit.ILGenerator/LabelFixup[] struct LabelFixupU5BU5D_t103660291; // System.Reflection.Module struct Module_t2987026101; // System.Reflection.Emit.TokenGenerator struct TokenGenerator_t1734832736; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.WeakReference struct WeakReference_t1334886716; // System.Runtime.Remoting.Contexts.ContextCallbackObject struct ContextCallbackObject_t2292721408; // System.DelegateData struct DelegateData_t1677132599; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Reflection.TypeFilter struct TypeFilter_t2356120900; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Reflection.Emit.ParameterBuilder[] struct ParameterBuilderU5BU5D_t3054868058; // System.Reflection.Emit.CustomAttributeBuilder[] struct CustomAttributeBuilderU5BU5D_t2951373564; // System.Reflection.Emit.GenericTypeParameterBuilder[] struct GenericTypeParameterBuilderU5BU5D_t3780444109; // System.Type[][] struct TypeU5BU5DU5BU5D_t4042077012; // System.Reflection.Emit.RefEmitPermissionSet[] struct RefEmitPermissionSetU5BU5D_t567451178; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_t3411219591; // System.Version struct Version_t3456873960; // System.Reflection.MonoMethod struct MonoMethod_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.AppDomainManager struct AppDomainManager_t1420869192; // System.ActivationContext struct ActivationContext_t976916018; // System.ApplicationIdentity struct ApplicationIdentity_t1917735356; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.EventHandler struct EventHandler_t1348719766; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // System.Reflection.Emit.ModuleBuilder[] struct ModuleBuilderU5BU5D_t2441092650; // System.Reflection.Emit.MonoResource[] struct MonoResourceU5BU5D_t979189380; // System.Reflection.Module[] struct ModuleU5BU5D_t4238763736; // System.Reflection.Emit.MonoWin32Resource[] struct MonoWin32ResourceU5BU5D_t4084032906; // System.Resources.Win32VersionResource struct Win32VersionResource_t1367628464; // Mono.Security.StrongName struct StrongName_t4093849377; // System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate struct RenewalDelegate_t3744801856; // System.MonoTypeInfo struct MonoTypeInfo_t3366989025; // System.Reflection.Emit.MethodBuilder[] struct MethodBuilderU5BU5D_t3705301900; // System.Reflection.Emit.ConstructorBuilder[] struct ConstructorBuilderU5BU5D_t3223009221; // System.Reflection.Emit.PropertyBuilder[] struct PropertyBuilderU5BU5D_t4023329206; // System.Reflection.Emit.FieldBuilder[] struct FieldBuilderU5BU5D_t138311604; // System.Reflection.Emit.EventBuilder[] struct EventBuilderU5BU5D_t3902749141; // System.Reflection.Emit.TypeBuilder[] struct TypeBuilderU5BU5D_t786280671; // System.Reflection.Emit.ModuleBuilderTokenGenerator struct ModuleBuilderTokenGenerator_t944435078; // System.Diagnostics.SymbolStore.ISymbolWriter struct ISymbolWriter_t780458634; // System.Runtime.Serialization.SerializationCallbacks/CallbackHandler struct CallbackHandler_t3280319253; extern RuntimeClass* CallContextRemotingData_t2260963392_il2cpp_TypeInfo_var; extern const uint32_t CallContextRemotingData_Clone_m14303327_MetadataUsageId; extern RuntimeClass* ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var; extern const uint32_t ConstructionCall_InitDictionary_m2824447813_MetadataUsageId; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t ConstructionCall_get_ActivationType_m402163916_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t ConstructionCall_get_ContextProperties_m4226046805_MetadataUsageId; extern RuntimeClass* ConstructionCall_t4011594745_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern RuntimeClass* IActivator_t485815189_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern String_t* _stringLiteral857844181; extern String_t* _stringLiteral3014398851; extern String_t* _stringLiteral1156017818; extern String_t* _stringLiteral1711357639; extern String_t* _stringLiteral2131748916; extern const uint32_t ConstructionCall_InitMethodProperty_m2021094586_MetadataUsageId; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const uint32_t ConstructionCall_GetObjectData_m1001686567_MetadataUsageId; extern const uint32_t ConstructionCallDictionary__ctor_m2541174073_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2975507201; extern String_t* _stringLiteral173495195; extern String_t* _stringLiteral3558185924; extern String_t* _stringLiteral3718528097; extern String_t* _stringLiteral1369512519; extern String_t* _stringLiteral2468877509; extern const uint32_t ConstructionCallDictionary__cctor_m3953897917_MetadataUsageId; extern RuntimeClass* IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var; extern const uint32_t ConstructionCallDictionary_GetMethodProperty_m868507224_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* ConstructionCallDictionary_SetMethodProperty_m3145285304_RuntimeMethod_var; extern String_t* _stringLiteral4217326889; extern const uint32_t ConstructionCallDictionary_SetMethodProperty_m3145285304_MetadataUsageId; extern RuntimeClass* EnvoyTerminatorSink_t3654193516_il2cpp_TypeInfo_var; extern const uint32_t EnvoyTerminatorSink__cctor_m2182802076_MetadataUsageId; extern const uint32_t LogicalCallContext__ctor_m1263247987_MetadataUsageId; extern String_t* _stringLiteral1899951935; extern const uint32_t LogicalCallContext__ctor_m2167632604_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t LogicalCallContext_GetObjectData_m841612502_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern const uint32_t LogicalCallContext_SetData_m1808598347_MetadataUsageId; extern RuntimeClass* LogicalCallContext_t3342013719_il2cpp_TypeInfo_var; extern const uint32_t LogicalCallContext_Clone_m1816384810_MetadataUsageId; extern RuntimeClass* MethodCall_t861078140_il2cpp_TypeInfo_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionary_t1363984059_il2cpp_TypeInfo_var; extern String_t* _stringLiteral39394251; extern const uint32_t MethodCall_InitMethodProperty_m1333573177_MetadataUsageId; extern const uint32_t MethodCall_GetObjectData_m3807460959_MetadataUsageId; extern const uint32_t MethodCall_get_LogicalCallContext_m555393702_MetadataUsageId; extern const uint32_t MethodCall_get_MethodSignature_m2407904958_MetadataUsageId; extern RuntimeClass* MethodCallDictionary_t605791082_il2cpp_TypeInfo_var; extern const uint32_t MethodCall_InitDictionary_m865799153_MetadataUsageId; extern RuntimeClass* RemotingServices_t1401195504_il2cpp_TypeInfo_var; extern RuntimeClass* RemotingException_t2290474311_il2cpp_TypeInfo_var; extern RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* MethodCall_ResolveMethod_m326183261_RuntimeMethod_var; extern String_t* _stringLiteral3451041664; extern String_t* _stringLiteral3452614535; extern String_t* _stringLiteral3578383268; extern String_t* _stringLiteral2521740452; extern String_t* _stringLiteral2657219118; extern String_t* _stringLiteral1469014815; extern String_t* _stringLiteral3452614521; extern String_t* _stringLiteral246712796; extern String_t* _stringLiteral2101859228; extern String_t* _stringLiteral2348863943; extern const uint32_t MethodCall_ResolveMethod_m326183261_MetadataUsageId; extern const uint32_t MethodCall_CastTo_m1915249774_MetadataUsageId; extern String_t* _stringLiteral3458054131; extern const uint32_t MethodCall_GetTypeNameFromAssemblyQualifiedName_m1018622420_MetadataUsageId; extern const uint32_t MethodCallDictionary__ctor_m2167303393_MetadataUsageId; extern const uint32_t MethodCallDictionary__cctor_m2213329406_MetadataUsageId; extern RuntimeClass* DictionaryEnumerator_t2516729552_il2cpp_TypeInfo_var; extern const uint32_t MethodDictionary_System_Collections_IEnumerable_GetEnumerator_m4169036899_MetadataUsageId; extern const uint32_t MethodDictionary_AllocInternalProperties_m1683153261_MetadataUsageId; extern const uint32_t MethodDictionary_IsOverridenKey_m946843558_MetadataUsageId; extern const uint32_t MethodDictionary_get_Item_m1201458851_MetadataUsageId; extern RuntimeClass* MethodDictionary_t207894204_il2cpp_TypeInfo_var; extern RuntimeClass* IMethodMessage_t3120117683_il2cpp_TypeInfo_var; extern RuntimeClass* IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3983780215; extern String_t* _stringLiteral2444676567; extern const uint32_t MethodDictionary_GetMethodProperty_m3206728418_MetadataUsageId; extern RuntimeClass* IInternalMessage_t517198925_il2cpp_TypeInfo_var; extern const RuntimeMethod* MethodDictionary_SetMethodProperty_m3032369066_RuntimeMethod_var; extern const uint32_t MethodDictionary_SetMethodProperty_m3032369066_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t MethodDictionary_get_Keys_m1563095311_MetadataUsageId; extern const uint32_t MethodDictionary_get_Values_m957801003_MetadataUsageId; extern const uint32_t MethodDictionary_Add_m1460237891_MetadataUsageId; extern const uint32_t MethodDictionary_Clear_m755497004_MetadataUsageId; extern const uint32_t MethodDictionary_Contains_m1697266319_MetadataUsageId; extern const RuntimeMethod* MethodDictionary_Remove_m2649551615_RuntimeMethod_var; extern const uint32_t MethodDictionary_Remove_m2649551615_MetadataUsageId; extern const uint32_t MethodDictionary_get_Count_m4037025569_MetadataUsageId; extern const uint32_t MethodDictionary_CopyTo_m2912468790_MetadataUsageId; extern const uint32_t MethodDictionary_GetEnumerator_m1619497063_MetadataUsageId; extern const uint32_t DictionaryEnumerator__ctor_m713073424_MetadataUsageId; extern RuntimeClass* IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var; extern const uint32_t DictionaryEnumerator_MoveNext_m1462973125_MetadataUsageId; extern const uint32_t DictionaryEnumerator_Reset_m2916117190_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* DictionaryEnumerator_get_Entry_m1635969600_RuntimeMethod_var; extern String_t* _stringLiteral1989285094; extern const uint32_t DictionaryEnumerator_get_Entry_m1635969600_MetadataUsageId; extern RuntimeClass* MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var; extern const uint32_t MethodReturnDictionary__ctor_m3850821940_MetadataUsageId; extern const uint32_t MethodReturnDictionary__cctor_m278392388_MetadataUsageId; extern const uint32_t MonoMethodMessage_get_Properties_m3713673222_MetadataUsageId; extern const uint32_t MonoMethodMessage_get_MethodName_m3805361957_MetadataUsageId; extern const uint32_t MonoMethodMessage_get_MethodSignature_m580784519_MetadataUsageId; extern const uint32_t MonoMethodMessage_get_TypeName_m3758247133_MetadataUsageId; extern const uint32_t MonoMethodMessage_get_OutArgs_m1742115111_MetadataUsageId; extern const uint32_t MonoMethodMessage_get_CallType_m3702481004_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* ObjRef_t2141158884_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjRefSurrogate_GetObjectData_m4269947720_RuntimeMethod_var; extern String_t* _stringLiteral3779179069; extern const uint32_t ObjRefSurrogate_GetObjectData_m4269947720_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjRefSurrogate_SetObjectData_m2217650033_RuntimeMethod_var; extern String_t* _stringLiteral2294744408; extern const uint32_t ObjRefSurrogate_SetObjectData_m2217650033_MetadataUsageId; extern const RuntimeMethod* RemotingSurrogate_GetObjectData_m1446383768_RuntimeMethod_var; extern const uint32_t RemotingSurrogate_GetObjectData_m1446383768_MetadataUsageId; extern const RuntimeMethod* RemotingSurrogate_SetObjectData_m2713731796_RuntimeMethod_var; extern const uint32_t RemotingSurrogate_SetObjectData_m2713731796_MetadataUsageId; extern const RuntimeType* ObjRef_t2141158884_0_0_0_var; extern RuntimeClass* RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var; extern RuntimeClass* ObjRefSurrogate_t3860276170_il2cpp_TypeInfo_var; extern RuntimeClass* RemotingSurrogate_t2834579653_il2cpp_TypeInfo_var; extern const uint32_t RemotingSurrogateSelector__cctor_m332560138_MetadataUsageId; extern RuntimeClass* ISurrogateSelector_t3040401154_il2cpp_TypeInfo_var; extern const uint32_t RemotingSurrogateSelector_GetSurrogate_m3900875713_MetadataUsageId; extern const uint32_t ReturnMessage__ctor_m2352989078_MetadataUsageId; extern const uint32_t ReturnMessage__ctor_m1555286069_MetadataUsageId; extern const uint32_t ReturnMessage_get_LogicalCallContext_m2352570297_MetadataUsageId; extern const uint32_t ReturnMessage_get_MethodSignature_m399735125_MetadataUsageId; extern const uint32_t ReturnMessage_get_Properties_m3665464616_MetadataUsageId; extern RuntimeClass* ArgInfo_t3261134217_il2cpp_TypeInfo_var; extern const uint32_t ReturnMessage_get_OutArgCount_m1954300070_MetadataUsageId; extern const uint32_t ReturnMessage_get_OutArgs_m1641976511_MetadataUsageId; extern const uint32_t StackBuilderSink__ctor_m2065448592_MetadataUsageId; extern RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; extern const uint32_t SoapFieldAttribute_SetReflectionObject_m1576380366_MetadataUsageId; extern RuntimeClass* MethodBase_t_il2cpp_TypeInfo_var; extern RuntimeClass* SoapServices_t133988723_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1084337761; extern String_t* _stringLiteral3134897496; extern String_t* _stringLiteral3452614525; extern const uint32_t SoapMethodAttribute_SetReflectionObject_m503748123_MetadataUsageId; extern const RuntimeType* RuntimeObject_0_0_0_var; extern const uint32_t SoapTypeAttribute_SetReflectionObject_m1691526413_MetadataUsageId; extern RuntimeClass* IRemotingTypeInfo_t2222593263_il2cpp_TypeInfo_var; extern RuntimeClass* IChannelInfo_t3866172133_il2cpp_TypeInfo_var; extern RuntimeClass* IEnvoyInfo_t2180778907_il2cpp_TypeInfo_var; extern RuntimeClass* IConvertible_t2977365677_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjRef__ctor_m1843524090_RuntimeMethod_var; extern String_t* _stringLiteral3313977880; extern String_t* _stringLiteral3667667319; extern String_t* _stringLiteral335231881; extern String_t* _stringLiteral3544678862; extern String_t* _stringLiteral293480521; extern const uint32_t ObjRef__ctor_m1843524090_MetadataUsageId; extern const uint32_t ObjRef__cctor_m1958474437_MetadataUsageId; extern const uint32_t ObjRef_get_IsReferenceToWellKnow_m3951611746_MetadataUsageId; extern const RuntimeType* IRemotingTypeInfo_t2222593263_0_0_0_var; extern const RuntimeType* IEnvoyInfo_t2180778907_0_0_0_var; extern const RuntimeType* IChannelInfo_t3866172133_0_0_0_var; extern const uint32_t ObjRef_GetObjectData_m270012899_MetadataUsageId; extern const uint32_t ObjRef_GetRealObject_m2243479605_MetadataUsageId; extern RuntimeClass* ChannelInfo_t2064577689_il2cpp_TypeInfo_var; extern const uint32_t ObjRef_UpdateChannelInfo_m871421559_MetadataUsageId; extern const uint32_t ObjRef_get_ServerType_m4102914975_MetadataUsageId; extern const uint32_t ProviderData__ctor_m2835711616_MetadataUsageId; extern RuntimeClass* SinkProviderData_t4151372974_il2cpp_TypeInfo_var; extern const uint32_t ProviderData_CopyFrom_m3402276734_MetadataUsageId; extern RuntimeClass* ChannelServices_t3942013484_il2cpp_TypeInfo_var; extern RuntimeClass* RemotingProxy_t2444335113_il2cpp_TypeInfo_var; extern RuntimeClass* MarshalByRefObject_t2760389100_il2cpp_TypeInfo_var; extern const uint32_t ProxyAttribute_CreateInstance_m1531306115_MetadataUsageId; extern const uint32_t ProxyAttribute_CreateProxy_m2826946776_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern const uint32_t RealProxy__ctor_m1860285982_MetadataUsageId; extern const uint32_t RealProxy__ctor_m192459610_MetadataUsageId; extern const RuntimeMethod* RealProxy__ctor_m192642440_RuntimeMethod_var; extern String_t* _stringLiteral2282728454; extern String_t* _stringLiteral4252271005; extern const uint32_t RealProxy__ctor_m192642440_MetadataUsageId; extern const RuntimeType* MarshalByRefObject_t2760389100_0_0_0_var; extern const uint32_t RealProxy_GetProxiedType_m130698758_MetadataUsageId; extern const uint32_t RealProxy_GetObjectData_m3709348912_MetadataUsageId; extern const uint32_t RealProxy_GetTransparentProxy_m3318846301_MetadataUsageId; extern String_t* _stringLiteral1568736171; extern String_t* _stringLiteral476607165; extern const uint32_t RemotingProxy__cctor_m4096951805_MetadataUsageId; extern RuntimeClass* ClientIdentity_t1428046844_il2cpp_TypeInfo_var; extern const uint32_t RemotingProxy_get_TypeName_m4085898624_MetadataUsageId; extern RuntimeClass* ClientActivatedIdentity_t3849543081_il2cpp_TypeInfo_var; extern const uint32_t RemotingProxy_Finalize_m2695236116_MetadataUsageId; extern RuntimeClass* RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var; extern const uint32_t RemotingConfiguration__cctor_m2997734064_MetadataUsageId; extern const uint32_t RemotingConfiguration_get_ApplicationName_m593755586_MetadataUsageId; extern const uint32_t RemotingConfiguration_set_ApplicationName_m2517000516_MetadataUsageId; extern const uint32_t RemotingConfiguration_get_ProcessId_m2180277012_MetadataUsageId; extern RuntimeClass* SmallXmlParser_t973787839_il2cpp_TypeInfo_var; extern RuntimeClass* StreamReader_t4009935899_il2cpp_TypeInfo_var; extern RuntimeClass* ConfigHandler_t4192437216_il2cpp_TypeInfo_var; extern const uint32_t RemotingConfiguration_LoadDefaultDelayedChannels_m1289761552_MetadataUsageId; extern RuntimeClass* ActivatedClientTypeEntry_t761233661_il2cpp_TypeInfo_var; extern const uint32_t RemotingConfiguration_IsRemotelyActivatedClientType_m4117048589_MetadataUsageId; extern const RuntimeMethod* RemotingConfiguration_RegisterActivatedClientType_m4212089575_RuntimeMethod_var; extern String_t* _stringLiteral1306504071; extern String_t* _stringLiteral2326069976; extern const uint32_t RemotingConfiguration_RegisterActivatedClientType_m4212089575_MetadataUsageId; extern const uint32_t RemotingConfiguration_RegisterActivatedServiceType_m526187030_MetadataUsageId; extern const RuntimeMethod* RemotingConfiguration_RegisterWellKnownClientType_m1237674062_RuntimeMethod_var; extern const uint32_t RemotingConfiguration_RegisterWellKnownClientType_m1237674062_MetadataUsageId; extern const uint32_t RemotingConfiguration_RegisterWellKnownServiceType_m4099334725_MetadataUsageId; extern const uint32_t RemotingConfiguration_RegisterChannelTemplate_m3105688054_MetadataUsageId; extern const uint32_t RemotingConfiguration_RegisterClientProviderTemplate_m3950558786_MetadataUsageId; extern const uint32_t RemotingConfiguration_RegisterServerProviderTemplate_m2865814762_MetadataUsageId; extern RuntimeClass* ChannelData_t3353629972_il2cpp_TypeInfo_var; extern RuntimeClass* ProviderData_t3272123318_il2cpp_TypeInfo_var; extern const RuntimeMethod* RemotingConfiguration_RegisterChannels_m1089224873_RuntimeMethod_var; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral2904737297; extern String_t* _stringLiteral3217295237; extern String_t* _stringLiteral3167327210; extern const uint32_t RemotingConfiguration_RegisterChannels_m1089224873_MetadataUsageId; extern RuntimeClass* TypeEntry_t3903395172_il2cpp_TypeInfo_var; extern RuntimeClass* ActivatedServiceTypeEntry_t3761108592_il2cpp_TypeInfo_var; extern RuntimeClass* WellKnownClientTypeEntry_t1333916391_il2cpp_TypeInfo_var; extern RuntimeClass* WellKnownServiceTypeEntry_t2561527180_il2cpp_TypeInfo_var; extern const uint32_t RemotingConfiguration_RegisterTypes_m2378540395_MetadataUsageId; extern const RuntimeMethod* RemotingConfiguration_SetCustomErrorsMode_m12233052_RuntimeMethod_var; extern String_t* _stringLiteral2830366848; extern String_t* _stringLiteral3454842817; extern String_t* _stringLiteral133445101; extern String_t* _stringLiteral3810373675; extern String_t* _stringLiteral2174306086; extern const uint32_t RemotingConfiguration_SetCustomErrorsMode_m12233052_MetadataUsageId; extern const RuntimeType* RemoteActivator_t2150046731_0_0_0_var; extern RuntimeClass* BinaryFormatter_t3197753202_il2cpp_TypeInfo_var; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral426695164; extern String_t* _stringLiteral1603020684; extern String_t* _stringLiteral1564485516; extern const uint32_t RemotingServices__cctor_m4056345423_MetadataUsageId; extern RuntimeClass* ServerIdentity_t2342208608_il2cpp_TypeInfo_var; extern const uint32_t RemotingServices_GetServerTypeForUri_m1917852216_MetadataUsageId; extern const uint32_t RemotingServices_Unmarshal_m3744595373_MetadataUsageId; extern const RuntimeType* ProxyAttribute_t455382724_0_0_0_var; extern RuntimeClass* TrackingServices_t409076583_il2cpp_TypeInfo_var; extern RuntimeClass* ProxyAttribute_t455382724_il2cpp_TypeInfo_var; extern const uint32_t RemotingServices_Unmarshal_m260048024_MetadataUsageId; extern const uint32_t RemotingServices_Marshal_m98061768_MetadataUsageId; extern RuntimeClass* ILease_t2998816618_il2cpp_TypeInfo_var; extern const RuntimeMethod* RemotingServices_Marshal_m3646189857_RuntimeMethod_var; extern String_t* _stringLiteral1839654354; extern const uint32_t RemotingServices_Marshal_m3646189857_MetadataUsageId; extern String_t* _stringLiteral3452614616; extern String_t* _stringLiteral3452614641; extern String_t* _stringLiteral1949286675; extern const uint32_t RemotingServices_NewUri_m4184087063_MetadataUsageId; extern RuntimeClass* TransparentProxy_t431418284_il2cpp_TypeInfo_var; extern const RuntimeMethod* RemotingServices_GetRealProxy_m2081098851_RuntimeMethod_var; extern String_t* _stringLiteral1200381254; extern const uint32_t RemotingServices_GetRealProxy_m2081098851_MetadataUsageId; extern const RuntimeMethod* RemotingServices_GetMethodBaseFromMethodMessage_m383468467_RuntimeMethod_var; extern String_t* _stringLiteral2097671996; extern String_t* _stringLiteral3013478277; extern const uint32_t RemotingServices_GetMethodBaseFromMethodMessage_m383468467_MetadataUsageId; extern const uint32_t RemotingServices_GetMethodBaseFromName_m3194612939_MetadataUsageId; extern const uint32_t RemotingServices_FindInterfaceMethod_m2125212568_MetadataUsageId; extern const RuntimeMethod* RemotingServices_GetObjectData_m3902019633_RuntimeMethod_var; extern String_t* _stringLiteral1746845353; extern const uint32_t RemotingServices_GetObjectData_m3902019633_MetadataUsageId; extern RuntimeClass* MonoType_t_il2cpp_TypeInfo_var; extern const uint32_t RemotingServices_IsMethodOverloaded_m3262659413_MetadataUsageId; extern const RuntimeType* OneWayAttribute_t936468379_0_0_0_var; extern const uint32_t RemotingServices_IsOneWay_m1772807839_MetadataUsageId; extern const uint32_t RemotingServices_CreateClientProxy_m3886727610_MetadataUsageId; extern const uint32_t RemotingServices_CreateClientProxy_m809906894_MetadataUsageId; extern const uint32_t RemotingServices_CreateClientProxyForContextBound_m783705199_MetadataUsageId; extern RuntimeClass* Identity_t1873279371_il2cpp_TypeInfo_var; extern const uint32_t RemotingServices_GetIdentityForUri_m2001974121_MetadataUsageId; extern const uint32_t RemotingServices_RemoveAppNameFromUri_m388703745_MetadataUsageId; extern RuntimeClass* CrossAppDomainSink_t2177102621_il2cpp_TypeInfo_var; extern const uint32_t RemotingServices_GetOrCreateClientIdentity_m648299611_MetadataUsageId; extern const RuntimeMethod* RemotingServices_GetClientChannelSinkChain_m1499550585_RuntimeMethod_var; extern String_t* _stringLiteral1694385042; extern String_t* _stringLiteral2255460365; extern const uint32_t RemotingServices_GetClientChannelSinkChain_m1499550585_MetadataUsageId; extern RuntimeClass* Context_t3285446944_il2cpp_TypeInfo_var; extern const uint32_t RemotingServices_CreateClientActivatedServerIdentity_m3488968707_MetadataUsageId; extern RuntimeClass* SingleCallIdentity_t1525242393_il2cpp_TypeInfo_var; extern RuntimeClass* SingletonIdentity_t2425810587_il2cpp_TypeInfo_var; extern const uint32_t RemotingServices_CreateWellKnownServerIdentity_m1170328801_MetadataUsageId; extern const RuntimeMethod* RemotingServices_RegisterServerIdentity_m196914637_RuntimeMethod_var; extern String_t* _stringLiteral46899543; extern String_t* _stringLiteral3452614530; extern const uint32_t RemotingServices_RegisterServerIdentity_m196914637_MetadataUsageId; extern const uint32_t RemotingServices_GetProxyForRemoteObject_m1790739297_MetadataUsageId; extern const uint32_t RemotingServices_GetRemoteObject_m2117098022_MetadataUsageId; extern RuntimeClass* CrossAppDomainChannel_t1606809047_il2cpp_TypeInfo_var; extern const uint32_t RemotingServices_RegisterInternalChannels_m3803685582_MetadataUsageId; extern const uint32_t RemotingServices_DisposeIdentity_m2605848806_MetadataUsageId; extern const uint32_t RemotingServices_GetNormalizedUri_m3119784285_MetadataUsageId; extern RuntimeClass* Lease_t4051722892_il2cpp_TypeInfo_var; extern RuntimeClass* LifetimeServices_t3061370510_il2cpp_TypeInfo_var; extern const uint32_t ServerIdentity_StartTrackingLifetime_m861002296_MetadataUsageId; extern RuntimeClass* TypeInfo_t3108865556_il2cpp_TypeInfo_var; extern RuntimeClass* EnvoyInfo_t22149680_il2cpp_TypeInfo_var; extern const uint32_t ServerIdentity_CreateObjRef_m3435315642_MetadataUsageId; extern const uint32_t ServerIdentity_AttachServerObject_m3892044390_MetadataUsageId; extern const uint32_t ServerIdentity_DisposeServerObject_m1376146261_MetadataUsageId; extern const uint32_t TrackingServices__cctor_m2525949557_MetadataUsageId; extern const RuntimeType* ITrackingHandler_t1244553475_0_0_0_var; extern RuntimeClass* ITrackingHandlerU5BU5D_t3758023570_il2cpp_TypeInfo_var; extern RuntimeClass* ITrackingHandler_t1244553475_il2cpp_TypeInfo_var; extern const uint32_t TrackingServices_NotifyMarshaledObject_m2850851267_MetadataUsageId; extern const uint32_t TrackingServices_NotifyUnmarshaledObject_m2784831802_MetadataUsageId; extern const uint32_t TrackingServices_NotifyDisconnectedObject_m1755566214_MetadataUsageId; extern const uint32_t SoapServices__cctor_m3121621510_MetadataUsageId; extern String_t* _stringLiteral3320754130; extern const uint32_t SoapServices_get_XmlNsForClrTypeWithAssembly_m2133585561_MetadataUsageId; extern String_t* _stringLiteral2815104098; extern const uint32_t SoapServices_get_XmlNsForClrTypeWithNs_m3680841936_MetadataUsageId; extern String_t* _stringLiteral344609744; extern const uint32_t SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m2954042252_MetadataUsageId; extern const uint32_t SoapServices_CodeXmlNamespaceForClrTypeNamespace_m4100633536_MetadataUsageId; extern String_t* _stringLiteral3452614528; extern const uint32_t SoapServices_GetNameKey_m1553516689_MetadataUsageId; extern const uint32_t SoapServices_GetAssemblyName_m1160306025_MetadataUsageId; extern RuntimeClass* InternalRemotingServices_t949022444_il2cpp_TypeInfo_var; extern RuntimeClass* SoapTypeAttribute_t1750930817_il2cpp_TypeInfo_var; extern const uint32_t SoapServices_GetXmlElementForInteropType_m1310850578_MetadataUsageId; extern const uint32_t SoapServices_GetXmlNamespaceForMethodCall_m4199193440_MetadataUsageId; extern const uint32_t SoapServices_GetXmlNamespaceForMethodResponse_m72953636_MetadataUsageId; extern const uint32_t SoapServices_GetXmlTypeForInteropType_m226269097_MetadataUsageId; extern const uint32_t SoapServices_PreLoad_m3694555274_MetadataUsageId; extern RuntimeClass* TypeInfo_t3204178358_il2cpp_TypeInfo_var; extern RuntimeClass* SoapFieldAttribute_t1164342470_il2cpp_TypeInfo_var; extern const uint32_t SoapServices_PreLoad_m1533129052_MetadataUsageId; extern const uint32_t SoapServices_RegisterInteropXmlElement_m2539810323_MetadataUsageId; extern const uint32_t SoapServices_RegisterInteropXmlType_m3725804773_MetadataUsageId; extern String_t* _stringLiteral3452614532; extern String_t* _stringLiteral3403891830; extern String_t* _stringLiteral3074512661; extern String_t* _stringLiteral3452614547; extern String_t* _stringLiteral1837742353; extern const uint32_t SoapServices_EncodeNs_m635167772_MetadataUsageId; extern const uint32_t TypeInfo__ctor_m3520353822_MetadataUsageId; extern const RuntimeMethod* WellKnownClientTypeEntry__ctor_m2471908952_RuntimeMethod_var; extern String_t* _stringLiteral1773946259; extern String_t* _stringLiteral3450517380; extern const uint32_t WellKnownClientTypeEntry__ctor_m2471908952_MetadataUsageId; extern const uint32_t WellKnownClientTypeEntry_ToString_m1119458503_MetadataUsageId; extern const RuntimeMethod* WellKnownServiceTypeEntry__ctor_m2390594423_RuntimeMethod_var; extern const uint32_t WellKnownServiceTypeEntry__ctor_m2390594423_MetadataUsageId; extern const uint32_t WellKnownServiceTypeEntry_ToString_m1546833365_MetadataUsageId; extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; extern const uint32_t ArrayFixupRecord_FixupImpl_m4264567432_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationException_t3941511869_il2cpp_TypeInfo_var; extern const RuntimeMethod* BaseFixupRecord_DoFixup_m1407429548_RuntimeMethod_var; extern String_t* _stringLiteral2013382497; extern String_t* _stringLiteral810363262; extern const uint32_t BaseFixupRecord_DoFixup_m1407429548_MetadataUsageId; extern const uint32_t FormatterConverter_Convert_m1357098163_MetadataUsageId; extern const RuntimeMethod* FormatterConverter_ToBoolean_m1680758923_RuntimeMethod_var; extern String_t* _stringLiteral2046370954; extern const uint32_t FormatterConverter_ToBoolean_m1680758923_MetadataUsageId; extern const RuntimeMethod* FormatterConverter_ToInt16_m4282804414_RuntimeMethod_var; extern const uint32_t FormatterConverter_ToInt16_m4282804414_MetadataUsageId; extern const RuntimeMethod* FormatterConverter_ToInt32_m2929341202_RuntimeMethod_var; extern const uint32_t FormatterConverter_ToInt32_m2929341202_MetadataUsageId; extern const RuntimeMethod* FormatterConverter_ToInt64_m495840699_RuntimeMethod_var; extern const uint32_t FormatterConverter_ToInt64_m495840699_MetadataUsageId; extern const RuntimeMethod* FormatterConverter_ToString_m1584725205_RuntimeMethod_var; extern const uint32_t FormatterConverter_ToString_m1584725205_MetadataUsageId; extern const RuntimeMethod* FormatterConverter_ToUInt32_m2336213161_RuntimeMethod_var; extern const uint32_t FormatterConverter_ToUInt32_m2336213161_MetadataUsageId; extern const RuntimeType* Boolean_t97287965_0_0_0_var; extern const RuntimeType* Byte_t1134296376_0_0_0_var; extern const RuntimeType* Char_t3634460470_0_0_0_var; extern const RuntimeType* TimeSpan_t881159249_0_0_0_var; extern const RuntimeType* DateTime_t3738529785_0_0_0_var; extern const RuntimeType* Decimal_t2948259380_0_0_0_var; extern const RuntimeType* Double_t594665363_0_0_0_var; extern const RuntimeType* Int16_t2552820387_0_0_0_var; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern const RuntimeType* Int64_t3736567304_0_0_0_var; extern const RuntimeType* SByte_t1669577662_0_0_0_var; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* UInt16_t2177724958_0_0_0_var; extern const RuntimeType* UInt32_t2560061978_0_0_0_var; extern const RuntimeType* UInt64_t4134040092_0_0_0_var; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* BinaryCommon_t3059247396_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D37_28_FieldInfo_var; extern String_t* _stringLiteral4002481453; extern String_t* _stringLiteral3454777282; extern const uint32_t BinaryCommon__cctor_m2978407547_MetadataUsageId; extern const RuntimeType* IntPtr_t_0_0_0_var; extern const uint32_t BinaryCommon_IsPrimitive_m378904036_MetadataUsageId; extern const uint32_t BinaryCommon_GetTypeCode_m448697888_MetadataUsageId; extern const uint32_t BinaryCommon_GetTypeFromCode_m39036572_MetadataUsageId; extern const RuntimeMethod* BinaryCommon_CheckSerializable_m3673092502_RuntimeMethod_var; extern String_t* _stringLiteral2099965756; extern String_t* _stringLiteral3251688156; extern const uint32_t BinaryCommon_CheckSerializable_m3673092502_MetadataUsageId; extern const uint32_t BinaryFormatter_get_DefaultSurrogateSelector_m3548531270_MetadataUsageId; extern RuntimeClass* BinaryReader_t2428077293_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectReader_t1940957392_il2cpp_TypeInfo_var; extern const RuntimeMethod* BinaryFormatter_NoCheckDeserialize_m2274318934_RuntimeMethod_var; extern String_t* _stringLiteral2520318809; extern String_t* _stringLiteral4223623723; extern const uint32_t BinaryFormatter_NoCheckDeserialize_m2274318934_MetadataUsageId; extern RuntimeClass* BinaryWriter_t3992595042_il2cpp_TypeInfo_var; extern RuntimeClass* IMethodCallMessage_t2377797630_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectWriter_t2968406231_il2cpp_TypeInfo_var; extern const RuntimeMethod* BinaryFormatter_Serialize_m2476455399_RuntimeMethod_var; extern const uint32_t BinaryFormatter_Serialize_m2476455399_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* CodeGenerator_t1096194562_il2cpp_TypeInfo_var; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern RuntimeClass* AssemblyName_t270931938_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4177441227; extern String_t* _stringLiteral2220300598; extern const uint32_t CodeGenerator__cctor_m3167429173_MetadataUsageId; extern const uint32_t CodeGenerator_GenerateMetadataType_m649965872_MetadataUsageId; extern const RuntimeType* ClrTypeMetadata_t3885853035_0_0_0_var; extern const RuntimeType* Type_t_0_0_0_var; extern const RuntimeType* ObjectWriter_t2968406231_0_0_0_var; extern const RuntimeType* BinaryWriter_t3992595042_0_0_0_var; extern const RuntimeType* Void_t1185182177_0_0_0_var; extern const RuntimeType* TypeMetadata_t2187352167_0_0_0_var; extern RuntimeClass* OpCodes_t126150456_il2cpp_TypeInfo_var; extern String_t* _stringLiteral218448502; extern String_t* _stringLiteral3726808488; extern String_t* _stringLiteral1639216586; extern String_t* _stringLiteral48316095; extern String_t* _stringLiteral918167318; extern String_t* _stringLiteral2066232431; extern String_t* _stringLiteral1374773213; extern const uint32_t CodeGenerator_GenerateMetadataTypeInternal_m675242502_MetadataUsageId; extern const RuntimeType* Enum_t4135868527_0_0_0_var; extern const uint32_t CodeGenerator_LoadFromPtr_m1784813519_MetadataUsageId; extern String_t* _stringLiteral3024087714; extern const uint32_t CodeGenerator_EmitWriteTypeSpec_m3265719084_MetadataUsageId; extern String_t* _stringLiteral3020575727; extern const uint32_t CodeGenerator_EmitLoadTypeAssembly_m1985536832_MetadataUsageId; extern String_t* _stringLiteral1973028809; extern const uint32_t CodeGenerator_EmitWrite_m1452031614_MetadataUsageId; extern const RuntimeType* CultureInfo_t4157843068_0_0_0_var; extern const RuntimeType* IFormatProvider_t2518567562_0_0_0_var; extern const RuntimeMethod* CodeGenerator_EmitWritePrimitiveValue_m3054192573_RuntimeMethod_var; extern String_t* _stringLiteral2106899111; extern String_t* _stringLiteral3020121551; extern String_t* _stringLiteral3132773556; extern String_t* _stringLiteral4286224014; extern String_t* _stringLiteral1407403950; extern const uint32_t CodeGenerator_EmitWritePrimitiveValue_m3054192573_MetadataUsageId; extern RuntimeClass* TypeCode_t2987224087_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* CodeGenerator_EnumToUnderlying_m3778945530_RuntimeMethod_var; extern String_t* _stringLiteral3695601234; extern String_t* _stringLiteral49990201; extern const uint32_t CodeGenerator_EnumToUnderlying_m3778945530_MetadataUsageId; extern const uint32_t MemberTypeMetadata_WriteAssemblies_m881083943_MetadataUsageId; extern const uint32_t MemberTypeMetadata_WriteTypeData_m3992201821_MetadataUsageId; extern const uint32_t MemberTypeMetadata_WriteObjectData_m2840447988_MetadataUsageId; extern RuntimeClass* IMessage_t3593512748_il2cpp_TypeInfo_var; extern const uint32_t MessageFormatter_WriteMethodCall_m4240742925_MetadataUsageId; extern const uint32_t MessageFormatter_WriteMethodResponse_m514023078_MetadataUsageId; extern RuntimeClass* BinaryElement_t4114212191_il2cpp_TypeInfo_var; extern RuntimeClass* HeaderU5BU5D_t204812840_il2cpp_TypeInfo_var; extern RuntimeClass* Header_t549724581_il2cpp_TypeInfo_var; extern const RuntimeMethod* MessageFormatter_ReadMethodCall_m2327590823_RuntimeMethod_var; extern String_t* _stringLiteral3824403142; extern String_t* _stringLiteral561104841; extern const uint32_t MessageFormatter_ReadMethodCall_m2327590823_MetadataUsageId; extern RuntimeClass* ReturnMessage_t1376985608_il2cpp_TypeInfo_var; extern const RuntimeMethod* MessageFormatter_ReadMethodResponse_m1946725361_RuntimeMethod_var; extern String_t* _stringLiteral1070138655; extern const uint32_t MessageFormatter_ReadMethodResponse_m1946725361_MetadataUsageId; extern const uint32_t MessageFormatter_IsMethodPrimitive_m2805243043_MetadataUsageId; extern const uint32_t MessageFormatter_GetExtraProperties_m305191653_MetadataUsageId; extern const uint32_t MessageFormatter_IsInternalKey_m3679497458_MetadataUsageId; extern RuntimeClass* ObjectManager_t1653064325_il2cpp_TypeInfo_var; extern const uint32_t ObjectReader__ctor_m2595396997_MetadataUsageId; extern const uint32_t ObjectReader_ReadObjectGraph_m1689734232_MetadataUsageId; extern RuntimeClass* ArrayNullFiller_t1685365060_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectReader_ReadObject_m540696579_RuntimeMethod_var; extern String_t* _stringLiteral259830056; extern const uint32_t ObjectReader_ReadObject_m540696579_MetadataUsageId; extern const uint32_t ObjectReader_ReadAssembly_m2963555857_MetadataUsageId; extern RuntimeClass* TypeMetadata_t3139523260_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectReader_ReadRefTypeObjectInstance_m3311150386_RuntimeMethod_var; extern String_t* _stringLiteral3463389469; extern const uint32_t ObjectReader_ReadRefTypeObjectInstance_m3311150386_MetadataUsageId; extern RuntimeClass* FormatterConverter_t2760117746_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationInfo_t950877179_il2cpp_TypeInfo_var; extern const uint32_t ObjectReader_ReadObjectContent_m1654577346_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const uint32_t ObjectReader_RegisterObject_m1853376334_MetadataUsageId; extern const uint32_t ObjectReader_ReadGenericArray_m1710471713_MetadataUsageId; extern RuntimeClass* BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* DateTimeU5BU5D_t1184652292_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* DecimalU5BU5D_t1145110141_il2cpp_TypeInfo_var; extern RuntimeClass* DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var; extern RuntimeClass* Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var; extern RuntimeClass* Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var; extern RuntimeClass* SByteU5BU5D_t2651576203_il2cpp_TypeInfo_var; extern RuntimeClass* SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var; extern RuntimeClass* UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var; extern RuntimeClass* TimeSpanU5BU5D_t4291357516_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectReader_ReadArrayOfPrimitiveType_m3374303005_RuntimeMethod_var; extern const uint32_t ObjectReader_ReadArrayOfPrimitiveType_m3374303005_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t ObjectReader_BlockRead_m304158408_MetadataUsageId; extern const uint32_t ObjectReader_ReadArrayOfObject_m671957184_MetadataUsageId; extern const uint32_t ObjectReader_ReadArrayOfString_m3550800559_MetadataUsageId; extern const uint32_t ObjectReader_ReadSimpleArray_m428957657_MetadataUsageId; extern const RuntimeType* ISerializable_t3375760802_0_0_0_var; extern RuntimeClass* TypeTagU5BU5D_t1563918664_il2cpp_TypeInfo_var; extern RuntimeClass* MemberInfoU5BU5D_t1302094432_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectReader_ReadTypeMetadata_m3785645385_RuntimeMethod_var; extern String_t* _stringLiteral2678104766; extern String_t* _stringLiteral1531979413; extern String_t* _stringLiteral1501889575; extern const uint32_t ObjectReader_ReadTypeMetadata_m3785645385_MetadataUsageId; extern const uint32_t ObjectReader_ReadValue_m3145979203_MetadataUsageId; extern RuntimeClass* IObjectReference_t2897431833_il2cpp_TypeInfo_var; extern RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; extern const uint32_t ObjectReader_SetObjectValue_m2761159765_MetadataUsageId; extern const uint32_t ObjectReader_RecordFixup_m4125245357_MetadataUsageId; extern const RuntimeMethod* ObjectReader_GetDeserializationType_m1493678790_RuntimeMethod_var; extern String_t* _stringLiteral2035325933; extern String_t* _stringLiteral3450648441; extern const uint32_t ObjectReader_GetDeserializationType_m1493678790_MetadataUsageId; extern const RuntimeType* MonoType_t_0_0_0_var; extern const RuntimeType* MonoTypeU5BU5D_t3512060744_0_0_0_var; extern const RuntimeType* ObjectU5BU5D_t2843939325_0_0_0_var; extern const RuntimeType* StringU5BU5D_t1281789340_0_0_0_var; extern const RuntimeMethod* ObjectReader_ReadType_m1663843507_RuntimeMethod_var; extern String_t* _stringLiteral3290728807; extern String_t* _stringLiteral2868077447; extern String_t* _stringLiteral1750386656; extern String_t* _stringLiteral3458054133; extern String_t* _stringLiteral572441222; extern const uint32_t ObjectReader_ReadType_m1663843507_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectReader_ReadPrimitiveTypeValue_m4293111728_RuntimeMethod_var; extern const uint32_t ObjectReader_ReadPrimitiveTypeValue_m4293111728_MetadataUsageId; extern RuntimeClass* ObjectIDGenerator_t1260826161_il2cpp_TypeInfo_var; extern RuntimeClass* Queue_t3637523393_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationObjectManager_t4107654543_il2cpp_TypeInfo_var; extern const uint32_t ObjectWriter__ctor_m2586423995_MetadataUsageId; extern const uint32_t ObjectWriter__cctor_m2748224627_MetadataUsageId; extern const uint32_t ObjectWriter_WriteObjectGraph_m1096671657_MetadataUsageId; extern const uint32_t ObjectWriter_WriteObjectInstance_m4123656775_MetadataUsageId; extern RuntimeClass* MetadataReference_t4077873660_il2cpp_TypeInfo_var; extern const uint32_t ObjectWriter_WriteObject_m3639703743_MetadataUsageId; extern RuntimeClass* ISerializationSurrogate_t2624761601_il2cpp_TypeInfo_var; extern RuntimeClass* SerializableTypeMetadata_t2796913665_il2cpp_TypeInfo_var; extern RuntimeClass* ISerializable_t3375760802_il2cpp_TypeInfo_var; extern RuntimeClass* MemberTypeMetadata_t976220688_il2cpp_TypeInfo_var; extern RuntimeClass* StreamingContextStates_t3580100459_il2cpp_TypeInfo_var; extern RuntimeClass* TypeMetadata_t2187352167_il2cpp_TypeInfo_var; extern const uint32_t ObjectWriter_GetObjectData_m2149519430_MetadataUsageId; extern const uint32_t ObjectWriter_CreateMemberTypeMetadata_m577610186_MetadataUsageId; extern const uint32_t ObjectWriter_WriteArray_m1738497250_MetadataUsageId; extern const uint32_t ObjectWriter_WriteGenericArray_m1575646718_MetadataUsageId; extern const uint32_t ObjectWriter_WriteObjectArray_m1109545282_MetadataUsageId; extern const uint32_t ObjectWriter_WriteStringArray_m312537653_MetadataUsageId; extern const RuntimeMethod* ObjectWriter_WritePrimitiveTypeArray_m3383767374_RuntimeMethod_var; extern const uint32_t ObjectWriter_WritePrimitiveTypeArray_m3383767374_MetadataUsageId; extern const uint32_t ObjectWriter_BlockWrite_m827549826_MetadataUsageId; extern const uint32_t ObjectWriter_WriteSingleDimensionArrayElements_m3412300123_MetadataUsageId; extern const uint32_t ObjectWriter_WriteValue_m3485076606_MetadataUsageId; extern const uint32_t ObjectWriter_WriteAssemblyName_m3097158773_MetadataUsageId; extern const uint32_t ObjectWriter_GetAssemblyNameId_m2316410453_MetadataUsageId; extern const uint32_t ObjectWriter_RegisterAssembly_m1967120293_MetadataUsageId; extern const RuntimeMethod* ObjectWriter_WritePrimitiveValue_m3342686922_RuntimeMethod_var; extern const uint32_t ObjectWriter_WritePrimitiveValue_m3342686922_MetadataUsageId; extern const uint32_t ObjectWriter_WriteTypeCode_m1789140116_MetadataUsageId; extern const uint32_t ObjectWriter_GetTypeTag_m1892768509_MetadataUsageId; extern const uint32_t ObjectWriter_WriteTypeSpec_m3700372600_MetadataUsageId; extern const uint32_t SerializableTypeMetadata__ctor_m4102127793_MetadataUsageId; extern const uint32_t SerializableTypeMetadata_IsCompatible_m3569756077_MetadataUsageId; extern const uint32_t SerializableTypeMetadata_WriteTypeData_m1099030367_MetadataUsageId; extern const uint32_t SerializableTypeMetadata_WriteObjectData_m2148012904_MetadataUsageId; extern const RuntimeMethod* FormatterServices_GetObjectData_m4284691678_RuntimeMethod_var; extern String_t* _stringLiteral2895042756; extern String_t* _stringLiteral4181887578; extern String_t* _stringLiteral2556293901; extern const uint32_t FormatterServices_GetObjectData_m4284691678_MetadataUsageId; extern const RuntimeMethod* FormatterServices_GetSerializableMembers_m3934333240_RuntimeMethod_var; extern String_t* _stringLiteral3243520166; extern String_t* _stringLiteral482983880; extern const uint32_t FormatterServices_GetSerializableMembers_m3934333240_MetadataUsageId; extern RuntimeClass* MonoField_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614533; extern const uint32_t FormatterServices_GetFields_m2777940282_MetadataUsageId; extern const RuntimeMethod* FormatterServices_GetUninitializedObject_m3413592581_RuntimeMethod_var; extern String_t* _stringLiteral2983965444; extern const uint32_t FormatterServices_GetUninitializedObject_m3413592581_MetadataUsageId; extern const uint32_t ObjectIDGenerator__ctor_m2117120656_MetadataUsageId; extern RuntimeClass* InstanceComparer_t1261591096_il2cpp_TypeInfo_var; extern const uint32_t ObjectIDGenerator__cctor_m2337609134_MetadataUsageId; extern const RuntimeMethod* ObjectIDGenerator_GetId_m2052009363_RuntimeMethod_var; extern const uint32_t ObjectIDGenerator_GetId_m2052009363_MetadataUsageId; extern const uint32_t InstanceComparer_System_Collections_IComparer_Compare_m1420501866_MetadataUsageId; extern const uint32_t ObjectManager__ctor_m1844334865_MetadataUsageId; extern RuntimeClass* IDeserializationCallback_t4220500054_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationCallbacks_t2570604627_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectManager_DoFixups_m3038765937_RuntimeMethod_var; extern String_t* _stringLiteral2054625985; extern String_t* _stringLiteral1973629171; extern String_t* _stringLiteral3505112503; extern const uint32_t ObjectManager_DoFixups_m3038765937_MetadataUsageId; extern RuntimeClass* ObjectRecord_t1187467272_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectManager_GetObjectRecord_m1104835114_RuntimeMethod_var; extern String_t* _stringLiteral1975726323; extern String_t* _stringLiteral4120689509; extern const uint32_t ObjectManager_GetObjectRecord_m1104835114_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectManager_GetObject_m1462343561_RuntimeMethod_var; extern String_t* _stringLiteral749803631; extern String_t* _stringLiteral685018804; extern const uint32_t ObjectManager_GetObject_m1462343561_MetadataUsageId; extern const uint32_t ObjectManager_RaiseDeserializationEvent_m49333530_MetadataUsageId; extern const uint32_t ObjectManager_RaiseOnDeserializingEvent_m964884748_MetadataUsageId; extern const uint32_t ObjectManager_RaiseOnDeserializedEvent_m2281637371_MetadataUsageId; extern RuntimeClass* ArrayFixupRecord_t4271256269_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectManager_RecordArrayElementFixup_m3896982476_RuntimeMethod_var; extern String_t* _stringLiteral3941483450; extern String_t* _stringLiteral232863569; extern String_t* _stringLiteral1565468088; extern String_t* _stringLiteral1393299684; extern const uint32_t ObjectManager_RecordArrayElementFixup_m3896982476_MetadataUsageId; extern RuntimeClass* MultiArrayFixupRecord_t2501518442_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectManager_RecordArrayElementFixup_m2171848602_RuntimeMethod_var; extern String_t* _stringLiteral3305999801; extern const uint32_t ObjectManager_RecordArrayElementFixup_m2171848602_MetadataUsageId; extern RuntimeClass* DelayedFixupRecord_t2425570624_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectManager_RecordDelayedFixup_m337814852_RuntimeMethod_var; extern String_t* _stringLiteral1734126998; extern String_t* _stringLiteral3150672574; extern String_t* _stringLiteral1100521541; extern const uint32_t ObjectManager_RecordDelayedFixup_m337814852_MetadataUsageId; extern RuntimeClass* FixupRecord_t4176629420_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectManager_RecordFixup_m290973772_RuntimeMethod_var; extern String_t* _stringLiteral1586550295; extern const uint32_t ObjectManager_RecordFixup_m290973772_MetadataUsageId; extern const RuntimeMethod* ObjectManager_RegisterObjectInternal_m3473857785_RuntimeMethod_var; extern String_t* _stringLiteral2013382529; extern String_t* _stringLiteral4027656785; extern const uint32_t ObjectManager_RegisterObjectInternal_m3473857785_MetadataUsageId; extern const RuntimeMethod* ObjectManager_RegisterObject_m2087328880_RuntimeMethod_var; extern String_t* _stringLiteral2596034267; extern const uint32_t ObjectManager_RegisterObject_m2087328880_MetadataUsageId; struct ObjectU5BU5D_t2843939325; struct StringU5BU5D_t1281789340; struct HeaderU5BU5D_t204812840; struct TypeU5BU5D_t3940880105; struct ParameterInfoU5BU5D_t390618515; struct ByteU5BU5D_t4116647657; struct ParameterModifierU5BU5D_t2943407543; struct MethodInfoU5BU5D_t2572182361; struct IContextAttributeU5BU5D_t1656595889; struct ITrackingHandlerU5BU5D_t3758023570; struct FieldInfoU5BU5D_t846150980; struct MemberInfoU5BU5D_t1302094432; struct Int32U5BU5D_t385246372; struct BooleanU5BU5D_t2897418192; struct CharU5BU5D_t3528271667; struct DateTimeU5BU5D_t1184652292; struct DecimalU5BU5D_t1145110141; struct DoubleU5BU5D_t3413330114; struct Int16U5BU5D_t3686840178; struct Int64U5BU5D_t2559172825; struct SByteU5BU5D_t2651576203; struct SingleU5BU5D_t1444911251; struct UInt16U5BU5D_t3326319531; struct UInt32U5BU5D_t2770800703; struct UInt64U5BU5D_t1659327989; struct TimeSpanU5BU5D_t4291357516; struct TypeTagU5BU5D_t1563918664; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef BITCONVERTER_T3118986983_H #define BITCONVERTER_T3118986983_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.BitConverter struct BitConverter_t3118986983 : public RuntimeObject { public: public: }; struct BitConverter_t3118986983_StaticFields { public: // System.Boolean System.BitConverter::SwappedWordsInDouble bool ___SwappedWordsInDouble_0; // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_1; public: inline static int32_t get_offset_of_SwappedWordsInDouble_0() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___SwappedWordsInDouble_0)); } inline bool get_SwappedWordsInDouble_0() const { return ___SwappedWordsInDouble_0; } inline bool* get_address_of_SwappedWordsInDouble_0() { return &___SwappedWordsInDouble_0; } inline void set_SwappedWordsInDouble_0(bool value) { ___SwappedWordsInDouble_0 = value; } inline static int32_t get_offset_of_IsLittleEndian_1() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___IsLittleEndian_1)); } inline bool get_IsLittleEndian_1() const { return ___IsLittleEndian_1; } inline bool* get_address_of_IsLittleEndian_1() { return &___IsLittleEndian_1; } inline void set_IsLittleEndian_1(bool value) { ___IsLittleEndian_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BITCONVERTER_T3118986983_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef OBJECTIDGENERATOR_T1260826161_H #define OBJECTIDGENERATOR_T1260826161_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.ObjectIDGenerator struct ObjectIDGenerator_t1260826161 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.ObjectIDGenerator::table Hashtable_t1853889766 * ___table_0; // System.Int64 System.Runtime.Serialization.ObjectIDGenerator::current int64_t ___current_1; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(ObjectIDGenerator_t1260826161, ___table_0)); } inline Hashtable_t1853889766 * get_table_0() const { return ___table_0; } inline Hashtable_t1853889766 ** get_address_of_table_0() { return &___table_0; } inline void set_table_0(Hashtable_t1853889766 * value) { ___table_0 = value; Il2CppCodeGenWriteBarrier((&___table_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(ObjectIDGenerator_t1260826161, ___current_1)); } inline int64_t get_current_1() const { return ___current_1; } inline int64_t* get_address_of_current_1() { return &___current_1; } inline void set_current_1(int64_t value) { ___current_1 = value; } }; struct ObjectIDGenerator_t1260826161_StaticFields { public: // System.Runtime.Serialization.ObjectIDGenerator/InstanceComparer System.Runtime.Serialization.ObjectIDGenerator::comparer InstanceComparer_t1261591096 * ___comparer_2; public: inline static int32_t get_offset_of_comparer_2() { return static_cast(offsetof(ObjectIDGenerator_t1260826161_StaticFields, ___comparer_2)); } inline InstanceComparer_t1261591096 * get_comparer_2() const { return ___comparer_2; } inline InstanceComparer_t1261591096 ** get_address_of_comparer_2() { return &___comparer_2; } inline void set_comparer_2(InstanceComparer_t1261591096 * value) { ___comparer_2 = value; Il2CppCodeGenWriteBarrier((&___comparer_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTIDGENERATOR_T1260826161_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef QUEUE_T3637523393_H #define QUEUE_T3637523393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Queue struct Queue_t3637523393 : public RuntimeObject { public: // System.Object[] System.Collections.Queue::_array ObjectU5BU5D_t2843939325* ____array_0; // System.Int32 System.Collections.Queue::_head int32_t ____head_1; // System.Int32 System.Collections.Queue::_size int32_t ____size_2; // System.Int32 System.Collections.Queue::_tail int32_t ____tail_3; // System.Int32 System.Collections.Queue::_growFactor int32_t ____growFactor_4; // System.Int32 System.Collections.Queue::_version int32_t ____version_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_t3637523393, ____array_0)); } inline ObjectU5BU5D_t2843939325* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_t2843939325** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_t2843939325* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_t3637523393, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Queue_t3637523393, ____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__tail_3() { return static_cast(offsetof(Queue_t3637523393, ____tail_3)); } inline int32_t get__tail_3() const { return ____tail_3; } inline int32_t* get_address_of__tail_3() { return &____tail_3; } inline void set__tail_3(int32_t value) { ____tail_3 = value; } inline static int32_t get_offset_of__growFactor_4() { return static_cast(offsetof(Queue_t3637523393, ____growFactor_4)); } inline int32_t get__growFactor_4() const { return ____growFactor_4; } inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; } inline void set__growFactor_4(int32_t value) { ____growFactor_4 = value; } inline static int32_t get_offset_of__version_5() { return static_cast(offsetof(Queue_t3637523393, ____version_5)); } inline int32_t get__version_5() const { return ____version_5; } inline int32_t* get_address_of__version_5() { return &____version_5; } inline void set__version_5(int32_t value) { ____version_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUEUE_T3637523393_H #ifndef METADATAREFERENCE_T4077873660_H #define METADATAREFERENCE_T4077873660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.ObjectWriter/MetadataReference struct MetadataReference_t4077873660 : public RuntimeObject { public: // System.Runtime.Serialization.Formatters.Binary.TypeMetadata System.Runtime.Serialization.Formatters.Binary.ObjectWriter/MetadataReference::Metadata TypeMetadata_t2187352167 * ___Metadata_0; // System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter/MetadataReference::ObjectID int64_t ___ObjectID_1; public: inline static int32_t get_offset_of_Metadata_0() { return static_cast(offsetof(MetadataReference_t4077873660, ___Metadata_0)); } inline TypeMetadata_t2187352167 * get_Metadata_0() const { return ___Metadata_0; } inline TypeMetadata_t2187352167 ** get_address_of_Metadata_0() { return &___Metadata_0; } inline void set_Metadata_0(TypeMetadata_t2187352167 * value) { ___Metadata_0 = value; Il2CppCodeGenWriteBarrier((&___Metadata_0), value); } inline static int32_t get_offset_of_ObjectID_1() { return static_cast(offsetof(MetadataReference_t4077873660, ___ObjectID_1)); } inline int64_t get_ObjectID_1() const { return ___ObjectID_1; } inline int64_t* get_address_of_ObjectID_1() { return &___ObjectID_1; } inline void set_ObjectID_1(int64_t value) { ___ObjectID_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METADATAREFERENCE_T4077873660_H #ifndef CHANNELINFO_T2064577689_H #define CHANNELINFO_T2064577689_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ChannelInfo struct ChannelInfo_t2064577689 : public RuntimeObject { public: // System.Object[] System.Runtime.Remoting.ChannelInfo::channelData ObjectU5BU5D_t2843939325* ___channelData_0; public: inline static int32_t get_offset_of_channelData_0() { return static_cast(offsetof(ChannelInfo_t2064577689, ___channelData_0)); } inline ObjectU5BU5D_t2843939325* get_channelData_0() const { return ___channelData_0; } inline ObjectU5BU5D_t2843939325** get_address_of_channelData_0() { return &___channelData_0; } inline void set_channelData_0(ObjectU5BU5D_t2843939325* value) { ___channelData_0 = value; Il2CppCodeGenWriteBarrier((&___channelData_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANNELINFO_T2064577689_H #ifndef PROVIDERDATA_T3272123318_H #define PROVIDERDATA_T3272123318_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ProviderData struct ProviderData_t3272123318 : 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_t1853889766 * ___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_t3272123318, ___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((&___Ref_0), value); } inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(ProviderData_t3272123318, ___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((&___Type_1), value); } inline static int32_t get_offset_of_Id_2() { return static_cast(offsetof(ProviderData_t3272123318, ___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((&___Id_2), value); } inline static int32_t get_offset_of_CustomProperties_3() { return static_cast(offsetof(ProviderData_t3272123318, ___CustomProperties_3)); } inline Hashtable_t1853889766 * get_CustomProperties_3() const { return ___CustomProperties_3; } inline Hashtable_t1853889766 ** get_address_of_CustomProperties_3() { return &___CustomProperties_3; } inline void set_CustomProperties_3(Hashtable_t1853889766 * value) { ___CustomProperties_3 = value; Il2CppCodeGenWriteBarrier((&___CustomProperties_3), value); } inline static int32_t get_offset_of_CustomData_4() { return static_cast(offsetof(ProviderData_t3272123318, ___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((&___CustomData_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROVIDERDATA_T3272123318_H #ifndef SINKPROVIDERDATA_T4151372974_H #define SINKPROVIDERDATA_T4151372974_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Channels.SinkProviderData struct SinkProviderData_t4151372974 : public RuntimeObject { public: // System.String System.Runtime.Remoting.Channels.SinkProviderData::sinkName String_t* ___sinkName_0; // System.Collections.ArrayList System.Runtime.Remoting.Channels.SinkProviderData::children ArrayList_t2718874744 * ___children_1; // System.Collections.Hashtable System.Runtime.Remoting.Channels.SinkProviderData::properties Hashtable_t1853889766 * ___properties_2; public: inline static int32_t get_offset_of_sinkName_0() { return static_cast(offsetof(SinkProviderData_t4151372974, ___sinkName_0)); } inline String_t* get_sinkName_0() const { return ___sinkName_0; } inline String_t** get_address_of_sinkName_0() { return &___sinkName_0; } inline void set_sinkName_0(String_t* value) { ___sinkName_0 = value; Il2CppCodeGenWriteBarrier((&___sinkName_0), value); } inline static int32_t get_offset_of_children_1() { return static_cast(offsetof(SinkProviderData_t4151372974, ___children_1)); } inline ArrayList_t2718874744 * get_children_1() const { return ___children_1; } inline ArrayList_t2718874744 ** get_address_of_children_1() { return &___children_1; } inline void set_children_1(ArrayList_t2718874744 * value) { ___children_1 = value; Il2CppCodeGenWriteBarrier((&___children_1), value); } inline static int32_t get_offset_of_properties_2() { return static_cast(offsetof(SinkProviderData_t4151372974, ___properties_2)); } inline Hashtable_t1853889766 * get_properties_2() const { return ___properties_2; } inline Hashtable_t1853889766 ** get_address_of_properties_2() { return &___properties_2; } inline void set_properties_2(Hashtable_t1853889766 * value) { ___properties_2 = value; Il2CppCodeGenWriteBarrier((&___properties_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINKPROVIDERDATA_T4151372974_H #ifndef CHANNELSERVICES_T3942013484_H #define CHANNELSERVICES_T3942013484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Channels.ChannelServices struct ChannelServices_t3942013484 : public RuntimeObject { public: public: }; struct ChannelServices_t3942013484_StaticFields { public: // System.Collections.ArrayList System.Runtime.Remoting.Channels.ChannelServices::registeredChannels ArrayList_t2718874744 * ___registeredChannels_0; // System.Collections.ArrayList System.Runtime.Remoting.Channels.ChannelServices::delayedClientChannels ArrayList_t2718874744 * ___delayedClientChannels_1; // System.Runtime.Remoting.Contexts.CrossContextChannel System.Runtime.Remoting.Channels.ChannelServices::_crossContextSink CrossContextChannel_t4063984580 * ____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_t3942013484_StaticFields, ___registeredChannels_0)); } inline ArrayList_t2718874744 * get_registeredChannels_0() const { return ___registeredChannels_0; } inline ArrayList_t2718874744 ** get_address_of_registeredChannels_0() { return &___registeredChannels_0; } inline void set_registeredChannels_0(ArrayList_t2718874744 * value) { ___registeredChannels_0 = value; Il2CppCodeGenWriteBarrier((&___registeredChannels_0), value); } inline static int32_t get_offset_of_delayedClientChannels_1() { return static_cast(offsetof(ChannelServices_t3942013484_StaticFields, ___delayedClientChannels_1)); } inline ArrayList_t2718874744 * get_delayedClientChannels_1() const { return ___delayedClientChannels_1; } inline ArrayList_t2718874744 ** get_address_of_delayedClientChannels_1() { return &___delayedClientChannels_1; } inline void set_delayedClientChannels_1(ArrayList_t2718874744 * value) { ___delayedClientChannels_1 = value; Il2CppCodeGenWriteBarrier((&___delayedClientChannels_1), value); } inline static int32_t get_offset_of__crossContextSink_2() { return static_cast(offsetof(ChannelServices_t3942013484_StaticFields, ____crossContextSink_2)); } inline CrossContextChannel_t4063984580 * get__crossContextSink_2() const { return ____crossContextSink_2; } inline CrossContextChannel_t4063984580 ** get_address_of__crossContextSink_2() { return &____crossContextSink_2; } inline void set__crossContextSink_2(CrossContextChannel_t4063984580 * value) { ____crossContextSink_2 = value; Il2CppCodeGenWriteBarrier((&____crossContextSink_2), value); } inline static int32_t get_offset_of_CrossContextUrl_3() { return static_cast(offsetof(ChannelServices_t3942013484_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((&___CrossContextUrl_3), value); } inline static int32_t get_offset_of_oldStartModeTypes_4() { return static_cast(offsetof(ChannelServices_t3942013484_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((&___oldStartModeTypes_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANNELSERVICES_T3942013484_H #ifndef IDENTITY_T1873279371_H #define IDENTITY_T1873279371_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Identity struct Identity_t1873279371 : 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_t652373272 * ____clientDynamicProperties_3; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_serverDynamicProperties DynamicPropertyCollection_t652373272 * ____serverDynamicProperties_4; // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::_objRef ObjRef_t2141158884 * ____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_t1873279371, ____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((&____objectUri_0), value); } inline static int32_t get_offset_of__channelSink_1() { return static_cast(offsetof(Identity_t1873279371, ____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((&____channelSink_1), value); } inline static int32_t get_offset_of__envoySink_2() { return static_cast(offsetof(Identity_t1873279371, ____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((&____envoySink_2), value); } inline static int32_t get_offset_of__clientDynamicProperties_3() { return static_cast(offsetof(Identity_t1873279371, ____clientDynamicProperties_3)); } inline DynamicPropertyCollection_t652373272 * get__clientDynamicProperties_3() const { return ____clientDynamicProperties_3; } inline DynamicPropertyCollection_t652373272 ** get_address_of__clientDynamicProperties_3() { return &____clientDynamicProperties_3; } inline void set__clientDynamicProperties_3(DynamicPropertyCollection_t652373272 * value) { ____clientDynamicProperties_3 = value; Il2CppCodeGenWriteBarrier((&____clientDynamicProperties_3), value); } inline static int32_t get_offset_of__serverDynamicProperties_4() { return static_cast(offsetof(Identity_t1873279371, ____serverDynamicProperties_4)); } inline DynamicPropertyCollection_t652373272 * get__serverDynamicProperties_4() const { return ____serverDynamicProperties_4; } inline DynamicPropertyCollection_t652373272 ** get_address_of__serverDynamicProperties_4() { return &____serverDynamicProperties_4; } inline void set__serverDynamicProperties_4(DynamicPropertyCollection_t652373272 * value) { ____serverDynamicProperties_4 = value; Il2CppCodeGenWriteBarrier((&____serverDynamicProperties_4), value); } inline static int32_t get_offset_of__objRef_5() { return static_cast(offsetof(Identity_t1873279371, ____objRef_5)); } inline ObjRef_t2141158884 * get__objRef_5() const { return ____objRef_5; } inline ObjRef_t2141158884 ** get_address_of__objRef_5() { return &____objRef_5; } inline void set__objRef_5(ObjRef_t2141158884 * value) { ____objRef_5 = value; Il2CppCodeGenWriteBarrier((&____objRef_5), value); } inline static int32_t get_offset_of__disposed_6() { return static_cast(offsetof(Identity_t1873279371, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDENTITY_T1873279371_H #ifndef TRANSPARENTPROXY_T431418284_H #define TRANSPARENTPROXY_T431418284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Proxies.TransparentProxy struct TransparentProxy_t431418284 : public RuntimeObject { public: // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.Proxies.TransparentProxy::_rp RealProxy_t2312050253 * ____rp_0; public: inline static int32_t get_offset_of__rp_0() { return static_cast(offsetof(TransparentProxy_t431418284, ____rp_0)); } inline RealProxy_t2312050253 * get__rp_0() const { return ____rp_0; } inline RealProxy_t2312050253 ** get_address_of__rp_0() { return &____rp_0; } inline void set__rp_0(RealProxy_t2312050253 * value) { ____rp_0 = value; Il2CppCodeGenWriteBarrier((&____rp_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSPARENTPROXY_T431418284_H #ifndef FORMATTERSERVICES_T305532257_H #define FORMATTERSERVICES_T305532257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.FormatterServices struct FormatterServices_t305532257 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTERSERVICES_T305532257_H #ifndef REALPROXY_T2312050253_H #define REALPROXY_T2312050253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t2312050253 : 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_t3285446944 * ____targetContext_1; // System.MarshalByRefObject System.Runtime.Remoting.Proxies.RealProxy::_server MarshalByRefObject_t2760389100 * ____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_t1873279371 * ____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_t2312050253, ___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((&___class_to_proxy_0), value); } inline static int32_t get_offset_of__targetContext_1() { return static_cast(offsetof(RealProxy_t2312050253, ____targetContext_1)); } inline Context_t3285446944 * get__targetContext_1() const { return ____targetContext_1; } inline Context_t3285446944 ** get_address_of__targetContext_1() { return &____targetContext_1; } inline void set__targetContext_1(Context_t3285446944 * value) { ____targetContext_1 = value; Il2CppCodeGenWriteBarrier((&____targetContext_1), value); } inline static int32_t get_offset_of__server_2() { return static_cast(offsetof(RealProxy_t2312050253, ____server_2)); } inline MarshalByRefObject_t2760389100 * get__server_2() const { return ____server_2; } inline MarshalByRefObject_t2760389100 ** get_address_of__server_2() { return &____server_2; } inline void set__server_2(MarshalByRefObject_t2760389100 * value) { ____server_2 = value; Il2CppCodeGenWriteBarrier((&____server_2), value); } inline static int32_t get_offset_of__targetDomainId_3() { return static_cast(offsetof(RealProxy_t2312050253, ____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_t2312050253, ____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((&____targetUri_4), value); } inline static int32_t get_offset_of__objectIdentity_5() { return static_cast(offsetof(RealProxy_t2312050253, ____objectIdentity_5)); } inline Identity_t1873279371 * get__objectIdentity_5() const { return ____objectIdentity_5; } inline Identity_t1873279371 ** get_address_of__objectIdentity_5() { return &____objectIdentity_5; } inline void set__objectIdentity_5(Identity_t1873279371 * value) { ____objectIdentity_5 = value; Il2CppCodeGenWriteBarrier((&____objectIdentity_5), value); } inline static int32_t get_offset_of__objTP_6() { return static_cast(offsetof(RealProxy_t2312050253, ____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((&____objTP_6), value); } inline static int32_t get_offset_of__stubData_7() { return static_cast(offsetof(RealProxy_t2312050253, ____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((&____stubData_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REALPROXY_T2312050253_H #ifndef REMOTINGSURROGATESELECTOR_T2472351973_H #define REMOTINGSURROGATESELECTOR_T2472351973_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.RemotingSurrogateSelector struct RemotingSurrogateSelector_t2472351973 : 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_t2472351973, ____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((&____next_3), value); } }; struct RemotingSurrogateSelector_t2472351973_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_t3860276170 * ____objRefSurrogate_1; // System.Runtime.Remoting.Messaging.RemotingSurrogate System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::_objRemotingSurrogate RemotingSurrogate_t2834579653 * ____objRemotingSurrogate_2; public: inline static int32_t get_offset_of_s_cachedTypeObjRef_0() { return static_cast(offsetof(RemotingSurrogateSelector_t2472351973_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((&___s_cachedTypeObjRef_0), value); } inline static int32_t get_offset_of__objRefSurrogate_1() { return static_cast(offsetof(RemotingSurrogateSelector_t2472351973_StaticFields, ____objRefSurrogate_1)); } inline ObjRefSurrogate_t3860276170 * get__objRefSurrogate_1() const { return ____objRefSurrogate_1; } inline ObjRefSurrogate_t3860276170 ** get_address_of__objRefSurrogate_1() { return &____objRefSurrogate_1; } inline void set__objRefSurrogate_1(ObjRefSurrogate_t3860276170 * value) { ____objRefSurrogate_1 = value; Il2CppCodeGenWriteBarrier((&____objRefSurrogate_1), value); } inline static int32_t get_offset_of__objRemotingSurrogate_2() { return static_cast(offsetof(RemotingSurrogateSelector_t2472351973_StaticFields, ____objRemotingSurrogate_2)); } inline RemotingSurrogate_t2834579653 * get__objRemotingSurrogate_2() const { return ____objRemotingSurrogate_2; } inline RemotingSurrogate_t2834579653 ** get_address_of__objRemotingSurrogate_2() { return &____objRemotingSurrogate_2; } inline void set__objRemotingSurrogate_2(RemotingSurrogate_t2834579653 * value) { ____objRemotingSurrogate_2 = value; Il2CppCodeGenWriteBarrier((&____objRemotingSurrogate_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTINGSURROGATESELECTOR_T2472351973_H #ifndef SERIALIZATIONCALLBACKS_T2570604627_H #define SERIALIZATIONCALLBACKS_T2570604627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationCallbacks struct SerializationCallbacks_t2570604627 : public RuntimeObject { public: // System.Collections.ArrayList System.Runtime.Serialization.SerializationCallbacks::onSerializingList ArrayList_t2718874744 * ___onSerializingList_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationCallbacks::onSerializedList ArrayList_t2718874744 * ___onSerializedList_1; // System.Collections.ArrayList System.Runtime.Serialization.SerializationCallbacks::onDeserializingList ArrayList_t2718874744 * ___onDeserializingList_2; // System.Collections.ArrayList System.Runtime.Serialization.SerializationCallbacks::onDeserializedList ArrayList_t2718874744 * ___onDeserializedList_3; public: inline static int32_t get_offset_of_onSerializingList_0() { return static_cast(offsetof(SerializationCallbacks_t2570604627, ___onSerializingList_0)); } inline ArrayList_t2718874744 * get_onSerializingList_0() const { return ___onSerializingList_0; } inline ArrayList_t2718874744 ** get_address_of_onSerializingList_0() { return &___onSerializingList_0; } inline void set_onSerializingList_0(ArrayList_t2718874744 * value) { ___onSerializingList_0 = value; Il2CppCodeGenWriteBarrier((&___onSerializingList_0), value); } inline static int32_t get_offset_of_onSerializedList_1() { return static_cast(offsetof(SerializationCallbacks_t2570604627, ___onSerializedList_1)); } inline ArrayList_t2718874744 * get_onSerializedList_1() const { return ___onSerializedList_1; } inline ArrayList_t2718874744 ** get_address_of_onSerializedList_1() { return &___onSerializedList_1; } inline void set_onSerializedList_1(ArrayList_t2718874744 * value) { ___onSerializedList_1 = value; Il2CppCodeGenWriteBarrier((&___onSerializedList_1), value); } inline static int32_t get_offset_of_onDeserializingList_2() { return static_cast(offsetof(SerializationCallbacks_t2570604627, ___onDeserializingList_2)); } inline ArrayList_t2718874744 * get_onDeserializingList_2() const { return ___onDeserializingList_2; } inline ArrayList_t2718874744 ** get_address_of_onDeserializingList_2() { return &___onDeserializingList_2; } inline void set_onDeserializingList_2(ArrayList_t2718874744 * value) { ___onDeserializingList_2 = value; Il2CppCodeGenWriteBarrier((&___onDeserializingList_2), value); } inline static int32_t get_offset_of_onDeserializedList_3() { return static_cast(offsetof(SerializationCallbacks_t2570604627, ___onDeserializedList_3)); } inline ArrayList_t2718874744 * get_onDeserializedList_3() const { return ___onDeserializedList_3; } inline ArrayList_t2718874744 ** get_address_of_onDeserializedList_3() { return &___onDeserializedList_3; } inline void set_onDeserializedList_3(ArrayList_t2718874744 * value) { ___onDeserializedList_3 = value; Il2CppCodeGenWriteBarrier((&___onDeserializedList_3), value); } }; struct SerializationCallbacks_t2570604627_StaticFields { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationCallbacks::cache Hashtable_t1853889766 * ___cache_4; // System.Object System.Runtime.Serialization.SerializationCallbacks::cache_lock RuntimeObject * ___cache_lock_5; public: inline static int32_t get_offset_of_cache_4() { return static_cast(offsetof(SerializationCallbacks_t2570604627_StaticFields, ___cache_4)); } inline Hashtable_t1853889766 * get_cache_4() const { return ___cache_4; } inline Hashtable_t1853889766 ** get_address_of_cache_4() { return &___cache_4; } inline void set_cache_4(Hashtable_t1853889766 * value) { ___cache_4 = value; Il2CppCodeGenWriteBarrier((&___cache_4), value); } inline static int32_t get_offset_of_cache_lock_5() { return static_cast(offsetof(SerializationCallbacks_t2570604627_StaticFields, ___cache_lock_5)); } inline RuntimeObject * get_cache_lock_5() const { return ___cache_lock_5; } inline RuntimeObject ** get_address_of_cache_lock_5() { return &___cache_lock_5; } inline void set_cache_lock_5(RuntimeObject * value) { ___cache_lock_5 = value; Il2CppCodeGenWriteBarrier((&___cache_lock_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONCALLBACKS_T2570604627_H #ifndef RETURNMESSAGE_T1376985608_H #define RETURNMESSAGE_T1376985608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.ReturnMessage struct ReturnMessage_t1376985608 : public RuntimeObject { public: // System.Object[] System.Runtime.Remoting.Messaging.ReturnMessage::_outArgs ObjectU5BU5D_t2843939325* ____outArgs_0; // System.Object[] System.Runtime.Remoting.Messaging.ReturnMessage::_args ObjectU5BU5D_t2843939325* ____args_1; // System.Int32 System.Runtime.Remoting.Messaging.ReturnMessage::_outArgsCount int32_t ____outArgsCount_2; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.ReturnMessage::_callCtx LogicalCallContext_t3342013719 * ____callCtx_3; // System.Object System.Runtime.Remoting.Messaging.ReturnMessage::_returnValue RuntimeObject * ____returnValue_4; // System.String System.Runtime.Remoting.Messaging.ReturnMessage::_uri String_t* ____uri_5; // System.Exception System.Runtime.Remoting.Messaging.ReturnMessage::_exception Exception_t * ____exception_6; // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.ReturnMessage::_methodBase MethodBase_t * ____methodBase_7; // System.String System.Runtime.Remoting.Messaging.ReturnMessage::_methodName String_t* ____methodName_8; // System.Type[] System.Runtime.Remoting.Messaging.ReturnMessage::_methodSignature TypeU5BU5D_t3940880105* ____methodSignature_9; // System.String System.Runtime.Remoting.Messaging.ReturnMessage::_typeName String_t* ____typeName_10; // System.Runtime.Remoting.Messaging.MethodReturnDictionary System.Runtime.Remoting.Messaging.ReturnMessage::_properties MethodReturnDictionary_t2551046119 * ____properties_11; // System.Runtime.Remoting.Messaging.ArgInfo System.Runtime.Remoting.Messaging.ReturnMessage::_inArgInfo ArgInfo_t3261134217 * ____inArgInfo_12; public: inline static int32_t get_offset_of__outArgs_0() { return static_cast(offsetof(ReturnMessage_t1376985608, ____outArgs_0)); } inline ObjectU5BU5D_t2843939325* get__outArgs_0() const { return ____outArgs_0; } inline ObjectU5BU5D_t2843939325** get_address_of__outArgs_0() { return &____outArgs_0; } inline void set__outArgs_0(ObjectU5BU5D_t2843939325* value) { ____outArgs_0 = value; Il2CppCodeGenWriteBarrier((&____outArgs_0), value); } inline static int32_t get_offset_of__args_1() { return static_cast(offsetof(ReturnMessage_t1376985608, ____args_1)); } inline ObjectU5BU5D_t2843939325* get__args_1() const { return ____args_1; } inline ObjectU5BU5D_t2843939325** get_address_of__args_1() { return &____args_1; } inline void set__args_1(ObjectU5BU5D_t2843939325* value) { ____args_1 = value; Il2CppCodeGenWriteBarrier((&____args_1), value); } inline static int32_t get_offset_of__outArgsCount_2() { return static_cast(offsetof(ReturnMessage_t1376985608, ____outArgsCount_2)); } inline int32_t get__outArgsCount_2() const { return ____outArgsCount_2; } inline int32_t* get_address_of__outArgsCount_2() { return &____outArgsCount_2; } inline void set__outArgsCount_2(int32_t value) { ____outArgsCount_2 = value; } inline static int32_t get_offset_of__callCtx_3() { return static_cast(offsetof(ReturnMessage_t1376985608, ____callCtx_3)); } inline LogicalCallContext_t3342013719 * get__callCtx_3() const { return ____callCtx_3; } inline LogicalCallContext_t3342013719 ** get_address_of__callCtx_3() { return &____callCtx_3; } inline void set__callCtx_3(LogicalCallContext_t3342013719 * value) { ____callCtx_3 = value; Il2CppCodeGenWriteBarrier((&____callCtx_3), value); } inline static int32_t get_offset_of__returnValue_4() { return static_cast(offsetof(ReturnMessage_t1376985608, ____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((&____returnValue_4), value); } inline static int32_t get_offset_of__uri_5() { return static_cast(offsetof(ReturnMessage_t1376985608, ____uri_5)); } inline String_t* get__uri_5() const { return ____uri_5; } inline String_t** get_address_of__uri_5() { return &____uri_5; } inline void set__uri_5(String_t* value) { ____uri_5 = value; Il2CppCodeGenWriteBarrier((&____uri_5), value); } inline static int32_t get_offset_of__exception_6() { return static_cast(offsetof(ReturnMessage_t1376985608, ____exception_6)); } inline Exception_t * get__exception_6() const { return ____exception_6; } inline Exception_t ** get_address_of__exception_6() { return &____exception_6; } inline void set__exception_6(Exception_t * value) { ____exception_6 = value; Il2CppCodeGenWriteBarrier((&____exception_6), value); } inline static int32_t get_offset_of__methodBase_7() { return static_cast(offsetof(ReturnMessage_t1376985608, ____methodBase_7)); } inline MethodBase_t * get__methodBase_7() const { return ____methodBase_7; } inline MethodBase_t ** get_address_of__methodBase_7() { return &____methodBase_7; } inline void set__methodBase_7(MethodBase_t * value) { ____methodBase_7 = value; Il2CppCodeGenWriteBarrier((&____methodBase_7), value); } inline static int32_t get_offset_of__methodName_8() { return static_cast(offsetof(ReturnMessage_t1376985608, ____methodName_8)); } inline String_t* get__methodName_8() const { return ____methodName_8; } inline String_t** get_address_of__methodName_8() { return &____methodName_8; } inline void set__methodName_8(String_t* value) { ____methodName_8 = value; Il2CppCodeGenWriteBarrier((&____methodName_8), value); } inline static int32_t get_offset_of__methodSignature_9() { return static_cast(offsetof(ReturnMessage_t1376985608, ____methodSignature_9)); } inline TypeU5BU5D_t3940880105* get__methodSignature_9() const { return ____methodSignature_9; } inline TypeU5BU5D_t3940880105** get_address_of__methodSignature_9() { return &____methodSignature_9; } inline void set__methodSignature_9(TypeU5BU5D_t3940880105* value) { ____methodSignature_9 = value; Il2CppCodeGenWriteBarrier((&____methodSignature_9), value); } inline static int32_t get_offset_of__typeName_10() { return static_cast(offsetof(ReturnMessage_t1376985608, ____typeName_10)); } inline String_t* get__typeName_10() const { return ____typeName_10; } inline String_t** get_address_of__typeName_10() { return &____typeName_10; } inline void set__typeName_10(String_t* value) { ____typeName_10 = value; Il2CppCodeGenWriteBarrier((&____typeName_10), value); } inline static int32_t get_offset_of__properties_11() { return static_cast(offsetof(ReturnMessage_t1376985608, ____properties_11)); } inline MethodReturnDictionary_t2551046119 * get__properties_11() const { return ____properties_11; } inline MethodReturnDictionary_t2551046119 ** get_address_of__properties_11() { return &____properties_11; } inline void set__properties_11(MethodReturnDictionary_t2551046119 * value) { ____properties_11 = value; Il2CppCodeGenWriteBarrier((&____properties_11), value); } inline static int32_t get_offset_of__inArgInfo_12() { return static_cast(offsetof(ReturnMessage_t1376985608, ____inArgInfo_12)); } inline ArgInfo_t3261134217 * get__inArgInfo_12() const { return ____inArgInfo_12; } inline ArgInfo_t3261134217 ** get_address_of__inArgInfo_12() { return &____inArgInfo_12; } inline void set__inArgInfo_12(ArgInfo_t3261134217 * value) { ____inArgInfo_12 = value; Il2CppCodeGenWriteBarrier((&____inArgInfo_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RETURNMESSAGE_T1376985608_H #ifndef INSTANCECOMPARER_T1261591096_H #define INSTANCECOMPARER_T1261591096_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.ObjectIDGenerator/InstanceComparer struct InstanceComparer_t1261591096 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INSTANCECOMPARER_T1261591096_H #ifndef ARGINFO_T3261134217_H #define ARGINFO_T3261134217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.ArgInfo struct ArgInfo_t3261134217 : public RuntimeObject { public: // System.Int32[] System.Runtime.Remoting.Messaging.ArgInfo::_paramMap Int32U5BU5D_t385246372* ____paramMap_0; // System.Int32 System.Runtime.Remoting.Messaging.ArgInfo::_inoutArgCount int32_t ____inoutArgCount_1; // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.ArgInfo::_method MethodBase_t * ____method_2; public: inline static int32_t get_offset_of__paramMap_0() { return static_cast(offsetof(ArgInfo_t3261134217, ____paramMap_0)); } inline Int32U5BU5D_t385246372* get__paramMap_0() const { return ____paramMap_0; } inline Int32U5BU5D_t385246372** get_address_of__paramMap_0() { return &____paramMap_0; } inline void set__paramMap_0(Int32U5BU5D_t385246372* value) { ____paramMap_0 = value; Il2CppCodeGenWriteBarrier((&____paramMap_0), value); } inline static int32_t get_offset_of__inoutArgCount_1() { return static_cast(offsetof(ArgInfo_t3261134217, ____inoutArgCount_1)); } inline int32_t get__inoutArgCount_1() const { return ____inoutArgCount_1; } inline int32_t* get_address_of__inoutArgCount_1() { return &____inoutArgCount_1; } inline void set__inoutArgCount_1(int32_t value) { ____inoutArgCount_1 = value; } inline static int32_t get_offset_of__method_2() { return static_cast(offsetof(ArgInfo_t3261134217, ____method_2)); } inline MethodBase_t * get__method_2() const { return ____method_2; } inline MethodBase_t ** get_address_of__method_2() { return &____method_2; } inline void set__method_2(MethodBase_t * value) { ____method_2 = value; Il2CppCodeGenWriteBarrier((&____method_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGINFO_T3261134217_H #ifndef SERVERCONTEXTTERMINATORSINK_T16296004_H #define SERVERCONTEXTTERMINATORSINK_T16296004_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.ServerContextTerminatorSink struct ServerContextTerminatorSink_t16296004 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERCONTEXTTERMINATORSINK_T16296004_H #ifndef SERVEROBJECTTERMINATORSINK_T4187339465_H #define SERVEROBJECTTERMINATORSINK_T4187339465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink struct ServerObjectTerminatorSink_t4187339465 : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink::_nextSink RuntimeObject* ____nextSink_0; public: inline static int32_t get_offset_of__nextSink_0() { return static_cast(offsetof(ServerObjectTerminatorSink_t4187339465, ____nextSink_0)); } inline RuntimeObject* get__nextSink_0() const { return ____nextSink_0; } inline RuntimeObject** get_address_of__nextSink_0() { return &____nextSink_0; } inline void set__nextSink_0(RuntimeObject* value) { ____nextSink_0 = value; Il2CppCodeGenWriteBarrier((&____nextSink_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVEROBJECTTERMINATORSINK_T4187339465_H #ifndef STACKBUILDERSINK_T883411942_H #define STACKBUILDERSINK_T883411942_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.StackBuilderSink struct StackBuilderSink_t883411942 : public RuntimeObject { public: // System.MarshalByRefObject System.Runtime.Remoting.Messaging.StackBuilderSink::_target MarshalByRefObject_t2760389100 * ____target_0; // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.Messaging.StackBuilderSink::_rp RealProxy_t2312050253 * ____rp_1; public: inline static int32_t get_offset_of__target_0() { return static_cast(offsetof(StackBuilderSink_t883411942, ____target_0)); } inline MarshalByRefObject_t2760389100 * get__target_0() const { return ____target_0; } inline MarshalByRefObject_t2760389100 ** get_address_of__target_0() { return &____target_0; } inline void set__target_0(MarshalByRefObject_t2760389100 * value) { ____target_0 = value; Il2CppCodeGenWriteBarrier((&____target_0), value); } inline static int32_t get_offset_of__rp_1() { return static_cast(offsetof(StackBuilderSink_t883411942, ____rp_1)); } inline RealProxy_t2312050253 * get__rp_1() const { return ____rp_1; } inline RealProxy_t2312050253 ** get_address_of__rp_1() { return &____rp_1; } inline void set__rp_1(RealProxy_t2312050253 * value) { ____rp_1 = value; Il2CppCodeGenWriteBarrier((&____rp_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACKBUILDERSINK_T883411942_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef REMOTINGCONFIGURATION_T4113740665_H #define REMOTINGCONFIGURATION_T4113740665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.RemotingConfiguration struct RemotingConfiguration_t4113740665 : public RuntimeObject { public: public: }; struct RemotingConfiguration_t4113740665_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_t1853889766 * ___wellKnownClientEntries_6; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::activatedClientEntries Hashtable_t1853889766 * ___activatedClientEntries_7; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::wellKnownServiceEntries Hashtable_t1853889766 * ___wellKnownServiceEntries_8; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::activatedServiceEntries Hashtable_t1853889766 * ___activatedServiceEntries_9; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::channelTemplates Hashtable_t1853889766 * ___channelTemplates_10; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::clientProviderTemplates Hashtable_t1853889766 * ___clientProviderTemplates_11; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::serverProviderTemplates Hashtable_t1853889766 * ___serverProviderTemplates_12; public: inline static int32_t get_offset_of_applicationID_0() { return static_cast(offsetof(RemotingConfiguration_t4113740665_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((&___applicationID_0), value); } inline static int32_t get_offset_of_applicationName_1() { return static_cast(offsetof(RemotingConfiguration_t4113740665_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((&___applicationName_1), value); } inline static int32_t get_offset_of_processGuid_2() { return static_cast(offsetof(RemotingConfiguration_t4113740665_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((&___processGuid_2), value); } inline static int32_t get_offset_of_defaultConfigRead_3() { return static_cast(offsetof(RemotingConfiguration_t4113740665_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_t4113740665_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_t4113740665_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((&____errorMode_5), value); } inline static int32_t get_offset_of_wellKnownClientEntries_6() { return static_cast(offsetof(RemotingConfiguration_t4113740665_StaticFields, ___wellKnownClientEntries_6)); } inline Hashtable_t1853889766 * get_wellKnownClientEntries_6() const { return ___wellKnownClientEntries_6; } inline Hashtable_t1853889766 ** get_address_of_wellKnownClientEntries_6() { return &___wellKnownClientEntries_6; } inline void set_wellKnownClientEntries_6(Hashtable_t1853889766 * value) { ___wellKnownClientEntries_6 = value; Il2CppCodeGenWriteBarrier((&___wellKnownClientEntries_6), value); } inline static int32_t get_offset_of_activatedClientEntries_7() { return static_cast(offsetof(RemotingConfiguration_t4113740665_StaticFields, ___activatedClientEntries_7)); } inline Hashtable_t1853889766 * get_activatedClientEntries_7() const { return ___activatedClientEntries_7; } inline Hashtable_t1853889766 ** get_address_of_activatedClientEntries_7() { return &___activatedClientEntries_7; } inline void set_activatedClientEntries_7(Hashtable_t1853889766 * value) { ___activatedClientEntries_7 = value; Il2CppCodeGenWriteBarrier((&___activatedClientEntries_7), value); } inline static int32_t get_offset_of_wellKnownServiceEntries_8() { return static_cast(offsetof(RemotingConfiguration_t4113740665_StaticFields, ___wellKnownServiceEntries_8)); } inline Hashtable_t1853889766 * get_wellKnownServiceEntries_8() const { return ___wellKnownServiceEntries_8; } inline Hashtable_t1853889766 ** get_address_of_wellKnownServiceEntries_8() { return &___wellKnownServiceEntries_8; } inline void set_wellKnownServiceEntries_8(Hashtable_t1853889766 * value) { ___wellKnownServiceEntries_8 = value; Il2CppCodeGenWriteBarrier((&___wellKnownServiceEntries_8), value); } inline static int32_t get_offset_of_activatedServiceEntries_9() { return static_cast(offsetof(RemotingConfiguration_t4113740665_StaticFields, ___activatedServiceEntries_9)); } inline Hashtable_t1853889766 * get_activatedServiceEntries_9() const { return ___activatedServiceEntries_9; } inline Hashtable_t1853889766 ** get_address_of_activatedServiceEntries_9() { return &___activatedServiceEntries_9; } inline void set_activatedServiceEntries_9(Hashtable_t1853889766 * value) { ___activatedServiceEntries_9 = value; Il2CppCodeGenWriteBarrier((&___activatedServiceEntries_9), value); } inline static int32_t get_offset_of_channelTemplates_10() { return static_cast(offsetof(RemotingConfiguration_t4113740665_StaticFields, ___channelTemplates_10)); } inline Hashtable_t1853889766 * get_channelTemplates_10() const { return ___channelTemplates_10; } inline Hashtable_t1853889766 ** get_address_of_channelTemplates_10() { return &___channelTemplates_10; } inline void set_channelTemplates_10(Hashtable_t1853889766 * value) { ___channelTemplates_10 = value; Il2CppCodeGenWriteBarrier((&___channelTemplates_10), value); } inline static int32_t get_offset_of_clientProviderTemplates_11() { return static_cast(offsetof(RemotingConfiguration_t4113740665_StaticFields, ___clientProviderTemplates_11)); } inline Hashtable_t1853889766 * get_clientProviderTemplates_11() const { return ___clientProviderTemplates_11; } inline Hashtable_t1853889766 ** get_address_of_clientProviderTemplates_11() { return &___clientProviderTemplates_11; } inline void set_clientProviderTemplates_11(Hashtable_t1853889766 * value) { ___clientProviderTemplates_11 = value; Il2CppCodeGenWriteBarrier((&___clientProviderTemplates_11), value); } inline static int32_t get_offset_of_serverProviderTemplates_12() { return static_cast(offsetof(RemotingConfiguration_t4113740665_StaticFields, ___serverProviderTemplates_12)); } inline Hashtable_t1853889766 * get_serverProviderTemplates_12() const { return ___serverProviderTemplates_12; } inline Hashtable_t1853889766 ** get_address_of_serverProviderTemplates_12() { return &___serverProviderTemplates_12; } inline void set_serverProviderTemplates_12(Hashtable_t1853889766 * value) { ___serverProviderTemplates_12 = value; Il2CppCodeGenWriteBarrier((&___serverProviderTemplates_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTINGCONFIGURATION_T4113740665_H #ifndef BINARYREADER_T2428077293_H #define BINARYREADER_T2428077293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.BinaryReader struct BinaryReader_t2428077293 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryReader::m_stream Stream_t1273022909 * ___m_stream_0; // System.Text.Encoding System.IO.BinaryReader::m_encoding Encoding_t1523322056 * ___m_encoding_1; // System.Byte[] System.IO.BinaryReader::m_buffer ByteU5BU5D_t4116647657* ___m_buffer_2; // System.Text.Decoder System.IO.BinaryReader::decoder Decoder_t2204182725 * ___decoder_3; // System.Char[] System.IO.BinaryReader::charBuffer CharU5BU5D_t3528271667* ___charBuffer_4; // System.Boolean System.IO.BinaryReader::m_disposed bool ___m_disposed_5; public: inline static int32_t get_offset_of_m_stream_0() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_stream_0)); } inline Stream_t1273022909 * get_m_stream_0() const { return ___m_stream_0; } inline Stream_t1273022909 ** get_address_of_m_stream_0() { return &___m_stream_0; } inline void set_m_stream_0(Stream_t1273022909 * value) { ___m_stream_0 = value; Il2CppCodeGenWriteBarrier((&___m_stream_0), value); } inline static int32_t get_offset_of_m_encoding_1() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_encoding_1)); } inline Encoding_t1523322056 * get_m_encoding_1() const { return ___m_encoding_1; } inline Encoding_t1523322056 ** get_address_of_m_encoding_1() { return &___m_encoding_1; } inline void set_m_encoding_1(Encoding_t1523322056 * value) { ___m_encoding_1 = value; Il2CppCodeGenWriteBarrier((&___m_encoding_1), value); } inline static int32_t get_offset_of_m_buffer_2() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_buffer_2)); } inline ByteU5BU5D_t4116647657* get_m_buffer_2() const { return ___m_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_m_buffer_2() { return &___m_buffer_2; } inline void set_m_buffer_2(ByteU5BU5D_t4116647657* value) { ___m_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___m_buffer_2), value); } inline static int32_t get_offset_of_decoder_3() { return static_cast(offsetof(BinaryReader_t2428077293, ___decoder_3)); } inline Decoder_t2204182725 * get_decoder_3() const { return ___decoder_3; } inline Decoder_t2204182725 ** get_address_of_decoder_3() { return &___decoder_3; } inline void set_decoder_3(Decoder_t2204182725 * value) { ___decoder_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_3), value); } inline static int32_t get_offset_of_charBuffer_4() { return static_cast(offsetof(BinaryReader_t2428077293, ___charBuffer_4)); } inline CharU5BU5D_t3528271667* get_charBuffer_4() const { return ___charBuffer_4; } inline CharU5BU5D_t3528271667** get_address_of_charBuffer_4() { return &___charBuffer_4; } inline void set_charBuffer_4(CharU5BU5D_t3528271667* value) { ___charBuffer_4 = value; Il2CppCodeGenWriteBarrier((&___charBuffer_4), value); } inline static int32_t get_offset_of_m_disposed_5() { return static_cast(offsetof(BinaryReader_t2428077293, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYREADER_T2428077293_H #ifndef SERIALIZATIONBINDER_T274213469_H #define SERIALIZATIONBINDER_T274213469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t274213469 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONBINDER_T274213469_H #ifndef CROSSAPPDOMAINSINK_T2177102621_H #define CROSSAPPDOMAINSINK_T2177102621_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Channels.CrossAppDomainSink struct CrossAppDomainSink_t2177102621 : 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_t2177102621, ____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_t2177102621_StaticFields { public: // System.Collections.Hashtable System.Runtime.Remoting.Channels.CrossAppDomainSink::s_sinks Hashtable_t1853889766 * ___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_t2177102621_StaticFields, ___s_sinks_0)); } inline Hashtable_t1853889766 * get_s_sinks_0() const { return ___s_sinks_0; } inline Hashtable_t1853889766 ** get_address_of_s_sinks_0() { return &___s_sinks_0; } inline void set_s_sinks_0(Hashtable_t1853889766 * value) { ___s_sinks_0 = value; Il2CppCodeGenWriteBarrier((&___s_sinks_0), value); } inline static int32_t get_offset_of_processMessageMethod_1() { return static_cast(offsetof(CrossAppDomainSink_t2177102621_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((&___processMessageMethod_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROSSAPPDOMAINSINK_T2177102621_H #ifndef BINARYCOMMON_T3059247396_H #define BINARYCOMMON_T3059247396_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.BinaryCommon struct BinaryCommon_t3059247396 : public RuntimeObject { public: public: }; struct BinaryCommon_t3059247396_StaticFields { public: // System.Byte[] System.Runtime.Serialization.Formatters.Binary.BinaryCommon::BinaryHeader ByteU5BU5D_t4116647657* ___BinaryHeader_0; // System.Type[] System.Runtime.Serialization.Formatters.Binary.BinaryCommon::_typeCodesToType TypeU5BU5D_t3940880105* ____typeCodesToType_1; // System.Byte[] System.Runtime.Serialization.Formatters.Binary.BinaryCommon::_typeCodeMap ByteU5BU5D_t4116647657* ____typeCodeMap_2; // System.Boolean System.Runtime.Serialization.Formatters.Binary.BinaryCommon::UseReflectionSerialization bool ___UseReflectionSerialization_3; public: inline static int32_t get_offset_of_BinaryHeader_0() { return static_cast(offsetof(BinaryCommon_t3059247396_StaticFields, ___BinaryHeader_0)); } inline ByteU5BU5D_t4116647657* get_BinaryHeader_0() const { return ___BinaryHeader_0; } inline ByteU5BU5D_t4116647657** get_address_of_BinaryHeader_0() { return &___BinaryHeader_0; } inline void set_BinaryHeader_0(ByteU5BU5D_t4116647657* value) { ___BinaryHeader_0 = value; Il2CppCodeGenWriteBarrier((&___BinaryHeader_0), value); } inline static int32_t get_offset_of__typeCodesToType_1() { return static_cast(offsetof(BinaryCommon_t3059247396_StaticFields, ____typeCodesToType_1)); } inline TypeU5BU5D_t3940880105* get__typeCodesToType_1() const { return ____typeCodesToType_1; } inline TypeU5BU5D_t3940880105** get_address_of__typeCodesToType_1() { return &____typeCodesToType_1; } inline void set__typeCodesToType_1(TypeU5BU5D_t3940880105* value) { ____typeCodesToType_1 = value; Il2CppCodeGenWriteBarrier((&____typeCodesToType_1), value); } inline static int32_t get_offset_of__typeCodeMap_2() { return static_cast(offsetof(BinaryCommon_t3059247396_StaticFields, ____typeCodeMap_2)); } inline ByteU5BU5D_t4116647657* get__typeCodeMap_2() const { return ____typeCodeMap_2; } inline ByteU5BU5D_t4116647657** get_address_of__typeCodeMap_2() { return &____typeCodeMap_2; } inline void set__typeCodeMap_2(ByteU5BU5D_t4116647657* value) { ____typeCodeMap_2 = value; Il2CppCodeGenWriteBarrier((&____typeCodeMap_2), value); } inline static int32_t get_offset_of_UseReflectionSerialization_3() { return static_cast(offsetof(BinaryCommon_t3059247396_StaticFields, ___UseReflectionSerialization_3)); } inline bool get_UseReflectionSerialization_3() const { return ___UseReflectionSerialization_3; } inline bool* get_address_of_UseReflectionSerialization_3() { return &___UseReflectionSerialization_3; } inline void set_UseReflectionSerialization_3(bool value) { ___UseReflectionSerialization_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYCOMMON_T3059247396_H #ifndef TYPEINFO_T3108865556_H #define TYPEINFO_T3108865556_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.TypeInfo struct TypeInfo_t3108865556 : public RuntimeObject { public: // System.String System.Runtime.Remoting.TypeInfo::serverType String_t* ___serverType_0; // System.String[] System.Runtime.Remoting.TypeInfo::serverHierarchy StringU5BU5D_t1281789340* ___serverHierarchy_1; // System.String[] System.Runtime.Remoting.TypeInfo::interfacesImplemented StringU5BU5D_t1281789340* ___interfacesImplemented_2; public: inline static int32_t get_offset_of_serverType_0() { return static_cast(offsetof(TypeInfo_t3108865556, ___serverType_0)); } inline String_t* get_serverType_0() const { return ___serverType_0; } inline String_t** get_address_of_serverType_0() { return &___serverType_0; } inline void set_serverType_0(String_t* value) { ___serverType_0 = value; Il2CppCodeGenWriteBarrier((&___serverType_0), value); } inline static int32_t get_offset_of_serverHierarchy_1() { return static_cast(offsetof(TypeInfo_t3108865556, ___serverHierarchy_1)); } inline StringU5BU5D_t1281789340* get_serverHierarchy_1() const { return ___serverHierarchy_1; } inline StringU5BU5D_t1281789340** get_address_of_serverHierarchy_1() { return &___serverHierarchy_1; } inline void set_serverHierarchy_1(StringU5BU5D_t1281789340* value) { ___serverHierarchy_1 = value; Il2CppCodeGenWriteBarrier((&___serverHierarchy_1), value); } inline static int32_t get_offset_of_interfacesImplemented_2() { return static_cast(offsetof(TypeInfo_t3108865556, ___interfacesImplemented_2)); } inline StringU5BU5D_t1281789340* get_interfacesImplemented_2() const { return ___interfacesImplemented_2; } inline StringU5BU5D_t1281789340** get_address_of_interfacesImplemented_2() { return &___interfacesImplemented_2; } inline void set_interfacesImplemented_2(StringU5BU5D_t1281789340* value) { ___interfacesImplemented_2 = value; Il2CppCodeGenWriteBarrier((&___interfacesImplemented_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEINFO_T3108865556_H #ifndef ENVOYINFO_T22149680_H #define ENVOYINFO_T22149680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.EnvoyInfo struct EnvoyInfo_t22149680 : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.EnvoyInfo::envoySinks RuntimeObject* ___envoySinks_0; public: inline static int32_t get_offset_of_envoySinks_0() { return static_cast(offsetof(EnvoyInfo_t22149680, ___envoySinks_0)); } inline RuntimeObject* get_envoySinks_0() const { return ___envoySinks_0; } inline RuntimeObject** get_address_of_envoySinks_0() { return &___envoySinks_0; } inline void set_envoySinks_0(RuntimeObject* value) { ___envoySinks_0 = value; Il2CppCodeGenWriteBarrier((&___envoySinks_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENVOYINFO_T22149680_H #ifndef TRACKINGSERVICES_T409076583_H #define TRACKINGSERVICES_T409076583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Services.TrackingServices struct TrackingServices_t409076583 : public RuntimeObject { public: public: }; struct TrackingServices_t409076583_StaticFields { public: // System.Collections.ArrayList System.Runtime.Remoting.Services.TrackingServices::_handlers ArrayList_t2718874744 * ____handlers_0; public: inline static int32_t get_offset_of__handlers_0() { return static_cast(offsetof(TrackingServices_t409076583_StaticFields, ____handlers_0)); } inline ArrayList_t2718874744 * get__handlers_0() const { return ____handlers_0; } inline ArrayList_t2718874744 ** get_address_of__handlers_0() { return &____handlers_0; } inline void set__handlers_0(ArrayList_t2718874744 * value) { ____handlers_0 = value; Il2CppCodeGenWriteBarrier((&____handlers_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACKINGSERVICES_T409076583_H #ifndef SOAPSERVICES_T133988723_H #define SOAPSERVICES_T133988723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.SoapServices struct SoapServices_t133988723 : public RuntimeObject { public: public: }; struct SoapServices_t133988723_StaticFields { public: // System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_xmlTypes Hashtable_t1853889766 * ____xmlTypes_0; // System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_xmlElements Hashtable_t1853889766 * ____xmlElements_1; // System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_soapActions Hashtable_t1853889766 * ____soapActions_2; // System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_soapActionsMethods Hashtable_t1853889766 * ____soapActionsMethods_3; // System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_typeInfos Hashtable_t1853889766 * ____typeInfos_4; public: inline static int32_t get_offset_of__xmlTypes_0() { return static_cast(offsetof(SoapServices_t133988723_StaticFields, ____xmlTypes_0)); } inline Hashtable_t1853889766 * get__xmlTypes_0() const { return ____xmlTypes_0; } inline Hashtable_t1853889766 ** get_address_of__xmlTypes_0() { return &____xmlTypes_0; } inline void set__xmlTypes_0(Hashtable_t1853889766 * value) { ____xmlTypes_0 = value; Il2CppCodeGenWriteBarrier((&____xmlTypes_0), value); } inline static int32_t get_offset_of__xmlElements_1() { return static_cast(offsetof(SoapServices_t133988723_StaticFields, ____xmlElements_1)); } inline Hashtable_t1853889766 * get__xmlElements_1() const { return ____xmlElements_1; } inline Hashtable_t1853889766 ** get_address_of__xmlElements_1() { return &____xmlElements_1; } inline void set__xmlElements_1(Hashtable_t1853889766 * value) { ____xmlElements_1 = value; Il2CppCodeGenWriteBarrier((&____xmlElements_1), value); } inline static int32_t get_offset_of__soapActions_2() { return static_cast(offsetof(SoapServices_t133988723_StaticFields, ____soapActions_2)); } inline Hashtable_t1853889766 * get__soapActions_2() const { return ____soapActions_2; } inline Hashtable_t1853889766 ** get_address_of__soapActions_2() { return &____soapActions_2; } inline void set__soapActions_2(Hashtable_t1853889766 * value) { ____soapActions_2 = value; Il2CppCodeGenWriteBarrier((&____soapActions_2), value); } inline static int32_t get_offset_of__soapActionsMethods_3() { return static_cast(offsetof(SoapServices_t133988723_StaticFields, ____soapActionsMethods_3)); } inline Hashtable_t1853889766 * get__soapActionsMethods_3() const { return ____soapActionsMethods_3; } inline Hashtable_t1853889766 ** get_address_of__soapActionsMethods_3() { return &____soapActionsMethods_3; } inline void set__soapActionsMethods_3(Hashtable_t1853889766 * value) { ____soapActionsMethods_3 = value; Il2CppCodeGenWriteBarrier((&____soapActionsMethods_3), value); } inline static int32_t get_offset_of__typeInfos_4() { return static_cast(offsetof(SoapServices_t133988723_StaticFields, ____typeInfos_4)); } inline Hashtable_t1853889766 * get__typeInfos_4() const { return ____typeInfos_4; } inline Hashtable_t1853889766 ** get_address_of__typeInfos_4() { return &____typeInfos_4; } inline void set__typeInfos_4(Hashtable_t1853889766 * value) { ____typeInfos_4 = value; Il2CppCodeGenWriteBarrier((&____typeInfos_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOAPSERVICES_T133988723_H #ifndef TYPEINFO_T3204178358_H #define TYPEINFO_T3204178358_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.SoapServices/TypeInfo struct TypeInfo_t3204178358 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Remoting.SoapServices/TypeInfo::Attributes Hashtable_t1853889766 * ___Attributes_0; // System.Collections.Hashtable System.Runtime.Remoting.SoapServices/TypeInfo::Elements Hashtable_t1853889766 * ___Elements_1; public: inline static int32_t get_offset_of_Attributes_0() { return static_cast(offsetof(TypeInfo_t3204178358, ___Attributes_0)); } inline Hashtable_t1853889766 * get_Attributes_0() const { return ___Attributes_0; } inline Hashtable_t1853889766 ** get_address_of_Attributes_0() { return &___Attributes_0; } inline void set_Attributes_0(Hashtable_t1853889766 * value) { ___Attributes_0 = value; Il2CppCodeGenWriteBarrier((&___Attributes_0), value); } inline static int32_t get_offset_of_Elements_1() { return static_cast(offsetof(TypeInfo_t3204178358, ___Elements_1)); } inline Hashtable_t1853889766 * get_Elements_1() const { return ___Elements_1; } inline Hashtable_t1853889766 ** get_address_of_Elements_1() { return &___Elements_1; } inline void set_Elements_1(Hashtable_t1853889766 * value) { ___Elements_1 = value; Il2CppCodeGenWriteBarrier((&___Elements_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEINFO_T3204178358_H #ifndef FORMATTERCONVERTER_T2760117746_H #define FORMATTERCONVERTER_T2760117746_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.FormatterConverter struct FormatterConverter_t2760117746 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTERCONVERTER_T2760117746_H #ifndef BASEFIXUPRECORD_T3185653456_H #define BASEFIXUPRECORD_T3185653456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.BaseFixupRecord struct BaseFixupRecord_t3185653456 : public RuntimeObject { public: // System.Runtime.Serialization.ObjectRecord System.Runtime.Serialization.BaseFixupRecord::ObjectToBeFixed ObjectRecord_t1187467272 * ___ObjectToBeFixed_0; // System.Runtime.Serialization.ObjectRecord System.Runtime.Serialization.BaseFixupRecord::ObjectRequired ObjectRecord_t1187467272 * ___ObjectRequired_1; // System.Runtime.Serialization.BaseFixupRecord System.Runtime.Serialization.BaseFixupRecord::NextSameContainer BaseFixupRecord_t3185653456 * ___NextSameContainer_2; // System.Runtime.Serialization.BaseFixupRecord System.Runtime.Serialization.BaseFixupRecord::NextSameRequired BaseFixupRecord_t3185653456 * ___NextSameRequired_3; public: inline static int32_t get_offset_of_ObjectToBeFixed_0() { return static_cast(offsetof(BaseFixupRecord_t3185653456, ___ObjectToBeFixed_0)); } inline ObjectRecord_t1187467272 * get_ObjectToBeFixed_0() const { return ___ObjectToBeFixed_0; } inline ObjectRecord_t1187467272 ** get_address_of_ObjectToBeFixed_0() { return &___ObjectToBeFixed_0; } inline void set_ObjectToBeFixed_0(ObjectRecord_t1187467272 * value) { ___ObjectToBeFixed_0 = value; Il2CppCodeGenWriteBarrier((&___ObjectToBeFixed_0), value); } inline static int32_t get_offset_of_ObjectRequired_1() { return static_cast(offsetof(BaseFixupRecord_t3185653456, ___ObjectRequired_1)); } inline ObjectRecord_t1187467272 * get_ObjectRequired_1() const { return ___ObjectRequired_1; } inline ObjectRecord_t1187467272 ** get_address_of_ObjectRequired_1() { return &___ObjectRequired_1; } inline void set_ObjectRequired_1(ObjectRecord_t1187467272 * value) { ___ObjectRequired_1 = value; Il2CppCodeGenWriteBarrier((&___ObjectRequired_1), value); } inline static int32_t get_offset_of_NextSameContainer_2() { return static_cast(offsetof(BaseFixupRecord_t3185653456, ___NextSameContainer_2)); } inline BaseFixupRecord_t3185653456 * get_NextSameContainer_2() const { return ___NextSameContainer_2; } inline BaseFixupRecord_t3185653456 ** get_address_of_NextSameContainer_2() { return &___NextSameContainer_2; } inline void set_NextSameContainer_2(BaseFixupRecord_t3185653456 * value) { ___NextSameContainer_2 = value; Il2CppCodeGenWriteBarrier((&___NextSameContainer_2), value); } inline static int32_t get_offset_of_NextSameRequired_3() { return static_cast(offsetof(BaseFixupRecord_t3185653456, ___NextSameRequired_3)); } inline BaseFixupRecord_t3185653456 * get_NextSameRequired_3() const { return ___NextSameRequired_3; } inline BaseFixupRecord_t3185653456 ** get_address_of_NextSameRequired_3() { return &___NextSameRequired_3; } inline void set_NextSameRequired_3(BaseFixupRecord_t3185653456 * value) { ___NextSameRequired_3 = value; Il2CppCodeGenWriteBarrier((&___NextSameRequired_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEFIXUPRECORD_T3185653456_H #ifndef BINDER_T2999457153_H #define BINDER_T2999457153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Binder struct Binder_t2999457153 : public RuntimeObject { public: public: }; struct Binder_t2999457153_StaticFields { public: // System.Reflection.Binder System.Reflection.Binder::default_binder Binder_t2999457153 * ___default_binder_0; public: inline static int32_t get_offset_of_default_binder_0() { return static_cast(offsetof(Binder_t2999457153_StaticFields, ___default_binder_0)); } inline Binder_t2999457153 * get_default_binder_0() const { return ___default_binder_0; } inline Binder_t2999457153 ** get_address_of_default_binder_0() { return &___default_binder_0; } inline void set_default_binder_0(Binder_t2999457153 * value) { ___default_binder_0 = value; Il2CppCodeGenWriteBarrier((&___default_binder_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDER_T2999457153_H #ifndef SMALLXMLPARSER_T973787839_H #define SMALLXMLPARSER_T973787839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.SmallXmlParser struct SmallXmlParser_t973787839 : public RuntimeObject { public: // Mono.Xml.SmallXmlParser/IContentHandler Mono.Xml.SmallXmlParser::handler RuntimeObject* ___handler_0; // System.IO.TextReader Mono.Xml.SmallXmlParser::reader TextReader_t283511965 * ___reader_1; // System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames Stack_t2329662280 * ___elementNames_2; // System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces Stack_t2329662280 * ___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_t3528271667* ___nameBuffer_6; // System.Boolean Mono.Xml.SmallXmlParser::isWhitespace bool ___isWhitespace_7; // Mono.Xml.SmallXmlParser/AttrListImpl Mono.Xml.SmallXmlParser::attributes AttrListImpl_t567962447 * ___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_t973787839, ___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((&___handler_0), value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(SmallXmlParser_t973787839, ___reader_1)); } inline TextReader_t283511965 * get_reader_1() const { return ___reader_1; } inline TextReader_t283511965 ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(TextReader_t283511965 * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((&___reader_1), value); } inline static int32_t get_offset_of_elementNames_2() { return static_cast(offsetof(SmallXmlParser_t973787839, ___elementNames_2)); } inline Stack_t2329662280 * get_elementNames_2() const { return ___elementNames_2; } inline Stack_t2329662280 ** get_address_of_elementNames_2() { return &___elementNames_2; } inline void set_elementNames_2(Stack_t2329662280 * value) { ___elementNames_2 = value; Il2CppCodeGenWriteBarrier((&___elementNames_2), value); } inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast(offsetof(SmallXmlParser_t973787839, ___xmlSpaces_3)); } inline Stack_t2329662280 * get_xmlSpaces_3() const { return ___xmlSpaces_3; } inline Stack_t2329662280 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; } inline void set_xmlSpaces_3(Stack_t2329662280 * value) { ___xmlSpaces_3 = value; Il2CppCodeGenWriteBarrier((&___xmlSpaces_3), value); } inline static int32_t get_offset_of_xmlSpace_4() { return static_cast(offsetof(SmallXmlParser_t973787839, ___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((&___xmlSpace_4), value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(SmallXmlParser_t973787839, ___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((&___buffer_5), value); } inline static int32_t get_offset_of_nameBuffer_6() { return static_cast(offsetof(SmallXmlParser_t973787839, ___nameBuffer_6)); } inline CharU5BU5D_t3528271667* get_nameBuffer_6() const { return ___nameBuffer_6; } inline CharU5BU5D_t3528271667** get_address_of_nameBuffer_6() { return &___nameBuffer_6; } inline void set_nameBuffer_6(CharU5BU5D_t3528271667* value) { ___nameBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___nameBuffer_6), value); } inline static int32_t get_offset_of_isWhitespace_7() { return static_cast(offsetof(SmallXmlParser_t973787839, ___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_t973787839, ___attributes_8)); } inline AttrListImpl_t567962447 * get_attributes_8() const { return ___attributes_8; } inline AttrListImpl_t567962447 ** get_address_of_attributes_8() { return &___attributes_8; } inline void set_attributes_8(AttrListImpl_t567962447 * value) { ___attributes_8 = value; Il2CppCodeGenWriteBarrier((&___attributes_8), value); } inline static int32_t get_offset_of_line_9() { return static_cast(offsetof(SmallXmlParser_t973787839, ___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_t973787839, ___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_t973787839, ___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; } }; struct SmallXmlParser_t973787839_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Xml.SmallXmlParser::<>f__switch$map18 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map18_12; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map18_12() { return static_cast(offsetof(SmallXmlParser_t973787839_StaticFields, ___U3CU3Ef__switchU24map18_12)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map18_12() const { return ___U3CU3Ef__switchU24map18_12; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map18_12() { return &___U3CU3Ef__switchU24map18_12; } inline void set_U3CU3Ef__switchU24map18_12(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map18_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map18_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMALLXMLPARSER_T973787839_H #ifndef CONFIGHANDLER_T4192437216_H #define CONFIGHANDLER_T4192437216_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ConfigHandler struct ConfigHandler_t4192437216 : public RuntimeObject { public: // System.Collections.ArrayList System.Runtime.Remoting.ConfigHandler::typeEntries ArrayList_t2718874744 * ___typeEntries_0; // System.Collections.ArrayList System.Runtime.Remoting.ConfigHandler::channelInstances ArrayList_t2718874744 * ___channelInstances_1; // System.Runtime.Remoting.ChannelData System.Runtime.Remoting.ConfigHandler::currentChannel ChannelData_t3353629972 * ___currentChannel_2; // System.Collections.Stack System.Runtime.Remoting.ConfigHandler::currentProviderData Stack_t2329662280 * ___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_t4192437216, ___typeEntries_0)); } inline ArrayList_t2718874744 * get_typeEntries_0() const { return ___typeEntries_0; } inline ArrayList_t2718874744 ** get_address_of_typeEntries_0() { return &___typeEntries_0; } inline void set_typeEntries_0(ArrayList_t2718874744 * value) { ___typeEntries_0 = value; Il2CppCodeGenWriteBarrier((&___typeEntries_0), value); } inline static int32_t get_offset_of_channelInstances_1() { return static_cast(offsetof(ConfigHandler_t4192437216, ___channelInstances_1)); } inline ArrayList_t2718874744 * get_channelInstances_1() const { return ___channelInstances_1; } inline ArrayList_t2718874744 ** get_address_of_channelInstances_1() { return &___channelInstances_1; } inline void set_channelInstances_1(ArrayList_t2718874744 * value) { ___channelInstances_1 = value; Il2CppCodeGenWriteBarrier((&___channelInstances_1), value); } inline static int32_t get_offset_of_currentChannel_2() { return static_cast(offsetof(ConfigHandler_t4192437216, ___currentChannel_2)); } inline ChannelData_t3353629972 * get_currentChannel_2() const { return ___currentChannel_2; } inline ChannelData_t3353629972 ** get_address_of_currentChannel_2() { return &___currentChannel_2; } inline void set_currentChannel_2(ChannelData_t3353629972 * value) { ___currentChannel_2 = value; Il2CppCodeGenWriteBarrier((&___currentChannel_2), value); } inline static int32_t get_offset_of_currentProviderData_3() { return static_cast(offsetof(ConfigHandler_t4192437216, ___currentProviderData_3)); } inline Stack_t2329662280 * get_currentProviderData_3() const { return ___currentProviderData_3; } inline Stack_t2329662280 ** get_address_of_currentProviderData_3() { return &___currentProviderData_3; } inline void set_currentProviderData_3(Stack_t2329662280 * value) { ___currentProviderData_3 = value; Il2CppCodeGenWriteBarrier((&___currentProviderData_3), value); } inline static int32_t get_offset_of_currentClientUrl_4() { return static_cast(offsetof(ConfigHandler_t4192437216, ___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((&___currentClientUrl_4), value); } inline static int32_t get_offset_of_appName_5() { return static_cast(offsetof(ConfigHandler_t4192437216, ___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((&___appName_5), value); } inline static int32_t get_offset_of_currentXmlPath_6() { return static_cast(offsetof(ConfigHandler_t4192437216, ___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((&___currentXmlPath_6), value); } inline static int32_t get_offset_of_onlyDelayedChannels_7() { return static_cast(offsetof(ConfigHandler_t4192437216, ___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; } }; struct ConfigHandler_t4192437216_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Runtime.Remoting.ConfigHandler::<>f__switch$map22 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map22_8; // System.Collections.Generic.Dictionary`2 System.Runtime.Remoting.ConfigHandler::<>f__switch$map23 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map23_9; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map22_8() { return static_cast(offsetof(ConfigHandler_t4192437216_StaticFields, ___U3CU3Ef__switchU24map22_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map22_8() const { return ___U3CU3Ef__switchU24map22_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map22_8() { return &___U3CU3Ef__switchU24map22_8; } inline void set_U3CU3Ef__switchU24map22_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map22_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map22_8), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map23_9() { return static_cast(offsetof(ConfigHandler_t4192437216_StaticFields, ___U3CU3Ef__switchU24map23_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map23_9() const { return ___U3CU3Ef__switchU24map23_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map23_9() { return &___U3CU3Ef__switchU24map23_9; } inline void set_U3CU3Ef__switchU24map23_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map23_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map23_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGHANDLER_T4192437216_H #ifndef TYPEMETADATA_T3139523260_H #define TYPEMETADATA_T3139523260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata struct TypeMetadata_t3139523260 : public RuntimeObject { public: // System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata::Type Type_t * ___Type_0; // System.Type[] System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata::MemberTypes TypeU5BU5D_t3940880105* ___MemberTypes_1; // System.String[] System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata::MemberNames StringU5BU5D_t1281789340* ___MemberNames_2; // System.Reflection.MemberInfo[] System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata::MemberInfos MemberInfoU5BU5D_t1302094432* ___MemberInfos_3; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata::FieldCount int32_t ___FieldCount_4; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata::NeedsSerializationInfo bool ___NeedsSerializationInfo_5; public: inline static int32_t get_offset_of_Type_0() { return static_cast(offsetof(TypeMetadata_t3139523260, ___Type_0)); } inline Type_t * get_Type_0() const { return ___Type_0; } inline Type_t ** get_address_of_Type_0() { return &___Type_0; } inline void set_Type_0(Type_t * value) { ___Type_0 = value; Il2CppCodeGenWriteBarrier((&___Type_0), value); } inline static int32_t get_offset_of_MemberTypes_1() { return static_cast(offsetof(TypeMetadata_t3139523260, ___MemberTypes_1)); } inline TypeU5BU5D_t3940880105* get_MemberTypes_1() const { return ___MemberTypes_1; } inline TypeU5BU5D_t3940880105** get_address_of_MemberTypes_1() { return &___MemberTypes_1; } inline void set_MemberTypes_1(TypeU5BU5D_t3940880105* value) { ___MemberTypes_1 = value; Il2CppCodeGenWriteBarrier((&___MemberTypes_1), value); } inline static int32_t get_offset_of_MemberNames_2() { return static_cast(offsetof(TypeMetadata_t3139523260, ___MemberNames_2)); } inline StringU5BU5D_t1281789340* get_MemberNames_2() const { return ___MemberNames_2; } inline StringU5BU5D_t1281789340** get_address_of_MemberNames_2() { return &___MemberNames_2; } inline void set_MemberNames_2(StringU5BU5D_t1281789340* value) { ___MemberNames_2 = value; Il2CppCodeGenWriteBarrier((&___MemberNames_2), value); } inline static int32_t get_offset_of_MemberInfos_3() { return static_cast(offsetof(TypeMetadata_t3139523260, ___MemberInfos_3)); } inline MemberInfoU5BU5D_t1302094432* get_MemberInfos_3() const { return ___MemberInfos_3; } inline MemberInfoU5BU5D_t1302094432** get_address_of_MemberInfos_3() { return &___MemberInfos_3; } inline void set_MemberInfos_3(MemberInfoU5BU5D_t1302094432* value) { ___MemberInfos_3 = value; Il2CppCodeGenWriteBarrier((&___MemberInfos_3), value); } inline static int32_t get_offset_of_FieldCount_4() { return static_cast(offsetof(TypeMetadata_t3139523260, ___FieldCount_4)); } inline int32_t get_FieldCount_4() const { return ___FieldCount_4; } inline int32_t* get_address_of_FieldCount_4() { return &___FieldCount_4; } inline void set_FieldCount_4(int32_t value) { ___FieldCount_4 = value; } inline static int32_t get_offset_of_NeedsSerializationInfo_5() { return static_cast(offsetof(TypeMetadata_t3139523260, ___NeedsSerializationInfo_5)); } inline bool get_NeedsSerializationInfo_5() const { return ___NeedsSerializationInfo_5; } inline bool* get_address_of_NeedsSerializationInfo_5() { return &___NeedsSerializationInfo_5; } inline void set_NeedsSerializationInfo_5(bool value) { ___NeedsSerializationInfo_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEMETADATA_T3139523260_H #ifndef ARRAYNULLFILLER_T1685365060_H #define ARRAYNULLFILLER_T1685365060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.ObjectReader/ArrayNullFiller struct ArrayNullFiller_t1685365060 : public RuntimeObject { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectReader/ArrayNullFiller::NullCount int32_t ___NullCount_0; public: inline static int32_t get_offset_of_NullCount_0() { return static_cast(offsetof(ArrayNullFiller_t1685365060, ___NullCount_0)); } inline int32_t get_NullCount_0() const { return ___NullCount_0; } inline int32_t* get_address_of_NullCount_0() { return &___NullCount_0; } inline void set_NullCount_0(int32_t value) { ___NullCount_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYNULLFILLER_T1685365060_H #ifndef MESSAGEFORMATTER_T457758949_H #define MESSAGEFORMATTER_T457758949_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.MessageFormatter struct MessageFormatter_t457758949 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESSAGEFORMATTER_T457758949_H #ifndef CHANNELDATA_T3353629972_H #define CHANNELDATA_T3353629972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ChannelData struct ChannelData_t3353629972 : 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_t2718874744 * ____serverProviders_4; // System.Collections.ArrayList System.Runtime.Remoting.ChannelData::_clientProviders ArrayList_t2718874744 * ____clientProviders_5; // System.Collections.Hashtable System.Runtime.Remoting.ChannelData::_customProperties Hashtable_t1853889766 * ____customProperties_6; public: inline static int32_t get_offset_of_Ref_0() { return static_cast(offsetof(ChannelData_t3353629972, ___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((&___Ref_0), value); } inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(ChannelData_t3353629972, ___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((&___Type_1), value); } inline static int32_t get_offset_of_Id_2() { return static_cast(offsetof(ChannelData_t3353629972, ___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((&___Id_2), value); } inline static int32_t get_offset_of_DelayLoadAsClientChannel_3() { return static_cast(offsetof(ChannelData_t3353629972, ___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((&___DelayLoadAsClientChannel_3), value); } inline static int32_t get_offset_of__serverProviders_4() { return static_cast(offsetof(ChannelData_t3353629972, ____serverProviders_4)); } inline ArrayList_t2718874744 * get__serverProviders_4() const { return ____serverProviders_4; } inline ArrayList_t2718874744 ** get_address_of__serverProviders_4() { return &____serverProviders_4; } inline void set__serverProviders_4(ArrayList_t2718874744 * value) { ____serverProviders_4 = value; Il2CppCodeGenWriteBarrier((&____serverProviders_4), value); } inline static int32_t get_offset_of__clientProviders_5() { return static_cast(offsetof(ChannelData_t3353629972, ____clientProviders_5)); } inline ArrayList_t2718874744 * get__clientProviders_5() const { return ____clientProviders_5; } inline ArrayList_t2718874744 ** get_address_of__clientProviders_5() { return &____clientProviders_5; } inline void set__clientProviders_5(ArrayList_t2718874744 * value) { ____clientProviders_5 = value; Il2CppCodeGenWriteBarrier((&____clientProviders_5), value); } inline static int32_t get_offset_of__customProperties_6() { return static_cast(offsetof(ChannelData_t3353629972, ____customProperties_6)); } inline Hashtable_t1853889766 * get__customProperties_6() const { return ____customProperties_6; } inline Hashtable_t1853889766 ** get_address_of__customProperties_6() { return &____customProperties_6; } inline void set__customProperties_6(Hashtable_t1853889766 * value) { ____customProperties_6 = value; Il2CppCodeGenWriteBarrier((&____customProperties_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANNELDATA_T3353629972_H #ifndef TYPEENTRY_T3903395172_H #define TYPEENTRY_T3903395172_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.TypeEntry struct TypeEntry_t3903395172 : 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_t3903395172, ___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((&___assembly_name_0), value); } inline static int32_t get_offset_of_type_name_1() { return static_cast(offsetof(TypeEntry_t3903395172, ___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((&___type_name_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEENTRY_T3903395172_H #ifndef ILGENERATOR_T1388622344_H #define ILGENERATOR_T1388622344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator struct ILGenerator_t1388622344 : public RuntimeObject { public: // System.Byte[] System.Reflection.Emit.ILGenerator::code ByteU5BU5D_t4116647657* ___code_1; // System.Int32 System.Reflection.Emit.ILGenerator::code_len int32_t ___code_len_2; // System.Int32 System.Reflection.Emit.ILGenerator::max_stack int32_t ___max_stack_3; // System.Int32 System.Reflection.Emit.ILGenerator::cur_stack int32_t ___cur_stack_4; // System.Reflection.Emit.LocalBuilder[] System.Reflection.Emit.ILGenerator::locals LocalBuilderU5BU5D_t4280809526* ___locals_5; // System.Int32 System.Reflection.Emit.ILGenerator::num_token_fixups int32_t ___num_token_fixups_6; // System.Reflection.Emit.ILTokenInfo[] System.Reflection.Emit.ILGenerator::token_fixups ILTokenInfoU5BU5D_t973106575* ___token_fixups_7; // System.Reflection.Emit.ILGenerator/LabelData[] System.Reflection.Emit.ILGenerator::labels LabelDataU5BU5D_t327903686* ___labels_8; // System.Int32 System.Reflection.Emit.ILGenerator::num_labels int32_t ___num_labels_9; // System.Reflection.Emit.ILGenerator/LabelFixup[] System.Reflection.Emit.ILGenerator::fixups LabelFixupU5BU5D_t103660291* ___fixups_10; // System.Int32 System.Reflection.Emit.ILGenerator::num_fixups int32_t ___num_fixups_11; // System.Reflection.Module System.Reflection.Emit.ILGenerator::module Module_t2987026101 * ___module_12; // System.Reflection.Emit.TokenGenerator System.Reflection.Emit.ILGenerator::token_gen RuntimeObject* ___token_gen_13; public: inline static int32_t get_offset_of_code_1() { return static_cast(offsetof(ILGenerator_t1388622344, ___code_1)); } inline ByteU5BU5D_t4116647657* get_code_1() const { return ___code_1; } inline ByteU5BU5D_t4116647657** get_address_of_code_1() { return &___code_1; } inline void set_code_1(ByteU5BU5D_t4116647657* value) { ___code_1 = value; Il2CppCodeGenWriteBarrier((&___code_1), value); } inline static int32_t get_offset_of_code_len_2() { return static_cast(offsetof(ILGenerator_t1388622344, ___code_len_2)); } inline int32_t get_code_len_2() const { return ___code_len_2; } inline int32_t* get_address_of_code_len_2() { return &___code_len_2; } inline void set_code_len_2(int32_t value) { ___code_len_2 = value; } inline static int32_t get_offset_of_max_stack_3() { return static_cast(offsetof(ILGenerator_t1388622344, ___max_stack_3)); } inline int32_t get_max_stack_3() const { return ___max_stack_3; } inline int32_t* get_address_of_max_stack_3() { return &___max_stack_3; } inline void set_max_stack_3(int32_t value) { ___max_stack_3 = value; } inline static int32_t get_offset_of_cur_stack_4() { return static_cast(offsetof(ILGenerator_t1388622344, ___cur_stack_4)); } inline int32_t get_cur_stack_4() const { return ___cur_stack_4; } inline int32_t* get_address_of_cur_stack_4() { return &___cur_stack_4; } inline void set_cur_stack_4(int32_t value) { ___cur_stack_4 = value; } inline static int32_t get_offset_of_locals_5() { return static_cast(offsetof(ILGenerator_t1388622344, ___locals_5)); } inline LocalBuilderU5BU5D_t4280809526* get_locals_5() const { return ___locals_5; } inline LocalBuilderU5BU5D_t4280809526** get_address_of_locals_5() { return &___locals_5; } inline void set_locals_5(LocalBuilderU5BU5D_t4280809526* value) { ___locals_5 = value; Il2CppCodeGenWriteBarrier((&___locals_5), value); } inline static int32_t get_offset_of_num_token_fixups_6() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_token_fixups_6)); } inline int32_t get_num_token_fixups_6() const { return ___num_token_fixups_6; } inline int32_t* get_address_of_num_token_fixups_6() { return &___num_token_fixups_6; } inline void set_num_token_fixups_6(int32_t value) { ___num_token_fixups_6 = value; } inline static int32_t get_offset_of_token_fixups_7() { return static_cast(offsetof(ILGenerator_t1388622344, ___token_fixups_7)); } inline ILTokenInfoU5BU5D_t973106575* get_token_fixups_7() const { return ___token_fixups_7; } inline ILTokenInfoU5BU5D_t973106575** get_address_of_token_fixups_7() { return &___token_fixups_7; } inline void set_token_fixups_7(ILTokenInfoU5BU5D_t973106575* value) { ___token_fixups_7 = value; Il2CppCodeGenWriteBarrier((&___token_fixups_7), value); } inline static int32_t get_offset_of_labels_8() { return static_cast(offsetof(ILGenerator_t1388622344, ___labels_8)); } inline LabelDataU5BU5D_t327903686* get_labels_8() const { return ___labels_8; } inline LabelDataU5BU5D_t327903686** get_address_of_labels_8() { return &___labels_8; } inline void set_labels_8(LabelDataU5BU5D_t327903686* value) { ___labels_8 = value; Il2CppCodeGenWriteBarrier((&___labels_8), value); } inline static int32_t get_offset_of_num_labels_9() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_labels_9)); } inline int32_t get_num_labels_9() const { return ___num_labels_9; } inline int32_t* get_address_of_num_labels_9() { return &___num_labels_9; } inline void set_num_labels_9(int32_t value) { ___num_labels_9 = value; } inline static int32_t get_offset_of_fixups_10() { return static_cast(offsetof(ILGenerator_t1388622344, ___fixups_10)); } inline LabelFixupU5BU5D_t103660291* get_fixups_10() const { return ___fixups_10; } inline LabelFixupU5BU5D_t103660291** get_address_of_fixups_10() { return &___fixups_10; } inline void set_fixups_10(LabelFixupU5BU5D_t103660291* value) { ___fixups_10 = value; Il2CppCodeGenWriteBarrier((&___fixups_10), value); } inline static int32_t get_offset_of_num_fixups_11() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_fixups_11)); } inline int32_t get_num_fixups_11() const { return ___num_fixups_11; } inline int32_t* get_address_of_num_fixups_11() { return &___num_fixups_11; } inline void set_num_fixups_11(int32_t value) { ___num_fixups_11 = value; } inline static int32_t get_offset_of_module_12() { return static_cast(offsetof(ILGenerator_t1388622344, ___module_12)); } inline Module_t2987026101 * get_module_12() const { return ___module_12; } inline Module_t2987026101 ** get_address_of_module_12() { return &___module_12; } inline void set_module_12(Module_t2987026101 * value) { ___module_12 = value; Il2CppCodeGenWriteBarrier((&___module_12), value); } inline static int32_t get_offset_of_token_gen_13() { return static_cast(offsetof(ILGenerator_t1388622344, ___token_gen_13)); } inline RuntimeObject* get_token_gen_13() const { return ___token_gen_13; } inline RuntimeObject** get_address_of_token_gen_13() { return &___token_gen_13; } inline void set_token_gen_13(RuntimeObject* value) { ___token_gen_13 = value; Il2CppCodeGenWriteBarrier((&___token_gen_13), value); } }; struct ILGenerator_t1388622344_StaticFields { public: // System.Type System.Reflection.Emit.ILGenerator::void_type Type_t * ___void_type_0; public: inline static int32_t get_offset_of_void_type_0() { return static_cast(offsetof(ILGenerator_t1388622344_StaticFields, ___void_type_0)); } inline Type_t * get_void_type_0() const { return ___void_type_0; } inline Type_t ** get_address_of_void_type_0() { return &___void_type_0; } inline void set_void_type_0(Type_t * value) { ___void_type_0 = value; Il2CppCodeGenWriteBarrier((&___void_type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ILGENERATOR_T1388622344_H #ifndef CODEGENERATOR_T1096194562_H #define CODEGENERATOR_T1096194562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.CodeGenerator struct CodeGenerator_t1096194562 : public RuntimeObject { public: public: }; struct CodeGenerator_t1096194562_StaticFields { public: // System.Object System.Runtime.Serialization.Formatters.Binary.CodeGenerator::monitor RuntimeObject * ___monitor_0; // System.Reflection.Emit.ModuleBuilder System.Runtime.Serialization.Formatters.Binary.CodeGenerator::_module ModuleBuilder_t731887691 * ____module_1; public: inline static int32_t get_offset_of_monitor_0() { return static_cast(offsetof(CodeGenerator_t1096194562_StaticFields, ___monitor_0)); } inline RuntimeObject * get_monitor_0() const { return ___monitor_0; } inline RuntimeObject ** get_address_of_monitor_0() { return &___monitor_0; } inline void set_monitor_0(RuntimeObject * value) { ___monitor_0 = value; Il2CppCodeGenWriteBarrier((&___monitor_0), value); } inline static int32_t get_offset_of__module_1() { return static_cast(offsetof(CodeGenerator_t1096194562_StaticFields, ____module_1)); } inline ModuleBuilder_t731887691 * get__module_1() const { return ____module_1; } inline ModuleBuilder_t731887691 ** get_address_of__module_1() { return &____module_1; } inline void set__module_1(ModuleBuilder_t731887691 * value) { ____module_1 = value; Il2CppCodeGenWriteBarrier((&____module_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEGENERATOR_T1096194562_H #ifndef TYPEMETADATA_T2187352167_H #define TYPEMETADATA_T2187352167_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.TypeMetadata struct TypeMetadata_t2187352167 : public RuntimeObject { public: // System.String System.Runtime.Serialization.Formatters.Binary.TypeMetadata::TypeAssemblyName String_t* ___TypeAssemblyName_0; // System.String System.Runtime.Serialization.Formatters.Binary.TypeMetadata::InstanceTypeName String_t* ___InstanceTypeName_1; public: inline static int32_t get_offset_of_TypeAssemblyName_0() { return static_cast(offsetof(TypeMetadata_t2187352167, ___TypeAssemblyName_0)); } inline String_t* get_TypeAssemblyName_0() const { return ___TypeAssemblyName_0; } inline String_t** get_address_of_TypeAssemblyName_0() { return &___TypeAssemblyName_0; } inline void set_TypeAssemblyName_0(String_t* value) { ___TypeAssemblyName_0 = value; Il2CppCodeGenWriteBarrier((&___TypeAssemblyName_0), value); } inline static int32_t get_offset_of_InstanceTypeName_1() { return static_cast(offsetof(TypeMetadata_t2187352167, ___InstanceTypeName_1)); } inline String_t* get_InstanceTypeName_1() const { return ___InstanceTypeName_1; } inline String_t** get_address_of_InstanceTypeName_1() { return &___InstanceTypeName_1; } inline void set_InstanceTypeName_1(String_t* value) { ___InstanceTypeName_1 = value; Il2CppCodeGenWriteBarrier((&___InstanceTypeName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEMETADATA_T2187352167_H #ifndef BINARYWRITER_T3992595042_H #define BINARYWRITER_T3992595042_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.BinaryWriter struct BinaryWriter_t3992595042 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryWriter::OutStream Stream_t1273022909 * ___OutStream_1; // System.Text.Encoding System.IO.BinaryWriter::m_encoding Encoding_t1523322056 * ___m_encoding_2; // System.Byte[] System.IO.BinaryWriter::buffer ByteU5BU5D_t4116647657* ___buffer_3; // System.Boolean System.IO.BinaryWriter::disposed bool ___disposed_4; // System.Byte[] System.IO.BinaryWriter::stringBuffer ByteU5BU5D_t4116647657* ___stringBuffer_5; // System.Int32 System.IO.BinaryWriter::maxCharsPerRound int32_t ___maxCharsPerRound_6; public: inline static int32_t get_offset_of_OutStream_1() { return static_cast(offsetof(BinaryWriter_t3992595042, ___OutStream_1)); } inline Stream_t1273022909 * get_OutStream_1() const { return ___OutStream_1; } inline Stream_t1273022909 ** get_address_of_OutStream_1() { return &___OutStream_1; } inline void set_OutStream_1(Stream_t1273022909 * value) { ___OutStream_1 = value; Il2CppCodeGenWriteBarrier((&___OutStream_1), value); } inline static int32_t get_offset_of_m_encoding_2() { return static_cast(offsetof(BinaryWriter_t3992595042, ___m_encoding_2)); } inline Encoding_t1523322056 * get_m_encoding_2() const { return ___m_encoding_2; } inline Encoding_t1523322056 ** get_address_of_m_encoding_2() { return &___m_encoding_2; } inline void set_m_encoding_2(Encoding_t1523322056 * value) { ___m_encoding_2 = value; Il2CppCodeGenWriteBarrier((&___m_encoding_2), value); } inline static int32_t get_offset_of_buffer_3() { return static_cast(offsetof(BinaryWriter_t3992595042, ___buffer_3)); } inline ByteU5BU5D_t4116647657* get_buffer_3() const { return ___buffer_3; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_3() { return &___buffer_3; } inline void set_buffer_3(ByteU5BU5D_t4116647657* value) { ___buffer_3 = value; Il2CppCodeGenWriteBarrier((&___buffer_3), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(BinaryWriter_t3992595042, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } inline static int32_t get_offset_of_stringBuffer_5() { return static_cast(offsetof(BinaryWriter_t3992595042, ___stringBuffer_5)); } inline ByteU5BU5D_t4116647657* get_stringBuffer_5() const { return ___stringBuffer_5; } inline ByteU5BU5D_t4116647657** get_address_of_stringBuffer_5() { return &___stringBuffer_5; } inline void set_stringBuffer_5(ByteU5BU5D_t4116647657* value) { ___stringBuffer_5 = value; Il2CppCodeGenWriteBarrier((&___stringBuffer_5), value); } inline static int32_t get_offset_of_maxCharsPerRound_6() { return static_cast(offsetof(BinaryWriter_t3992595042, ___maxCharsPerRound_6)); } inline int32_t get_maxCharsPerRound_6() const { return ___maxCharsPerRound_6; } inline int32_t* get_address_of_maxCharsPerRound_6() { return &___maxCharsPerRound_6; } inline void set_maxCharsPerRound_6(int32_t value) { ___maxCharsPerRound_6 = value; } }; struct BinaryWriter_t3992595042_StaticFields { public: // System.IO.BinaryWriter System.IO.BinaryWriter::Null BinaryWriter_t3992595042 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(BinaryWriter_t3992595042_StaticFields, ___Null_0)); } inline BinaryWriter_t3992595042 * get_Null_0() const { return ___Null_0; } inline BinaryWriter_t3992595042 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(BinaryWriter_t3992595042 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYWRITER_T3992595042_H #ifndef REMOTINGSURROGATE_T2834579653_H #define REMOTINGSURROGATE_T2834579653_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.RemotingSurrogate struct RemotingSurrogate_t2834579653 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTINGSURROGATE_T2834579653_H #ifndef METHODCALL_T861078140_H #define METHODCALL_T861078140_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.MethodCall struct MethodCall_t861078140 : 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_t2843939325* ____args_3; // System.Type[] System.Runtime.Remoting.Messaging.MethodCall::_methodSignature TypeU5BU5D_t3940880105* ____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_t3342013719 * ____callContext_6; // System.Type[] System.Runtime.Remoting.Messaging.MethodCall::_genericArguments TypeU5BU5D_t3940880105* ____genericArguments_7; // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodCall::ExternalProperties RuntimeObject* ___ExternalProperties_8; // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodCall::InternalProperties RuntimeObject* ___InternalProperties_9; public: inline static int32_t get_offset_of__uri_0() { return static_cast(offsetof(MethodCall_t861078140, ____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((&____uri_0), value); } inline static int32_t get_offset_of__typeName_1() { return static_cast(offsetof(MethodCall_t861078140, ____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((&____typeName_1), value); } inline static int32_t get_offset_of__methodName_2() { return static_cast(offsetof(MethodCall_t861078140, ____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((&____methodName_2), value); } inline static int32_t get_offset_of__args_3() { return static_cast(offsetof(MethodCall_t861078140, ____args_3)); } inline ObjectU5BU5D_t2843939325* get__args_3() const { return ____args_3; } inline ObjectU5BU5D_t2843939325** get_address_of__args_3() { return &____args_3; } inline void set__args_3(ObjectU5BU5D_t2843939325* value) { ____args_3 = value; Il2CppCodeGenWriteBarrier((&____args_3), value); } inline static int32_t get_offset_of__methodSignature_4() { return static_cast(offsetof(MethodCall_t861078140, ____methodSignature_4)); } inline TypeU5BU5D_t3940880105* get__methodSignature_4() const { return ____methodSignature_4; } inline TypeU5BU5D_t3940880105** get_address_of__methodSignature_4() { return &____methodSignature_4; } inline void set__methodSignature_4(TypeU5BU5D_t3940880105* value) { ____methodSignature_4 = value; Il2CppCodeGenWriteBarrier((&____methodSignature_4), value); } inline static int32_t get_offset_of__methodBase_5() { return static_cast(offsetof(MethodCall_t861078140, ____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((&____methodBase_5), value); } inline static int32_t get_offset_of__callContext_6() { return static_cast(offsetof(MethodCall_t861078140, ____callContext_6)); } inline LogicalCallContext_t3342013719 * get__callContext_6() const { return ____callContext_6; } inline LogicalCallContext_t3342013719 ** get_address_of__callContext_6() { return &____callContext_6; } inline void set__callContext_6(LogicalCallContext_t3342013719 * value) { ____callContext_6 = value; Il2CppCodeGenWriteBarrier((&____callContext_6), value); } inline static int32_t get_offset_of__genericArguments_7() { return static_cast(offsetof(MethodCall_t861078140, ____genericArguments_7)); } inline TypeU5BU5D_t3940880105* get__genericArguments_7() const { return ____genericArguments_7; } inline TypeU5BU5D_t3940880105** get_address_of__genericArguments_7() { return &____genericArguments_7; } inline void set__genericArguments_7(TypeU5BU5D_t3940880105* value) { ____genericArguments_7 = value; Il2CppCodeGenWriteBarrier((&____genericArguments_7), value); } inline static int32_t get_offset_of_ExternalProperties_8() { return static_cast(offsetof(MethodCall_t861078140, ___ExternalProperties_8)); } inline RuntimeObject* get_ExternalProperties_8() const { return ___ExternalProperties_8; } inline RuntimeObject** get_address_of_ExternalProperties_8() { return &___ExternalProperties_8; } inline void set_ExternalProperties_8(RuntimeObject* value) { ___ExternalProperties_8 = value; Il2CppCodeGenWriteBarrier((&___ExternalProperties_8), value); } inline static int32_t get_offset_of_InternalProperties_9() { return static_cast(offsetof(MethodCall_t861078140, ___InternalProperties_9)); } inline RuntimeObject* get_InternalProperties_9() const { return ___InternalProperties_9; } inline RuntimeObject** get_address_of_InternalProperties_9() { return &___InternalProperties_9; } inline void set_InternalProperties_9(RuntimeObject* value) { ___InternalProperties_9 = value; Il2CppCodeGenWriteBarrier((&___InternalProperties_9), value); } }; struct MethodCall_t861078140_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Runtime.Remoting.Messaging.MethodCall::<>f__switch$map24 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map24_10; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map24_10() { return static_cast(offsetof(MethodCall_t861078140_StaticFields, ___U3CU3Ef__switchU24map24_10)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map24_10() const { return ___U3CU3Ef__switchU24map24_10; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map24_10() { return &___U3CU3Ef__switchU24map24_10; } inline void set_U3CU3Ef__switchU24map24_10(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map24_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map24_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODCALL_T861078140_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef SERIALIZATIONINFOENUMERATOR_T2232395945_H #define SERIALIZATIONINFOENUMERATOR_T2232395945_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t2232395945 : public RuntimeObject { public: // System.Collections.IEnumerator System.Runtime.Serialization.SerializationInfoEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(SerializationInfoEnumerator_t2232395945, ___enumerator_0)); } inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; } inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; } inline void set_enumerator_0(RuntimeObject* value) { ___enumerator_0 = value; Il2CppCodeGenWriteBarrier((&___enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFOENUMERATOR_T2232395945_H #ifndef METHODDICTIONARY_T207894204_H #define METHODDICTIONARY_T207894204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.MethodDictionary struct MethodDictionary_t207894204 : public RuntimeObject { public: // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodDictionary::_internalProperties RuntimeObject* ____internalProperties_0; // System.Runtime.Remoting.Messaging.IMethodMessage System.Runtime.Remoting.Messaging.MethodDictionary::_message RuntimeObject* ____message_1; // System.String[] System.Runtime.Remoting.Messaging.MethodDictionary::_methodKeys StringU5BU5D_t1281789340* ____methodKeys_2; // System.Boolean System.Runtime.Remoting.Messaging.MethodDictionary::_ownProperties bool ____ownProperties_3; public: inline static int32_t get_offset_of__internalProperties_0() { return static_cast(offsetof(MethodDictionary_t207894204, ____internalProperties_0)); } inline RuntimeObject* get__internalProperties_0() const { return ____internalProperties_0; } inline RuntimeObject** get_address_of__internalProperties_0() { return &____internalProperties_0; } inline void set__internalProperties_0(RuntimeObject* value) { ____internalProperties_0 = value; Il2CppCodeGenWriteBarrier((&____internalProperties_0), value); } inline static int32_t get_offset_of__message_1() { return static_cast(offsetof(MethodDictionary_t207894204, ____message_1)); } inline RuntimeObject* get__message_1() const { return ____message_1; } inline RuntimeObject** get_address_of__message_1() { return &____message_1; } inline void set__message_1(RuntimeObject* value) { ____message_1 = value; Il2CppCodeGenWriteBarrier((&____message_1), value); } inline static int32_t get_offset_of__methodKeys_2() { return static_cast(offsetof(MethodDictionary_t207894204, ____methodKeys_2)); } inline StringU5BU5D_t1281789340* get__methodKeys_2() const { return ____methodKeys_2; } inline StringU5BU5D_t1281789340** get_address_of__methodKeys_2() { return &____methodKeys_2; } inline void set__methodKeys_2(StringU5BU5D_t1281789340* value) { ____methodKeys_2 = value; Il2CppCodeGenWriteBarrier((&____methodKeys_2), value); } inline static int32_t get_offset_of__ownProperties_3() { return static_cast(offsetof(MethodDictionary_t207894204, ____ownProperties_3)); } inline bool get__ownProperties_3() const { return ____ownProperties_3; } inline bool* get_address_of__ownProperties_3() { return &____ownProperties_3; } inline void set__ownProperties_3(bool value) { ____ownProperties_3 = value; } }; struct MethodDictionary_t207894204_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Runtime.Remoting.Messaging.MethodDictionary::<>f__switch$map26 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map26_4; // System.Collections.Generic.Dictionary`2 System.Runtime.Remoting.Messaging.MethodDictionary::<>f__switch$map27 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map27_5; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map26_4() { return static_cast(offsetof(MethodDictionary_t207894204_StaticFields, ___U3CU3Ef__switchU24map26_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map26_4() const { return ___U3CU3Ef__switchU24map26_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map26_4() { return &___U3CU3Ef__switchU24map26_4; } inline void set_U3CU3Ef__switchU24map26_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map26_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map26_4), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map27_5() { return static_cast(offsetof(MethodDictionary_t207894204_StaticFields, ___U3CU3Ef__switchU24map27_5)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map27_5() const { return ___U3CU3Ef__switchU24map27_5; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map27_5() { return &___U3CU3Ef__switchU24map27_5; } inline void set_U3CU3Ef__switchU24map27_5(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map27_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map27_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODDICTIONARY_T207894204_H #ifndef LOGICALCALLCONTEXT_T3342013719_H #define LOGICALCALLCONTEXT_T3342013719_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_t3342013719 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Remoting.Messaging.LogicalCallContext::_data Hashtable_t1853889766 * ____data_0; // System.Runtime.Remoting.Messaging.CallContextRemotingData System.Runtime.Remoting.Messaging.LogicalCallContext::_remotingData CallContextRemotingData_t2260963392 * ____remotingData_1; public: inline static int32_t get_offset_of__data_0() { return static_cast(offsetof(LogicalCallContext_t3342013719, ____data_0)); } inline Hashtable_t1853889766 * get__data_0() const { return ____data_0; } inline Hashtable_t1853889766 ** get_address_of__data_0() { return &____data_0; } inline void set__data_0(Hashtable_t1853889766 * value) { ____data_0 = value; Il2CppCodeGenWriteBarrier((&____data_0), value); } inline static int32_t get_offset_of__remotingData_1() { return static_cast(offsetof(LogicalCallContext_t3342013719, ____remotingData_1)); } inline CallContextRemotingData_t2260963392 * get__remotingData_1() const { return ____remotingData_1; } inline CallContextRemotingData_t2260963392 ** get_address_of__remotingData_1() { return &____remotingData_1; } inline void set__remotingData_1(CallContextRemotingData_t2260963392 * value) { ____remotingData_1 = value; Il2CppCodeGenWriteBarrier((&____remotingData_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICALCALLCONTEXT_T3342013719_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____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__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____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; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef HEADER_T549724581_H #define HEADER_T549724581_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.Header struct Header_t549724581 : public RuntimeObject { public: // System.String System.Runtime.Remoting.Messaging.Header::HeaderNamespace String_t* ___HeaderNamespace_0; // System.Boolean System.Runtime.Remoting.Messaging.Header::MustUnderstand bool ___MustUnderstand_1; // System.String System.Runtime.Remoting.Messaging.Header::Name String_t* ___Name_2; // System.Object System.Runtime.Remoting.Messaging.Header::Value RuntimeObject * ___Value_3; public: inline static int32_t get_offset_of_HeaderNamespace_0() { return static_cast(offsetof(Header_t549724581, ___HeaderNamespace_0)); } inline String_t* get_HeaderNamespace_0() const { return ___HeaderNamespace_0; } inline String_t** get_address_of_HeaderNamespace_0() { return &___HeaderNamespace_0; } inline void set_HeaderNamespace_0(String_t* value) { ___HeaderNamespace_0 = value; Il2CppCodeGenWriteBarrier((&___HeaderNamespace_0), value); } inline static int32_t get_offset_of_MustUnderstand_1() { return static_cast(offsetof(Header_t549724581, ___MustUnderstand_1)); } inline bool get_MustUnderstand_1() const { return ___MustUnderstand_1; } inline bool* get_address_of_MustUnderstand_1() { return &___MustUnderstand_1; } inline void set_MustUnderstand_1(bool value) { ___MustUnderstand_1 = value; } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(Header_t549724581, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((&___Name_2), value); } inline static int32_t get_offset_of_Value_3() { return static_cast(offsetof(Header_t549724581, ___Value_3)); } inline RuntimeObject * get_Value_3() const { return ___Value_3; } inline RuntimeObject ** get_address_of_Value_3() { return &___Value_3; } inline void set_Value_3(RuntimeObject * value) { ___Value_3 = value; Il2CppCodeGenWriteBarrier((&___Value_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HEADER_T549724581_H #ifndef ENVOYTERMINATORSINK_T3654193516_H #define ENVOYTERMINATORSINK_T3654193516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.EnvoyTerminatorSink struct EnvoyTerminatorSink_t3654193516 : public RuntimeObject { public: public: }; struct EnvoyTerminatorSink_t3654193516_StaticFields { public: // System.Runtime.Remoting.Messaging.EnvoyTerminatorSink System.Runtime.Remoting.Messaging.EnvoyTerminatorSink::Instance EnvoyTerminatorSink_t3654193516 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EnvoyTerminatorSink_t3654193516_StaticFields, ___Instance_0)); } inline EnvoyTerminatorSink_t3654193516 * get_Instance_0() const { return ___Instance_0; } inline EnvoyTerminatorSink_t3654193516 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(EnvoyTerminatorSink_t3654193516 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((&___Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENVOYTERMINATORSINK_T3654193516_H #ifndef DICTIONARYENUMERATOR_T2516729552_H #define DICTIONARYENUMERATOR_T2516729552_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator struct DictionaryEnumerator_t2516729552 : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.MethodDictionary System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::_methodDictionary MethodDictionary_t207894204 * ____methodDictionary_0; // System.Collections.IDictionaryEnumerator System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::_hashtableEnum RuntimeObject* ____hashtableEnum_1; // System.Int32 System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::_posMethod int32_t ____posMethod_2; public: inline static int32_t get_offset_of__methodDictionary_0() { return static_cast(offsetof(DictionaryEnumerator_t2516729552, ____methodDictionary_0)); } inline MethodDictionary_t207894204 * get__methodDictionary_0() const { return ____methodDictionary_0; } inline MethodDictionary_t207894204 ** get_address_of__methodDictionary_0() { return &____methodDictionary_0; } inline void set__methodDictionary_0(MethodDictionary_t207894204 * value) { ____methodDictionary_0 = value; Il2CppCodeGenWriteBarrier((&____methodDictionary_0), value); } inline static int32_t get_offset_of__hashtableEnum_1() { return static_cast(offsetof(DictionaryEnumerator_t2516729552, ____hashtableEnum_1)); } inline RuntimeObject* get__hashtableEnum_1() const { return ____hashtableEnum_1; } inline RuntimeObject** get_address_of__hashtableEnum_1() { return &____hashtableEnum_1; } inline void set__hashtableEnum_1(RuntimeObject* value) { ____hashtableEnum_1 = value; Il2CppCodeGenWriteBarrier((&____hashtableEnum_1), value); } inline static int32_t get_offset_of__posMethod_2() { return static_cast(offsetof(DictionaryEnumerator_t2516729552, ____posMethod_2)); } inline int32_t get__posMethod_2() const { return ____posMethod_2; } inline int32_t* get_address_of__posMethod_2() { return &____posMethod_2; } inline void set__posMethod_2(int32_t value) { ____posMethod_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYENUMERATOR_T2516729552_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), 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((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef LOCALVARIABLEINFO_T2426779395_H #define LOCALVARIABLEINFO_T2426779395_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.LocalVariableInfo struct LocalVariableInfo_t2426779395 : public RuntimeObject { public: // System.Type System.Reflection.LocalVariableInfo::type Type_t * ___type_0; // System.Boolean System.Reflection.LocalVariableInfo::is_pinned bool ___is_pinned_1; // System.UInt16 System.Reflection.LocalVariableInfo::position uint16_t ___position_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(LocalVariableInfo_t2426779395, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_is_pinned_1() { return static_cast(offsetof(LocalVariableInfo_t2426779395, ___is_pinned_1)); } inline bool get_is_pinned_1() const { return ___is_pinned_1; } inline bool* get_address_of_is_pinned_1() { return &___is_pinned_1; } inline void set_is_pinned_1(bool value) { ___is_pinned_1 = value; } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(LocalVariableInfo_t2426779395, ___position_2)); } inline uint16_t get_position_2() const { return ___position_2; } inline uint16_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(uint16_t value) { ___position_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALVARIABLEINFO_T2426779395_H #ifndef OBJREFSURROGATE_T3860276170_H #define OBJREFSURROGATE_T3860276170_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.ObjRefSurrogate struct ObjRefSurrogate_t3860276170 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJREFSURROGATE_T3860276170_H #ifndef CALLCONTEXTREMOTINGDATA_T2260963392_H #define CALLCONTEXTREMOTINGDATA_T2260963392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.CallContextRemotingData struct CallContextRemotingData_t2260963392 : public RuntimeObject { public: // System.String System.Runtime.Remoting.Messaging.CallContextRemotingData::_logicalCallID String_t* ____logicalCallID_0; public: inline static int32_t get_offset_of__logicalCallID_0() { return static_cast(offsetof(CallContextRemotingData_t2260963392, ____logicalCallID_0)); } inline String_t* get__logicalCallID_0() const { return ____logicalCallID_0; } inline String_t** get_address_of__logicalCallID_0() { return &____logicalCallID_0; } inline void set__logicalCallID_0(String_t* value) { ____logicalCallID_0 = value; Il2CppCodeGenWriteBarrier((&____logicalCallID_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALLCONTEXTREMOTINGDATA_T2260963392_H #ifndef OBJREF_T2141158884_H #define OBJREF_T2141158884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ObjRef struct ObjRef_t2141158884 : 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_t2141158884, ___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((&___channel_info_0), value); } inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(ObjRef_t2141158884, ___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((&___uri_1), value); } inline static int32_t get_offset_of_typeInfo_2() { return static_cast(offsetof(ObjRef_t2141158884, ___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((&___typeInfo_2), value); } inline static int32_t get_offset_of_envoyInfo_3() { return static_cast(offsetof(ObjRef_t2141158884, ___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((&___envoyInfo_3), value); } inline static int32_t get_offset_of_flags_4() { return static_cast(offsetof(ObjRef_t2141158884, ___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_t2141158884, ____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((&____serverType_5), value); } }; struct ObjRef_t2141158884_StaticFields { public: // System.Int32 System.Runtime.Remoting.ObjRef::MarshalledObjectRef int32_t ___MarshalledObjectRef_6; // System.Int32 System.Runtime.Remoting.ObjRef::WellKnowObjectRef int32_t ___WellKnowObjectRef_7; // System.Collections.Generic.Dictionary`2 System.Runtime.Remoting.ObjRef::<>f__switch$map21 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map21_8; public: inline static int32_t get_offset_of_MarshalledObjectRef_6() { return static_cast(offsetof(ObjRef_t2141158884_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_t2141158884_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; } inline static int32_t get_offset_of_U3CU3Ef__switchU24map21_8() { return static_cast(offsetof(ObjRef_t2141158884_StaticFields, ___U3CU3Ef__switchU24map21_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map21_8() const { return ___U3CU3Ef__switchU24map21_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map21_8() { return &___U3CU3Ef__switchU24map21_8; } inline void set_U3CU3Ef__switchU24map21_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map21_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map21_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJREF_T2141158884_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef CLIENTCONTEXTTERMINATORSINK_T4064115021_H #define CLIENTCONTEXTTERMINATORSINK_T4064115021_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.ClientContextTerminatorSink struct ClientContextTerminatorSink_t4064115021 : public RuntimeObject { public: // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.Messaging.ClientContextTerminatorSink::_context Context_t3285446944 * ____context_0; public: inline static int32_t get_offset_of__context_0() { return static_cast(offsetof(ClientContextTerminatorSink_t4064115021, ____context_0)); } inline Context_t3285446944 * get__context_0() const { return ____context_0; } inline Context_t3285446944 ** get_address_of__context_0() { return &____context_0; } inline void set__context_0(Context_t3285446944 * value) { ____context_0 = value; Il2CppCodeGenWriteBarrier((&____context_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIENTCONTEXTTERMINATORSINK_T4064115021_H #ifndef U24ARRAYTYPEU24128_T4289081659_H #define U24ARRAYTYPEU24128_T4289081659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$128 struct U24ArrayTypeU24128_t4289081659 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24128_t4289081659__padding[128]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24128_T4289081659_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef U24ARRAYTYPEU24640_T2298765680_H #define U24ARRAYTYPEU24640_T2298765680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$640 struct U24ArrayTypeU24640_t2298765680 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24640_t2298765680__padding[640]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24640_T2298765680_H #ifndef LABEL_T2281661643_H #define LABEL_T2281661643_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.Label struct Label_t2281661643 { public: // System.Int32 System.Reflection.Emit.Label::label int32_t ___label_0; public: inline static int32_t get_offset_of_label_0() { return static_cast(offsetof(Label_t2281661643, ___label_0)); } inline int32_t get_label_0() const { return ___label_0; } inline int32_t* get_address_of_label_0() { return &___label_0; } inline void set_label_0(int32_t value) { ___label_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABEL_T2281661643_H #ifndef LOCALBUILDER_T3562264111_H #define LOCALBUILDER_T3562264111_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.LocalBuilder struct LocalBuilder_t3562264111 : public LocalVariableInfo_t2426779395 { public: // System.Reflection.Emit.ILGenerator System.Reflection.Emit.LocalBuilder::ilgen ILGenerator_t1388622344 * ___ilgen_3; public: inline static int32_t get_offset_of_ilgen_3() { return static_cast(offsetof(LocalBuilder_t3562264111, ___ilgen_3)); } inline ILGenerator_t1388622344 * get_ilgen_3() const { return ___ilgen_3; } inline ILGenerator_t1388622344 ** get_address_of_ilgen_3() { return &___ilgen_3; } inline void set_ilgen_3(ILGenerator_t1388622344 * value) { ___ilgen_3 = value; Il2CppCodeGenWriteBarrier((&___ilgen_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALBUILDER_T3562264111_H #ifndef U24ARRAYTYPEU242048_T3505032960_H #define U24ARRAYTYPEU242048_T3505032960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2048 struct U24ArrayTypeU242048_t3505032960 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242048_t3505032960__padding[2048]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242048_T3505032960_H #ifndef U24ARRAYTYPEU2496_T2898536284_H #define U24ARRAYTYPEU2496_T2898536284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$96 struct U24ArrayTypeU2496_t2898536284 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2496_t2898536284__padding[96]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2496_T2898536284_H #ifndef DELAYEDFIXUPRECORD_T2425570624_H #define DELAYEDFIXUPRECORD_T2425570624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.DelayedFixupRecord struct DelayedFixupRecord_t2425570624 : public BaseFixupRecord_t3185653456 { public: // System.String System.Runtime.Serialization.DelayedFixupRecord::_memberName String_t* ____memberName_4; public: inline static int32_t get_offset_of__memberName_4() { return static_cast(offsetof(DelayedFixupRecord_t2425570624, ____memberName_4)); } inline String_t* get__memberName_4() const { return ____memberName_4; } inline String_t** get_address_of__memberName_4() { return &____memberName_4; } inline void set__memberName_4(String_t* value) { ____memberName_4 = value; Il2CppCodeGenWriteBarrier((&____memberName_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELAYEDFIXUPRECORD_T2425570624_H #ifndef U24ARRAYTYPEU24160_T758788403_H #define U24ARRAYTYPEU24160_T758788403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$160 struct U24ArrayTypeU24160_t758788403 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24160_t758788403__padding[160]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24160_T758788403_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef U24ARRAYTYPEU24120_T4289081651_H #define U24ARRAYTYPEU24120_T4289081651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$120 struct U24ArrayTypeU24120_t4289081651 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24120_t4289081651__padding[120]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24120_T4289081651_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef U24ARRAYTYPEU24256_T1929481982_H #define U24ARRAYTYPEU24256_T1929481982_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481982 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481982__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481982_H #ifndef U24ARRAYTYPEU2420_T1704471045_H #define U24ARRAYTYPEU2420_T1704471045_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$20 struct U24ArrayTypeU2420_t1704471045 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2420_t1704471045__padding[20]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2420_T1704471045_H #ifndef U24ARRAYTYPEU2456_T1285398176_H #define U24ARRAYTYPEU2456_T1285398176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$56 struct U24ArrayTypeU2456_t1285398176 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2456_t1285398176__padding[56]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2456_T1285398176_H #ifndef U24ARRAYTYPEU241024_T3907531057_H #define U24ARRAYTYPEU241024_T3907531057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1024 struct U24ArrayTypeU241024_t3907531057 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241024_t3907531057__padding[1024]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241024_T3907531057_H #ifndef CLRTYPEMETADATA_T3885853035_H #define CLRTYPEMETADATA_T3885853035_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.ClrTypeMetadata struct ClrTypeMetadata_t3885853035 : public TypeMetadata_t2187352167 { public: // System.Type System.Runtime.Serialization.Formatters.Binary.ClrTypeMetadata::InstanceType Type_t * ___InstanceType_2; public: inline static int32_t get_offset_of_InstanceType_2() { return static_cast(offsetof(ClrTypeMetadata_t3885853035, ___InstanceType_2)); } inline Type_t * get_InstanceType_2() const { return ___InstanceType_2; } inline Type_t ** get_address_of_InstanceType_2() { return &___InstanceType_2; } inline void set_InstanceType_2(Type_t * value) { ___InstanceType_2 = value; Il2CppCodeGenWriteBarrier((&___InstanceType_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLRTYPEMETADATA_T3885853035_H #ifndef FIXUPRECORD_T4176629420_H #define FIXUPRECORD_T4176629420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.FixupRecord struct FixupRecord_t4176629420 : public BaseFixupRecord_t3185653456 { public: // System.Reflection.MemberInfo System.Runtime.Serialization.FixupRecord::_member MemberInfo_t * ____member_4; public: inline static int32_t get_offset_of__member_4() { return static_cast(offsetof(FixupRecord_t4176629420, ____member_4)); } inline MemberInfo_t * get__member_4() const { return ____member_4; } inline MemberInfo_t ** get_address_of__member_4() { return &____member_4; } inline void set__member_4(MemberInfo_t * value) { ____member_4 = value; Il2CppCodeGenWriteBarrier((&____member_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIXUPRECORD_T4176629420_H #ifndef OPCODE_T123070264_H #define OPCODE_T123070264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OpCode struct OpCode_t123070264 { public: // System.Byte System.Reflection.Emit.OpCode::op1 uint8_t ___op1_0; // System.Byte System.Reflection.Emit.OpCode::op2 uint8_t ___op2_1; // System.Byte System.Reflection.Emit.OpCode::push uint8_t ___push_2; // System.Byte System.Reflection.Emit.OpCode::pop uint8_t ___pop_3; // System.Byte System.Reflection.Emit.OpCode::size uint8_t ___size_4; // System.Byte System.Reflection.Emit.OpCode::type uint8_t ___type_5; // System.Byte System.Reflection.Emit.OpCode::args uint8_t ___args_6; // System.Byte System.Reflection.Emit.OpCode::flow uint8_t ___flow_7; public: inline static int32_t get_offset_of_op1_0() { return static_cast(offsetof(OpCode_t123070264, ___op1_0)); } inline uint8_t get_op1_0() const { return ___op1_0; } inline uint8_t* get_address_of_op1_0() { return &___op1_0; } inline void set_op1_0(uint8_t value) { ___op1_0 = value; } inline static int32_t get_offset_of_op2_1() { return static_cast(offsetof(OpCode_t123070264, ___op2_1)); } inline uint8_t get_op2_1() const { return ___op2_1; } inline uint8_t* get_address_of_op2_1() { return &___op2_1; } inline void set_op2_1(uint8_t value) { ___op2_1 = value; } inline static int32_t get_offset_of_push_2() { return static_cast(offsetof(OpCode_t123070264, ___push_2)); } inline uint8_t get_push_2() const { return ___push_2; } inline uint8_t* get_address_of_push_2() { return &___push_2; } inline void set_push_2(uint8_t value) { ___push_2 = value; } inline static int32_t get_offset_of_pop_3() { return static_cast(offsetof(OpCode_t123070264, ___pop_3)); } inline uint8_t get_pop_3() const { return ___pop_3; } inline uint8_t* get_address_of_pop_3() { return &___pop_3; } inline void set_pop_3(uint8_t value) { ___pop_3 = value; } inline static int32_t get_offset_of_size_4() { return static_cast(offsetof(OpCode_t123070264, ___size_4)); } inline uint8_t get_size_4() const { return ___size_4; } inline uint8_t* get_address_of_size_4() { return &___size_4; } inline void set_size_4(uint8_t value) { ___size_4 = value; } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(OpCode_t123070264, ___type_5)); } inline uint8_t get_type_5() const { return ___type_5; } inline uint8_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(uint8_t value) { ___type_5 = value; } inline static int32_t get_offset_of_args_6() { return static_cast(offsetof(OpCode_t123070264, ___args_6)); } inline uint8_t get_args_6() const { return ___args_6; } inline uint8_t* get_address_of_args_6() { return &___args_6; } inline void set_args_6(uint8_t value) { ___args_6 = value; } inline static int32_t get_offset_of_flow_7() { return static_cast(offsetof(OpCode_t123070264, ___flow_7)); } inline uint8_t get_flow_7() const { return ___flow_7; } inline uint8_t* get_address_of_flow_7() { return &___flow_7; } inline void set_flow_7(uint8_t value) { ___flow_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPCODE_T123070264_H #ifndef U24ARRAYTYPEU2432_T3652892010_H #define U24ARRAYTYPEU2432_T3652892010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$32 struct U24ArrayTypeU2432_t3652892010 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2432_t3652892010__padding[32]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2432_T3652892010_H #ifndef SERIALIZABLETYPEMETADATA_T2796913665_H #define SERIALIZABLETYPEMETADATA_T2796913665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata struct SerializableTypeMetadata_t2796913665 : public TypeMetadata_t2187352167 { public: // System.Type[] System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata::types TypeU5BU5D_t3940880105* ___types_2; // System.String[] System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata::names StringU5BU5D_t1281789340* ___names_3; public: inline static int32_t get_offset_of_types_2() { return static_cast(offsetof(SerializableTypeMetadata_t2796913665, ___types_2)); } inline TypeU5BU5D_t3940880105* get_types_2() const { return ___types_2; } inline TypeU5BU5D_t3940880105** get_address_of_types_2() { return &___types_2; } inline void set_types_2(TypeU5BU5D_t3940880105* value) { ___types_2 = value; Il2CppCodeGenWriteBarrier((&___types_2), value); } inline static int32_t get_offset_of_names_3() { return static_cast(offsetof(SerializableTypeMetadata_t2796913665, ___names_3)); } inline StringU5BU5D_t1281789340* get_names_3() const { return ___names_3; } inline StringU5BU5D_t1281789340** get_address_of_names_3() { return &___names_3; } inline void set_names_3(StringU5BU5D_t1281789340* value) { ___names_3 = value; Il2CppCodeGenWriteBarrier((&___names_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZABLETYPEMETADATA_T2796913665_H #ifndef U24ARRAYTYPEU2448_T1337922363_H #define U24ARRAYTYPEU2448_T1337922363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$48 struct U24ArrayTypeU2448_t1337922363 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2448_t1337922363__padding[48]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2448_T1337922363_H #ifndef U24ARRAYTYPEU2464_T499776625_H #define U24ARRAYTYPEU2464_T499776625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$64 struct U24ArrayTypeU2464_t499776625 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2464_t499776625__padding[64]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2464_T499776625_H #ifndef U24ARRAYTYPEU2412_T2490092596_H #define U24ARRAYTYPEU2412_T2490092596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092596 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092596__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092596_H #ifndef U24ARRAYTYPEU241668_T760361261_H #define U24ARRAYTYPEU241668_T760361261_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1668 struct U24ArrayTypeU241668_t760361261 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241668_t760361261__padding[1668]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241668_T760361261_H #ifndef MULTIARRAYFIXUPRECORD_T2501518442_H #define MULTIARRAYFIXUPRECORD_T2501518442_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.MultiArrayFixupRecord struct MultiArrayFixupRecord_t2501518442 : public BaseFixupRecord_t3185653456 { public: // System.Int32[] System.Runtime.Serialization.MultiArrayFixupRecord::_indices Int32U5BU5D_t385246372* ____indices_4; public: inline static int32_t get_offset_of__indices_4() { return static_cast(offsetof(MultiArrayFixupRecord_t2501518442, ____indices_4)); } inline Int32U5BU5D_t385246372* get__indices_4() const { return ____indices_4; } inline Int32U5BU5D_t385246372** get_address_of__indices_4() { return &____indices_4; } inline void set__indices_4(Int32U5BU5D_t385246372* value) { ____indices_4 = value; Il2CppCodeGenWriteBarrier((&____indices_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTIARRAYFIXUPRECORD_T2501518442_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_H #ifndef U24ARRAYTYPEU2452_T520724128_H #define U24ARRAYTYPEU2452_T520724128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$52 struct U24ArrayTypeU2452_t520724128 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2452_t520724128__padding[52]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2452_T520724128_H #ifndef U24ARRAYTYPEU2424_T2469145093_H #define U24ARRAYTYPEU2424_T2469145093_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$24 struct U24ArrayTypeU2424_t2469145093 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2424_t2469145093__padding[24]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2424_T2469145093_H #ifndef U24ARRAYTYPEU2416_T3254766644_H #define U24ARRAYTYPEU2416_T3254766644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$16 struct U24ArrayTypeU2416_t3254766644 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2416_t3254766644__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2416_T3254766644_H #ifndef U24ARRAYTYPEU243132_T2732071528_H #define U24ARRAYTYPEU243132_T2732071528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$3132 struct U24ArrayTypeU243132_t2732071528 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU243132_t2732071528__padding[3132]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU243132_T2732071528_H #ifndef U24ARRAYTYPEU242100_T1165856516_H #define U24ARRAYTYPEU242100_T1165856516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2100 struct U24ArrayTypeU242100_t1165856516 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242100_t1165856516__padding[2100]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242100_T1165856516_H #ifndef U24ARRAYTYPEU2472_T1683523542_H #define U24ARRAYTYPEU2472_T1683523542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$72 struct U24ArrayTypeU2472_t1683523542 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2472_t1683523542__padding[72]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2472_T1683523542_H #ifndef U24ARRAYTYPEU248_T3244137463_H #define U24ARRAYTYPEU248_T3244137463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$8 struct U24ArrayTypeU248_t3244137463 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU248_t3244137463__padding[8]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU248_T3244137463_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_5; // System.UInt32 System.Decimal::hi uint32_t ___hi_6; // System.UInt32 System.Decimal::lo uint32_t ___lo_7; // System.UInt32 System.Decimal::mid uint32_t ___mid_8; public: inline static int32_t get_offset_of_flags_5() { return static_cast(offsetof(Decimal_t2948259380, ___flags_5)); } inline uint32_t get_flags_5() const { return ___flags_5; } inline uint32_t* get_address_of_flags_5() { return &___flags_5; } inline void set_flags_5(uint32_t value) { ___flags_5 = value; } inline static int32_t get_offset_of_hi_6() { return static_cast(offsetof(Decimal_t2948259380, ___hi_6)); } inline uint32_t get_hi_6() const { return ___hi_6; } inline uint32_t* get_address_of_hi_6() { return &___hi_6; } inline void set_hi_6(uint32_t value) { ___hi_6 = value; } inline static int32_t get_offset_of_lo_7() { return static_cast(offsetof(Decimal_t2948259380, ___lo_7)); } inline uint32_t get_lo_7() const { return ___lo_7; } inline uint32_t* get_address_of_lo_7() { return &___lo_7; } inline void set_lo_7(uint32_t value) { ___lo_7 = value; } inline static int32_t get_offset_of_mid_8() { return static_cast(offsetof(Decimal_t2948259380, ___mid_8)); } inline uint32_t get_mid_8() const { return ___mid_8; } inline uint32_t* get_address_of_mid_8() { return &___mid_8; } inline void set_mid_8(uint32_t value) { ___mid_8 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_4; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_MaxValueDiv10_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_4)); } inline Decimal_t2948259380 get_MaxValueDiv10_4() const { return ___MaxValueDiv10_4; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_4() { return &___MaxValueDiv10_4; } inline void set_MaxValueDiv10_4(Decimal_t2948259380 value) { ___MaxValueDiv10_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef U24ARRAYTYPEU24124_T4289081647_H #define U24ARRAYTYPEU24124_T4289081647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$124 struct U24ArrayTypeU24124_t4289081647 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24124_t4289081647__padding[124]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24124_T4289081647_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef U24ARRAYTYPEU241452_T377631024_H #define U24ARRAYTYPEU241452_T377631024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1452 struct U24ArrayTypeU241452_t377631024 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241452_t377631024__padding[1452]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241452_T377631024_H #ifndef U24ARRAYTYPEU24136_T1950429485_H #define U24ARRAYTYPEU24136_T1950429485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$136 struct U24ArrayTypeU24136_t1950429485 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24136_t1950429485__padding[136]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24136_T1950429485_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { 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_t4134040092, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { 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_t1669577662, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef U24ARRAYTYPEU2484_T950115319_H #define U24ARRAYTYPEU2484_T950115319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$84 struct U24ArrayTypeU2484_t950115319 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2484_t950115319__padding[84]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2484_T950115319_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef SERIALIZATIONENTRY_T648286436_H #define SERIALIZATIONENTRY_T648286436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t648286436 { public: // System.String System.Runtime.Serialization.SerializationEntry::name String_t* ___name_0; // System.Type System.Runtime.Serialization.SerializationEntry::objectType Type_t * ___objectType_1; // System.Object System.Runtime.Serialization.SerializationEntry::value RuntimeObject * ___value_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SerializationEntry_t648286436, ___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((&___name_0), value); } inline static int32_t get_offset_of_objectType_1() { return static_cast(offsetof(SerializationEntry_t648286436, ___objectType_1)); } inline Type_t * get_objectType_1() const { return ___objectType_1; } inline Type_t ** get_address_of_objectType_1() { return &___objectType_1; } inline void set_objectType_1(Type_t * value) { ___objectType_1 = value; Il2CppCodeGenWriteBarrier((&___objectType_1), value); } inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(SerializationEntry_t648286436, ___value_2)); } inline RuntimeObject * get_value_2() const { return ___value_2; } inline RuntimeObject ** get_address_of_value_2() { return &___value_2; } inline void set_value_2(RuntimeObject * value) { ___value_2 = value; Il2CppCodeGenWriteBarrier((&___value_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t648286436_marshaled_pinvoke { char* ___name_0; Type_t * ___objectType_1; Il2CppIUnknown* ___value_2; }; // Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t648286436_marshaled_com { Il2CppChar* ___name_0; Type_t * ___objectType_1; Il2CppIUnknown* ___value_2; }; #endif // SERIALIZATIONENTRY_T648286436_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef GUID_T_H #define GUID_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_0; // System.Int16 System.Guid::_b int16_t ____b_1; // System.Int16 System.Guid::_c int16_t ____c_2; // System.Byte System.Guid::_d uint8_t ____d_3; // System.Byte System.Guid::_e uint8_t ____e_4; // System.Byte System.Guid::_f uint8_t ____f_5; // System.Byte System.Guid::_g uint8_t ____g_6; // System.Byte System.Guid::_h uint8_t ____h_7; // System.Byte System.Guid::_i uint8_t ____i_8; // System.Byte System.Guid::_j uint8_t ____j_9; // System.Byte System.Guid::_k uint8_t ____k_10; public: inline static int32_t get_offset_of__a_0() { return static_cast(offsetof(Guid_t, ____a_0)); } inline int32_t get__a_0() const { return ____a_0; } inline int32_t* get_address_of__a_0() { return &____a_0; } inline void set__a_0(int32_t value) { ____a_0 = value; } inline static int32_t get_offset_of__b_1() { return static_cast(offsetof(Guid_t, ____b_1)); } inline int16_t get__b_1() const { return ____b_1; } inline int16_t* get_address_of__b_1() { return &____b_1; } inline void set__b_1(int16_t value) { ____b_1 = value; } inline static int32_t get_offset_of__c_2() { return static_cast(offsetof(Guid_t, ____c_2)); } inline int16_t get__c_2() const { return ____c_2; } inline int16_t* get_address_of__c_2() { return &____c_2; } inline void set__c_2(int16_t value) { ____c_2 = value; } inline static int32_t get_offset_of__d_3() { return static_cast(offsetof(Guid_t, ____d_3)); } inline uint8_t get__d_3() const { return ____d_3; } inline uint8_t* get_address_of__d_3() { return &____d_3; } inline void set__d_3(uint8_t value) { ____d_3 = value; } inline static int32_t get_offset_of__e_4() { return static_cast(offsetof(Guid_t, ____e_4)); } inline uint8_t get__e_4() const { return ____e_4; } inline uint8_t* get_address_of__e_4() { return &____e_4; } inline void set__e_4(uint8_t value) { ____e_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Guid_t, ____f_5)); } inline uint8_t get__f_5() const { return ____f_5; } inline uint8_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(uint8_t value) { ____f_5 = value; } inline static int32_t get_offset_of__g_6() { return static_cast(offsetof(Guid_t, ____g_6)); } inline uint8_t get__g_6() const { return ____g_6; } inline uint8_t* get_address_of__g_6() { return &____g_6; } inline void set__g_6(uint8_t value) { ____g_6 = value; } inline static int32_t get_offset_of__h_7() { return static_cast(offsetof(Guid_t, ____h_7)); } inline uint8_t get__h_7() const { return ____h_7; } inline uint8_t* get_address_of__h_7() { return &____h_7; } inline void set__h_7(uint8_t value) { ____h_7 = value; } inline static int32_t get_offset_of__i_8() { return static_cast(offsetof(Guid_t, ____i_8)); } inline uint8_t get__i_8() const { return ____i_8; } inline uint8_t* get_address_of__i_8() { return &____i_8; } inline void set__i_8(uint8_t value) { ____i_8 = value; } inline static int32_t get_offset_of__j_9() { return static_cast(offsetof(Guid_t, ____j_9)); } inline uint8_t get__j_9() const { return ____j_9; } inline uint8_t* get_address_of__j_9() { return &____j_9; } inline void set__j_9(uint8_t value) { ____j_9 = value; } inline static int32_t get_offset_of__k_10() { return static_cast(offsetof(Guid_t, ____k_10)); } inline uint8_t get__k_10() const { return ____k_10; } inline uint8_t* get_address_of__k_10() { return &____k_10; } inline void set__k_10(uint8_t value) { ____k_10 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_11; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t386037858 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t386037858 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_11() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_11)); } inline Guid_t get_Empty_11() const { return ___Empty_11; } inline Guid_t * get_address_of_Empty_11() { return &___Empty_11; } inline void set_Empty_11(Guid_t value) { ___Empty_11 = 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((&____rngAccess_12), value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t386037858 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t386037858 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((&____rng_13), value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t386037858 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t386037858 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t386037858 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((&____fastRng_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef CONSTRUCTIONCALLDICTIONARY_T686578562_H #define CONSTRUCTIONCALLDICTIONARY_T686578562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.ConstructionCallDictionary struct ConstructionCallDictionary_t686578562 : public MethodDictionary_t207894204 { public: public: }; struct ConstructionCallDictionary_t686578562_StaticFields { public: // System.String[] System.Runtime.Remoting.Messaging.ConstructionCallDictionary::InternalKeys StringU5BU5D_t1281789340* ___InternalKeys_6; // System.Collections.Generic.Dictionary`2 System.Runtime.Remoting.Messaging.ConstructionCallDictionary::<>f__switch$map28 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map28_7; // System.Collections.Generic.Dictionary`2 System.Runtime.Remoting.Messaging.ConstructionCallDictionary::<>f__switch$map29 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map29_8; public: inline static int32_t get_offset_of_InternalKeys_6() { return static_cast(offsetof(ConstructionCallDictionary_t686578562_StaticFields, ___InternalKeys_6)); } inline StringU5BU5D_t1281789340* get_InternalKeys_6() const { return ___InternalKeys_6; } inline StringU5BU5D_t1281789340** get_address_of_InternalKeys_6() { return &___InternalKeys_6; } inline void set_InternalKeys_6(StringU5BU5D_t1281789340* value) { ___InternalKeys_6 = value; Il2CppCodeGenWriteBarrier((&___InternalKeys_6), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map28_7() { return static_cast(offsetof(ConstructionCallDictionary_t686578562_StaticFields, ___U3CU3Ef__switchU24map28_7)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map28_7() const { return ___U3CU3Ef__switchU24map28_7; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map28_7() { return &___U3CU3Ef__switchU24map28_7; } inline void set_U3CU3Ef__switchU24map28_7(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map28_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map28_7), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map29_8() { return static_cast(offsetof(ConstructionCallDictionary_t686578562_StaticFields, ___U3CU3Ef__switchU24map29_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map29_8() const { return ___U3CU3Ef__switchU24map29_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map29_8() { return &___U3CU3Ef__switchU24map29_8; } inline void set_U3CU3Ef__switchU24map29_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map29_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map29_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTIONCALLDICTIONARY_T686578562_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef CONSTRUCTIONCALL_T4011594745_H #define CONSTRUCTIONCALL_T4011594745_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.ConstructionCall struct ConstructionCall_t4011594745 : public MethodCall_t861078140 { public: // System.Runtime.Remoting.Activation.IActivator System.Runtime.Remoting.Messaging.ConstructionCall::_activator RuntimeObject* ____activator_11; // System.Object[] System.Runtime.Remoting.Messaging.ConstructionCall::_activationAttributes ObjectU5BU5D_t2843939325* ____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; public: inline static int32_t get_offset_of__activator_11() { return static_cast(offsetof(ConstructionCall_t4011594745, ____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((&____activator_11), value); } inline static int32_t get_offset_of__activationAttributes_12() { return static_cast(offsetof(ConstructionCall_t4011594745, ____activationAttributes_12)); } inline ObjectU5BU5D_t2843939325* get__activationAttributes_12() const { return ____activationAttributes_12; } inline ObjectU5BU5D_t2843939325** get_address_of__activationAttributes_12() { return &____activationAttributes_12; } inline void set__activationAttributes_12(ObjectU5BU5D_t2843939325* value) { ____activationAttributes_12 = value; Il2CppCodeGenWriteBarrier((&____activationAttributes_12), value); } inline static int32_t get_offset_of__contextProperties_13() { return static_cast(offsetof(ConstructionCall_t4011594745, ____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((&____contextProperties_13), value); } inline static int32_t get_offset_of__activationType_14() { return static_cast(offsetof(ConstructionCall_t4011594745, ____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((&____activationType_14), value); } inline static int32_t get_offset_of__activationTypeName_15() { return static_cast(offsetof(ConstructionCall_t4011594745, ____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((&____activationTypeName_15), value); } inline static int32_t get_offset_of__isContextOk_16() { return static_cast(offsetof(ConstructionCall_t4011594745, ____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; } }; struct ConstructionCall_t4011594745_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Runtime.Remoting.Messaging.ConstructionCall::<>f__switch$map25 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map25_17; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map25_17() { return static_cast(offsetof(ConstructionCall_t4011594745_StaticFields, ___U3CU3Ef__switchU24map25_17)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map25_17() const { return ___U3CU3Ef__switchU24map25_17; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map25_17() { return &___U3CU3Ef__switchU24map25_17; } inline void set_U3CU3Ef__switchU24map25_17(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map25_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map25_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTIONCALL_T4011594745_H #ifndef DICTIONARYENTRY_T3123975638_H #define DICTIONARYENTRY_T3123975638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((&____key_0), value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____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((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_T3123975638_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef METHODRETURNDICTIONARY_T2551046119_H #define METHODRETURNDICTIONARY_T2551046119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.MethodReturnDictionary struct MethodReturnDictionary_t2551046119 : public MethodDictionary_t207894204 { public: public: }; struct MethodReturnDictionary_t2551046119_StaticFields { public: // System.String[] System.Runtime.Remoting.Messaging.MethodReturnDictionary::InternalReturnKeys StringU5BU5D_t1281789340* ___InternalReturnKeys_6; // System.String[] System.Runtime.Remoting.Messaging.MethodReturnDictionary::InternalExceptionKeys StringU5BU5D_t1281789340* ___InternalExceptionKeys_7; public: inline static int32_t get_offset_of_InternalReturnKeys_6() { return static_cast(offsetof(MethodReturnDictionary_t2551046119_StaticFields, ___InternalReturnKeys_6)); } inline StringU5BU5D_t1281789340* get_InternalReturnKeys_6() const { return ___InternalReturnKeys_6; } inline StringU5BU5D_t1281789340** get_address_of_InternalReturnKeys_6() { return &___InternalReturnKeys_6; } inline void set_InternalReturnKeys_6(StringU5BU5D_t1281789340* value) { ___InternalReturnKeys_6 = value; Il2CppCodeGenWriteBarrier((&___InternalReturnKeys_6), value); } inline static int32_t get_offset_of_InternalExceptionKeys_7() { return static_cast(offsetof(MethodReturnDictionary_t2551046119_StaticFields, ___InternalExceptionKeys_7)); } inline StringU5BU5D_t1281789340* get_InternalExceptionKeys_7() const { return ___InternalExceptionKeys_7; } inline StringU5BU5D_t1281789340** get_address_of_InternalExceptionKeys_7() { return &___InternalExceptionKeys_7; } inline void set_InternalExceptionKeys_7(StringU5BU5D_t1281789340* value) { ___InternalExceptionKeys_7 = value; Il2CppCodeGenWriteBarrier((&___InternalExceptionKeys_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODRETURNDICTIONARY_T2551046119_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef ONEWAYATTRIBUTE_T936468379_H #define ONEWAYATTRIBUTE_T936468379_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.OneWayAttribute struct OneWayAttribute_t936468379 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONEWAYATTRIBUTE_T936468379_H #ifndef METHODCALLDICTIONARY_T605791082_H #define METHODCALLDICTIONARY_T605791082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.MethodCallDictionary struct MethodCallDictionary_t605791082 : public MethodDictionary_t207894204 { public: public: }; struct MethodCallDictionary_t605791082_StaticFields { public: // System.String[] System.Runtime.Remoting.Messaging.MethodCallDictionary::InternalKeys StringU5BU5D_t1281789340* ___InternalKeys_6; public: inline static int32_t get_offset_of_InternalKeys_6() { return static_cast(offsetof(MethodCallDictionary_t605791082_StaticFields, ___InternalKeys_6)); } inline StringU5BU5D_t1281789340* get_InternalKeys_6() const { return ___InternalKeys_6; } inline StringU5BU5D_t1281789340** get_address_of_InternalKeys_6() { return &___InternalKeys_6; } inline void set_InternalKeys_6(StringU5BU5D_t1281789340* value) { ___InternalKeys_6 = value; Il2CppCodeGenWriteBarrier((&___InternalKeys_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODCALLDICTIONARY_T605791082_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef PARAMETERMODIFIER_T1461694466_H #define PARAMETERMODIFIER_T1461694466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterModifier struct ParameterModifier_t1461694466 { public: // System.Boolean[] System.Reflection.ParameterModifier::_byref BooleanU5BU5D_t2897418192* ____byref_0; public: inline static int32_t get_offset_of__byref_0() { return static_cast(offsetof(ParameterModifier_t1461694466, ____byref_0)); } inline BooleanU5BU5D_t2897418192* get__byref_0() const { return ____byref_0; } inline BooleanU5BU5D_t2897418192** get_address_of__byref_0() { return &____byref_0; } inline void set__byref_0(BooleanU5BU5D_t2897418192* value) { ____byref_0 = value; Il2CppCodeGenWriteBarrier((&____byref_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_pinvoke { int32_t* ____byref_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_com { int32_t* ____byref_0; }; #endif // PARAMETERMODIFIER_T1461694466_H #ifndef CLIENTIDENTITY_T1428046844_H #define CLIENTIDENTITY_T1428046844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ClientIdentity struct ClientIdentity_t1428046844 : public Identity_t1873279371 { public: // System.WeakReference System.Runtime.Remoting.ClientIdentity::_proxyReference WeakReference_t1334886716 * ____proxyReference_7; public: inline static int32_t get_offset_of__proxyReference_7() { return static_cast(offsetof(ClientIdentity_t1428046844, ____proxyReference_7)); } inline WeakReference_t1334886716 * get__proxyReference_7() const { return ____proxyReference_7; } inline WeakReference_t1334886716 ** get_address_of__proxyReference_7() { return &____proxyReference_7; } inline void set__proxyReference_7(WeakReference_t1334886716 * value) { ____proxyReference_7 = value; Il2CppCodeGenWriteBarrier((&____proxyReference_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIENTIDENTITY_T1428046844_H #ifndef REMOTINGPROXY_T2444335113_H #define REMOTINGPROXY_T2444335113_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Proxies.RemotingProxy struct RemotingProxy_t2444335113 : public RealProxy_t2312050253 { 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_t4011594745 * ____ctorCall_12; public: inline static int32_t get_offset_of__sink_10() { return static_cast(offsetof(RemotingProxy_t2444335113, ____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((&____sink_10), value); } inline static int32_t get_offset_of__hasEnvoySink_11() { return static_cast(offsetof(RemotingProxy_t2444335113, ____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_t2444335113, ____ctorCall_12)); } inline ConstructionCall_t4011594745 * get__ctorCall_12() const { return ____ctorCall_12; } inline ConstructionCall_t4011594745 ** get_address_of__ctorCall_12() { return &____ctorCall_12; } inline void set__ctorCall_12(ConstructionCall_t4011594745 * value) { ____ctorCall_12 = value; Il2CppCodeGenWriteBarrier((&____ctorCall_12), value); } }; struct RemotingProxy_t2444335113_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_t2444335113_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((&____cache_GetTypeMethod_8), value); } inline static int32_t get_offset_of__cache_GetHashCodeMethod_9() { return static_cast(offsetof(RemotingProxy_t2444335113_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((&____cache_GetHashCodeMethod_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTINGPROXY_T2444335113_H #ifndef PROXYATTRIBUTE_T455382724_H #define PROXYATTRIBUTE_T455382724_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Proxies.ProxyAttribute struct ProxyAttribute_t455382724 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROXYATTRIBUTE_T455382724_H #ifndef ARRAYFIXUPRECORD_T4271256269_H #define ARRAYFIXUPRECORD_T4271256269_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.ArrayFixupRecord struct ArrayFixupRecord_t4271256269 : public BaseFixupRecord_t3185653456 { public: // System.Int32 System.Runtime.Serialization.ArrayFixupRecord::_index int32_t ____index_4; public: inline static int32_t get_offset_of__index_4() { return static_cast(offsetof(ArrayFixupRecord_t4271256269, ____index_4)); } inline int32_t get__index_4() const { return ____index_4; } inline int32_t* get_address_of__index_4() { return &____index_4; } inline void set__index_4(int32_t value) { ____index_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYFIXUPRECORD_T4271256269_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef SOAPATTRIBUTE_T411004526_H #define SOAPATTRIBUTE_T411004526_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Metadata.SoapAttribute struct SoapAttribute_t411004526 : public Attribute_t861562559 { public: // System.Boolean System.Runtime.Remoting.Metadata.SoapAttribute::_useAttribute bool ____useAttribute_0; // System.String System.Runtime.Remoting.Metadata.SoapAttribute::ProtXmlNamespace String_t* ___ProtXmlNamespace_1; // System.Object System.Runtime.Remoting.Metadata.SoapAttribute::ReflectInfo RuntimeObject * ___ReflectInfo_2; public: inline static int32_t get_offset_of__useAttribute_0() { return static_cast(offsetof(SoapAttribute_t411004526, ____useAttribute_0)); } inline bool get__useAttribute_0() const { return ____useAttribute_0; } inline bool* get_address_of__useAttribute_0() { return &____useAttribute_0; } inline void set__useAttribute_0(bool value) { ____useAttribute_0 = value; } inline static int32_t get_offset_of_ProtXmlNamespace_1() { return static_cast(offsetof(SoapAttribute_t411004526, ___ProtXmlNamespace_1)); } inline String_t* get_ProtXmlNamespace_1() const { return ___ProtXmlNamespace_1; } inline String_t** get_address_of_ProtXmlNamespace_1() { return &___ProtXmlNamespace_1; } inline void set_ProtXmlNamespace_1(String_t* value) { ___ProtXmlNamespace_1 = value; Il2CppCodeGenWriteBarrier((&___ProtXmlNamespace_1), value); } inline static int32_t get_offset_of_ReflectInfo_2() { return static_cast(offsetof(SoapAttribute_t411004526, ___ReflectInfo_2)); } inline RuntimeObject * get_ReflectInfo_2() const { return ___ReflectInfo_2; } inline RuntimeObject ** get_address_of_ReflectInfo_2() { return &___ReflectInfo_2; } inline void set_ReflectInfo_2(RuntimeObject * value) { ___ReflectInfo_2 = value; Il2CppCodeGenWriteBarrier((&___ReflectInfo_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOAPATTRIBUTE_T411004526_H #ifndef WELLKNOWNCLIENTTYPEENTRY_T1333916391_H #define WELLKNOWNCLIENTTYPEENTRY_T1333916391_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.WellKnownClientTypeEntry struct WellKnownClientTypeEntry_t1333916391 : public TypeEntry_t3903395172 { 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_t1333916391, ___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((&___obj_type_2), value); } inline static int32_t get_offset_of_obj_url_3() { return static_cast(offsetof(WellKnownClientTypeEntry_t1333916391, ___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((&___obj_url_3), value); } inline static int32_t get_offset_of_app_url_4() { return static_cast(offsetof(WellKnownClientTypeEntry_t1333916391, ___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((&___app_url_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WELLKNOWNCLIENTTYPEENTRY_T1333916391_H #ifndef ACTIVATEDSERVICETYPEENTRY_T3761108592_H #define ACTIVATEDSERVICETYPEENTRY_T3761108592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ActivatedServiceTypeEntry struct ActivatedServiceTypeEntry_t3761108592 : public TypeEntry_t3903395172 { 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_t3761108592, ___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((&___obj_type_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIVATEDSERVICETYPEENTRY_T3761108592_H #ifndef SERVERIDENTITY_T2342208608_H #define SERVERIDENTITY_T2342208608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608 : public Identity_t1873279371 { public: // System.Type System.Runtime.Remoting.ServerIdentity::_objectType Type_t * ____objectType_7; // System.MarshalByRefObject System.Runtime.Remoting.ServerIdentity::_serverObject MarshalByRefObject_t2760389100 * ____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_t3285446944 * ____context_10; // System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::_lease Lease_t4051722892 * ____lease_11; public: inline static int32_t get_offset_of__objectType_7() { return static_cast(offsetof(ServerIdentity_t2342208608, ____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((&____objectType_7), value); } inline static int32_t get_offset_of__serverObject_8() { return static_cast(offsetof(ServerIdentity_t2342208608, ____serverObject_8)); } inline MarshalByRefObject_t2760389100 * get__serverObject_8() const { return ____serverObject_8; } inline MarshalByRefObject_t2760389100 ** get_address_of__serverObject_8() { return &____serverObject_8; } inline void set__serverObject_8(MarshalByRefObject_t2760389100 * value) { ____serverObject_8 = value; Il2CppCodeGenWriteBarrier((&____serverObject_8), value); } inline static int32_t get_offset_of__serverSink_9() { return static_cast(offsetof(ServerIdentity_t2342208608, ____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((&____serverSink_9), value); } inline static int32_t get_offset_of__context_10() { return static_cast(offsetof(ServerIdentity_t2342208608, ____context_10)); } inline Context_t3285446944 * get__context_10() const { return ____context_10; } inline Context_t3285446944 ** get_address_of__context_10() { return &____context_10; } inline void set__context_10(Context_t3285446944 * value) { ____context_10 = value; Il2CppCodeGenWriteBarrier((&____context_10), value); } inline static int32_t get_offset_of__lease_11() { return static_cast(offsetof(ServerIdentity_t2342208608, ____lease_11)); } inline Lease_t4051722892 * get__lease_11() const { return ____lease_11; } inline Lease_t4051722892 ** get_address_of__lease_11() { return &____lease_11; } inline void set__lease_11(Lease_t4051722892 * value) { ____lease_11 = value; Il2CppCodeGenWriteBarrier((&____lease_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERIDENTITY_T2342208608_H #ifndef ACTIVATEDCLIENTTYPEENTRY_T761233661_H #define ACTIVATEDCLIENTTYPEENTRY_T761233661_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ActivatedClientTypeEntry struct ActivatedClientTypeEntry_t761233661 : public TypeEntry_t3903395172 { 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_t761233661, ___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((&___applicationUrl_2), value); } inline static int32_t get_offset_of_obj_type_3() { return static_cast(offsetof(ActivatedClientTypeEntry_t761233661, ___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((&___obj_type_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIVATEDCLIENTTYPEENTRY_T761233661_H #ifndef TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public MarshalByRefObject_t2760389100 { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_1)); } inline TextReader_t283511965 * get_Null_1() const { return ___Null_1; } inline TextReader_t283511965 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextReader_t283511965 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef SOAPMETHODATTRIBUTE_T1935009310_H #define SOAPMETHODATTRIBUTE_T1935009310_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Metadata.SoapMethodAttribute struct SoapMethodAttribute_t1935009310 : public SoapAttribute_t411004526 { public: // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_responseElement String_t* ____responseElement_3; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_responseNamespace String_t* ____responseNamespace_4; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_returnElement String_t* ____returnElement_5; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_soapAction String_t* ____soapAction_6; // System.Boolean System.Runtime.Remoting.Metadata.SoapMethodAttribute::_useAttribute bool ____useAttribute_7; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_namespace String_t* ____namespace_8; public: inline static int32_t get_offset_of__responseElement_3() { return static_cast(offsetof(SoapMethodAttribute_t1935009310, ____responseElement_3)); } inline String_t* get__responseElement_3() const { return ____responseElement_3; } inline String_t** get_address_of__responseElement_3() { return &____responseElement_3; } inline void set__responseElement_3(String_t* value) { ____responseElement_3 = value; Il2CppCodeGenWriteBarrier((&____responseElement_3), value); } inline static int32_t get_offset_of__responseNamespace_4() { return static_cast(offsetof(SoapMethodAttribute_t1935009310, ____responseNamespace_4)); } inline String_t* get__responseNamespace_4() const { return ____responseNamespace_4; } inline String_t** get_address_of__responseNamespace_4() { return &____responseNamespace_4; } inline void set__responseNamespace_4(String_t* value) { ____responseNamespace_4 = value; Il2CppCodeGenWriteBarrier((&____responseNamespace_4), value); } inline static int32_t get_offset_of__returnElement_5() { return static_cast(offsetof(SoapMethodAttribute_t1935009310, ____returnElement_5)); } inline String_t* get__returnElement_5() const { return ____returnElement_5; } inline String_t** get_address_of__returnElement_5() { return &____returnElement_5; } inline void set__returnElement_5(String_t* value) { ____returnElement_5 = value; Il2CppCodeGenWriteBarrier((&____returnElement_5), value); } inline static int32_t get_offset_of__soapAction_6() { return static_cast(offsetof(SoapMethodAttribute_t1935009310, ____soapAction_6)); } inline String_t* get__soapAction_6() const { return ____soapAction_6; } inline String_t** get_address_of__soapAction_6() { return &____soapAction_6; } inline void set__soapAction_6(String_t* value) { ____soapAction_6 = value; Il2CppCodeGenWriteBarrier((&____soapAction_6), value); } inline static int32_t get_offset_of__useAttribute_7() { return static_cast(offsetof(SoapMethodAttribute_t1935009310, ____useAttribute_7)); } inline bool get__useAttribute_7() const { return ____useAttribute_7; } inline bool* get_address_of__useAttribute_7() { return &____useAttribute_7; } inline void set__useAttribute_7(bool value) { ____useAttribute_7 = value; } inline static int32_t get_offset_of__namespace_8() { return static_cast(offsetof(SoapMethodAttribute_t1935009310, ____namespace_8)); } inline String_t* get__namespace_8() const { return ____namespace_8; } inline String_t** get_address_of__namespace_8() { return &____namespace_8; } inline void set__namespace_8(String_t* value) { ____namespace_8 = value; Il2CppCodeGenWriteBarrier((&____namespace_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOAPMETHODATTRIBUTE_T1935009310_H #ifndef ASSEMBLYHASHALGORITHM_T1216504064_H #define ASSEMBLYHASHALGORITHM_T1216504064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_t1216504064 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyHashAlgorithm_t1216504064, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYHASHALGORITHM_T1216504064_H #ifndef ASSEMBLYNAMEFLAGS_T3675421470_H #define ASSEMBLYNAMEFLAGS_T3675421470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyNameFlags struct AssemblyNameFlags_t3675421470 { public: // System.Int32 System.Reflection.AssemblyNameFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyNameFlags_t3675421470, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYNAMEFLAGS_T3675421470_H #ifndef OBJECTRECORDSTATUS_T2117702867_H #define OBJECTRECORDSTATUS_T2117702867_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.ObjectRecordStatus struct ObjectRecordStatus_t2117702867 { public: // System.Byte System.Runtime.Serialization.ObjectRecordStatus::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ObjectRecordStatus_t2117702867, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTRECORDSTATUS_T2117702867_H #ifndef PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERATTRIBUTES_T1826424051_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { 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_t3027515415, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef ARGINFOTYPE_T1035054221_H #define ARGINFOTYPE_T1035054221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.ArgInfoType struct ArgInfoType_t1035054221 { public: // System.Byte System.Runtime.Remoting.Messaging.ArgInfoType::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ArgInfoType_t1035054221, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGINFOTYPE_T1035054221_H #ifndef SOAPFIELDATTRIBUTE_T1164342470_H #define SOAPFIELDATTRIBUTE_T1164342470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Metadata.SoapFieldAttribute struct SoapFieldAttribute_t1164342470 : public SoapAttribute_t411004526 { public: // System.String System.Runtime.Remoting.Metadata.SoapFieldAttribute::_elementName String_t* ____elementName_3; // System.Boolean System.Runtime.Remoting.Metadata.SoapFieldAttribute::_isElement bool ____isElement_4; public: inline static int32_t get_offset_of__elementName_3() { return static_cast(offsetof(SoapFieldAttribute_t1164342470, ____elementName_3)); } inline String_t* get__elementName_3() const { return ____elementName_3; } inline String_t** get_address_of__elementName_3() { return &____elementName_3; } inline void set__elementName_3(String_t* value) { ____elementName_3 = value; Il2CppCodeGenWriteBarrier((&____elementName_3), value); } inline static int32_t get_offset_of__isElement_4() { return static_cast(offsetof(SoapFieldAttribute_t1164342470, ____isElement_4)); } inline bool get__isElement_4() const { return ____isElement_4; } inline bool* get_address_of__isElement_4() { return &____isElement_4; } inline void set__isElement_4(bool value) { ____isElement_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOAPFIELDATTRIBUTE_T1164342470_H #ifndef MEMBERTYPES_T3790569052_H #define MEMBERTYPES_T3790569052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberTypes struct MemberTypes_t3790569052 { public: // System.Int32 System.Reflection.MemberTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MemberTypes_t3790569052, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERTYPES_T3790569052_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef IMAGEFILEMACHINE_T799743225_H #define IMAGEFILEMACHINE_T799743225_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ImageFileMachine struct ImageFileMachine_t799743225 { public: // System.Int32 System.Reflection.ImageFileMachine::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ImageFileMachine_t799743225, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMAGEFILEMACHINE_T799743225_H #ifndef NATIVERESOURCETYPE_T2573963468_H #define NATIVERESOURCETYPE_T2573963468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.NativeResourceType struct NativeResourceType_t2573963468 { public: // System.Int32 System.Reflection.Emit.NativeResourceType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NativeResourceType_t2573963468, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NATIVERESOURCETYPE_T2573963468_H #ifndef PACKINGSIZE_T2976435189_H #define PACKINGSIZE_T2976435189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.PackingSize struct PackingSize_t2976435189 { public: // System.Int32 System.Reflection.Emit.PackingSize::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PackingSize_t2976435189, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PACKINGSIZE_T2976435189_H #ifndef RUNTIMEMETHODHANDLE_T1133924984_H #define RUNTIMEMETHODHANDLE_T1133924984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeMethodHandle struct RuntimeMethodHandle_t1133924984 { public: // System.IntPtr System.RuntimeMethodHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeMethodHandle_t1133924984, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEMETHODHANDLE_T1133924984_H #ifndef METHODIMPLATTRIBUTES_T3646023817_H #define METHODIMPLATTRIBUTES_T3646023817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodImplAttributes struct MethodImplAttributes_t3646023817 { public: // System.Int32 System.Reflection.MethodImplAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MethodImplAttributes_t3646023817, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODIMPLATTRIBUTES_T3646023817_H #ifndef CHARSET_T3391187264_H #define CHARSET_T3391187264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.CharSet struct CharSet_t3391187264 { public: // System.Int32 System.Runtime.InteropServices.CharSet::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CharSet_t3391187264, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARSET_T3391187264_H #ifndef CALLINGCONVENTION_T1027624783_H #define CALLINGCONVENTION_T1027624783_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.CallingConvention struct CallingConvention_t1027624783 { public: // System.Int32 System.Runtime.InteropServices.CallingConvention::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CallingConvention_t1027624783, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALLINGCONVENTION_T1027624783_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef FIELDATTRIBUTES_T400321159_H #define FIELDATTRIBUTES_T400321159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldAttributes struct FieldAttributes_t400321159 { public: // System.Int32 System.Reflection.FieldAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FieldAttributes_t400321159, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDATTRIBUTES_T400321159_H #ifndef PORTABLEEXECUTABLEKINDS_T1191923110_H #define PORTABLEEXECUTABLEKINDS_T1191923110_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PortableExecutableKinds struct PortableExecutableKinds_t1191923110 { public: // System.Int32 System.Reflection.PortableExecutableKinds::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PortableExecutableKinds_t1191923110, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PORTABLEEXECUTABLEKINDS_T1191923110_H #ifndef ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #define ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_t766556580 { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyVersionCompatibility_t766556580, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #ifndef PROCESSORARCHITECTURE_T305929193_H #define PROCESSORARCHITECTURE_T305929193_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ProcessorArchitecture struct ProcessorArchitecture_t305929193 { public: // System.Int32 System.Reflection.ProcessorArchitecture::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ProcessorArchitecture_t305929193, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROCESSORARCHITECTURE_T305929193_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef REMOTINGEXCEPTION_T2290474311_H #define REMOTINGEXCEPTION_T2290474311_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.RemotingException struct RemotingException_t2290474311 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTINGEXCEPTION_T2290474311_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef CONTEXT_T3285446944_H #define CONTEXT_T3285446944_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Contexts.Context struct Context_t3285446944 : 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.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::server_context_sink_chain RuntimeObject* ___server_context_sink_chain_4; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::client_context_sink_chain RuntimeObject* ___client_context_sink_chain_5; // System.Object[] System.Runtime.Remoting.Contexts.Context::datastore ObjectU5BU5D_t2843939325* ___datastore_6; // System.Collections.ArrayList System.Runtime.Remoting.Contexts.Context::context_properties ArrayList_t2718874744 * ___context_properties_7; // System.Boolean System.Runtime.Remoting.Contexts.Context::frozen bool ___frozen_8; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::context_dynamic_properties DynamicPropertyCollection_t652373272 * ___context_dynamic_properties_12; // System.Runtime.Remoting.Contexts.ContextCallbackObject System.Runtime.Remoting.Contexts.Context::callback_object ContextCallbackObject_t2292721408 * ___callback_object_13; public: inline static int32_t get_offset_of_domain_id_0() { return static_cast(offsetof(Context_t3285446944, ___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_t3285446944, ___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_t3285446944, ___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_server_context_sink_chain_4() { return static_cast(offsetof(Context_t3285446944, ___server_context_sink_chain_4)); } inline RuntimeObject* get_server_context_sink_chain_4() const { return ___server_context_sink_chain_4; } inline RuntimeObject** get_address_of_server_context_sink_chain_4() { return &___server_context_sink_chain_4; } inline void set_server_context_sink_chain_4(RuntimeObject* value) { ___server_context_sink_chain_4 = value; Il2CppCodeGenWriteBarrier((&___server_context_sink_chain_4), value); } inline static int32_t get_offset_of_client_context_sink_chain_5() { return static_cast(offsetof(Context_t3285446944, ___client_context_sink_chain_5)); } inline RuntimeObject* get_client_context_sink_chain_5() const { return ___client_context_sink_chain_5; } inline RuntimeObject** get_address_of_client_context_sink_chain_5() { return &___client_context_sink_chain_5; } inline void set_client_context_sink_chain_5(RuntimeObject* value) { ___client_context_sink_chain_5 = value; Il2CppCodeGenWriteBarrier((&___client_context_sink_chain_5), value); } inline static int32_t get_offset_of_datastore_6() { return static_cast(offsetof(Context_t3285446944, ___datastore_6)); } inline ObjectU5BU5D_t2843939325* get_datastore_6() const { return ___datastore_6; } inline ObjectU5BU5D_t2843939325** get_address_of_datastore_6() { return &___datastore_6; } inline void set_datastore_6(ObjectU5BU5D_t2843939325* value) { ___datastore_6 = value; Il2CppCodeGenWriteBarrier((&___datastore_6), value); } inline static int32_t get_offset_of_context_properties_7() { return static_cast(offsetof(Context_t3285446944, ___context_properties_7)); } inline ArrayList_t2718874744 * get_context_properties_7() const { return ___context_properties_7; } inline ArrayList_t2718874744 ** get_address_of_context_properties_7() { return &___context_properties_7; } inline void set_context_properties_7(ArrayList_t2718874744 * value) { ___context_properties_7 = value; Il2CppCodeGenWriteBarrier((&___context_properties_7), value); } inline static int32_t get_offset_of_frozen_8() { return static_cast(offsetof(Context_t3285446944, ___frozen_8)); } inline bool get_frozen_8() const { return ___frozen_8; } inline bool* get_address_of_frozen_8() { return &___frozen_8; } inline void set_frozen_8(bool value) { ___frozen_8 = value; } inline static int32_t get_offset_of_context_dynamic_properties_12() { return static_cast(offsetof(Context_t3285446944, ___context_dynamic_properties_12)); } inline DynamicPropertyCollection_t652373272 * get_context_dynamic_properties_12() const { return ___context_dynamic_properties_12; } inline DynamicPropertyCollection_t652373272 ** get_address_of_context_dynamic_properties_12() { return &___context_dynamic_properties_12; } inline void set_context_dynamic_properties_12(DynamicPropertyCollection_t652373272 * value) { ___context_dynamic_properties_12 = value; Il2CppCodeGenWriteBarrier((&___context_dynamic_properties_12), value); } inline static int32_t get_offset_of_callback_object_13() { return static_cast(offsetof(Context_t3285446944, ___callback_object_13)); } inline ContextCallbackObject_t2292721408 * get_callback_object_13() const { return ___callback_object_13; } inline ContextCallbackObject_t2292721408 ** get_address_of_callback_object_13() { return &___callback_object_13; } inline void set_callback_object_13(ContextCallbackObject_t2292721408 * value) { ___callback_object_13 = value; Il2CppCodeGenWriteBarrier((&___callback_object_13), value); } }; struct Context_t3285446944_StaticFields { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::default_server_context_sink RuntimeObject* ___default_server_context_sink_3; // System.Int32 System.Runtime.Remoting.Contexts.Context::global_count int32_t ___global_count_9; // System.Collections.Hashtable System.Runtime.Remoting.Contexts.Context::namedSlots Hashtable_t1853889766 * ___namedSlots_10; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::global_dynamic_properties DynamicPropertyCollection_t652373272 * ___global_dynamic_properties_11; public: inline static int32_t get_offset_of_default_server_context_sink_3() { return static_cast(offsetof(Context_t3285446944_StaticFields, ___default_server_context_sink_3)); } inline RuntimeObject* get_default_server_context_sink_3() const { return ___default_server_context_sink_3; } inline RuntimeObject** get_address_of_default_server_context_sink_3() { return &___default_server_context_sink_3; } inline void set_default_server_context_sink_3(RuntimeObject* value) { ___default_server_context_sink_3 = value; Il2CppCodeGenWriteBarrier((&___default_server_context_sink_3), value); } inline static int32_t get_offset_of_global_count_9() { return static_cast(offsetof(Context_t3285446944_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_namedSlots_10() { return static_cast(offsetof(Context_t3285446944_StaticFields, ___namedSlots_10)); } inline Hashtable_t1853889766 * get_namedSlots_10() const { return ___namedSlots_10; } inline Hashtable_t1853889766 ** get_address_of_namedSlots_10() { return &___namedSlots_10; } inline void set_namedSlots_10(Hashtable_t1853889766 * value) { ___namedSlots_10 = value; Il2CppCodeGenWriteBarrier((&___namedSlots_10), value); } inline static int32_t get_offset_of_global_dynamic_properties_11() { return static_cast(offsetof(Context_t3285446944_StaticFields, ___global_dynamic_properties_11)); } inline DynamicPropertyCollection_t652373272 * get_global_dynamic_properties_11() const { return ___global_dynamic_properties_11; } inline DynamicPropertyCollection_t652373272 ** get_address_of_global_dynamic_properties_11() { return &___global_dynamic_properties_11; } inline void set_global_dynamic_properties_11(DynamicPropertyCollection_t652373272 * value) { ___global_dynamic_properties_11 = value; Il2CppCodeGenWriteBarrier((&___global_dynamic_properties_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTEXT_T3285446944_H #ifndef CALLTYPE_T3372275391_H #define CALLTYPE_T3372275391_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.CallType struct CallType_t3372275391 { public: // System.Int32 System.Runtime.Remoting.Messaging.CallType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CallType_t3372275391, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALLTYPE_T3372275391_H #ifndef PRINCIPALPOLICY_T1761212333_H #define PRINCIPALPOLICY_T1761212333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.PrincipalPolicy struct PrincipalPolicy_t1761212333 { public: // System.Int32 System.Security.Principal.PrincipalPolicy::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrincipalPolicy_t1761212333, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRINCIPALPOLICY_T1761212333_H #ifndef PEFILEKINDS_T3631470751_H #define PEFILEKINDS_T3631470751_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.PEFileKinds struct PEFileKinds_t3631470751 { public: // System.Int32 System.Reflection.Emit.PEFileKinds::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PEFileKinds_t3631470751, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PEFILEKINDS_T3631470751_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : 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::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_t1188392813, ___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((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef TYPEFILTERLEVEL_T977535029_H #define TYPEFILTERLEVEL_T977535029_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.TypeFilterLevel struct TypeFilterLevel_t977535029 { public: // System.Int32 System.Runtime.Serialization.Formatters.TypeFilterLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeFilterLevel_t977535029, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEFILTERLEVEL_T977535029_H #ifndef FORMATTERTYPESTYLE_T3400733584_H #define FORMATTERTYPESTYLE_T3400733584_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.FormatterTypeStyle struct FormatterTypeStyle_t3400733584 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterTypeStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FormatterTypeStyle_t3400733584, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTERTYPESTYLE_T3400733584_H #ifndef BINARYELEMENT_T4114212191_H #define BINARYELEMENT_T4114212191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.BinaryElement struct BinaryElement_t4114212191 { public: // System.Byte System.Runtime.Serialization.Formatters.Binary.BinaryElement::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BinaryElement_t4114212191, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYELEMENT_T4114212191_H #ifndef TYPECODE_T2987224087_H #define TYPECODE_T2987224087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TypeCode struct TypeCode_t2987224087 { public: // System.Int32 System.TypeCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeCode_t2987224087, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECODE_T2987224087_H #ifndef SINGLECALLIDENTITY_T1525242393_H #define SINGLECALLIDENTITY_T1525242393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.SingleCallIdentity struct SingleCallIdentity_t1525242393 : public ServerIdentity_t2342208608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLECALLIDENTITY_T1525242393_H #ifndef OPCODES_T126150456_H #define OPCODES_T126150456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OpCodes struct OpCodes_t126150456 : public RuntimeObject { public: public: }; struct OpCodes_t126150456_StaticFields { public: // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Nop OpCode_t123070264 ___Nop_0; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Break OpCode_t123070264 ___Break_1; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_0 OpCode_t123070264 ___Ldarg_0_2; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_1 OpCode_t123070264 ___Ldarg_1_3; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_2 OpCode_t123070264 ___Ldarg_2_4; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_3 OpCode_t123070264 ___Ldarg_3_5; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_0 OpCode_t123070264 ___Ldloc_0_6; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_1 OpCode_t123070264 ___Ldloc_1_7; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_2 OpCode_t123070264 ___Ldloc_2_8; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_3 OpCode_t123070264 ___Ldloc_3_9; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_0 OpCode_t123070264 ___Stloc_0_10; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_1 OpCode_t123070264 ___Stloc_1_11; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_2 OpCode_t123070264 ___Stloc_2_12; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_3 OpCode_t123070264 ___Stloc_3_13; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_S OpCode_t123070264 ___Ldarg_S_14; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarga_S OpCode_t123070264 ___Ldarga_S_15; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Starg_S OpCode_t123070264 ___Starg_S_16; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_S OpCode_t123070264 ___Ldloc_S_17; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloca_S OpCode_t123070264 ___Ldloca_S_18; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_S OpCode_t123070264 ___Stloc_S_19; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldnull OpCode_t123070264 ___Ldnull_20; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_M1 OpCode_t123070264 ___Ldc_I4_M1_21; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_0 OpCode_t123070264 ___Ldc_I4_0_22; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_1 OpCode_t123070264 ___Ldc_I4_1_23; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_2 OpCode_t123070264 ___Ldc_I4_2_24; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_3 OpCode_t123070264 ___Ldc_I4_3_25; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_4 OpCode_t123070264 ___Ldc_I4_4_26; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_5 OpCode_t123070264 ___Ldc_I4_5_27; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_6 OpCode_t123070264 ___Ldc_I4_6_28; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_7 OpCode_t123070264 ___Ldc_I4_7_29; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_8 OpCode_t123070264 ___Ldc_I4_8_30; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_S OpCode_t123070264 ___Ldc_I4_S_31; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4 OpCode_t123070264 ___Ldc_I4_32; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I8 OpCode_t123070264 ___Ldc_I8_33; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_R4 OpCode_t123070264 ___Ldc_R4_34; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_R8 OpCode_t123070264 ___Ldc_R8_35; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Dup OpCode_t123070264 ___Dup_36; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Pop OpCode_t123070264 ___Pop_37; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Jmp OpCode_t123070264 ___Jmp_38; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Call OpCode_t123070264 ___Call_39; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Calli OpCode_t123070264 ___Calli_40; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ret OpCode_t123070264 ___Ret_41; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Br_S OpCode_t123070264 ___Br_S_42; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brfalse_S OpCode_t123070264 ___Brfalse_S_43; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brtrue_S OpCode_t123070264 ___Brtrue_S_44; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Beq_S OpCode_t123070264 ___Beq_S_45; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge_S OpCode_t123070264 ___Bge_S_46; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt_S OpCode_t123070264 ___Bgt_S_47; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble_S OpCode_t123070264 ___Ble_S_48; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt_S OpCode_t123070264 ___Blt_S_49; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bne_Un_S OpCode_t123070264 ___Bne_Un_S_50; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge_Un_S OpCode_t123070264 ___Bge_Un_S_51; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt_Un_S OpCode_t123070264 ___Bgt_Un_S_52; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble_Un_S OpCode_t123070264 ___Ble_Un_S_53; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt_Un_S OpCode_t123070264 ___Blt_Un_S_54; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Br OpCode_t123070264 ___Br_55; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brfalse OpCode_t123070264 ___Brfalse_56; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brtrue OpCode_t123070264 ___Brtrue_57; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Beq OpCode_t123070264 ___Beq_58; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge OpCode_t123070264 ___Bge_59; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt OpCode_t123070264 ___Bgt_60; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble OpCode_t123070264 ___Ble_61; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt OpCode_t123070264 ___Blt_62; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bne_Un OpCode_t123070264 ___Bne_Un_63; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge_Un OpCode_t123070264 ___Bge_Un_64; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt_Un OpCode_t123070264 ___Bgt_Un_65; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble_Un OpCode_t123070264 ___Ble_Un_66; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt_Un OpCode_t123070264 ___Blt_Un_67; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Switch OpCode_t123070264 ___Switch_68; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I1 OpCode_t123070264 ___Ldind_I1_69; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_U1 OpCode_t123070264 ___Ldind_U1_70; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I2 OpCode_t123070264 ___Ldind_I2_71; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_U2 OpCode_t123070264 ___Ldind_U2_72; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I4 OpCode_t123070264 ___Ldind_I4_73; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_U4 OpCode_t123070264 ___Ldind_U4_74; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I8 OpCode_t123070264 ___Ldind_I8_75; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I OpCode_t123070264 ___Ldind_I_76; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_R4 OpCode_t123070264 ___Ldind_R4_77; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_R8 OpCode_t123070264 ___Ldind_R8_78; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_Ref OpCode_t123070264 ___Ldind_Ref_79; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_Ref OpCode_t123070264 ___Stind_Ref_80; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I1 OpCode_t123070264 ___Stind_I1_81; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I2 OpCode_t123070264 ___Stind_I2_82; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I4 OpCode_t123070264 ___Stind_I4_83; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I8 OpCode_t123070264 ___Stind_I8_84; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_R4 OpCode_t123070264 ___Stind_R4_85; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_R8 OpCode_t123070264 ___Stind_R8_86; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Add OpCode_t123070264 ___Add_87; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sub OpCode_t123070264 ___Sub_88; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mul OpCode_t123070264 ___Mul_89; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Div OpCode_t123070264 ___Div_90; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Div_Un OpCode_t123070264 ___Div_Un_91; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Rem OpCode_t123070264 ___Rem_92; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Rem_Un OpCode_t123070264 ___Rem_Un_93; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::And OpCode_t123070264 ___And_94; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Or OpCode_t123070264 ___Or_95; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Xor OpCode_t123070264 ___Xor_96; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Shl OpCode_t123070264 ___Shl_97; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Shr OpCode_t123070264 ___Shr_98; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Shr_Un OpCode_t123070264 ___Shr_Un_99; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Neg OpCode_t123070264 ___Neg_100; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Not OpCode_t123070264 ___Not_101; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I1 OpCode_t123070264 ___Conv_I1_102; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I2 OpCode_t123070264 ___Conv_I2_103; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I4 OpCode_t123070264 ___Conv_I4_104; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I8 OpCode_t123070264 ___Conv_I8_105; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_R4 OpCode_t123070264 ___Conv_R4_106; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_R8 OpCode_t123070264 ___Conv_R8_107; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U4 OpCode_t123070264 ___Conv_U4_108; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U8 OpCode_t123070264 ___Conv_U8_109; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Callvirt OpCode_t123070264 ___Callvirt_110; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cpobj OpCode_t123070264 ___Cpobj_111; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldobj OpCode_t123070264 ___Ldobj_112; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldstr OpCode_t123070264 ___Ldstr_113; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Newobj OpCode_t123070264 ___Newobj_114; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Castclass OpCode_t123070264 ___Castclass_115; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Isinst OpCode_t123070264 ___Isinst_116; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_R_Un OpCode_t123070264 ___Conv_R_Un_117; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Unbox OpCode_t123070264 ___Unbox_118; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Throw OpCode_t123070264 ___Throw_119; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldfld OpCode_t123070264 ___Ldfld_120; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldflda OpCode_t123070264 ___Ldflda_121; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stfld OpCode_t123070264 ___Stfld_122; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldsfld OpCode_t123070264 ___Ldsfld_123; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldsflda OpCode_t123070264 ___Ldsflda_124; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stsfld OpCode_t123070264 ___Stsfld_125; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stobj OpCode_t123070264 ___Stobj_126; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I1_Un OpCode_t123070264 ___Conv_Ovf_I1_Un_127; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I2_Un OpCode_t123070264 ___Conv_Ovf_I2_Un_128; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I4_Un OpCode_t123070264 ___Conv_Ovf_I4_Un_129; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I8_Un OpCode_t123070264 ___Conv_Ovf_I8_Un_130; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U1_Un OpCode_t123070264 ___Conv_Ovf_U1_Un_131; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U2_Un OpCode_t123070264 ___Conv_Ovf_U2_Un_132; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U4_Un OpCode_t123070264 ___Conv_Ovf_U4_Un_133; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U8_Un OpCode_t123070264 ___Conv_Ovf_U8_Un_134; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I_Un OpCode_t123070264 ___Conv_Ovf_I_Un_135; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U_Un OpCode_t123070264 ___Conv_Ovf_U_Un_136; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Box OpCode_t123070264 ___Box_137; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Newarr OpCode_t123070264 ___Newarr_138; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldlen OpCode_t123070264 ___Ldlen_139; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelema OpCode_t123070264 ___Ldelema_140; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I1 OpCode_t123070264 ___Ldelem_I1_141; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_U1 OpCode_t123070264 ___Ldelem_U1_142; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I2 OpCode_t123070264 ___Ldelem_I2_143; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_U2 OpCode_t123070264 ___Ldelem_U2_144; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I4 OpCode_t123070264 ___Ldelem_I4_145; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_U4 OpCode_t123070264 ___Ldelem_U4_146; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I8 OpCode_t123070264 ___Ldelem_I8_147; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I OpCode_t123070264 ___Ldelem_I_148; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_R4 OpCode_t123070264 ___Ldelem_R4_149; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_R8 OpCode_t123070264 ___Ldelem_R8_150; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_Ref OpCode_t123070264 ___Ldelem_Ref_151; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I OpCode_t123070264 ___Stelem_I_152; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I1 OpCode_t123070264 ___Stelem_I1_153; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I2 OpCode_t123070264 ___Stelem_I2_154; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I4 OpCode_t123070264 ___Stelem_I4_155; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I8 OpCode_t123070264 ___Stelem_I8_156; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_R4 OpCode_t123070264 ___Stelem_R4_157; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_R8 OpCode_t123070264 ___Stelem_R8_158; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_Ref OpCode_t123070264 ___Stelem_Ref_159; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem OpCode_t123070264 ___Ldelem_160; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem OpCode_t123070264 ___Stelem_161; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Unbox_Any OpCode_t123070264 ___Unbox_Any_162; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I1 OpCode_t123070264 ___Conv_Ovf_I1_163; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U1 OpCode_t123070264 ___Conv_Ovf_U1_164; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I2 OpCode_t123070264 ___Conv_Ovf_I2_165; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U2 OpCode_t123070264 ___Conv_Ovf_U2_166; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I4 OpCode_t123070264 ___Conv_Ovf_I4_167; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U4 OpCode_t123070264 ___Conv_Ovf_U4_168; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I8 OpCode_t123070264 ___Conv_Ovf_I8_169; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U8 OpCode_t123070264 ___Conv_Ovf_U8_170; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Refanyval OpCode_t123070264 ___Refanyval_171; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ckfinite OpCode_t123070264 ___Ckfinite_172; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mkrefany OpCode_t123070264 ___Mkrefany_173; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldtoken OpCode_t123070264 ___Ldtoken_174; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U2 OpCode_t123070264 ___Conv_U2_175; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U1 OpCode_t123070264 ___Conv_U1_176; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I OpCode_t123070264 ___Conv_I_177; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I OpCode_t123070264 ___Conv_Ovf_I_178; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U OpCode_t123070264 ___Conv_Ovf_U_179; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Add_Ovf OpCode_t123070264 ___Add_Ovf_180; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Add_Ovf_Un OpCode_t123070264 ___Add_Ovf_Un_181; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mul_Ovf OpCode_t123070264 ___Mul_Ovf_182; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mul_Ovf_Un OpCode_t123070264 ___Mul_Ovf_Un_183; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sub_Ovf OpCode_t123070264 ___Sub_Ovf_184; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sub_Ovf_Un OpCode_t123070264 ___Sub_Ovf_Un_185; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Endfinally OpCode_t123070264 ___Endfinally_186; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Leave OpCode_t123070264 ___Leave_187; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Leave_S OpCode_t123070264 ___Leave_S_188; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I OpCode_t123070264 ___Stind_I_189; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U OpCode_t123070264 ___Conv_U_190; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix7 OpCode_t123070264 ___Prefix7_191; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix6 OpCode_t123070264 ___Prefix6_192; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix5 OpCode_t123070264 ___Prefix5_193; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix4 OpCode_t123070264 ___Prefix4_194; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix3 OpCode_t123070264 ___Prefix3_195; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix2 OpCode_t123070264 ___Prefix2_196; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix1 OpCode_t123070264 ___Prefix1_197; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefixref OpCode_t123070264 ___Prefixref_198; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Arglist OpCode_t123070264 ___Arglist_199; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ceq OpCode_t123070264 ___Ceq_200; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cgt OpCode_t123070264 ___Cgt_201; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cgt_Un OpCode_t123070264 ___Cgt_Un_202; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Clt OpCode_t123070264 ___Clt_203; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Clt_Un OpCode_t123070264 ___Clt_Un_204; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldftn OpCode_t123070264 ___Ldftn_205; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldvirtftn OpCode_t123070264 ___Ldvirtftn_206; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg OpCode_t123070264 ___Ldarg_207; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarga OpCode_t123070264 ___Ldarga_208; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Starg OpCode_t123070264 ___Starg_209; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc OpCode_t123070264 ___Ldloc_210; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloca OpCode_t123070264 ___Ldloca_211; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc OpCode_t123070264 ___Stloc_212; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Localloc OpCode_t123070264 ___Localloc_213; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Endfilter OpCode_t123070264 ___Endfilter_214; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Unaligned OpCode_t123070264 ___Unaligned_215; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Volatile OpCode_t123070264 ___Volatile_216; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Tailcall OpCode_t123070264 ___Tailcall_217; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Initobj OpCode_t123070264 ___Initobj_218; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Constrained OpCode_t123070264 ___Constrained_219; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cpblk OpCode_t123070264 ___Cpblk_220; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Initblk OpCode_t123070264 ___Initblk_221; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Rethrow OpCode_t123070264 ___Rethrow_222; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sizeof OpCode_t123070264 ___Sizeof_223; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Refanytype OpCode_t123070264 ___Refanytype_224; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Readonly OpCode_t123070264 ___Readonly_225; public: inline static int32_t get_offset_of_Nop_0() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Nop_0)); } inline OpCode_t123070264 get_Nop_0() const { return ___Nop_0; } inline OpCode_t123070264 * get_address_of_Nop_0() { return &___Nop_0; } inline void set_Nop_0(OpCode_t123070264 value) { ___Nop_0 = value; } inline static int32_t get_offset_of_Break_1() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Break_1)); } inline OpCode_t123070264 get_Break_1() const { return ___Break_1; } inline OpCode_t123070264 * get_address_of_Break_1() { return &___Break_1; } inline void set_Break_1(OpCode_t123070264 value) { ___Break_1 = value; } inline static int32_t get_offset_of_Ldarg_0_2() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_0_2)); } inline OpCode_t123070264 get_Ldarg_0_2() const { return ___Ldarg_0_2; } inline OpCode_t123070264 * get_address_of_Ldarg_0_2() { return &___Ldarg_0_2; } inline void set_Ldarg_0_2(OpCode_t123070264 value) { ___Ldarg_0_2 = value; } inline static int32_t get_offset_of_Ldarg_1_3() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_1_3)); } inline OpCode_t123070264 get_Ldarg_1_3() const { return ___Ldarg_1_3; } inline OpCode_t123070264 * get_address_of_Ldarg_1_3() { return &___Ldarg_1_3; } inline void set_Ldarg_1_3(OpCode_t123070264 value) { ___Ldarg_1_3 = value; } inline static int32_t get_offset_of_Ldarg_2_4() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_2_4)); } inline OpCode_t123070264 get_Ldarg_2_4() const { return ___Ldarg_2_4; } inline OpCode_t123070264 * get_address_of_Ldarg_2_4() { return &___Ldarg_2_4; } inline void set_Ldarg_2_4(OpCode_t123070264 value) { ___Ldarg_2_4 = value; } inline static int32_t get_offset_of_Ldarg_3_5() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_3_5)); } inline OpCode_t123070264 get_Ldarg_3_5() const { return ___Ldarg_3_5; } inline OpCode_t123070264 * get_address_of_Ldarg_3_5() { return &___Ldarg_3_5; } inline void set_Ldarg_3_5(OpCode_t123070264 value) { ___Ldarg_3_5 = value; } inline static int32_t get_offset_of_Ldloc_0_6() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_0_6)); } inline OpCode_t123070264 get_Ldloc_0_6() const { return ___Ldloc_0_6; } inline OpCode_t123070264 * get_address_of_Ldloc_0_6() { return &___Ldloc_0_6; } inline void set_Ldloc_0_6(OpCode_t123070264 value) { ___Ldloc_0_6 = value; } inline static int32_t get_offset_of_Ldloc_1_7() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_1_7)); } inline OpCode_t123070264 get_Ldloc_1_7() const { return ___Ldloc_1_7; } inline OpCode_t123070264 * get_address_of_Ldloc_1_7() { return &___Ldloc_1_7; } inline void set_Ldloc_1_7(OpCode_t123070264 value) { ___Ldloc_1_7 = value; } inline static int32_t get_offset_of_Ldloc_2_8() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_2_8)); } inline OpCode_t123070264 get_Ldloc_2_8() const { return ___Ldloc_2_8; } inline OpCode_t123070264 * get_address_of_Ldloc_2_8() { return &___Ldloc_2_8; } inline void set_Ldloc_2_8(OpCode_t123070264 value) { ___Ldloc_2_8 = value; } inline static int32_t get_offset_of_Ldloc_3_9() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_3_9)); } inline OpCode_t123070264 get_Ldloc_3_9() const { return ___Ldloc_3_9; } inline OpCode_t123070264 * get_address_of_Ldloc_3_9() { return &___Ldloc_3_9; } inline void set_Ldloc_3_9(OpCode_t123070264 value) { ___Ldloc_3_9 = value; } inline static int32_t get_offset_of_Stloc_0_10() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_0_10)); } inline OpCode_t123070264 get_Stloc_0_10() const { return ___Stloc_0_10; } inline OpCode_t123070264 * get_address_of_Stloc_0_10() { return &___Stloc_0_10; } inline void set_Stloc_0_10(OpCode_t123070264 value) { ___Stloc_0_10 = value; } inline static int32_t get_offset_of_Stloc_1_11() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_1_11)); } inline OpCode_t123070264 get_Stloc_1_11() const { return ___Stloc_1_11; } inline OpCode_t123070264 * get_address_of_Stloc_1_11() { return &___Stloc_1_11; } inline void set_Stloc_1_11(OpCode_t123070264 value) { ___Stloc_1_11 = value; } inline static int32_t get_offset_of_Stloc_2_12() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_2_12)); } inline OpCode_t123070264 get_Stloc_2_12() const { return ___Stloc_2_12; } inline OpCode_t123070264 * get_address_of_Stloc_2_12() { return &___Stloc_2_12; } inline void set_Stloc_2_12(OpCode_t123070264 value) { ___Stloc_2_12 = value; } inline static int32_t get_offset_of_Stloc_3_13() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_3_13)); } inline OpCode_t123070264 get_Stloc_3_13() const { return ___Stloc_3_13; } inline OpCode_t123070264 * get_address_of_Stloc_3_13() { return &___Stloc_3_13; } inline void set_Stloc_3_13(OpCode_t123070264 value) { ___Stloc_3_13 = value; } inline static int32_t get_offset_of_Ldarg_S_14() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_S_14)); } inline OpCode_t123070264 get_Ldarg_S_14() const { return ___Ldarg_S_14; } inline OpCode_t123070264 * get_address_of_Ldarg_S_14() { return &___Ldarg_S_14; } inline void set_Ldarg_S_14(OpCode_t123070264 value) { ___Ldarg_S_14 = value; } inline static int32_t get_offset_of_Ldarga_S_15() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarga_S_15)); } inline OpCode_t123070264 get_Ldarga_S_15() const { return ___Ldarga_S_15; } inline OpCode_t123070264 * get_address_of_Ldarga_S_15() { return &___Ldarga_S_15; } inline void set_Ldarga_S_15(OpCode_t123070264 value) { ___Ldarga_S_15 = value; } inline static int32_t get_offset_of_Starg_S_16() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Starg_S_16)); } inline OpCode_t123070264 get_Starg_S_16() const { return ___Starg_S_16; } inline OpCode_t123070264 * get_address_of_Starg_S_16() { return &___Starg_S_16; } inline void set_Starg_S_16(OpCode_t123070264 value) { ___Starg_S_16 = value; } inline static int32_t get_offset_of_Ldloc_S_17() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_S_17)); } inline OpCode_t123070264 get_Ldloc_S_17() const { return ___Ldloc_S_17; } inline OpCode_t123070264 * get_address_of_Ldloc_S_17() { return &___Ldloc_S_17; } inline void set_Ldloc_S_17(OpCode_t123070264 value) { ___Ldloc_S_17 = value; } inline static int32_t get_offset_of_Ldloca_S_18() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloca_S_18)); } inline OpCode_t123070264 get_Ldloca_S_18() const { return ___Ldloca_S_18; } inline OpCode_t123070264 * get_address_of_Ldloca_S_18() { return &___Ldloca_S_18; } inline void set_Ldloca_S_18(OpCode_t123070264 value) { ___Ldloca_S_18 = value; } inline static int32_t get_offset_of_Stloc_S_19() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_S_19)); } inline OpCode_t123070264 get_Stloc_S_19() const { return ___Stloc_S_19; } inline OpCode_t123070264 * get_address_of_Stloc_S_19() { return &___Stloc_S_19; } inline void set_Stloc_S_19(OpCode_t123070264 value) { ___Stloc_S_19 = value; } inline static int32_t get_offset_of_Ldnull_20() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldnull_20)); } inline OpCode_t123070264 get_Ldnull_20() const { return ___Ldnull_20; } inline OpCode_t123070264 * get_address_of_Ldnull_20() { return &___Ldnull_20; } inline void set_Ldnull_20(OpCode_t123070264 value) { ___Ldnull_20 = value; } inline static int32_t get_offset_of_Ldc_I4_M1_21() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_M1_21)); } inline OpCode_t123070264 get_Ldc_I4_M1_21() const { return ___Ldc_I4_M1_21; } inline OpCode_t123070264 * get_address_of_Ldc_I4_M1_21() { return &___Ldc_I4_M1_21; } inline void set_Ldc_I4_M1_21(OpCode_t123070264 value) { ___Ldc_I4_M1_21 = value; } inline static int32_t get_offset_of_Ldc_I4_0_22() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_0_22)); } inline OpCode_t123070264 get_Ldc_I4_0_22() const { return ___Ldc_I4_0_22; } inline OpCode_t123070264 * get_address_of_Ldc_I4_0_22() { return &___Ldc_I4_0_22; } inline void set_Ldc_I4_0_22(OpCode_t123070264 value) { ___Ldc_I4_0_22 = value; } inline static int32_t get_offset_of_Ldc_I4_1_23() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_1_23)); } inline OpCode_t123070264 get_Ldc_I4_1_23() const { return ___Ldc_I4_1_23; } inline OpCode_t123070264 * get_address_of_Ldc_I4_1_23() { return &___Ldc_I4_1_23; } inline void set_Ldc_I4_1_23(OpCode_t123070264 value) { ___Ldc_I4_1_23 = value; } inline static int32_t get_offset_of_Ldc_I4_2_24() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_2_24)); } inline OpCode_t123070264 get_Ldc_I4_2_24() const { return ___Ldc_I4_2_24; } inline OpCode_t123070264 * get_address_of_Ldc_I4_2_24() { return &___Ldc_I4_2_24; } inline void set_Ldc_I4_2_24(OpCode_t123070264 value) { ___Ldc_I4_2_24 = value; } inline static int32_t get_offset_of_Ldc_I4_3_25() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_3_25)); } inline OpCode_t123070264 get_Ldc_I4_3_25() const { return ___Ldc_I4_3_25; } inline OpCode_t123070264 * get_address_of_Ldc_I4_3_25() { return &___Ldc_I4_3_25; } inline void set_Ldc_I4_3_25(OpCode_t123070264 value) { ___Ldc_I4_3_25 = value; } inline static int32_t get_offset_of_Ldc_I4_4_26() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_4_26)); } inline OpCode_t123070264 get_Ldc_I4_4_26() const { return ___Ldc_I4_4_26; } inline OpCode_t123070264 * get_address_of_Ldc_I4_4_26() { return &___Ldc_I4_4_26; } inline void set_Ldc_I4_4_26(OpCode_t123070264 value) { ___Ldc_I4_4_26 = value; } inline static int32_t get_offset_of_Ldc_I4_5_27() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_5_27)); } inline OpCode_t123070264 get_Ldc_I4_5_27() const { return ___Ldc_I4_5_27; } inline OpCode_t123070264 * get_address_of_Ldc_I4_5_27() { return &___Ldc_I4_5_27; } inline void set_Ldc_I4_5_27(OpCode_t123070264 value) { ___Ldc_I4_5_27 = value; } inline static int32_t get_offset_of_Ldc_I4_6_28() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_6_28)); } inline OpCode_t123070264 get_Ldc_I4_6_28() const { return ___Ldc_I4_6_28; } inline OpCode_t123070264 * get_address_of_Ldc_I4_6_28() { return &___Ldc_I4_6_28; } inline void set_Ldc_I4_6_28(OpCode_t123070264 value) { ___Ldc_I4_6_28 = value; } inline static int32_t get_offset_of_Ldc_I4_7_29() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_7_29)); } inline OpCode_t123070264 get_Ldc_I4_7_29() const { return ___Ldc_I4_7_29; } inline OpCode_t123070264 * get_address_of_Ldc_I4_7_29() { return &___Ldc_I4_7_29; } inline void set_Ldc_I4_7_29(OpCode_t123070264 value) { ___Ldc_I4_7_29 = value; } inline static int32_t get_offset_of_Ldc_I4_8_30() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_8_30)); } inline OpCode_t123070264 get_Ldc_I4_8_30() const { return ___Ldc_I4_8_30; } inline OpCode_t123070264 * get_address_of_Ldc_I4_8_30() { return &___Ldc_I4_8_30; } inline void set_Ldc_I4_8_30(OpCode_t123070264 value) { ___Ldc_I4_8_30 = value; } inline static int32_t get_offset_of_Ldc_I4_S_31() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_S_31)); } inline OpCode_t123070264 get_Ldc_I4_S_31() const { return ___Ldc_I4_S_31; } inline OpCode_t123070264 * get_address_of_Ldc_I4_S_31() { return &___Ldc_I4_S_31; } inline void set_Ldc_I4_S_31(OpCode_t123070264 value) { ___Ldc_I4_S_31 = value; } inline static int32_t get_offset_of_Ldc_I4_32() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_32)); } inline OpCode_t123070264 get_Ldc_I4_32() const { return ___Ldc_I4_32; } inline OpCode_t123070264 * get_address_of_Ldc_I4_32() { return &___Ldc_I4_32; } inline void set_Ldc_I4_32(OpCode_t123070264 value) { ___Ldc_I4_32 = value; } inline static int32_t get_offset_of_Ldc_I8_33() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I8_33)); } inline OpCode_t123070264 get_Ldc_I8_33() const { return ___Ldc_I8_33; } inline OpCode_t123070264 * get_address_of_Ldc_I8_33() { return &___Ldc_I8_33; } inline void set_Ldc_I8_33(OpCode_t123070264 value) { ___Ldc_I8_33 = value; } inline static int32_t get_offset_of_Ldc_R4_34() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_R4_34)); } inline OpCode_t123070264 get_Ldc_R4_34() const { return ___Ldc_R4_34; } inline OpCode_t123070264 * get_address_of_Ldc_R4_34() { return &___Ldc_R4_34; } inline void set_Ldc_R4_34(OpCode_t123070264 value) { ___Ldc_R4_34 = value; } inline static int32_t get_offset_of_Ldc_R8_35() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_R8_35)); } inline OpCode_t123070264 get_Ldc_R8_35() const { return ___Ldc_R8_35; } inline OpCode_t123070264 * get_address_of_Ldc_R8_35() { return &___Ldc_R8_35; } inline void set_Ldc_R8_35(OpCode_t123070264 value) { ___Ldc_R8_35 = value; } inline static int32_t get_offset_of_Dup_36() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Dup_36)); } inline OpCode_t123070264 get_Dup_36() const { return ___Dup_36; } inline OpCode_t123070264 * get_address_of_Dup_36() { return &___Dup_36; } inline void set_Dup_36(OpCode_t123070264 value) { ___Dup_36 = value; } inline static int32_t get_offset_of_Pop_37() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Pop_37)); } inline OpCode_t123070264 get_Pop_37() const { return ___Pop_37; } inline OpCode_t123070264 * get_address_of_Pop_37() { return &___Pop_37; } inline void set_Pop_37(OpCode_t123070264 value) { ___Pop_37 = value; } inline static int32_t get_offset_of_Jmp_38() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Jmp_38)); } inline OpCode_t123070264 get_Jmp_38() const { return ___Jmp_38; } inline OpCode_t123070264 * get_address_of_Jmp_38() { return &___Jmp_38; } inline void set_Jmp_38(OpCode_t123070264 value) { ___Jmp_38 = value; } inline static int32_t get_offset_of_Call_39() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Call_39)); } inline OpCode_t123070264 get_Call_39() const { return ___Call_39; } inline OpCode_t123070264 * get_address_of_Call_39() { return &___Call_39; } inline void set_Call_39(OpCode_t123070264 value) { ___Call_39 = value; } inline static int32_t get_offset_of_Calli_40() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Calli_40)); } inline OpCode_t123070264 get_Calli_40() const { return ___Calli_40; } inline OpCode_t123070264 * get_address_of_Calli_40() { return &___Calli_40; } inline void set_Calli_40(OpCode_t123070264 value) { ___Calli_40 = value; } inline static int32_t get_offset_of_Ret_41() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ret_41)); } inline OpCode_t123070264 get_Ret_41() const { return ___Ret_41; } inline OpCode_t123070264 * get_address_of_Ret_41() { return &___Ret_41; } inline void set_Ret_41(OpCode_t123070264 value) { ___Ret_41 = value; } inline static int32_t get_offset_of_Br_S_42() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Br_S_42)); } inline OpCode_t123070264 get_Br_S_42() const { return ___Br_S_42; } inline OpCode_t123070264 * get_address_of_Br_S_42() { return &___Br_S_42; } inline void set_Br_S_42(OpCode_t123070264 value) { ___Br_S_42 = value; } inline static int32_t get_offset_of_Brfalse_S_43() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brfalse_S_43)); } inline OpCode_t123070264 get_Brfalse_S_43() const { return ___Brfalse_S_43; } inline OpCode_t123070264 * get_address_of_Brfalse_S_43() { return &___Brfalse_S_43; } inline void set_Brfalse_S_43(OpCode_t123070264 value) { ___Brfalse_S_43 = value; } inline static int32_t get_offset_of_Brtrue_S_44() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brtrue_S_44)); } inline OpCode_t123070264 get_Brtrue_S_44() const { return ___Brtrue_S_44; } inline OpCode_t123070264 * get_address_of_Brtrue_S_44() { return &___Brtrue_S_44; } inline void set_Brtrue_S_44(OpCode_t123070264 value) { ___Brtrue_S_44 = value; } inline static int32_t get_offset_of_Beq_S_45() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Beq_S_45)); } inline OpCode_t123070264 get_Beq_S_45() const { return ___Beq_S_45; } inline OpCode_t123070264 * get_address_of_Beq_S_45() { return &___Beq_S_45; } inline void set_Beq_S_45(OpCode_t123070264 value) { ___Beq_S_45 = value; } inline static int32_t get_offset_of_Bge_S_46() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_S_46)); } inline OpCode_t123070264 get_Bge_S_46() const { return ___Bge_S_46; } inline OpCode_t123070264 * get_address_of_Bge_S_46() { return &___Bge_S_46; } inline void set_Bge_S_46(OpCode_t123070264 value) { ___Bge_S_46 = value; } inline static int32_t get_offset_of_Bgt_S_47() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_S_47)); } inline OpCode_t123070264 get_Bgt_S_47() const { return ___Bgt_S_47; } inline OpCode_t123070264 * get_address_of_Bgt_S_47() { return &___Bgt_S_47; } inline void set_Bgt_S_47(OpCode_t123070264 value) { ___Bgt_S_47 = value; } inline static int32_t get_offset_of_Ble_S_48() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_S_48)); } inline OpCode_t123070264 get_Ble_S_48() const { return ___Ble_S_48; } inline OpCode_t123070264 * get_address_of_Ble_S_48() { return &___Ble_S_48; } inline void set_Ble_S_48(OpCode_t123070264 value) { ___Ble_S_48 = value; } inline static int32_t get_offset_of_Blt_S_49() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_S_49)); } inline OpCode_t123070264 get_Blt_S_49() const { return ___Blt_S_49; } inline OpCode_t123070264 * get_address_of_Blt_S_49() { return &___Blt_S_49; } inline void set_Blt_S_49(OpCode_t123070264 value) { ___Blt_S_49 = value; } inline static int32_t get_offset_of_Bne_Un_S_50() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bne_Un_S_50)); } inline OpCode_t123070264 get_Bne_Un_S_50() const { return ___Bne_Un_S_50; } inline OpCode_t123070264 * get_address_of_Bne_Un_S_50() { return &___Bne_Un_S_50; } inline void set_Bne_Un_S_50(OpCode_t123070264 value) { ___Bne_Un_S_50 = value; } inline static int32_t get_offset_of_Bge_Un_S_51() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_Un_S_51)); } inline OpCode_t123070264 get_Bge_Un_S_51() const { return ___Bge_Un_S_51; } inline OpCode_t123070264 * get_address_of_Bge_Un_S_51() { return &___Bge_Un_S_51; } inline void set_Bge_Un_S_51(OpCode_t123070264 value) { ___Bge_Un_S_51 = value; } inline static int32_t get_offset_of_Bgt_Un_S_52() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_Un_S_52)); } inline OpCode_t123070264 get_Bgt_Un_S_52() const { return ___Bgt_Un_S_52; } inline OpCode_t123070264 * get_address_of_Bgt_Un_S_52() { return &___Bgt_Un_S_52; } inline void set_Bgt_Un_S_52(OpCode_t123070264 value) { ___Bgt_Un_S_52 = value; } inline static int32_t get_offset_of_Ble_Un_S_53() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_Un_S_53)); } inline OpCode_t123070264 get_Ble_Un_S_53() const { return ___Ble_Un_S_53; } inline OpCode_t123070264 * get_address_of_Ble_Un_S_53() { return &___Ble_Un_S_53; } inline void set_Ble_Un_S_53(OpCode_t123070264 value) { ___Ble_Un_S_53 = value; } inline static int32_t get_offset_of_Blt_Un_S_54() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_Un_S_54)); } inline OpCode_t123070264 get_Blt_Un_S_54() const { return ___Blt_Un_S_54; } inline OpCode_t123070264 * get_address_of_Blt_Un_S_54() { return &___Blt_Un_S_54; } inline void set_Blt_Un_S_54(OpCode_t123070264 value) { ___Blt_Un_S_54 = value; } inline static int32_t get_offset_of_Br_55() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Br_55)); } inline OpCode_t123070264 get_Br_55() const { return ___Br_55; } inline OpCode_t123070264 * get_address_of_Br_55() { return &___Br_55; } inline void set_Br_55(OpCode_t123070264 value) { ___Br_55 = value; } inline static int32_t get_offset_of_Brfalse_56() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brfalse_56)); } inline OpCode_t123070264 get_Brfalse_56() const { return ___Brfalse_56; } inline OpCode_t123070264 * get_address_of_Brfalse_56() { return &___Brfalse_56; } inline void set_Brfalse_56(OpCode_t123070264 value) { ___Brfalse_56 = value; } inline static int32_t get_offset_of_Brtrue_57() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brtrue_57)); } inline OpCode_t123070264 get_Brtrue_57() const { return ___Brtrue_57; } inline OpCode_t123070264 * get_address_of_Brtrue_57() { return &___Brtrue_57; } inline void set_Brtrue_57(OpCode_t123070264 value) { ___Brtrue_57 = value; } inline static int32_t get_offset_of_Beq_58() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Beq_58)); } inline OpCode_t123070264 get_Beq_58() const { return ___Beq_58; } inline OpCode_t123070264 * get_address_of_Beq_58() { return &___Beq_58; } inline void set_Beq_58(OpCode_t123070264 value) { ___Beq_58 = value; } inline static int32_t get_offset_of_Bge_59() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_59)); } inline OpCode_t123070264 get_Bge_59() const { return ___Bge_59; } inline OpCode_t123070264 * get_address_of_Bge_59() { return &___Bge_59; } inline void set_Bge_59(OpCode_t123070264 value) { ___Bge_59 = value; } inline static int32_t get_offset_of_Bgt_60() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_60)); } inline OpCode_t123070264 get_Bgt_60() const { return ___Bgt_60; } inline OpCode_t123070264 * get_address_of_Bgt_60() { return &___Bgt_60; } inline void set_Bgt_60(OpCode_t123070264 value) { ___Bgt_60 = value; } inline static int32_t get_offset_of_Ble_61() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_61)); } inline OpCode_t123070264 get_Ble_61() const { return ___Ble_61; } inline OpCode_t123070264 * get_address_of_Ble_61() { return &___Ble_61; } inline void set_Ble_61(OpCode_t123070264 value) { ___Ble_61 = value; } inline static int32_t get_offset_of_Blt_62() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_62)); } inline OpCode_t123070264 get_Blt_62() const { return ___Blt_62; } inline OpCode_t123070264 * get_address_of_Blt_62() { return &___Blt_62; } inline void set_Blt_62(OpCode_t123070264 value) { ___Blt_62 = value; } inline static int32_t get_offset_of_Bne_Un_63() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bne_Un_63)); } inline OpCode_t123070264 get_Bne_Un_63() const { return ___Bne_Un_63; } inline OpCode_t123070264 * get_address_of_Bne_Un_63() { return &___Bne_Un_63; } inline void set_Bne_Un_63(OpCode_t123070264 value) { ___Bne_Un_63 = value; } inline static int32_t get_offset_of_Bge_Un_64() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_Un_64)); } inline OpCode_t123070264 get_Bge_Un_64() const { return ___Bge_Un_64; } inline OpCode_t123070264 * get_address_of_Bge_Un_64() { return &___Bge_Un_64; } inline void set_Bge_Un_64(OpCode_t123070264 value) { ___Bge_Un_64 = value; } inline static int32_t get_offset_of_Bgt_Un_65() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_Un_65)); } inline OpCode_t123070264 get_Bgt_Un_65() const { return ___Bgt_Un_65; } inline OpCode_t123070264 * get_address_of_Bgt_Un_65() { return &___Bgt_Un_65; } inline void set_Bgt_Un_65(OpCode_t123070264 value) { ___Bgt_Un_65 = value; } inline static int32_t get_offset_of_Ble_Un_66() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_Un_66)); } inline OpCode_t123070264 get_Ble_Un_66() const { return ___Ble_Un_66; } inline OpCode_t123070264 * get_address_of_Ble_Un_66() { return &___Ble_Un_66; } inline void set_Ble_Un_66(OpCode_t123070264 value) { ___Ble_Un_66 = value; } inline static int32_t get_offset_of_Blt_Un_67() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_Un_67)); } inline OpCode_t123070264 get_Blt_Un_67() const { return ___Blt_Un_67; } inline OpCode_t123070264 * get_address_of_Blt_Un_67() { return &___Blt_Un_67; } inline void set_Blt_Un_67(OpCode_t123070264 value) { ___Blt_Un_67 = value; } inline static int32_t get_offset_of_Switch_68() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Switch_68)); } inline OpCode_t123070264 get_Switch_68() const { return ___Switch_68; } inline OpCode_t123070264 * get_address_of_Switch_68() { return &___Switch_68; } inline void set_Switch_68(OpCode_t123070264 value) { ___Switch_68 = value; } inline static int32_t get_offset_of_Ldind_I1_69() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I1_69)); } inline OpCode_t123070264 get_Ldind_I1_69() const { return ___Ldind_I1_69; } inline OpCode_t123070264 * get_address_of_Ldind_I1_69() { return &___Ldind_I1_69; } inline void set_Ldind_I1_69(OpCode_t123070264 value) { ___Ldind_I1_69 = value; } inline static int32_t get_offset_of_Ldind_U1_70() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_U1_70)); } inline OpCode_t123070264 get_Ldind_U1_70() const { return ___Ldind_U1_70; } inline OpCode_t123070264 * get_address_of_Ldind_U1_70() { return &___Ldind_U1_70; } inline void set_Ldind_U1_70(OpCode_t123070264 value) { ___Ldind_U1_70 = value; } inline static int32_t get_offset_of_Ldind_I2_71() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I2_71)); } inline OpCode_t123070264 get_Ldind_I2_71() const { return ___Ldind_I2_71; } inline OpCode_t123070264 * get_address_of_Ldind_I2_71() { return &___Ldind_I2_71; } inline void set_Ldind_I2_71(OpCode_t123070264 value) { ___Ldind_I2_71 = value; } inline static int32_t get_offset_of_Ldind_U2_72() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_U2_72)); } inline OpCode_t123070264 get_Ldind_U2_72() const { return ___Ldind_U2_72; } inline OpCode_t123070264 * get_address_of_Ldind_U2_72() { return &___Ldind_U2_72; } inline void set_Ldind_U2_72(OpCode_t123070264 value) { ___Ldind_U2_72 = value; } inline static int32_t get_offset_of_Ldind_I4_73() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I4_73)); } inline OpCode_t123070264 get_Ldind_I4_73() const { return ___Ldind_I4_73; } inline OpCode_t123070264 * get_address_of_Ldind_I4_73() { return &___Ldind_I4_73; } inline void set_Ldind_I4_73(OpCode_t123070264 value) { ___Ldind_I4_73 = value; } inline static int32_t get_offset_of_Ldind_U4_74() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_U4_74)); } inline OpCode_t123070264 get_Ldind_U4_74() const { return ___Ldind_U4_74; } inline OpCode_t123070264 * get_address_of_Ldind_U4_74() { return &___Ldind_U4_74; } inline void set_Ldind_U4_74(OpCode_t123070264 value) { ___Ldind_U4_74 = value; } inline static int32_t get_offset_of_Ldind_I8_75() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I8_75)); } inline OpCode_t123070264 get_Ldind_I8_75() const { return ___Ldind_I8_75; } inline OpCode_t123070264 * get_address_of_Ldind_I8_75() { return &___Ldind_I8_75; } inline void set_Ldind_I8_75(OpCode_t123070264 value) { ___Ldind_I8_75 = value; } inline static int32_t get_offset_of_Ldind_I_76() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I_76)); } inline OpCode_t123070264 get_Ldind_I_76() const { return ___Ldind_I_76; } inline OpCode_t123070264 * get_address_of_Ldind_I_76() { return &___Ldind_I_76; } inline void set_Ldind_I_76(OpCode_t123070264 value) { ___Ldind_I_76 = value; } inline static int32_t get_offset_of_Ldind_R4_77() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_R4_77)); } inline OpCode_t123070264 get_Ldind_R4_77() const { return ___Ldind_R4_77; } inline OpCode_t123070264 * get_address_of_Ldind_R4_77() { return &___Ldind_R4_77; } inline void set_Ldind_R4_77(OpCode_t123070264 value) { ___Ldind_R4_77 = value; } inline static int32_t get_offset_of_Ldind_R8_78() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_R8_78)); } inline OpCode_t123070264 get_Ldind_R8_78() const { return ___Ldind_R8_78; } inline OpCode_t123070264 * get_address_of_Ldind_R8_78() { return &___Ldind_R8_78; } inline void set_Ldind_R8_78(OpCode_t123070264 value) { ___Ldind_R8_78 = value; } inline static int32_t get_offset_of_Ldind_Ref_79() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_Ref_79)); } inline OpCode_t123070264 get_Ldind_Ref_79() const { return ___Ldind_Ref_79; } inline OpCode_t123070264 * get_address_of_Ldind_Ref_79() { return &___Ldind_Ref_79; } inline void set_Ldind_Ref_79(OpCode_t123070264 value) { ___Ldind_Ref_79 = value; } inline static int32_t get_offset_of_Stind_Ref_80() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_Ref_80)); } inline OpCode_t123070264 get_Stind_Ref_80() const { return ___Stind_Ref_80; } inline OpCode_t123070264 * get_address_of_Stind_Ref_80() { return &___Stind_Ref_80; } inline void set_Stind_Ref_80(OpCode_t123070264 value) { ___Stind_Ref_80 = value; } inline static int32_t get_offset_of_Stind_I1_81() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I1_81)); } inline OpCode_t123070264 get_Stind_I1_81() const { return ___Stind_I1_81; } inline OpCode_t123070264 * get_address_of_Stind_I1_81() { return &___Stind_I1_81; } inline void set_Stind_I1_81(OpCode_t123070264 value) { ___Stind_I1_81 = value; } inline static int32_t get_offset_of_Stind_I2_82() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I2_82)); } inline OpCode_t123070264 get_Stind_I2_82() const { return ___Stind_I2_82; } inline OpCode_t123070264 * get_address_of_Stind_I2_82() { return &___Stind_I2_82; } inline void set_Stind_I2_82(OpCode_t123070264 value) { ___Stind_I2_82 = value; } inline static int32_t get_offset_of_Stind_I4_83() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I4_83)); } inline OpCode_t123070264 get_Stind_I4_83() const { return ___Stind_I4_83; } inline OpCode_t123070264 * get_address_of_Stind_I4_83() { return &___Stind_I4_83; } inline void set_Stind_I4_83(OpCode_t123070264 value) { ___Stind_I4_83 = value; } inline static int32_t get_offset_of_Stind_I8_84() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I8_84)); } inline OpCode_t123070264 get_Stind_I8_84() const { return ___Stind_I8_84; } inline OpCode_t123070264 * get_address_of_Stind_I8_84() { return &___Stind_I8_84; } inline void set_Stind_I8_84(OpCode_t123070264 value) { ___Stind_I8_84 = value; } inline static int32_t get_offset_of_Stind_R4_85() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_R4_85)); } inline OpCode_t123070264 get_Stind_R4_85() const { return ___Stind_R4_85; } inline OpCode_t123070264 * get_address_of_Stind_R4_85() { return &___Stind_R4_85; } inline void set_Stind_R4_85(OpCode_t123070264 value) { ___Stind_R4_85 = value; } inline static int32_t get_offset_of_Stind_R8_86() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_R8_86)); } inline OpCode_t123070264 get_Stind_R8_86() const { return ___Stind_R8_86; } inline OpCode_t123070264 * get_address_of_Stind_R8_86() { return &___Stind_R8_86; } inline void set_Stind_R8_86(OpCode_t123070264 value) { ___Stind_R8_86 = value; } inline static int32_t get_offset_of_Add_87() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Add_87)); } inline OpCode_t123070264 get_Add_87() const { return ___Add_87; } inline OpCode_t123070264 * get_address_of_Add_87() { return &___Add_87; } inline void set_Add_87(OpCode_t123070264 value) { ___Add_87 = value; } inline static int32_t get_offset_of_Sub_88() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sub_88)); } inline OpCode_t123070264 get_Sub_88() const { return ___Sub_88; } inline OpCode_t123070264 * get_address_of_Sub_88() { return &___Sub_88; } inline void set_Sub_88(OpCode_t123070264 value) { ___Sub_88 = value; } inline static int32_t get_offset_of_Mul_89() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mul_89)); } inline OpCode_t123070264 get_Mul_89() const { return ___Mul_89; } inline OpCode_t123070264 * get_address_of_Mul_89() { return &___Mul_89; } inline void set_Mul_89(OpCode_t123070264 value) { ___Mul_89 = value; } inline static int32_t get_offset_of_Div_90() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Div_90)); } inline OpCode_t123070264 get_Div_90() const { return ___Div_90; } inline OpCode_t123070264 * get_address_of_Div_90() { return &___Div_90; } inline void set_Div_90(OpCode_t123070264 value) { ___Div_90 = value; } inline static int32_t get_offset_of_Div_Un_91() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Div_Un_91)); } inline OpCode_t123070264 get_Div_Un_91() const { return ___Div_Un_91; } inline OpCode_t123070264 * get_address_of_Div_Un_91() { return &___Div_Un_91; } inline void set_Div_Un_91(OpCode_t123070264 value) { ___Div_Un_91 = value; } inline static int32_t get_offset_of_Rem_92() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Rem_92)); } inline OpCode_t123070264 get_Rem_92() const { return ___Rem_92; } inline OpCode_t123070264 * get_address_of_Rem_92() { return &___Rem_92; } inline void set_Rem_92(OpCode_t123070264 value) { ___Rem_92 = value; } inline static int32_t get_offset_of_Rem_Un_93() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Rem_Un_93)); } inline OpCode_t123070264 get_Rem_Un_93() const { return ___Rem_Un_93; } inline OpCode_t123070264 * get_address_of_Rem_Un_93() { return &___Rem_Un_93; } inline void set_Rem_Un_93(OpCode_t123070264 value) { ___Rem_Un_93 = value; } inline static int32_t get_offset_of_And_94() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___And_94)); } inline OpCode_t123070264 get_And_94() const { return ___And_94; } inline OpCode_t123070264 * get_address_of_And_94() { return &___And_94; } inline void set_And_94(OpCode_t123070264 value) { ___And_94 = value; } inline static int32_t get_offset_of_Or_95() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Or_95)); } inline OpCode_t123070264 get_Or_95() const { return ___Or_95; } inline OpCode_t123070264 * get_address_of_Or_95() { return &___Or_95; } inline void set_Or_95(OpCode_t123070264 value) { ___Or_95 = value; } inline static int32_t get_offset_of_Xor_96() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Xor_96)); } inline OpCode_t123070264 get_Xor_96() const { return ___Xor_96; } inline OpCode_t123070264 * get_address_of_Xor_96() { return &___Xor_96; } inline void set_Xor_96(OpCode_t123070264 value) { ___Xor_96 = value; } inline static int32_t get_offset_of_Shl_97() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Shl_97)); } inline OpCode_t123070264 get_Shl_97() const { return ___Shl_97; } inline OpCode_t123070264 * get_address_of_Shl_97() { return &___Shl_97; } inline void set_Shl_97(OpCode_t123070264 value) { ___Shl_97 = value; } inline static int32_t get_offset_of_Shr_98() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Shr_98)); } inline OpCode_t123070264 get_Shr_98() const { return ___Shr_98; } inline OpCode_t123070264 * get_address_of_Shr_98() { return &___Shr_98; } inline void set_Shr_98(OpCode_t123070264 value) { ___Shr_98 = value; } inline static int32_t get_offset_of_Shr_Un_99() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Shr_Un_99)); } inline OpCode_t123070264 get_Shr_Un_99() const { return ___Shr_Un_99; } inline OpCode_t123070264 * get_address_of_Shr_Un_99() { return &___Shr_Un_99; } inline void set_Shr_Un_99(OpCode_t123070264 value) { ___Shr_Un_99 = value; } inline static int32_t get_offset_of_Neg_100() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Neg_100)); } inline OpCode_t123070264 get_Neg_100() const { return ___Neg_100; } inline OpCode_t123070264 * get_address_of_Neg_100() { return &___Neg_100; } inline void set_Neg_100(OpCode_t123070264 value) { ___Neg_100 = value; } inline static int32_t get_offset_of_Not_101() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Not_101)); } inline OpCode_t123070264 get_Not_101() const { return ___Not_101; } inline OpCode_t123070264 * get_address_of_Not_101() { return &___Not_101; } inline void set_Not_101(OpCode_t123070264 value) { ___Not_101 = value; } inline static int32_t get_offset_of_Conv_I1_102() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I1_102)); } inline OpCode_t123070264 get_Conv_I1_102() const { return ___Conv_I1_102; } inline OpCode_t123070264 * get_address_of_Conv_I1_102() { return &___Conv_I1_102; } inline void set_Conv_I1_102(OpCode_t123070264 value) { ___Conv_I1_102 = value; } inline static int32_t get_offset_of_Conv_I2_103() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I2_103)); } inline OpCode_t123070264 get_Conv_I2_103() const { return ___Conv_I2_103; } inline OpCode_t123070264 * get_address_of_Conv_I2_103() { return &___Conv_I2_103; } inline void set_Conv_I2_103(OpCode_t123070264 value) { ___Conv_I2_103 = value; } inline static int32_t get_offset_of_Conv_I4_104() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I4_104)); } inline OpCode_t123070264 get_Conv_I4_104() const { return ___Conv_I4_104; } inline OpCode_t123070264 * get_address_of_Conv_I4_104() { return &___Conv_I4_104; } inline void set_Conv_I4_104(OpCode_t123070264 value) { ___Conv_I4_104 = value; } inline static int32_t get_offset_of_Conv_I8_105() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I8_105)); } inline OpCode_t123070264 get_Conv_I8_105() const { return ___Conv_I8_105; } inline OpCode_t123070264 * get_address_of_Conv_I8_105() { return &___Conv_I8_105; } inline void set_Conv_I8_105(OpCode_t123070264 value) { ___Conv_I8_105 = value; } inline static int32_t get_offset_of_Conv_R4_106() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_R4_106)); } inline OpCode_t123070264 get_Conv_R4_106() const { return ___Conv_R4_106; } inline OpCode_t123070264 * get_address_of_Conv_R4_106() { return &___Conv_R4_106; } inline void set_Conv_R4_106(OpCode_t123070264 value) { ___Conv_R4_106 = value; } inline static int32_t get_offset_of_Conv_R8_107() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_R8_107)); } inline OpCode_t123070264 get_Conv_R8_107() const { return ___Conv_R8_107; } inline OpCode_t123070264 * get_address_of_Conv_R8_107() { return &___Conv_R8_107; } inline void set_Conv_R8_107(OpCode_t123070264 value) { ___Conv_R8_107 = value; } inline static int32_t get_offset_of_Conv_U4_108() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U4_108)); } inline OpCode_t123070264 get_Conv_U4_108() const { return ___Conv_U4_108; } inline OpCode_t123070264 * get_address_of_Conv_U4_108() { return &___Conv_U4_108; } inline void set_Conv_U4_108(OpCode_t123070264 value) { ___Conv_U4_108 = value; } inline static int32_t get_offset_of_Conv_U8_109() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U8_109)); } inline OpCode_t123070264 get_Conv_U8_109() const { return ___Conv_U8_109; } inline OpCode_t123070264 * get_address_of_Conv_U8_109() { return &___Conv_U8_109; } inline void set_Conv_U8_109(OpCode_t123070264 value) { ___Conv_U8_109 = value; } inline static int32_t get_offset_of_Callvirt_110() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Callvirt_110)); } inline OpCode_t123070264 get_Callvirt_110() const { return ___Callvirt_110; } inline OpCode_t123070264 * get_address_of_Callvirt_110() { return &___Callvirt_110; } inline void set_Callvirt_110(OpCode_t123070264 value) { ___Callvirt_110 = value; } inline static int32_t get_offset_of_Cpobj_111() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cpobj_111)); } inline OpCode_t123070264 get_Cpobj_111() const { return ___Cpobj_111; } inline OpCode_t123070264 * get_address_of_Cpobj_111() { return &___Cpobj_111; } inline void set_Cpobj_111(OpCode_t123070264 value) { ___Cpobj_111 = value; } inline static int32_t get_offset_of_Ldobj_112() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldobj_112)); } inline OpCode_t123070264 get_Ldobj_112() const { return ___Ldobj_112; } inline OpCode_t123070264 * get_address_of_Ldobj_112() { return &___Ldobj_112; } inline void set_Ldobj_112(OpCode_t123070264 value) { ___Ldobj_112 = value; } inline static int32_t get_offset_of_Ldstr_113() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldstr_113)); } inline OpCode_t123070264 get_Ldstr_113() const { return ___Ldstr_113; } inline OpCode_t123070264 * get_address_of_Ldstr_113() { return &___Ldstr_113; } inline void set_Ldstr_113(OpCode_t123070264 value) { ___Ldstr_113 = value; } inline static int32_t get_offset_of_Newobj_114() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Newobj_114)); } inline OpCode_t123070264 get_Newobj_114() const { return ___Newobj_114; } inline OpCode_t123070264 * get_address_of_Newobj_114() { return &___Newobj_114; } inline void set_Newobj_114(OpCode_t123070264 value) { ___Newobj_114 = value; } inline static int32_t get_offset_of_Castclass_115() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Castclass_115)); } inline OpCode_t123070264 get_Castclass_115() const { return ___Castclass_115; } inline OpCode_t123070264 * get_address_of_Castclass_115() { return &___Castclass_115; } inline void set_Castclass_115(OpCode_t123070264 value) { ___Castclass_115 = value; } inline static int32_t get_offset_of_Isinst_116() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Isinst_116)); } inline OpCode_t123070264 get_Isinst_116() const { return ___Isinst_116; } inline OpCode_t123070264 * get_address_of_Isinst_116() { return &___Isinst_116; } inline void set_Isinst_116(OpCode_t123070264 value) { ___Isinst_116 = value; } inline static int32_t get_offset_of_Conv_R_Un_117() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_R_Un_117)); } inline OpCode_t123070264 get_Conv_R_Un_117() const { return ___Conv_R_Un_117; } inline OpCode_t123070264 * get_address_of_Conv_R_Un_117() { return &___Conv_R_Un_117; } inline void set_Conv_R_Un_117(OpCode_t123070264 value) { ___Conv_R_Un_117 = value; } inline static int32_t get_offset_of_Unbox_118() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Unbox_118)); } inline OpCode_t123070264 get_Unbox_118() const { return ___Unbox_118; } inline OpCode_t123070264 * get_address_of_Unbox_118() { return &___Unbox_118; } inline void set_Unbox_118(OpCode_t123070264 value) { ___Unbox_118 = value; } inline static int32_t get_offset_of_Throw_119() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Throw_119)); } inline OpCode_t123070264 get_Throw_119() const { return ___Throw_119; } inline OpCode_t123070264 * get_address_of_Throw_119() { return &___Throw_119; } inline void set_Throw_119(OpCode_t123070264 value) { ___Throw_119 = value; } inline static int32_t get_offset_of_Ldfld_120() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldfld_120)); } inline OpCode_t123070264 get_Ldfld_120() const { return ___Ldfld_120; } inline OpCode_t123070264 * get_address_of_Ldfld_120() { return &___Ldfld_120; } inline void set_Ldfld_120(OpCode_t123070264 value) { ___Ldfld_120 = value; } inline static int32_t get_offset_of_Ldflda_121() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldflda_121)); } inline OpCode_t123070264 get_Ldflda_121() const { return ___Ldflda_121; } inline OpCode_t123070264 * get_address_of_Ldflda_121() { return &___Ldflda_121; } inline void set_Ldflda_121(OpCode_t123070264 value) { ___Ldflda_121 = value; } inline static int32_t get_offset_of_Stfld_122() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stfld_122)); } inline OpCode_t123070264 get_Stfld_122() const { return ___Stfld_122; } inline OpCode_t123070264 * get_address_of_Stfld_122() { return &___Stfld_122; } inline void set_Stfld_122(OpCode_t123070264 value) { ___Stfld_122 = value; } inline static int32_t get_offset_of_Ldsfld_123() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldsfld_123)); } inline OpCode_t123070264 get_Ldsfld_123() const { return ___Ldsfld_123; } inline OpCode_t123070264 * get_address_of_Ldsfld_123() { return &___Ldsfld_123; } inline void set_Ldsfld_123(OpCode_t123070264 value) { ___Ldsfld_123 = value; } inline static int32_t get_offset_of_Ldsflda_124() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldsflda_124)); } inline OpCode_t123070264 get_Ldsflda_124() const { return ___Ldsflda_124; } inline OpCode_t123070264 * get_address_of_Ldsflda_124() { return &___Ldsflda_124; } inline void set_Ldsflda_124(OpCode_t123070264 value) { ___Ldsflda_124 = value; } inline static int32_t get_offset_of_Stsfld_125() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stsfld_125)); } inline OpCode_t123070264 get_Stsfld_125() const { return ___Stsfld_125; } inline OpCode_t123070264 * get_address_of_Stsfld_125() { return &___Stsfld_125; } inline void set_Stsfld_125(OpCode_t123070264 value) { ___Stsfld_125 = value; } inline static int32_t get_offset_of_Stobj_126() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stobj_126)); } inline OpCode_t123070264 get_Stobj_126() const { return ___Stobj_126; } inline OpCode_t123070264 * get_address_of_Stobj_126() { return &___Stobj_126; } inline void set_Stobj_126(OpCode_t123070264 value) { ___Stobj_126 = value; } inline static int32_t get_offset_of_Conv_Ovf_I1_Un_127() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I1_Un_127)); } inline OpCode_t123070264 get_Conv_Ovf_I1_Un_127() const { return ___Conv_Ovf_I1_Un_127; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I1_Un_127() { return &___Conv_Ovf_I1_Un_127; } inline void set_Conv_Ovf_I1_Un_127(OpCode_t123070264 value) { ___Conv_Ovf_I1_Un_127 = value; } inline static int32_t get_offset_of_Conv_Ovf_I2_Un_128() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I2_Un_128)); } inline OpCode_t123070264 get_Conv_Ovf_I2_Un_128() const { return ___Conv_Ovf_I2_Un_128; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I2_Un_128() { return &___Conv_Ovf_I2_Un_128; } inline void set_Conv_Ovf_I2_Un_128(OpCode_t123070264 value) { ___Conv_Ovf_I2_Un_128 = value; } inline static int32_t get_offset_of_Conv_Ovf_I4_Un_129() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I4_Un_129)); } inline OpCode_t123070264 get_Conv_Ovf_I4_Un_129() const { return ___Conv_Ovf_I4_Un_129; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I4_Un_129() { return &___Conv_Ovf_I4_Un_129; } inline void set_Conv_Ovf_I4_Un_129(OpCode_t123070264 value) { ___Conv_Ovf_I4_Un_129 = value; } inline static int32_t get_offset_of_Conv_Ovf_I8_Un_130() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I8_Un_130)); } inline OpCode_t123070264 get_Conv_Ovf_I8_Un_130() const { return ___Conv_Ovf_I8_Un_130; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I8_Un_130() { return &___Conv_Ovf_I8_Un_130; } inline void set_Conv_Ovf_I8_Un_130(OpCode_t123070264 value) { ___Conv_Ovf_I8_Un_130 = value; } inline static int32_t get_offset_of_Conv_Ovf_U1_Un_131() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U1_Un_131)); } inline OpCode_t123070264 get_Conv_Ovf_U1_Un_131() const { return ___Conv_Ovf_U1_Un_131; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U1_Un_131() { return &___Conv_Ovf_U1_Un_131; } inline void set_Conv_Ovf_U1_Un_131(OpCode_t123070264 value) { ___Conv_Ovf_U1_Un_131 = value; } inline static int32_t get_offset_of_Conv_Ovf_U2_Un_132() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U2_Un_132)); } inline OpCode_t123070264 get_Conv_Ovf_U2_Un_132() const { return ___Conv_Ovf_U2_Un_132; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U2_Un_132() { return &___Conv_Ovf_U2_Un_132; } inline void set_Conv_Ovf_U2_Un_132(OpCode_t123070264 value) { ___Conv_Ovf_U2_Un_132 = value; } inline static int32_t get_offset_of_Conv_Ovf_U4_Un_133() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U4_Un_133)); } inline OpCode_t123070264 get_Conv_Ovf_U4_Un_133() const { return ___Conv_Ovf_U4_Un_133; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U4_Un_133() { return &___Conv_Ovf_U4_Un_133; } inline void set_Conv_Ovf_U4_Un_133(OpCode_t123070264 value) { ___Conv_Ovf_U4_Un_133 = value; } inline static int32_t get_offset_of_Conv_Ovf_U8_Un_134() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U8_Un_134)); } inline OpCode_t123070264 get_Conv_Ovf_U8_Un_134() const { return ___Conv_Ovf_U8_Un_134; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U8_Un_134() { return &___Conv_Ovf_U8_Un_134; } inline void set_Conv_Ovf_U8_Un_134(OpCode_t123070264 value) { ___Conv_Ovf_U8_Un_134 = value; } inline static int32_t get_offset_of_Conv_Ovf_I_Un_135() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I_Un_135)); } inline OpCode_t123070264 get_Conv_Ovf_I_Un_135() const { return ___Conv_Ovf_I_Un_135; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I_Un_135() { return &___Conv_Ovf_I_Un_135; } inline void set_Conv_Ovf_I_Un_135(OpCode_t123070264 value) { ___Conv_Ovf_I_Un_135 = value; } inline static int32_t get_offset_of_Conv_Ovf_U_Un_136() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U_Un_136)); } inline OpCode_t123070264 get_Conv_Ovf_U_Un_136() const { return ___Conv_Ovf_U_Un_136; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U_Un_136() { return &___Conv_Ovf_U_Un_136; } inline void set_Conv_Ovf_U_Un_136(OpCode_t123070264 value) { ___Conv_Ovf_U_Un_136 = value; } inline static int32_t get_offset_of_Box_137() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Box_137)); } inline OpCode_t123070264 get_Box_137() const { return ___Box_137; } inline OpCode_t123070264 * get_address_of_Box_137() { return &___Box_137; } inline void set_Box_137(OpCode_t123070264 value) { ___Box_137 = value; } inline static int32_t get_offset_of_Newarr_138() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Newarr_138)); } inline OpCode_t123070264 get_Newarr_138() const { return ___Newarr_138; } inline OpCode_t123070264 * get_address_of_Newarr_138() { return &___Newarr_138; } inline void set_Newarr_138(OpCode_t123070264 value) { ___Newarr_138 = value; } inline static int32_t get_offset_of_Ldlen_139() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldlen_139)); } inline OpCode_t123070264 get_Ldlen_139() const { return ___Ldlen_139; } inline OpCode_t123070264 * get_address_of_Ldlen_139() { return &___Ldlen_139; } inline void set_Ldlen_139(OpCode_t123070264 value) { ___Ldlen_139 = value; } inline static int32_t get_offset_of_Ldelema_140() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelema_140)); } inline OpCode_t123070264 get_Ldelema_140() const { return ___Ldelema_140; } inline OpCode_t123070264 * get_address_of_Ldelema_140() { return &___Ldelema_140; } inline void set_Ldelema_140(OpCode_t123070264 value) { ___Ldelema_140 = value; } inline static int32_t get_offset_of_Ldelem_I1_141() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I1_141)); } inline OpCode_t123070264 get_Ldelem_I1_141() const { return ___Ldelem_I1_141; } inline OpCode_t123070264 * get_address_of_Ldelem_I1_141() { return &___Ldelem_I1_141; } inline void set_Ldelem_I1_141(OpCode_t123070264 value) { ___Ldelem_I1_141 = value; } inline static int32_t get_offset_of_Ldelem_U1_142() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_U1_142)); } inline OpCode_t123070264 get_Ldelem_U1_142() const { return ___Ldelem_U1_142; } inline OpCode_t123070264 * get_address_of_Ldelem_U1_142() { return &___Ldelem_U1_142; } inline void set_Ldelem_U1_142(OpCode_t123070264 value) { ___Ldelem_U1_142 = value; } inline static int32_t get_offset_of_Ldelem_I2_143() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I2_143)); } inline OpCode_t123070264 get_Ldelem_I2_143() const { return ___Ldelem_I2_143; } inline OpCode_t123070264 * get_address_of_Ldelem_I2_143() { return &___Ldelem_I2_143; } inline void set_Ldelem_I2_143(OpCode_t123070264 value) { ___Ldelem_I2_143 = value; } inline static int32_t get_offset_of_Ldelem_U2_144() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_U2_144)); } inline OpCode_t123070264 get_Ldelem_U2_144() const { return ___Ldelem_U2_144; } inline OpCode_t123070264 * get_address_of_Ldelem_U2_144() { return &___Ldelem_U2_144; } inline void set_Ldelem_U2_144(OpCode_t123070264 value) { ___Ldelem_U2_144 = value; } inline static int32_t get_offset_of_Ldelem_I4_145() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I4_145)); } inline OpCode_t123070264 get_Ldelem_I4_145() const { return ___Ldelem_I4_145; } inline OpCode_t123070264 * get_address_of_Ldelem_I4_145() { return &___Ldelem_I4_145; } inline void set_Ldelem_I4_145(OpCode_t123070264 value) { ___Ldelem_I4_145 = value; } inline static int32_t get_offset_of_Ldelem_U4_146() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_U4_146)); } inline OpCode_t123070264 get_Ldelem_U4_146() const { return ___Ldelem_U4_146; } inline OpCode_t123070264 * get_address_of_Ldelem_U4_146() { return &___Ldelem_U4_146; } inline void set_Ldelem_U4_146(OpCode_t123070264 value) { ___Ldelem_U4_146 = value; } inline static int32_t get_offset_of_Ldelem_I8_147() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I8_147)); } inline OpCode_t123070264 get_Ldelem_I8_147() const { return ___Ldelem_I8_147; } inline OpCode_t123070264 * get_address_of_Ldelem_I8_147() { return &___Ldelem_I8_147; } inline void set_Ldelem_I8_147(OpCode_t123070264 value) { ___Ldelem_I8_147 = value; } inline static int32_t get_offset_of_Ldelem_I_148() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I_148)); } inline OpCode_t123070264 get_Ldelem_I_148() const { return ___Ldelem_I_148; } inline OpCode_t123070264 * get_address_of_Ldelem_I_148() { return &___Ldelem_I_148; } inline void set_Ldelem_I_148(OpCode_t123070264 value) { ___Ldelem_I_148 = value; } inline static int32_t get_offset_of_Ldelem_R4_149() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_R4_149)); } inline OpCode_t123070264 get_Ldelem_R4_149() const { return ___Ldelem_R4_149; } inline OpCode_t123070264 * get_address_of_Ldelem_R4_149() { return &___Ldelem_R4_149; } inline void set_Ldelem_R4_149(OpCode_t123070264 value) { ___Ldelem_R4_149 = value; } inline static int32_t get_offset_of_Ldelem_R8_150() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_R8_150)); } inline OpCode_t123070264 get_Ldelem_R8_150() const { return ___Ldelem_R8_150; } inline OpCode_t123070264 * get_address_of_Ldelem_R8_150() { return &___Ldelem_R8_150; } inline void set_Ldelem_R8_150(OpCode_t123070264 value) { ___Ldelem_R8_150 = value; } inline static int32_t get_offset_of_Ldelem_Ref_151() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_Ref_151)); } inline OpCode_t123070264 get_Ldelem_Ref_151() const { return ___Ldelem_Ref_151; } inline OpCode_t123070264 * get_address_of_Ldelem_Ref_151() { return &___Ldelem_Ref_151; } inline void set_Ldelem_Ref_151(OpCode_t123070264 value) { ___Ldelem_Ref_151 = value; } inline static int32_t get_offset_of_Stelem_I_152() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I_152)); } inline OpCode_t123070264 get_Stelem_I_152() const { return ___Stelem_I_152; } inline OpCode_t123070264 * get_address_of_Stelem_I_152() { return &___Stelem_I_152; } inline void set_Stelem_I_152(OpCode_t123070264 value) { ___Stelem_I_152 = value; } inline static int32_t get_offset_of_Stelem_I1_153() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I1_153)); } inline OpCode_t123070264 get_Stelem_I1_153() const { return ___Stelem_I1_153; } inline OpCode_t123070264 * get_address_of_Stelem_I1_153() { return &___Stelem_I1_153; } inline void set_Stelem_I1_153(OpCode_t123070264 value) { ___Stelem_I1_153 = value; } inline static int32_t get_offset_of_Stelem_I2_154() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I2_154)); } inline OpCode_t123070264 get_Stelem_I2_154() const { return ___Stelem_I2_154; } inline OpCode_t123070264 * get_address_of_Stelem_I2_154() { return &___Stelem_I2_154; } inline void set_Stelem_I2_154(OpCode_t123070264 value) { ___Stelem_I2_154 = value; } inline static int32_t get_offset_of_Stelem_I4_155() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I4_155)); } inline OpCode_t123070264 get_Stelem_I4_155() const { return ___Stelem_I4_155; } inline OpCode_t123070264 * get_address_of_Stelem_I4_155() { return &___Stelem_I4_155; } inline void set_Stelem_I4_155(OpCode_t123070264 value) { ___Stelem_I4_155 = value; } inline static int32_t get_offset_of_Stelem_I8_156() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I8_156)); } inline OpCode_t123070264 get_Stelem_I8_156() const { return ___Stelem_I8_156; } inline OpCode_t123070264 * get_address_of_Stelem_I8_156() { return &___Stelem_I8_156; } inline void set_Stelem_I8_156(OpCode_t123070264 value) { ___Stelem_I8_156 = value; } inline static int32_t get_offset_of_Stelem_R4_157() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_R4_157)); } inline OpCode_t123070264 get_Stelem_R4_157() const { return ___Stelem_R4_157; } inline OpCode_t123070264 * get_address_of_Stelem_R4_157() { return &___Stelem_R4_157; } inline void set_Stelem_R4_157(OpCode_t123070264 value) { ___Stelem_R4_157 = value; } inline static int32_t get_offset_of_Stelem_R8_158() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_R8_158)); } inline OpCode_t123070264 get_Stelem_R8_158() const { return ___Stelem_R8_158; } inline OpCode_t123070264 * get_address_of_Stelem_R8_158() { return &___Stelem_R8_158; } inline void set_Stelem_R8_158(OpCode_t123070264 value) { ___Stelem_R8_158 = value; } inline static int32_t get_offset_of_Stelem_Ref_159() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_Ref_159)); } inline OpCode_t123070264 get_Stelem_Ref_159() const { return ___Stelem_Ref_159; } inline OpCode_t123070264 * get_address_of_Stelem_Ref_159() { return &___Stelem_Ref_159; } inline void set_Stelem_Ref_159(OpCode_t123070264 value) { ___Stelem_Ref_159 = value; } inline static int32_t get_offset_of_Ldelem_160() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_160)); } inline OpCode_t123070264 get_Ldelem_160() const { return ___Ldelem_160; } inline OpCode_t123070264 * get_address_of_Ldelem_160() { return &___Ldelem_160; } inline void set_Ldelem_160(OpCode_t123070264 value) { ___Ldelem_160 = value; } inline static int32_t get_offset_of_Stelem_161() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_161)); } inline OpCode_t123070264 get_Stelem_161() const { return ___Stelem_161; } inline OpCode_t123070264 * get_address_of_Stelem_161() { return &___Stelem_161; } inline void set_Stelem_161(OpCode_t123070264 value) { ___Stelem_161 = value; } inline static int32_t get_offset_of_Unbox_Any_162() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Unbox_Any_162)); } inline OpCode_t123070264 get_Unbox_Any_162() const { return ___Unbox_Any_162; } inline OpCode_t123070264 * get_address_of_Unbox_Any_162() { return &___Unbox_Any_162; } inline void set_Unbox_Any_162(OpCode_t123070264 value) { ___Unbox_Any_162 = value; } inline static int32_t get_offset_of_Conv_Ovf_I1_163() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I1_163)); } inline OpCode_t123070264 get_Conv_Ovf_I1_163() const { return ___Conv_Ovf_I1_163; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I1_163() { return &___Conv_Ovf_I1_163; } inline void set_Conv_Ovf_I1_163(OpCode_t123070264 value) { ___Conv_Ovf_I1_163 = value; } inline static int32_t get_offset_of_Conv_Ovf_U1_164() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U1_164)); } inline OpCode_t123070264 get_Conv_Ovf_U1_164() const { return ___Conv_Ovf_U1_164; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U1_164() { return &___Conv_Ovf_U1_164; } inline void set_Conv_Ovf_U1_164(OpCode_t123070264 value) { ___Conv_Ovf_U1_164 = value; } inline static int32_t get_offset_of_Conv_Ovf_I2_165() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I2_165)); } inline OpCode_t123070264 get_Conv_Ovf_I2_165() const { return ___Conv_Ovf_I2_165; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I2_165() { return &___Conv_Ovf_I2_165; } inline void set_Conv_Ovf_I2_165(OpCode_t123070264 value) { ___Conv_Ovf_I2_165 = value; } inline static int32_t get_offset_of_Conv_Ovf_U2_166() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U2_166)); } inline OpCode_t123070264 get_Conv_Ovf_U2_166() const { return ___Conv_Ovf_U2_166; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U2_166() { return &___Conv_Ovf_U2_166; } inline void set_Conv_Ovf_U2_166(OpCode_t123070264 value) { ___Conv_Ovf_U2_166 = value; } inline static int32_t get_offset_of_Conv_Ovf_I4_167() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I4_167)); } inline OpCode_t123070264 get_Conv_Ovf_I4_167() const { return ___Conv_Ovf_I4_167; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I4_167() { return &___Conv_Ovf_I4_167; } inline void set_Conv_Ovf_I4_167(OpCode_t123070264 value) { ___Conv_Ovf_I4_167 = value; } inline static int32_t get_offset_of_Conv_Ovf_U4_168() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U4_168)); } inline OpCode_t123070264 get_Conv_Ovf_U4_168() const { return ___Conv_Ovf_U4_168; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U4_168() { return &___Conv_Ovf_U4_168; } inline void set_Conv_Ovf_U4_168(OpCode_t123070264 value) { ___Conv_Ovf_U4_168 = value; } inline static int32_t get_offset_of_Conv_Ovf_I8_169() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I8_169)); } inline OpCode_t123070264 get_Conv_Ovf_I8_169() const { return ___Conv_Ovf_I8_169; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I8_169() { return &___Conv_Ovf_I8_169; } inline void set_Conv_Ovf_I8_169(OpCode_t123070264 value) { ___Conv_Ovf_I8_169 = value; } inline static int32_t get_offset_of_Conv_Ovf_U8_170() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U8_170)); } inline OpCode_t123070264 get_Conv_Ovf_U8_170() const { return ___Conv_Ovf_U8_170; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U8_170() { return &___Conv_Ovf_U8_170; } inline void set_Conv_Ovf_U8_170(OpCode_t123070264 value) { ___Conv_Ovf_U8_170 = value; } inline static int32_t get_offset_of_Refanyval_171() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Refanyval_171)); } inline OpCode_t123070264 get_Refanyval_171() const { return ___Refanyval_171; } inline OpCode_t123070264 * get_address_of_Refanyval_171() { return &___Refanyval_171; } inline void set_Refanyval_171(OpCode_t123070264 value) { ___Refanyval_171 = value; } inline static int32_t get_offset_of_Ckfinite_172() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ckfinite_172)); } inline OpCode_t123070264 get_Ckfinite_172() const { return ___Ckfinite_172; } inline OpCode_t123070264 * get_address_of_Ckfinite_172() { return &___Ckfinite_172; } inline void set_Ckfinite_172(OpCode_t123070264 value) { ___Ckfinite_172 = value; } inline static int32_t get_offset_of_Mkrefany_173() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mkrefany_173)); } inline OpCode_t123070264 get_Mkrefany_173() const { return ___Mkrefany_173; } inline OpCode_t123070264 * get_address_of_Mkrefany_173() { return &___Mkrefany_173; } inline void set_Mkrefany_173(OpCode_t123070264 value) { ___Mkrefany_173 = value; } inline static int32_t get_offset_of_Ldtoken_174() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldtoken_174)); } inline OpCode_t123070264 get_Ldtoken_174() const { return ___Ldtoken_174; } inline OpCode_t123070264 * get_address_of_Ldtoken_174() { return &___Ldtoken_174; } inline void set_Ldtoken_174(OpCode_t123070264 value) { ___Ldtoken_174 = value; } inline static int32_t get_offset_of_Conv_U2_175() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U2_175)); } inline OpCode_t123070264 get_Conv_U2_175() const { return ___Conv_U2_175; } inline OpCode_t123070264 * get_address_of_Conv_U2_175() { return &___Conv_U2_175; } inline void set_Conv_U2_175(OpCode_t123070264 value) { ___Conv_U2_175 = value; } inline static int32_t get_offset_of_Conv_U1_176() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U1_176)); } inline OpCode_t123070264 get_Conv_U1_176() const { return ___Conv_U1_176; } inline OpCode_t123070264 * get_address_of_Conv_U1_176() { return &___Conv_U1_176; } inline void set_Conv_U1_176(OpCode_t123070264 value) { ___Conv_U1_176 = value; } inline static int32_t get_offset_of_Conv_I_177() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I_177)); } inline OpCode_t123070264 get_Conv_I_177() const { return ___Conv_I_177; } inline OpCode_t123070264 * get_address_of_Conv_I_177() { return &___Conv_I_177; } inline void set_Conv_I_177(OpCode_t123070264 value) { ___Conv_I_177 = value; } inline static int32_t get_offset_of_Conv_Ovf_I_178() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I_178)); } inline OpCode_t123070264 get_Conv_Ovf_I_178() const { return ___Conv_Ovf_I_178; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I_178() { return &___Conv_Ovf_I_178; } inline void set_Conv_Ovf_I_178(OpCode_t123070264 value) { ___Conv_Ovf_I_178 = value; } inline static int32_t get_offset_of_Conv_Ovf_U_179() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U_179)); } inline OpCode_t123070264 get_Conv_Ovf_U_179() const { return ___Conv_Ovf_U_179; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U_179() { return &___Conv_Ovf_U_179; } inline void set_Conv_Ovf_U_179(OpCode_t123070264 value) { ___Conv_Ovf_U_179 = value; } inline static int32_t get_offset_of_Add_Ovf_180() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Add_Ovf_180)); } inline OpCode_t123070264 get_Add_Ovf_180() const { return ___Add_Ovf_180; } inline OpCode_t123070264 * get_address_of_Add_Ovf_180() { return &___Add_Ovf_180; } inline void set_Add_Ovf_180(OpCode_t123070264 value) { ___Add_Ovf_180 = value; } inline static int32_t get_offset_of_Add_Ovf_Un_181() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Add_Ovf_Un_181)); } inline OpCode_t123070264 get_Add_Ovf_Un_181() const { return ___Add_Ovf_Un_181; } inline OpCode_t123070264 * get_address_of_Add_Ovf_Un_181() { return &___Add_Ovf_Un_181; } inline void set_Add_Ovf_Un_181(OpCode_t123070264 value) { ___Add_Ovf_Un_181 = value; } inline static int32_t get_offset_of_Mul_Ovf_182() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mul_Ovf_182)); } inline OpCode_t123070264 get_Mul_Ovf_182() const { return ___Mul_Ovf_182; } inline OpCode_t123070264 * get_address_of_Mul_Ovf_182() { return &___Mul_Ovf_182; } inline void set_Mul_Ovf_182(OpCode_t123070264 value) { ___Mul_Ovf_182 = value; } inline static int32_t get_offset_of_Mul_Ovf_Un_183() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mul_Ovf_Un_183)); } inline OpCode_t123070264 get_Mul_Ovf_Un_183() const { return ___Mul_Ovf_Un_183; } inline OpCode_t123070264 * get_address_of_Mul_Ovf_Un_183() { return &___Mul_Ovf_Un_183; } inline void set_Mul_Ovf_Un_183(OpCode_t123070264 value) { ___Mul_Ovf_Un_183 = value; } inline static int32_t get_offset_of_Sub_Ovf_184() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sub_Ovf_184)); } inline OpCode_t123070264 get_Sub_Ovf_184() const { return ___Sub_Ovf_184; } inline OpCode_t123070264 * get_address_of_Sub_Ovf_184() { return &___Sub_Ovf_184; } inline void set_Sub_Ovf_184(OpCode_t123070264 value) { ___Sub_Ovf_184 = value; } inline static int32_t get_offset_of_Sub_Ovf_Un_185() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sub_Ovf_Un_185)); } inline OpCode_t123070264 get_Sub_Ovf_Un_185() const { return ___Sub_Ovf_Un_185; } inline OpCode_t123070264 * get_address_of_Sub_Ovf_Un_185() { return &___Sub_Ovf_Un_185; } inline void set_Sub_Ovf_Un_185(OpCode_t123070264 value) { ___Sub_Ovf_Un_185 = value; } inline static int32_t get_offset_of_Endfinally_186() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Endfinally_186)); } inline OpCode_t123070264 get_Endfinally_186() const { return ___Endfinally_186; } inline OpCode_t123070264 * get_address_of_Endfinally_186() { return &___Endfinally_186; } inline void set_Endfinally_186(OpCode_t123070264 value) { ___Endfinally_186 = value; } inline static int32_t get_offset_of_Leave_187() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Leave_187)); } inline OpCode_t123070264 get_Leave_187() const { return ___Leave_187; } inline OpCode_t123070264 * get_address_of_Leave_187() { return &___Leave_187; } inline void set_Leave_187(OpCode_t123070264 value) { ___Leave_187 = value; } inline static int32_t get_offset_of_Leave_S_188() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Leave_S_188)); } inline OpCode_t123070264 get_Leave_S_188() const { return ___Leave_S_188; } inline OpCode_t123070264 * get_address_of_Leave_S_188() { return &___Leave_S_188; } inline void set_Leave_S_188(OpCode_t123070264 value) { ___Leave_S_188 = value; } inline static int32_t get_offset_of_Stind_I_189() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I_189)); } inline OpCode_t123070264 get_Stind_I_189() const { return ___Stind_I_189; } inline OpCode_t123070264 * get_address_of_Stind_I_189() { return &___Stind_I_189; } inline void set_Stind_I_189(OpCode_t123070264 value) { ___Stind_I_189 = value; } inline static int32_t get_offset_of_Conv_U_190() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U_190)); } inline OpCode_t123070264 get_Conv_U_190() const { return ___Conv_U_190; } inline OpCode_t123070264 * get_address_of_Conv_U_190() { return &___Conv_U_190; } inline void set_Conv_U_190(OpCode_t123070264 value) { ___Conv_U_190 = value; } inline static int32_t get_offset_of_Prefix7_191() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix7_191)); } inline OpCode_t123070264 get_Prefix7_191() const { return ___Prefix7_191; } inline OpCode_t123070264 * get_address_of_Prefix7_191() { return &___Prefix7_191; } inline void set_Prefix7_191(OpCode_t123070264 value) { ___Prefix7_191 = value; } inline static int32_t get_offset_of_Prefix6_192() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix6_192)); } inline OpCode_t123070264 get_Prefix6_192() const { return ___Prefix6_192; } inline OpCode_t123070264 * get_address_of_Prefix6_192() { return &___Prefix6_192; } inline void set_Prefix6_192(OpCode_t123070264 value) { ___Prefix6_192 = value; } inline static int32_t get_offset_of_Prefix5_193() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix5_193)); } inline OpCode_t123070264 get_Prefix5_193() const { return ___Prefix5_193; } inline OpCode_t123070264 * get_address_of_Prefix5_193() { return &___Prefix5_193; } inline void set_Prefix5_193(OpCode_t123070264 value) { ___Prefix5_193 = value; } inline static int32_t get_offset_of_Prefix4_194() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix4_194)); } inline OpCode_t123070264 get_Prefix4_194() const { return ___Prefix4_194; } inline OpCode_t123070264 * get_address_of_Prefix4_194() { return &___Prefix4_194; } inline void set_Prefix4_194(OpCode_t123070264 value) { ___Prefix4_194 = value; } inline static int32_t get_offset_of_Prefix3_195() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix3_195)); } inline OpCode_t123070264 get_Prefix3_195() const { return ___Prefix3_195; } inline OpCode_t123070264 * get_address_of_Prefix3_195() { return &___Prefix3_195; } inline void set_Prefix3_195(OpCode_t123070264 value) { ___Prefix3_195 = value; } inline static int32_t get_offset_of_Prefix2_196() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix2_196)); } inline OpCode_t123070264 get_Prefix2_196() const { return ___Prefix2_196; } inline OpCode_t123070264 * get_address_of_Prefix2_196() { return &___Prefix2_196; } inline void set_Prefix2_196(OpCode_t123070264 value) { ___Prefix2_196 = value; } inline static int32_t get_offset_of_Prefix1_197() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix1_197)); } inline OpCode_t123070264 get_Prefix1_197() const { return ___Prefix1_197; } inline OpCode_t123070264 * get_address_of_Prefix1_197() { return &___Prefix1_197; } inline void set_Prefix1_197(OpCode_t123070264 value) { ___Prefix1_197 = value; } inline static int32_t get_offset_of_Prefixref_198() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefixref_198)); } inline OpCode_t123070264 get_Prefixref_198() const { return ___Prefixref_198; } inline OpCode_t123070264 * get_address_of_Prefixref_198() { return &___Prefixref_198; } inline void set_Prefixref_198(OpCode_t123070264 value) { ___Prefixref_198 = value; } inline static int32_t get_offset_of_Arglist_199() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Arglist_199)); } inline OpCode_t123070264 get_Arglist_199() const { return ___Arglist_199; } inline OpCode_t123070264 * get_address_of_Arglist_199() { return &___Arglist_199; } inline void set_Arglist_199(OpCode_t123070264 value) { ___Arglist_199 = value; } inline static int32_t get_offset_of_Ceq_200() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ceq_200)); } inline OpCode_t123070264 get_Ceq_200() const { return ___Ceq_200; } inline OpCode_t123070264 * get_address_of_Ceq_200() { return &___Ceq_200; } inline void set_Ceq_200(OpCode_t123070264 value) { ___Ceq_200 = value; } inline static int32_t get_offset_of_Cgt_201() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cgt_201)); } inline OpCode_t123070264 get_Cgt_201() const { return ___Cgt_201; } inline OpCode_t123070264 * get_address_of_Cgt_201() { return &___Cgt_201; } inline void set_Cgt_201(OpCode_t123070264 value) { ___Cgt_201 = value; } inline static int32_t get_offset_of_Cgt_Un_202() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cgt_Un_202)); } inline OpCode_t123070264 get_Cgt_Un_202() const { return ___Cgt_Un_202; } inline OpCode_t123070264 * get_address_of_Cgt_Un_202() { return &___Cgt_Un_202; } inline void set_Cgt_Un_202(OpCode_t123070264 value) { ___Cgt_Un_202 = value; } inline static int32_t get_offset_of_Clt_203() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Clt_203)); } inline OpCode_t123070264 get_Clt_203() const { return ___Clt_203; } inline OpCode_t123070264 * get_address_of_Clt_203() { return &___Clt_203; } inline void set_Clt_203(OpCode_t123070264 value) { ___Clt_203 = value; } inline static int32_t get_offset_of_Clt_Un_204() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Clt_Un_204)); } inline OpCode_t123070264 get_Clt_Un_204() const { return ___Clt_Un_204; } inline OpCode_t123070264 * get_address_of_Clt_Un_204() { return &___Clt_Un_204; } inline void set_Clt_Un_204(OpCode_t123070264 value) { ___Clt_Un_204 = value; } inline static int32_t get_offset_of_Ldftn_205() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldftn_205)); } inline OpCode_t123070264 get_Ldftn_205() const { return ___Ldftn_205; } inline OpCode_t123070264 * get_address_of_Ldftn_205() { return &___Ldftn_205; } inline void set_Ldftn_205(OpCode_t123070264 value) { ___Ldftn_205 = value; } inline static int32_t get_offset_of_Ldvirtftn_206() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldvirtftn_206)); } inline OpCode_t123070264 get_Ldvirtftn_206() const { return ___Ldvirtftn_206; } inline OpCode_t123070264 * get_address_of_Ldvirtftn_206() { return &___Ldvirtftn_206; } inline void set_Ldvirtftn_206(OpCode_t123070264 value) { ___Ldvirtftn_206 = value; } inline static int32_t get_offset_of_Ldarg_207() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_207)); } inline OpCode_t123070264 get_Ldarg_207() const { return ___Ldarg_207; } inline OpCode_t123070264 * get_address_of_Ldarg_207() { return &___Ldarg_207; } inline void set_Ldarg_207(OpCode_t123070264 value) { ___Ldarg_207 = value; } inline static int32_t get_offset_of_Ldarga_208() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarga_208)); } inline OpCode_t123070264 get_Ldarga_208() const { return ___Ldarga_208; } inline OpCode_t123070264 * get_address_of_Ldarga_208() { return &___Ldarga_208; } inline void set_Ldarga_208(OpCode_t123070264 value) { ___Ldarga_208 = value; } inline static int32_t get_offset_of_Starg_209() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Starg_209)); } inline OpCode_t123070264 get_Starg_209() const { return ___Starg_209; } inline OpCode_t123070264 * get_address_of_Starg_209() { return &___Starg_209; } inline void set_Starg_209(OpCode_t123070264 value) { ___Starg_209 = value; } inline static int32_t get_offset_of_Ldloc_210() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_210)); } inline OpCode_t123070264 get_Ldloc_210() const { return ___Ldloc_210; } inline OpCode_t123070264 * get_address_of_Ldloc_210() { return &___Ldloc_210; } inline void set_Ldloc_210(OpCode_t123070264 value) { ___Ldloc_210 = value; } inline static int32_t get_offset_of_Ldloca_211() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloca_211)); } inline OpCode_t123070264 get_Ldloca_211() const { return ___Ldloca_211; } inline OpCode_t123070264 * get_address_of_Ldloca_211() { return &___Ldloca_211; } inline void set_Ldloca_211(OpCode_t123070264 value) { ___Ldloca_211 = value; } inline static int32_t get_offset_of_Stloc_212() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_212)); } inline OpCode_t123070264 get_Stloc_212() const { return ___Stloc_212; } inline OpCode_t123070264 * get_address_of_Stloc_212() { return &___Stloc_212; } inline void set_Stloc_212(OpCode_t123070264 value) { ___Stloc_212 = value; } inline static int32_t get_offset_of_Localloc_213() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Localloc_213)); } inline OpCode_t123070264 get_Localloc_213() const { return ___Localloc_213; } inline OpCode_t123070264 * get_address_of_Localloc_213() { return &___Localloc_213; } inline void set_Localloc_213(OpCode_t123070264 value) { ___Localloc_213 = value; } inline static int32_t get_offset_of_Endfilter_214() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Endfilter_214)); } inline OpCode_t123070264 get_Endfilter_214() const { return ___Endfilter_214; } inline OpCode_t123070264 * get_address_of_Endfilter_214() { return &___Endfilter_214; } inline void set_Endfilter_214(OpCode_t123070264 value) { ___Endfilter_214 = value; } inline static int32_t get_offset_of_Unaligned_215() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Unaligned_215)); } inline OpCode_t123070264 get_Unaligned_215() const { return ___Unaligned_215; } inline OpCode_t123070264 * get_address_of_Unaligned_215() { return &___Unaligned_215; } inline void set_Unaligned_215(OpCode_t123070264 value) { ___Unaligned_215 = value; } inline static int32_t get_offset_of_Volatile_216() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Volatile_216)); } inline OpCode_t123070264 get_Volatile_216() const { return ___Volatile_216; } inline OpCode_t123070264 * get_address_of_Volatile_216() { return &___Volatile_216; } inline void set_Volatile_216(OpCode_t123070264 value) { ___Volatile_216 = value; } inline static int32_t get_offset_of_Tailcall_217() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Tailcall_217)); } inline OpCode_t123070264 get_Tailcall_217() const { return ___Tailcall_217; } inline OpCode_t123070264 * get_address_of_Tailcall_217() { return &___Tailcall_217; } inline void set_Tailcall_217(OpCode_t123070264 value) { ___Tailcall_217 = value; } inline static int32_t get_offset_of_Initobj_218() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Initobj_218)); } inline OpCode_t123070264 get_Initobj_218() const { return ___Initobj_218; } inline OpCode_t123070264 * get_address_of_Initobj_218() { return &___Initobj_218; } inline void set_Initobj_218(OpCode_t123070264 value) { ___Initobj_218 = value; } inline static int32_t get_offset_of_Constrained_219() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Constrained_219)); } inline OpCode_t123070264 get_Constrained_219() const { return ___Constrained_219; } inline OpCode_t123070264 * get_address_of_Constrained_219() { return &___Constrained_219; } inline void set_Constrained_219(OpCode_t123070264 value) { ___Constrained_219 = value; } inline static int32_t get_offset_of_Cpblk_220() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cpblk_220)); } inline OpCode_t123070264 get_Cpblk_220() const { return ___Cpblk_220; } inline OpCode_t123070264 * get_address_of_Cpblk_220() { return &___Cpblk_220; } inline void set_Cpblk_220(OpCode_t123070264 value) { ___Cpblk_220 = value; } inline static int32_t get_offset_of_Initblk_221() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Initblk_221)); } inline OpCode_t123070264 get_Initblk_221() const { return ___Initblk_221; } inline OpCode_t123070264 * get_address_of_Initblk_221() { return &___Initblk_221; } inline void set_Initblk_221(OpCode_t123070264 value) { ___Initblk_221 = value; } inline static int32_t get_offset_of_Rethrow_222() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Rethrow_222)); } inline OpCode_t123070264 get_Rethrow_222() const { return ___Rethrow_222; } inline OpCode_t123070264 * get_address_of_Rethrow_222() { return &___Rethrow_222; } inline void set_Rethrow_222(OpCode_t123070264 value) { ___Rethrow_222 = value; } inline static int32_t get_offset_of_Sizeof_223() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sizeof_223)); } inline OpCode_t123070264 get_Sizeof_223() const { return ___Sizeof_223; } inline OpCode_t123070264 * get_address_of_Sizeof_223() { return &___Sizeof_223; } inline void set_Sizeof_223(OpCode_t123070264 value) { ___Sizeof_223 = value; } inline static int32_t get_offset_of_Refanytype_224() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Refanytype_224)); } inline OpCode_t123070264 get_Refanytype_224() const { return ___Refanytype_224; } inline OpCode_t123070264 * get_address_of_Refanytype_224() { return &___Refanytype_224; } inline void set_Refanytype_224(OpCode_t123070264 value) { ___Refanytype_224 = value; } inline static int32_t get_offset_of_Readonly_225() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Readonly_225)); } inline OpCode_t123070264 get_Readonly_225() const { return ___Readonly_225; } inline OpCode_t123070264 * get_address_of_Readonly_225() { return &___Readonly_225; } inline void set_Readonly_225(OpCode_t123070264 value) { ___Readonly_225 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPCODES_T126150456_H #ifndef CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_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_t5769829_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((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_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((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_H #ifndef FORMATTERASSEMBLYSTYLE_T868039825_H #define FORMATTERASSEMBLYSTYLE_T868039825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle struct FormatterAssemblyStyle_t868039825 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FormatterAssemblyStyle_t868039825, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTERASSEMBLYSTYLE_T868039825_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef TYPEATTRIBUTES_T113483779_H #define TYPEATTRIBUTES_T113483779_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TypeAttributes struct TypeAttributes_t113483779 { public: // System.Int32 System.Reflection.TypeAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeAttributes_t113483779, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEATTRIBUTES_T113483779_H #ifndef METHODATTRIBUTES_T2366443849_H #define METHODATTRIBUTES_T2366443849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodAttributes struct MethodAttributes_t2366443849 { public: // System.Int32 System.Reflection.MethodAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MethodAttributes_t2366443849, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODATTRIBUTES_T2366443849_H #ifndef CALLINGCONVENTIONS_T2253234531_H #define CALLINGCONVENTIONS_T2253234531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CallingConventions struct CallingConventions_t2253234531 { public: // System.Int32 System.Reflection.CallingConventions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CallingConventions_t2253234531, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALLINGCONVENTIONS_T2253234531_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef TYPETAG_T3541821701_H #define TYPETAG_T3541821701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.TypeTag struct TypeTag_t3541821701 { public: // System.Byte System.Runtime.Serialization.Formatters.Binary.TypeTag::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeTag_t3541821701, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPETAG_T3541821701_H #ifndef WELLKNOWNOBJECTMODE_T3489814916_H #define WELLKNOWNOBJECTMODE_T3489814916_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.WellKnownObjectMode struct WellKnownObjectMode_t3489814916 { public: // System.Int32 System.Runtime.Remoting.WellKnownObjectMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WellKnownObjectMode_t3489814916, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WELLKNOWNOBJECTMODE_T3489814916_H #ifndef STREAMREADER_T4009935899_H #define STREAMREADER_T4009935899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamReader struct StreamReader_t4009935899 : public TextReader_t283511965 { public: // System.Byte[] System.IO.StreamReader::input_buffer ByteU5BU5D_t4116647657* ___input_buffer_2; // System.Char[] System.IO.StreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_3; // System.Int32 System.IO.StreamReader::decoded_count int32_t ___decoded_count_4; // System.Int32 System.IO.StreamReader::pos int32_t ___pos_5; // System.Int32 System.IO.StreamReader::buffer_size int32_t ___buffer_size_6; // System.Int32 System.IO.StreamReader::do_checks int32_t ___do_checks_7; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t1523322056 * ___encoding_8; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t2204182725 * ___decoder_9; // System.IO.Stream System.IO.StreamReader::base_stream Stream_t1273022909 * ___base_stream_10; // System.Boolean System.IO.StreamReader::mayBlock bool ___mayBlock_11; // System.Text.StringBuilder System.IO.StreamReader::line_builder StringBuilder_t * ___line_builder_12; // System.Boolean System.IO.StreamReader::foundCR bool ___foundCR_14; public: inline static int32_t get_offset_of_input_buffer_2() { return static_cast(offsetof(StreamReader_t4009935899, ___input_buffer_2)); } inline ByteU5BU5D_t4116647657* get_input_buffer_2() const { return ___input_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_2() { return &___input_buffer_2; } inline void set_input_buffer_2(ByteU5BU5D_t4116647657* value) { ___input_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_2), value); } inline static int32_t get_offset_of_decoded_buffer_3() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_buffer_3)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_3() const { return ___decoded_buffer_3; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_3() { return &___decoded_buffer_3; } inline void set_decoded_buffer_3(CharU5BU5D_t3528271667* value) { ___decoded_buffer_3 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_3), value); } inline static int32_t get_offset_of_decoded_count_4() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_count_4)); } inline int32_t get_decoded_count_4() const { return ___decoded_count_4; } inline int32_t* get_address_of_decoded_count_4() { return &___decoded_count_4; } inline void set_decoded_count_4(int32_t value) { ___decoded_count_4 = value; } inline static int32_t get_offset_of_pos_5() { return static_cast(offsetof(StreamReader_t4009935899, ___pos_5)); } inline int32_t get_pos_5() const { return ___pos_5; } inline int32_t* get_address_of_pos_5() { return &___pos_5; } inline void set_pos_5(int32_t value) { ___pos_5 = value; } inline static int32_t get_offset_of_buffer_size_6() { return static_cast(offsetof(StreamReader_t4009935899, ___buffer_size_6)); } inline int32_t get_buffer_size_6() const { return ___buffer_size_6; } inline int32_t* get_address_of_buffer_size_6() { return &___buffer_size_6; } inline void set_buffer_size_6(int32_t value) { ___buffer_size_6 = value; } inline static int32_t get_offset_of_do_checks_7() { return static_cast(offsetof(StreamReader_t4009935899, ___do_checks_7)); } inline int32_t get_do_checks_7() const { return ___do_checks_7; } inline int32_t* get_address_of_do_checks_7() { return &___do_checks_7; } inline void set_do_checks_7(int32_t value) { ___do_checks_7 = value; } inline static int32_t get_offset_of_encoding_8() { return static_cast(offsetof(StreamReader_t4009935899, ___encoding_8)); } inline Encoding_t1523322056 * get_encoding_8() const { return ___encoding_8; } inline Encoding_t1523322056 ** get_address_of_encoding_8() { return &___encoding_8; } inline void set_encoding_8(Encoding_t1523322056 * value) { ___encoding_8 = value; Il2CppCodeGenWriteBarrier((&___encoding_8), value); } inline static int32_t get_offset_of_decoder_9() { return static_cast(offsetof(StreamReader_t4009935899, ___decoder_9)); } inline Decoder_t2204182725 * get_decoder_9() const { return ___decoder_9; } inline Decoder_t2204182725 ** get_address_of_decoder_9() { return &___decoder_9; } inline void set_decoder_9(Decoder_t2204182725 * value) { ___decoder_9 = value; Il2CppCodeGenWriteBarrier((&___decoder_9), value); } inline static int32_t get_offset_of_base_stream_10() { return static_cast(offsetof(StreamReader_t4009935899, ___base_stream_10)); } inline Stream_t1273022909 * get_base_stream_10() const { return ___base_stream_10; } inline Stream_t1273022909 ** get_address_of_base_stream_10() { return &___base_stream_10; } inline void set_base_stream_10(Stream_t1273022909 * value) { ___base_stream_10 = value; Il2CppCodeGenWriteBarrier((&___base_stream_10), value); } inline static int32_t get_offset_of_mayBlock_11() { return static_cast(offsetof(StreamReader_t4009935899, ___mayBlock_11)); } inline bool get_mayBlock_11() const { return ___mayBlock_11; } inline bool* get_address_of_mayBlock_11() { return &___mayBlock_11; } inline void set_mayBlock_11(bool value) { ___mayBlock_11 = value; } inline static int32_t get_offset_of_line_builder_12() { return static_cast(offsetof(StreamReader_t4009935899, ___line_builder_12)); } inline StringBuilder_t * get_line_builder_12() const { return ___line_builder_12; } inline StringBuilder_t ** get_address_of_line_builder_12() { return &___line_builder_12; } inline void set_line_builder_12(StringBuilder_t * value) { ___line_builder_12 = value; Il2CppCodeGenWriteBarrier((&___line_builder_12), value); } inline static int32_t get_offset_of_foundCR_14() { return static_cast(offsetof(StreamReader_t4009935899, ___foundCR_14)); } inline bool get_foundCR_14() const { return ___foundCR_14; } inline bool* get_address_of_foundCR_14() { return &___foundCR_14; } inline void set_foundCR_14(bool value) { ___foundCR_14 = value; } }; struct StreamReader_t4009935899_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t4009935899 * ___Null_13; public: inline static int32_t get_offset_of_Null_13() { return static_cast(offsetof(StreamReader_t4009935899_StaticFields, ___Null_13)); } inline StreamReader_t4009935899 * get_Null_13() const { return ___Null_13; } inline StreamReader_t4009935899 ** get_address_of_Null_13() { return &___Null_13; } inline void set_Null_13(StreamReader_t4009935899 * value) { ___Null_13 = value; Il2CppCodeGenWriteBarrier((&___Null_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMREADER_T4009935899_H #ifndef CLIENTACTIVATEDIDENTITY_T3849543081_H #define CLIENTACTIVATEDIDENTITY_T3849543081_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ClientActivatedIdentity struct ClientActivatedIdentity_t3849543081 : public ServerIdentity_t2342208608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIENTACTIVATEDIDENTITY_T3849543081_H #ifndef SERIALIZATIONEXCEPTION_T3941511869_H #define SERIALIZATIONEXCEPTION_T3941511869_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationException struct SerializationException_t3941511869 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONEXCEPTION_T3941511869_H #ifndef ASSEMBLY_T_H #define ASSEMBLY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____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_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), 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((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_H #ifndef SOAPTYPEATTRIBUTE_T1750930817_H #define SOAPTYPEATTRIBUTE_T1750930817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Metadata.SoapTypeAttribute struct SoapTypeAttribute_t1750930817 : public SoapAttribute_t411004526 { public: // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_useAttribute bool ____useAttribute_3; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlElementName String_t* ____xmlElementName_4; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlNamespace String_t* ____xmlNamespace_5; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlTypeName String_t* ____xmlTypeName_6; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlTypeNamespace String_t* ____xmlTypeNamespace_7; // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_isType bool ____isType_8; // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_isElement bool ____isElement_9; public: inline static int32_t get_offset_of__useAttribute_3() { return static_cast(offsetof(SoapTypeAttribute_t1750930817, ____useAttribute_3)); } inline bool get__useAttribute_3() const { return ____useAttribute_3; } inline bool* get_address_of__useAttribute_3() { return &____useAttribute_3; } inline void set__useAttribute_3(bool value) { ____useAttribute_3 = value; } inline static int32_t get_offset_of__xmlElementName_4() { return static_cast(offsetof(SoapTypeAttribute_t1750930817, ____xmlElementName_4)); } inline String_t* get__xmlElementName_4() const { return ____xmlElementName_4; } inline String_t** get_address_of__xmlElementName_4() { return &____xmlElementName_4; } inline void set__xmlElementName_4(String_t* value) { ____xmlElementName_4 = value; Il2CppCodeGenWriteBarrier((&____xmlElementName_4), value); } inline static int32_t get_offset_of__xmlNamespace_5() { return static_cast(offsetof(SoapTypeAttribute_t1750930817, ____xmlNamespace_5)); } inline String_t* get__xmlNamespace_5() const { return ____xmlNamespace_5; } inline String_t** get_address_of__xmlNamespace_5() { return &____xmlNamespace_5; } inline void set__xmlNamespace_5(String_t* value) { ____xmlNamespace_5 = value; Il2CppCodeGenWriteBarrier((&____xmlNamespace_5), value); } inline static int32_t get_offset_of__xmlTypeName_6() { return static_cast(offsetof(SoapTypeAttribute_t1750930817, ____xmlTypeName_6)); } inline String_t* get__xmlTypeName_6() const { return ____xmlTypeName_6; } inline String_t** get_address_of__xmlTypeName_6() { return &____xmlTypeName_6; } inline void set__xmlTypeName_6(String_t* value) { ____xmlTypeName_6 = value; Il2CppCodeGenWriteBarrier((&____xmlTypeName_6), value); } inline static int32_t get_offset_of__xmlTypeNamespace_7() { return static_cast(offsetof(SoapTypeAttribute_t1750930817, ____xmlTypeNamespace_7)); } inline String_t* get__xmlTypeNamespace_7() const { return ____xmlTypeNamespace_7; } inline String_t** get_address_of__xmlTypeNamespace_7() { return &____xmlTypeNamespace_7; } inline void set__xmlTypeNamespace_7(String_t* value) { ____xmlTypeNamespace_7 = value; Il2CppCodeGenWriteBarrier((&____xmlTypeNamespace_7), value); } inline static int32_t get_offset_of__isType_8() { return static_cast(offsetof(SoapTypeAttribute_t1750930817, ____isType_8)); } inline bool get__isType_8() const { return ____isType_8; } inline bool* get_address_of__isType_8() { return &____isType_8; } inline void set__isType_8(bool value) { ____isType_8 = value; } inline static int32_t get_offset_of__isElement_9() { return static_cast(offsetof(SoapTypeAttribute_t1750930817, ____isElement_9)); } inline bool get__isElement_9() const { return ____isElement_9; } inline bool* get_address_of__isElement_9() { return &____isElement_9; } inline void set__isElement_9(bool value) { ____isElement_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOAPTYPEATTRIBUTE_T1750930817_H #ifndef SOAPPARAMETERATTRIBUTE_T1445364003_H #define SOAPPARAMETERATTRIBUTE_T1445364003_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Metadata.SoapParameterAttribute struct SoapParameterAttribute_t1445364003 : public SoapAttribute_t411004526 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOAPPARAMETERATTRIBUTE_T1445364003_H #ifndef LEASESTATE_T747101024_H #define LEASESTATE_T747101024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Lifetime.LeaseState struct LeaseState_t747101024 { public: // System.Int32 System.Runtime.Remoting.Lifetime.LeaseState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LeaseState_t747101024, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEASESTATE_T747101024_H #ifndef MEMBERTYPEMETADATA_T976220688_H #define MEMBERTYPEMETADATA_T976220688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.MemberTypeMetadata struct MemberTypeMetadata_t976220688 : public ClrTypeMetadata_t3885853035 { public: // System.Reflection.MemberInfo[] System.Runtime.Serialization.Formatters.Binary.MemberTypeMetadata::members MemberInfoU5BU5D_t1302094432* ___members_3; public: inline static int32_t get_offset_of_members_3() { return static_cast(offsetof(MemberTypeMetadata_t976220688, ___members_3)); } inline MemberInfoU5BU5D_t1302094432* get_members_3() const { return ___members_3; } inline MemberInfoU5BU5D_t1302094432** get_address_of_members_3() { return &___members_3; } inline void set_members_3(MemberInfoU5BU5D_t1302094432* value) { ___members_3 = value; Il2CppCodeGenWriteBarrier((&___members_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERTYPEMETADATA_T976220688_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255361 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields { public: // /$ArrayType$52 ::$$field-0 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D0_0; // /$ArrayType$24 ::$$field-1 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D1_1; // /$ArrayType$24 ::$$field-2 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D2_2; // /$ArrayType$24 ::$$field-3 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D3_3; // /$ArrayType$24 ::$$field-4 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D4_4; // /$ArrayType$16 ::$$field-5 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D5_5; // /$ArrayType$16 ::$$field-6 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D6_6; // /$ArrayType$3132 ::$$field-15 U24ArrayTypeU243132_t2732071528 ___U24U24fieldU2D15_7; // /$ArrayType$20 ::$$field-16 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D16_8; // /$ArrayType$32 ::$$field-17 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D17_9; // /$ArrayType$48 ::$$field-18 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D18_10; // /$ArrayType$64 ::$$field-19 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D19_11; // /$ArrayType$64 ::$$field-20 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D20_12; // /$ArrayType$64 ::$$field-21 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D21_13; // /$ArrayType$64 ::$$field-22 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D22_14; // /$ArrayType$12 ::$$field-23 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D23_15; // /$ArrayType$12 ::$$field-24 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D24_16; // /$ArrayType$12 ::$$field-25 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D25_17; // /$ArrayType$16 ::$$field-26 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D26_18; // /$ArrayType$52 ::$$field-27 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D27_19; // /$ArrayType$52 ::$$field-28 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D28_20; // /$ArrayType$1668 ::$$field-29 U24ArrayTypeU241668_t760361261 ___U24U24fieldU2D29_21; // /$ArrayType$2100 ::$$field-30 U24ArrayTypeU242100_t1165856516 ___U24U24fieldU2D30_22; // /$ArrayType$1452 ::$$field-31 U24ArrayTypeU241452_t377631024 ___U24U24fieldU2D31_23; // /$ArrayType$136 ::$$field-32 U24ArrayTypeU24136_t1950429485 ___U24U24fieldU2D32_24; // /$ArrayType$84 ::$$field-34 U24ArrayTypeU2484_t950115319 ___U24U24fieldU2D34_25; // /$ArrayType$72 ::$$field-35 U24ArrayTypeU2472_t1683523542 ___U24U24fieldU2D35_26; // /$ArrayType$8 ::$$field-36 U24ArrayTypeU248_t3244137463 ___U24U24fieldU2D36_27; // /$ArrayType$20 ::$$field-37 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D37_28; // /$ArrayType$12 ::$$field-38 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D38_29; // /$ArrayType$64 ::$$field-39 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D39_30; // /$ArrayType$124 ::$$field-40 U24ArrayTypeU24124_t4289081647 ___U24U24fieldU2D40_31; // /$ArrayType$32 ::$$field-41 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D41_32; // /$ArrayType$96 ::$$field-42 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D42_33; // /$ArrayType$2048 ::$$field-43 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D43_34; // /$ArrayType$56 ::$$field-44 U24ArrayTypeU2456_t1285398176 ___U24U24fieldU2D44_35; // /$ArrayType$16 ::$$field-45 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D45_36; // /$ArrayType$48 ::$$field-46 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D46_37; // /$ArrayType$2048 ::$$field-47 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D47_38; // /$ArrayType$2048 ::$$field-48 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D48_39; // /$ArrayType$256 ::$$field-49 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D49_40; // /$ArrayType$256 ::$$field-50 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D50_41; // /$ArrayType$120 ::$$field-51 U24ArrayTypeU24120_t4289081651 ___U24U24fieldU2D51_42; // /$ArrayType$256 ::$$field-52 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D52_43; // /$ArrayType$256 ::$$field-53 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D53_44; // /$ArrayType$1024 ::$$field-54 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D54_45; // /$ArrayType$1024 ::$$field-55 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D55_46; // /$ArrayType$1024 ::$$field-56 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D56_47; // /$ArrayType$1024 ::$$field-57 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D57_48; // /$ArrayType$1024 ::$$field-58 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D58_49; // /$ArrayType$1024 ::$$field-59 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D59_50; // /$ArrayType$1024 ::$$field-60 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D60_51; // /$ArrayType$1024 ::$$field-61 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D61_52; // /$ArrayType$256 ::$$field-62 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D62_53; // /$ArrayType$640 ::$$field-63 U24ArrayTypeU24640_t2298765680 ___U24U24fieldU2D63_54; // /$ArrayType$96 ::$$field-64 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D64_55; // /$ArrayType$160 ::$$field-65 U24ArrayTypeU24160_t758788403 ___U24U24fieldU2D65_56; // /$ArrayType$128 ::$$field-67 U24ArrayTypeU24128_t4289081659 ___U24U24fieldU2D67_57; // /$ArrayType$256 ::$$field-68 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D68_58; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D1_1)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; } inline void set_U24U24fieldU2D1_1(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D1_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D2_2)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; } inline void set_U24U24fieldU2D2_2(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D2_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D3_3)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; } inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D3_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D4_4)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; } inline void set_U24U24fieldU2D4_4(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D4_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D5_5)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; } inline void set_U24U24fieldU2D5_5(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D5_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D6_6)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; } inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D6_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D15_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D15_7)); } inline U24ArrayTypeU243132_t2732071528 get_U24U24fieldU2D15_7() const { return ___U24U24fieldU2D15_7; } inline U24ArrayTypeU243132_t2732071528 * get_address_of_U24U24fieldU2D15_7() { return &___U24U24fieldU2D15_7; } inline void set_U24U24fieldU2D15_7(U24ArrayTypeU243132_t2732071528 value) { ___U24U24fieldU2D15_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D16_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D16_8)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D16_8() const { return ___U24U24fieldU2D16_8; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D16_8() { return &___U24U24fieldU2D16_8; } inline void set_U24U24fieldU2D16_8(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D16_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D17_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D17_9)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D17_9() const { return ___U24U24fieldU2D17_9; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D17_9() { return &___U24U24fieldU2D17_9; } inline void set_U24U24fieldU2D17_9(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D17_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D18_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D18_10)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D18_10() const { return ___U24U24fieldU2D18_10; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D18_10() { return &___U24U24fieldU2D18_10; } inline void set_U24U24fieldU2D18_10(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D18_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D19_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D19_11)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D19_11() const { return ___U24U24fieldU2D19_11; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D19_11() { return &___U24U24fieldU2D19_11; } inline void set_U24U24fieldU2D19_11(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D19_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D20_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D20_12)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D20_12() const { return ___U24U24fieldU2D20_12; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D20_12() { return &___U24U24fieldU2D20_12; } inline void set_U24U24fieldU2D20_12(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D20_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D21_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D21_13)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D21_13() const { return ___U24U24fieldU2D21_13; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D21_13() { return &___U24U24fieldU2D21_13; } inline void set_U24U24fieldU2D21_13(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D21_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D22_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D22_14)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D22_14() const { return ___U24U24fieldU2D22_14; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D22_14() { return &___U24U24fieldU2D22_14; } inline void set_U24U24fieldU2D22_14(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D22_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D23_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D23_15)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D23_15() const { return ___U24U24fieldU2D23_15; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D23_15() { return &___U24U24fieldU2D23_15; } inline void set_U24U24fieldU2D23_15(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D23_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D24_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D24_16)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D24_16() const { return ___U24U24fieldU2D24_16; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D24_16() { return &___U24U24fieldU2D24_16; } inline void set_U24U24fieldU2D24_16(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D24_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D25_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D25_17)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D25_17() const { return ___U24U24fieldU2D25_17; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D25_17() { return &___U24U24fieldU2D25_17; } inline void set_U24U24fieldU2D25_17(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D25_17 = value; } inline static int32_t get_offset_of_U24U24fieldU2D26_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D26_18)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D26_18() const { return ___U24U24fieldU2D26_18; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D26_18() { return &___U24U24fieldU2D26_18; } inline void set_U24U24fieldU2D26_18(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D26_18 = value; } inline static int32_t get_offset_of_U24U24fieldU2D27_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D27_19)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D27_19() const { return ___U24U24fieldU2D27_19; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D27_19() { return &___U24U24fieldU2D27_19; } inline void set_U24U24fieldU2D27_19(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D27_19 = value; } inline static int32_t get_offset_of_U24U24fieldU2D28_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D28_20)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D28_20() const { return ___U24U24fieldU2D28_20; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D28_20() { return &___U24U24fieldU2D28_20; } inline void set_U24U24fieldU2D28_20(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D28_20 = value; } inline static int32_t get_offset_of_U24U24fieldU2D29_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D29_21)); } inline U24ArrayTypeU241668_t760361261 get_U24U24fieldU2D29_21() const { return ___U24U24fieldU2D29_21; } inline U24ArrayTypeU241668_t760361261 * get_address_of_U24U24fieldU2D29_21() { return &___U24U24fieldU2D29_21; } inline void set_U24U24fieldU2D29_21(U24ArrayTypeU241668_t760361261 value) { ___U24U24fieldU2D29_21 = value; } inline static int32_t get_offset_of_U24U24fieldU2D30_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D30_22)); } inline U24ArrayTypeU242100_t1165856516 get_U24U24fieldU2D30_22() const { return ___U24U24fieldU2D30_22; } inline U24ArrayTypeU242100_t1165856516 * get_address_of_U24U24fieldU2D30_22() { return &___U24U24fieldU2D30_22; } inline void set_U24U24fieldU2D30_22(U24ArrayTypeU242100_t1165856516 value) { ___U24U24fieldU2D30_22 = value; } inline static int32_t get_offset_of_U24U24fieldU2D31_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D31_23)); } inline U24ArrayTypeU241452_t377631024 get_U24U24fieldU2D31_23() const { return ___U24U24fieldU2D31_23; } inline U24ArrayTypeU241452_t377631024 * get_address_of_U24U24fieldU2D31_23() { return &___U24U24fieldU2D31_23; } inline void set_U24U24fieldU2D31_23(U24ArrayTypeU241452_t377631024 value) { ___U24U24fieldU2D31_23 = value; } inline static int32_t get_offset_of_U24U24fieldU2D32_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D32_24)); } inline U24ArrayTypeU24136_t1950429485 get_U24U24fieldU2D32_24() const { return ___U24U24fieldU2D32_24; } inline U24ArrayTypeU24136_t1950429485 * get_address_of_U24U24fieldU2D32_24() { return &___U24U24fieldU2D32_24; } inline void set_U24U24fieldU2D32_24(U24ArrayTypeU24136_t1950429485 value) { ___U24U24fieldU2D32_24 = value; } inline static int32_t get_offset_of_U24U24fieldU2D34_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D34_25)); } inline U24ArrayTypeU2484_t950115319 get_U24U24fieldU2D34_25() const { return ___U24U24fieldU2D34_25; } inline U24ArrayTypeU2484_t950115319 * get_address_of_U24U24fieldU2D34_25() { return &___U24U24fieldU2D34_25; } inline void set_U24U24fieldU2D34_25(U24ArrayTypeU2484_t950115319 value) { ___U24U24fieldU2D34_25 = value; } inline static int32_t get_offset_of_U24U24fieldU2D35_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D35_26)); } inline U24ArrayTypeU2472_t1683523542 get_U24U24fieldU2D35_26() const { return ___U24U24fieldU2D35_26; } inline U24ArrayTypeU2472_t1683523542 * get_address_of_U24U24fieldU2D35_26() { return &___U24U24fieldU2D35_26; } inline void set_U24U24fieldU2D35_26(U24ArrayTypeU2472_t1683523542 value) { ___U24U24fieldU2D35_26 = value; } inline static int32_t get_offset_of_U24U24fieldU2D36_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D36_27)); } inline U24ArrayTypeU248_t3244137463 get_U24U24fieldU2D36_27() const { return ___U24U24fieldU2D36_27; } inline U24ArrayTypeU248_t3244137463 * get_address_of_U24U24fieldU2D36_27() { return &___U24U24fieldU2D36_27; } inline void set_U24U24fieldU2D36_27(U24ArrayTypeU248_t3244137463 value) { ___U24U24fieldU2D36_27 = value; } inline static int32_t get_offset_of_U24U24fieldU2D37_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D37_28)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D37_28() const { return ___U24U24fieldU2D37_28; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D37_28() { return &___U24U24fieldU2D37_28; } inline void set_U24U24fieldU2D37_28(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D37_28 = value; } inline static int32_t get_offset_of_U24U24fieldU2D38_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D38_29)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D38_29() const { return ___U24U24fieldU2D38_29; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D38_29() { return &___U24U24fieldU2D38_29; } inline void set_U24U24fieldU2D38_29(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D38_29 = value; } inline static int32_t get_offset_of_U24U24fieldU2D39_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D39_30)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D39_30() const { return ___U24U24fieldU2D39_30; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D39_30() { return &___U24U24fieldU2D39_30; } inline void set_U24U24fieldU2D39_30(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D39_30 = value; } inline static int32_t get_offset_of_U24U24fieldU2D40_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D40_31)); } inline U24ArrayTypeU24124_t4289081647 get_U24U24fieldU2D40_31() const { return ___U24U24fieldU2D40_31; } inline U24ArrayTypeU24124_t4289081647 * get_address_of_U24U24fieldU2D40_31() { return &___U24U24fieldU2D40_31; } inline void set_U24U24fieldU2D40_31(U24ArrayTypeU24124_t4289081647 value) { ___U24U24fieldU2D40_31 = value; } inline static int32_t get_offset_of_U24U24fieldU2D41_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D41_32)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D41_32() const { return ___U24U24fieldU2D41_32; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D41_32() { return &___U24U24fieldU2D41_32; } inline void set_U24U24fieldU2D41_32(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D41_32 = value; } inline static int32_t get_offset_of_U24U24fieldU2D42_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D42_33)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D42_33() const { return ___U24U24fieldU2D42_33; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D42_33() { return &___U24U24fieldU2D42_33; } inline void set_U24U24fieldU2D42_33(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D42_33 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D43_34)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D43_34() const { return ___U24U24fieldU2D43_34; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D43_34() { return &___U24U24fieldU2D43_34; } inline void set_U24U24fieldU2D43_34(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D43_34 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D44_35)); } inline U24ArrayTypeU2456_t1285398176 get_U24U24fieldU2D44_35() const { return ___U24U24fieldU2D44_35; } inline U24ArrayTypeU2456_t1285398176 * get_address_of_U24U24fieldU2D44_35() { return &___U24U24fieldU2D44_35; } inline void set_U24U24fieldU2D44_35(U24ArrayTypeU2456_t1285398176 value) { ___U24U24fieldU2D44_35 = value; } inline static int32_t get_offset_of_U24U24fieldU2D45_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D45_36)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D45_36() const { return ___U24U24fieldU2D45_36; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D45_36() { return &___U24U24fieldU2D45_36; } inline void set_U24U24fieldU2D45_36(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D45_36 = value; } inline static int32_t get_offset_of_U24U24fieldU2D46_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D46_37)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D46_37() const { return ___U24U24fieldU2D46_37; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D46_37() { return &___U24U24fieldU2D46_37; } inline void set_U24U24fieldU2D46_37(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D46_37 = value; } inline static int32_t get_offset_of_U24U24fieldU2D47_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D47_38)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D47_38() const { return ___U24U24fieldU2D47_38; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D47_38() { return &___U24U24fieldU2D47_38; } inline void set_U24U24fieldU2D47_38(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D47_38 = value; } inline static int32_t get_offset_of_U24U24fieldU2D48_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D48_39)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D48_39() const { return ___U24U24fieldU2D48_39; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D48_39() { return &___U24U24fieldU2D48_39; } inline void set_U24U24fieldU2D48_39(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D48_39 = value; } inline static int32_t get_offset_of_U24U24fieldU2D49_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D49_40)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D49_40() const { return ___U24U24fieldU2D49_40; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D49_40() { return &___U24U24fieldU2D49_40; } inline void set_U24U24fieldU2D49_40(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D49_40 = value; } inline static int32_t get_offset_of_U24U24fieldU2D50_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D50_41)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D50_41() const { return ___U24U24fieldU2D50_41; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D50_41() { return &___U24U24fieldU2D50_41; } inline void set_U24U24fieldU2D50_41(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D50_41 = value; } inline static int32_t get_offset_of_U24U24fieldU2D51_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D51_42)); } inline U24ArrayTypeU24120_t4289081651 get_U24U24fieldU2D51_42() const { return ___U24U24fieldU2D51_42; } inline U24ArrayTypeU24120_t4289081651 * get_address_of_U24U24fieldU2D51_42() { return &___U24U24fieldU2D51_42; } inline void set_U24U24fieldU2D51_42(U24ArrayTypeU24120_t4289081651 value) { ___U24U24fieldU2D51_42 = value; } inline static int32_t get_offset_of_U24U24fieldU2D52_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D52_43)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D52_43() const { return ___U24U24fieldU2D52_43; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D52_43() { return &___U24U24fieldU2D52_43; } inline void set_U24U24fieldU2D52_43(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D52_43 = value; } inline static int32_t get_offset_of_U24U24fieldU2D53_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D53_44)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D53_44() const { return ___U24U24fieldU2D53_44; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D53_44() { return &___U24U24fieldU2D53_44; } inline void set_U24U24fieldU2D53_44(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D53_44 = value; } inline static int32_t get_offset_of_U24U24fieldU2D54_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D54_45)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D54_45() const { return ___U24U24fieldU2D54_45; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D54_45() { return &___U24U24fieldU2D54_45; } inline void set_U24U24fieldU2D54_45(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D54_45 = value; } inline static int32_t get_offset_of_U24U24fieldU2D55_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D55_46)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D55_46() const { return ___U24U24fieldU2D55_46; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D55_46() { return &___U24U24fieldU2D55_46; } inline void set_U24U24fieldU2D55_46(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D55_46 = value; } inline static int32_t get_offset_of_U24U24fieldU2D56_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D56_47)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D56_47() const { return ___U24U24fieldU2D56_47; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D56_47() { return &___U24U24fieldU2D56_47; } inline void set_U24U24fieldU2D56_47(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D56_47 = value; } inline static int32_t get_offset_of_U24U24fieldU2D57_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D57_48)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D57_48() const { return ___U24U24fieldU2D57_48; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D57_48() { return &___U24U24fieldU2D57_48; } inline void set_U24U24fieldU2D57_48(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D57_48 = value; } inline static int32_t get_offset_of_U24U24fieldU2D58_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D58_49)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D58_49() const { return ___U24U24fieldU2D58_49; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D58_49() { return &___U24U24fieldU2D58_49; } inline void set_U24U24fieldU2D58_49(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D58_49 = value; } inline static int32_t get_offset_of_U24U24fieldU2D59_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D59_50)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D59_50() const { return ___U24U24fieldU2D59_50; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D59_50() { return &___U24U24fieldU2D59_50; } inline void set_U24U24fieldU2D59_50(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D59_50 = value; } inline static int32_t get_offset_of_U24U24fieldU2D60_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D60_51)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D60_51() const { return ___U24U24fieldU2D60_51; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D60_51() { return &___U24U24fieldU2D60_51; } inline void set_U24U24fieldU2D60_51(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D60_51 = value; } inline static int32_t get_offset_of_U24U24fieldU2D61_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D61_52)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D61_52() const { return ___U24U24fieldU2D61_52; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D61_52() { return &___U24U24fieldU2D61_52; } inline void set_U24U24fieldU2D61_52(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D61_52 = value; } inline static int32_t get_offset_of_U24U24fieldU2D62_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D62_53)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D62_53() const { return ___U24U24fieldU2D62_53; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D62_53() { return &___U24U24fieldU2D62_53; } inline void set_U24U24fieldU2D62_53(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D62_53 = value; } inline static int32_t get_offset_of_U24U24fieldU2D63_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D63_54)); } inline U24ArrayTypeU24640_t2298765680 get_U24U24fieldU2D63_54() const { return ___U24U24fieldU2D63_54; } inline U24ArrayTypeU24640_t2298765680 * get_address_of_U24U24fieldU2D63_54() { return &___U24U24fieldU2D63_54; } inline void set_U24U24fieldU2D63_54(U24ArrayTypeU24640_t2298765680 value) { ___U24U24fieldU2D63_54 = value; } inline static int32_t get_offset_of_U24U24fieldU2D64_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D64_55)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D64_55() const { return ___U24U24fieldU2D64_55; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D64_55() { return &___U24U24fieldU2D64_55; } inline void set_U24U24fieldU2D64_55(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D64_55 = value; } inline static int32_t get_offset_of_U24U24fieldU2D65_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D65_56)); } inline U24ArrayTypeU24160_t758788403 get_U24U24fieldU2D65_56() const { return ___U24U24fieldU2D65_56; } inline U24ArrayTypeU24160_t758788403 * get_address_of_U24U24fieldU2D65_56() { return &___U24U24fieldU2D65_56; } inline void set_U24U24fieldU2D65_56(U24ArrayTypeU24160_t758788403 value) { ___U24U24fieldU2D65_56 = value; } inline static int32_t get_offset_of_U24U24fieldU2D67_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D67_57)); } inline U24ArrayTypeU24128_t4289081659 get_U24U24fieldU2D67_57() const { return ___U24U24fieldU2D67_57; } inline U24ArrayTypeU24128_t4289081659 * get_address_of_U24U24fieldU2D67_57() { return &___U24U24fieldU2D67_57; } inline void set_U24U24fieldU2D67_57(U24ArrayTypeU24128_t4289081659 value) { ___U24U24fieldU2D67_57 = value; } inline static int32_t get_offset_of_U24U24fieldU2D68_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D68_58)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D68_58() const { return ___U24U24fieldU2D68_58; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D68_58() { return &___U24U24fieldU2D68_58; } inline void set_U24U24fieldU2D68_58(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D68_58 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef ASSEMBLYBUILDERACCESS_T2806254258_H #define ASSEMBLYBUILDERACCESS_T2806254258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.AssemblyBuilderAccess struct AssemblyBuilderAccess_t2806254258 { public: // System.Int32 System.Reflection.Emit.AssemblyBuilderAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyBuilderAccess_t2806254258, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYBUILDERACCESS_T2806254258_H #ifndef METHODFLAGS_T1925520788_H #define METHODFLAGS_T1925520788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.MethodFlags struct MethodFlags_t1925520788 { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.MethodFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MethodFlags_t1925520788, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODFLAGS_T1925520788_H #ifndef SINGLETONIDENTITY_T2425810587_H #define SINGLETONIDENTITY_T2425810587_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.SingletonIdentity struct SingletonIdentity_t2425810587 : public ServerIdentity_t2342208608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETONIDENTITY_T2425810587_H #ifndef RETURNTYPETAG_T773701450_H #define RETURNTYPETAG_T773701450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.ReturnTypeTag struct ReturnTypeTag_t773701450 { public: // System.Byte System.Runtime.Serialization.Formatters.Binary.ReturnTypeTag::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ReturnTypeTag_t773701450, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RETURNTYPETAG_T773701450_H #ifndef MODULE_T2987026101_H #define MODULE_T2987026101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Module struct Module_t2987026101 : public RuntimeObject { public: // System.IntPtr System.Reflection.Module::_impl intptr_t ____impl_3; // System.Reflection.Assembly System.Reflection.Module::assembly Assembly_t * ___assembly_4; // System.String System.Reflection.Module::fqname String_t* ___fqname_5; // System.String System.Reflection.Module::name String_t* ___name_6; // System.String System.Reflection.Module::scopename String_t* ___scopename_7; // System.Boolean System.Reflection.Module::is_resource bool ___is_resource_8; // System.Int32 System.Reflection.Module::token int32_t ___token_9; public: inline static int32_t get_offset_of__impl_3() { return static_cast(offsetof(Module_t2987026101, ____impl_3)); } inline intptr_t get__impl_3() const { return ____impl_3; } inline intptr_t* get_address_of__impl_3() { return &____impl_3; } inline void set__impl_3(intptr_t value) { ____impl_3 = value; } inline static int32_t get_offset_of_assembly_4() { return static_cast(offsetof(Module_t2987026101, ___assembly_4)); } inline Assembly_t * get_assembly_4() const { return ___assembly_4; } inline Assembly_t ** get_address_of_assembly_4() { return &___assembly_4; } inline void set_assembly_4(Assembly_t * value) { ___assembly_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_4), value); } inline static int32_t get_offset_of_fqname_5() { return static_cast(offsetof(Module_t2987026101, ___fqname_5)); } inline String_t* get_fqname_5() const { return ___fqname_5; } inline String_t** get_address_of_fqname_5() { return &___fqname_5; } inline void set_fqname_5(String_t* value) { ___fqname_5 = value; Il2CppCodeGenWriteBarrier((&___fqname_5), value); } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(Module_t2987026101, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_scopename_7() { return static_cast(offsetof(Module_t2987026101, ___scopename_7)); } inline String_t* get_scopename_7() const { return ___scopename_7; } inline String_t** get_address_of_scopename_7() { return &___scopename_7; } inline void set_scopename_7(String_t* value) { ___scopename_7 = value; Il2CppCodeGenWriteBarrier((&___scopename_7), value); } inline static int32_t get_offset_of_is_resource_8() { return static_cast(offsetof(Module_t2987026101, ___is_resource_8)); } inline bool get_is_resource_8() const { return ___is_resource_8; } inline bool* get_address_of_is_resource_8() { return &___is_resource_8; } inline void set_is_resource_8(bool value) { ___is_resource_8 = value; } inline static int32_t get_offset_of_token_9() { return static_cast(offsetof(Module_t2987026101, ___token_9)); } inline int32_t get_token_9() const { return ___token_9; } inline int32_t* get_address_of_token_9() { return &___token_9; } inline void set_token_9(int32_t value) { ___token_9 = value; } }; struct Module_t2987026101_StaticFields { public: // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName TypeFilter_t2356120900 * ___FilterTypeName_1; // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase TypeFilter_t2356120900 * ___FilterTypeNameIgnoreCase_2; public: inline static int32_t get_offset_of_FilterTypeName_1() { return static_cast(offsetof(Module_t2987026101_StaticFields, ___FilterTypeName_1)); } inline TypeFilter_t2356120900 * get_FilterTypeName_1() const { return ___FilterTypeName_1; } inline TypeFilter_t2356120900 ** get_address_of_FilterTypeName_1() { return &___FilterTypeName_1; } inline void set_FilterTypeName_1(TypeFilter_t2356120900 * value) { ___FilterTypeName_1 = value; Il2CppCodeGenWriteBarrier((&___FilterTypeName_1), value); } inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_2() { return static_cast(offsetof(Module_t2987026101_StaticFields, ___FilterTypeNameIgnoreCase_2)); } inline TypeFilter_t2356120900 * get_FilterTypeNameIgnoreCase_2() const { return ___FilterTypeNameIgnoreCase_2; } inline TypeFilter_t2356120900 ** get_address_of_FilterTypeNameIgnoreCase_2() { return &___FilterTypeNameIgnoreCase_2; } inline void set_FilterTypeNameIgnoreCase_2(TypeFilter_t2356120900 * value) { ___FilterTypeNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___FilterTypeNameIgnoreCase_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULE_T2987026101_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef OBJECTRECORD_T1187467272_H #define OBJECTRECORD_T1187467272_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.ObjectRecord struct ObjectRecord_t1187467272 : public RuntimeObject { public: // System.Runtime.Serialization.ObjectRecordStatus System.Runtime.Serialization.ObjectRecord::Status uint8_t ___Status_0; // System.Object System.Runtime.Serialization.ObjectRecord::OriginalObject RuntimeObject * ___OriginalObject_1; // System.Object System.Runtime.Serialization.ObjectRecord::ObjectInstance RuntimeObject * ___ObjectInstance_2; // System.Int64 System.Runtime.Serialization.ObjectRecord::ObjectID int64_t ___ObjectID_3; // System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.ObjectRecord::Info SerializationInfo_t950877179 * ___Info_4; // System.Int64 System.Runtime.Serialization.ObjectRecord::IdOfContainingObj int64_t ___IdOfContainingObj_5; // System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ObjectRecord::Surrogate RuntimeObject* ___Surrogate_6; // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.ObjectRecord::SurrogateSelector RuntimeObject* ___SurrogateSelector_7; // System.Reflection.MemberInfo System.Runtime.Serialization.ObjectRecord::Member MemberInfo_t * ___Member_8; // System.Int32[] System.Runtime.Serialization.ObjectRecord::ArrayIndex Int32U5BU5D_t385246372* ___ArrayIndex_9; // System.Runtime.Serialization.BaseFixupRecord System.Runtime.Serialization.ObjectRecord::FixupChainAsContainer BaseFixupRecord_t3185653456 * ___FixupChainAsContainer_10; // System.Runtime.Serialization.BaseFixupRecord System.Runtime.Serialization.ObjectRecord::FixupChainAsRequired BaseFixupRecord_t3185653456 * ___FixupChainAsRequired_11; // System.Runtime.Serialization.ObjectRecord System.Runtime.Serialization.ObjectRecord::Next ObjectRecord_t1187467272 * ___Next_12; public: inline static int32_t get_offset_of_Status_0() { return static_cast(offsetof(ObjectRecord_t1187467272, ___Status_0)); } inline uint8_t get_Status_0() const { return ___Status_0; } inline uint8_t* get_address_of_Status_0() { return &___Status_0; } inline void set_Status_0(uint8_t value) { ___Status_0 = value; } inline static int32_t get_offset_of_OriginalObject_1() { return static_cast(offsetof(ObjectRecord_t1187467272, ___OriginalObject_1)); } inline RuntimeObject * get_OriginalObject_1() const { return ___OriginalObject_1; } inline RuntimeObject ** get_address_of_OriginalObject_1() { return &___OriginalObject_1; } inline void set_OriginalObject_1(RuntimeObject * value) { ___OriginalObject_1 = value; Il2CppCodeGenWriteBarrier((&___OriginalObject_1), value); } inline static int32_t get_offset_of_ObjectInstance_2() { return static_cast(offsetof(ObjectRecord_t1187467272, ___ObjectInstance_2)); } inline RuntimeObject * get_ObjectInstance_2() const { return ___ObjectInstance_2; } inline RuntimeObject ** get_address_of_ObjectInstance_2() { return &___ObjectInstance_2; } inline void set_ObjectInstance_2(RuntimeObject * value) { ___ObjectInstance_2 = value; Il2CppCodeGenWriteBarrier((&___ObjectInstance_2), value); } inline static int32_t get_offset_of_ObjectID_3() { return static_cast(offsetof(ObjectRecord_t1187467272, ___ObjectID_3)); } inline int64_t get_ObjectID_3() const { return ___ObjectID_3; } inline int64_t* get_address_of_ObjectID_3() { return &___ObjectID_3; } inline void set_ObjectID_3(int64_t value) { ___ObjectID_3 = value; } inline static int32_t get_offset_of_Info_4() { return static_cast(offsetof(ObjectRecord_t1187467272, ___Info_4)); } inline SerializationInfo_t950877179 * get_Info_4() const { return ___Info_4; } inline SerializationInfo_t950877179 ** get_address_of_Info_4() { return &___Info_4; } inline void set_Info_4(SerializationInfo_t950877179 * value) { ___Info_4 = value; Il2CppCodeGenWriteBarrier((&___Info_4), value); } inline static int32_t get_offset_of_IdOfContainingObj_5() { return static_cast(offsetof(ObjectRecord_t1187467272, ___IdOfContainingObj_5)); } inline int64_t get_IdOfContainingObj_5() const { return ___IdOfContainingObj_5; } inline int64_t* get_address_of_IdOfContainingObj_5() { return &___IdOfContainingObj_5; } inline void set_IdOfContainingObj_5(int64_t value) { ___IdOfContainingObj_5 = value; } inline static int32_t get_offset_of_Surrogate_6() { return static_cast(offsetof(ObjectRecord_t1187467272, ___Surrogate_6)); } inline RuntimeObject* get_Surrogate_6() const { return ___Surrogate_6; } inline RuntimeObject** get_address_of_Surrogate_6() { return &___Surrogate_6; } inline void set_Surrogate_6(RuntimeObject* value) { ___Surrogate_6 = value; Il2CppCodeGenWriteBarrier((&___Surrogate_6), value); } inline static int32_t get_offset_of_SurrogateSelector_7() { return static_cast(offsetof(ObjectRecord_t1187467272, ___SurrogateSelector_7)); } inline RuntimeObject* get_SurrogateSelector_7() const { return ___SurrogateSelector_7; } inline RuntimeObject** get_address_of_SurrogateSelector_7() { return &___SurrogateSelector_7; } inline void set_SurrogateSelector_7(RuntimeObject* value) { ___SurrogateSelector_7 = value; Il2CppCodeGenWriteBarrier((&___SurrogateSelector_7), value); } inline static int32_t get_offset_of_Member_8() { return static_cast(offsetof(ObjectRecord_t1187467272, ___Member_8)); } inline MemberInfo_t * get_Member_8() const { return ___Member_8; } inline MemberInfo_t ** get_address_of_Member_8() { return &___Member_8; } inline void set_Member_8(MemberInfo_t * value) { ___Member_8 = value; Il2CppCodeGenWriteBarrier((&___Member_8), value); } inline static int32_t get_offset_of_ArrayIndex_9() { return static_cast(offsetof(ObjectRecord_t1187467272, ___ArrayIndex_9)); } inline Int32U5BU5D_t385246372* get_ArrayIndex_9() const { return ___ArrayIndex_9; } inline Int32U5BU5D_t385246372** get_address_of_ArrayIndex_9() { return &___ArrayIndex_9; } inline void set_ArrayIndex_9(Int32U5BU5D_t385246372* value) { ___ArrayIndex_9 = value; Il2CppCodeGenWriteBarrier((&___ArrayIndex_9), value); } inline static int32_t get_offset_of_FixupChainAsContainer_10() { return static_cast(offsetof(ObjectRecord_t1187467272, ___FixupChainAsContainer_10)); } inline BaseFixupRecord_t3185653456 * get_FixupChainAsContainer_10() const { return ___FixupChainAsContainer_10; } inline BaseFixupRecord_t3185653456 ** get_address_of_FixupChainAsContainer_10() { return &___FixupChainAsContainer_10; } inline void set_FixupChainAsContainer_10(BaseFixupRecord_t3185653456 * value) { ___FixupChainAsContainer_10 = value; Il2CppCodeGenWriteBarrier((&___FixupChainAsContainer_10), value); } inline static int32_t get_offset_of_FixupChainAsRequired_11() { return static_cast(offsetof(ObjectRecord_t1187467272, ___FixupChainAsRequired_11)); } inline BaseFixupRecord_t3185653456 * get_FixupChainAsRequired_11() const { return ___FixupChainAsRequired_11; } inline BaseFixupRecord_t3185653456 ** get_address_of_FixupChainAsRequired_11() { return &___FixupChainAsRequired_11; } inline void set_FixupChainAsRequired_11(BaseFixupRecord_t3185653456 * value) { ___FixupChainAsRequired_11 = value; Il2CppCodeGenWriteBarrier((&___FixupChainAsRequired_11), value); } inline static int32_t get_offset_of_Next_12() { return static_cast(offsetof(ObjectRecord_t1187467272, ___Next_12)); } inline ObjectRecord_t1187467272 * get_Next_12() const { return ___Next_12; } inline ObjectRecord_t1187467272 ** get_address_of_Next_12() { return &___Next_12; } inline void set_Next_12(ObjectRecord_t1187467272 * value) { ___Next_12 = value; Il2CppCodeGenWriteBarrier((&___Next_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTRECORD_T1187467272_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef MONOMETHOD_T_H #define MONOMETHOD_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoMethod struct MonoMethod_t : public MethodInfo_t { 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((&___name_1), 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((&___reftype_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOMETHOD_T_H #ifndef METHODBUILDER_T2807316753_H #define METHODBUILDER_T2807316753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.MethodBuilder struct MethodBuilder_t2807316753 : public MethodInfo_t { public: // System.RuntimeMethodHandle System.Reflection.Emit.MethodBuilder::mhandle RuntimeMethodHandle_t1133924984 ___mhandle_0; // System.Type System.Reflection.Emit.MethodBuilder::rtype Type_t * ___rtype_1; // System.Type[] System.Reflection.Emit.MethodBuilder::parameters TypeU5BU5D_t3940880105* ___parameters_2; // System.Reflection.MethodAttributes System.Reflection.Emit.MethodBuilder::attrs int32_t ___attrs_3; // System.Reflection.MethodImplAttributes System.Reflection.Emit.MethodBuilder::iattrs int32_t ___iattrs_4; // System.String System.Reflection.Emit.MethodBuilder::name String_t* ___name_5; // System.Int32 System.Reflection.Emit.MethodBuilder::table_idx int32_t ___table_idx_6; // System.Byte[] System.Reflection.Emit.MethodBuilder::code ByteU5BU5D_t4116647657* ___code_7; // System.Reflection.Emit.ILGenerator System.Reflection.Emit.MethodBuilder::ilgen ILGenerator_t1388622344 * ___ilgen_8; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.MethodBuilder::type TypeBuilder_t1073948154 * ___type_9; // System.Reflection.Emit.ParameterBuilder[] System.Reflection.Emit.MethodBuilder::pinfo ParameterBuilderU5BU5D_t3054868058* ___pinfo_10; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.MethodBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_11; // System.Reflection.MethodInfo System.Reflection.Emit.MethodBuilder::override_method MethodInfo_t * ___override_method_12; // System.String System.Reflection.Emit.MethodBuilder::pi_dll String_t* ___pi_dll_13; // System.String System.Reflection.Emit.MethodBuilder::pi_entry String_t* ___pi_entry_14; // System.Runtime.InteropServices.CharSet System.Reflection.Emit.MethodBuilder::charset int32_t ___charset_15; // System.UInt32 System.Reflection.Emit.MethodBuilder::extra_flags uint32_t ___extra_flags_16; // System.Runtime.InteropServices.CallingConvention System.Reflection.Emit.MethodBuilder::native_cc int32_t ___native_cc_17; // System.Reflection.CallingConventions System.Reflection.Emit.MethodBuilder::call_conv int32_t ___call_conv_18; // System.Boolean System.Reflection.Emit.MethodBuilder::init_locals bool ___init_locals_19; // System.IntPtr System.Reflection.Emit.MethodBuilder::generic_container intptr_t ___generic_container_20; // System.Reflection.Emit.GenericTypeParameterBuilder[] System.Reflection.Emit.MethodBuilder::generic_params GenericTypeParameterBuilderU5BU5D_t3780444109* ___generic_params_21; // System.Type[] System.Reflection.Emit.MethodBuilder::returnModReq TypeU5BU5D_t3940880105* ___returnModReq_22; // System.Type[] System.Reflection.Emit.MethodBuilder::returnModOpt TypeU5BU5D_t3940880105* ___returnModOpt_23; // System.Type[][] System.Reflection.Emit.MethodBuilder::paramModReq TypeU5BU5DU5BU5D_t4042077012* ___paramModReq_24; // System.Type[][] System.Reflection.Emit.MethodBuilder::paramModOpt TypeU5BU5DU5BU5D_t4042077012* ___paramModOpt_25; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.MethodBuilder::permissions RefEmitPermissionSetU5BU5D_t567451178* ___permissions_26; public: inline static int32_t get_offset_of_mhandle_0() { return static_cast(offsetof(MethodBuilder_t2807316753, ___mhandle_0)); } inline RuntimeMethodHandle_t1133924984 get_mhandle_0() const { return ___mhandle_0; } inline RuntimeMethodHandle_t1133924984 * get_address_of_mhandle_0() { return &___mhandle_0; } inline void set_mhandle_0(RuntimeMethodHandle_t1133924984 value) { ___mhandle_0 = value; } inline static int32_t get_offset_of_rtype_1() { return static_cast(offsetof(MethodBuilder_t2807316753, ___rtype_1)); } inline Type_t * get_rtype_1() const { return ___rtype_1; } inline Type_t ** get_address_of_rtype_1() { return &___rtype_1; } inline void set_rtype_1(Type_t * value) { ___rtype_1 = value; Il2CppCodeGenWriteBarrier((&___rtype_1), value); } inline static int32_t get_offset_of_parameters_2() { return static_cast(offsetof(MethodBuilder_t2807316753, ___parameters_2)); } inline TypeU5BU5D_t3940880105* get_parameters_2() const { return ___parameters_2; } inline TypeU5BU5D_t3940880105** get_address_of_parameters_2() { return &___parameters_2; } inline void set_parameters_2(TypeU5BU5D_t3940880105* value) { ___parameters_2 = value; Il2CppCodeGenWriteBarrier((&___parameters_2), value); } inline static int32_t get_offset_of_attrs_3() { return static_cast(offsetof(MethodBuilder_t2807316753, ___attrs_3)); } inline int32_t get_attrs_3() const { return ___attrs_3; } inline int32_t* get_address_of_attrs_3() { return &___attrs_3; } inline void set_attrs_3(int32_t value) { ___attrs_3 = value; } inline static int32_t get_offset_of_iattrs_4() { return static_cast(offsetof(MethodBuilder_t2807316753, ___iattrs_4)); } inline int32_t get_iattrs_4() const { return ___iattrs_4; } inline int32_t* get_address_of_iattrs_4() { return &___iattrs_4; } inline void set_iattrs_4(int32_t value) { ___iattrs_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(MethodBuilder_t2807316753, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((&___name_5), value); } inline static int32_t get_offset_of_table_idx_6() { return static_cast(offsetof(MethodBuilder_t2807316753, ___table_idx_6)); } inline int32_t get_table_idx_6() const { return ___table_idx_6; } inline int32_t* get_address_of_table_idx_6() { return &___table_idx_6; } inline void set_table_idx_6(int32_t value) { ___table_idx_6 = value; } inline static int32_t get_offset_of_code_7() { return static_cast(offsetof(MethodBuilder_t2807316753, ___code_7)); } inline ByteU5BU5D_t4116647657* get_code_7() const { return ___code_7; } inline ByteU5BU5D_t4116647657** get_address_of_code_7() { return &___code_7; } inline void set_code_7(ByteU5BU5D_t4116647657* value) { ___code_7 = value; Il2CppCodeGenWriteBarrier((&___code_7), value); } inline static int32_t get_offset_of_ilgen_8() { return static_cast(offsetof(MethodBuilder_t2807316753, ___ilgen_8)); } inline ILGenerator_t1388622344 * get_ilgen_8() const { return ___ilgen_8; } inline ILGenerator_t1388622344 ** get_address_of_ilgen_8() { return &___ilgen_8; } inline void set_ilgen_8(ILGenerator_t1388622344 * value) { ___ilgen_8 = value; Il2CppCodeGenWriteBarrier((&___ilgen_8), value); } inline static int32_t get_offset_of_type_9() { return static_cast(offsetof(MethodBuilder_t2807316753, ___type_9)); } inline TypeBuilder_t1073948154 * get_type_9() const { return ___type_9; } inline TypeBuilder_t1073948154 ** get_address_of_type_9() { return &___type_9; } inline void set_type_9(TypeBuilder_t1073948154 * value) { ___type_9 = value; Il2CppCodeGenWriteBarrier((&___type_9), value); } inline static int32_t get_offset_of_pinfo_10() { return static_cast(offsetof(MethodBuilder_t2807316753, ___pinfo_10)); } inline ParameterBuilderU5BU5D_t3054868058* get_pinfo_10() const { return ___pinfo_10; } inline ParameterBuilderU5BU5D_t3054868058** get_address_of_pinfo_10() { return &___pinfo_10; } inline void set_pinfo_10(ParameterBuilderU5BU5D_t3054868058* value) { ___pinfo_10 = value; Il2CppCodeGenWriteBarrier((&___pinfo_10), value); } inline static int32_t get_offset_of_cattrs_11() { return static_cast(offsetof(MethodBuilder_t2807316753, ___cattrs_11)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_11() const { return ___cattrs_11; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_11() { return &___cattrs_11; } inline void set_cattrs_11(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_11 = value; Il2CppCodeGenWriteBarrier((&___cattrs_11), value); } inline static int32_t get_offset_of_override_method_12() { return static_cast(offsetof(MethodBuilder_t2807316753, ___override_method_12)); } inline MethodInfo_t * get_override_method_12() const { return ___override_method_12; } inline MethodInfo_t ** get_address_of_override_method_12() { return &___override_method_12; } inline void set_override_method_12(MethodInfo_t * value) { ___override_method_12 = value; Il2CppCodeGenWriteBarrier((&___override_method_12), value); } inline static int32_t get_offset_of_pi_dll_13() { return static_cast(offsetof(MethodBuilder_t2807316753, ___pi_dll_13)); } inline String_t* get_pi_dll_13() const { return ___pi_dll_13; } inline String_t** get_address_of_pi_dll_13() { return &___pi_dll_13; } inline void set_pi_dll_13(String_t* value) { ___pi_dll_13 = value; Il2CppCodeGenWriteBarrier((&___pi_dll_13), value); } inline static int32_t get_offset_of_pi_entry_14() { return static_cast(offsetof(MethodBuilder_t2807316753, ___pi_entry_14)); } inline String_t* get_pi_entry_14() const { return ___pi_entry_14; } inline String_t** get_address_of_pi_entry_14() { return &___pi_entry_14; } inline void set_pi_entry_14(String_t* value) { ___pi_entry_14 = value; Il2CppCodeGenWriteBarrier((&___pi_entry_14), value); } inline static int32_t get_offset_of_charset_15() { return static_cast(offsetof(MethodBuilder_t2807316753, ___charset_15)); } inline int32_t get_charset_15() const { return ___charset_15; } inline int32_t* get_address_of_charset_15() { return &___charset_15; } inline void set_charset_15(int32_t value) { ___charset_15 = value; } inline static int32_t get_offset_of_extra_flags_16() { return static_cast(offsetof(MethodBuilder_t2807316753, ___extra_flags_16)); } inline uint32_t get_extra_flags_16() const { return ___extra_flags_16; } inline uint32_t* get_address_of_extra_flags_16() { return &___extra_flags_16; } inline void set_extra_flags_16(uint32_t value) { ___extra_flags_16 = value; } inline static int32_t get_offset_of_native_cc_17() { return static_cast(offsetof(MethodBuilder_t2807316753, ___native_cc_17)); } inline int32_t get_native_cc_17() const { return ___native_cc_17; } inline int32_t* get_address_of_native_cc_17() { return &___native_cc_17; } inline void set_native_cc_17(int32_t value) { ___native_cc_17 = value; } inline static int32_t get_offset_of_call_conv_18() { return static_cast(offsetof(MethodBuilder_t2807316753, ___call_conv_18)); } inline int32_t get_call_conv_18() const { return ___call_conv_18; } inline int32_t* get_address_of_call_conv_18() { return &___call_conv_18; } inline void set_call_conv_18(int32_t value) { ___call_conv_18 = value; } inline static int32_t get_offset_of_init_locals_19() { return static_cast(offsetof(MethodBuilder_t2807316753, ___init_locals_19)); } inline bool get_init_locals_19() const { return ___init_locals_19; } inline bool* get_address_of_init_locals_19() { return &___init_locals_19; } inline void set_init_locals_19(bool value) { ___init_locals_19 = value; } inline static int32_t get_offset_of_generic_container_20() { return static_cast(offsetof(MethodBuilder_t2807316753, ___generic_container_20)); } inline intptr_t get_generic_container_20() const { return ___generic_container_20; } inline intptr_t* get_address_of_generic_container_20() { return &___generic_container_20; } inline void set_generic_container_20(intptr_t value) { ___generic_container_20 = value; } inline static int32_t get_offset_of_generic_params_21() { return static_cast(offsetof(MethodBuilder_t2807316753, ___generic_params_21)); } inline GenericTypeParameterBuilderU5BU5D_t3780444109* get_generic_params_21() const { return ___generic_params_21; } inline GenericTypeParameterBuilderU5BU5D_t3780444109** get_address_of_generic_params_21() { return &___generic_params_21; } inline void set_generic_params_21(GenericTypeParameterBuilderU5BU5D_t3780444109* value) { ___generic_params_21 = value; Il2CppCodeGenWriteBarrier((&___generic_params_21), value); } inline static int32_t get_offset_of_returnModReq_22() { return static_cast(offsetof(MethodBuilder_t2807316753, ___returnModReq_22)); } inline TypeU5BU5D_t3940880105* get_returnModReq_22() const { return ___returnModReq_22; } inline TypeU5BU5D_t3940880105** get_address_of_returnModReq_22() { return &___returnModReq_22; } inline void set_returnModReq_22(TypeU5BU5D_t3940880105* value) { ___returnModReq_22 = value; Il2CppCodeGenWriteBarrier((&___returnModReq_22), value); } inline static int32_t get_offset_of_returnModOpt_23() { return static_cast(offsetof(MethodBuilder_t2807316753, ___returnModOpt_23)); } inline TypeU5BU5D_t3940880105* get_returnModOpt_23() const { return ___returnModOpt_23; } inline TypeU5BU5D_t3940880105** get_address_of_returnModOpt_23() { return &___returnModOpt_23; } inline void set_returnModOpt_23(TypeU5BU5D_t3940880105* value) { ___returnModOpt_23 = value; Il2CppCodeGenWriteBarrier((&___returnModOpt_23), value); } inline static int32_t get_offset_of_paramModReq_24() { return static_cast(offsetof(MethodBuilder_t2807316753, ___paramModReq_24)); } inline TypeU5BU5DU5BU5D_t4042077012* get_paramModReq_24() const { return ___paramModReq_24; } inline TypeU5BU5DU5BU5D_t4042077012** get_address_of_paramModReq_24() { return &___paramModReq_24; } inline void set_paramModReq_24(TypeU5BU5DU5BU5D_t4042077012* value) { ___paramModReq_24 = value; Il2CppCodeGenWriteBarrier((&___paramModReq_24), value); } inline static int32_t get_offset_of_paramModOpt_25() { return static_cast(offsetof(MethodBuilder_t2807316753, ___paramModOpt_25)); } inline TypeU5BU5DU5BU5D_t4042077012* get_paramModOpt_25() const { return ___paramModOpt_25; } inline TypeU5BU5DU5BU5D_t4042077012** get_address_of_paramModOpt_25() { return &___paramModOpt_25; } inline void set_paramModOpt_25(TypeU5BU5DU5BU5D_t4042077012* value) { ___paramModOpt_25 = value; Il2CppCodeGenWriteBarrier((&___paramModOpt_25), value); } inline static int32_t get_offset_of_permissions_26() { return static_cast(offsetof(MethodBuilder_t2807316753, ___permissions_26)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_26() const { return ___permissions_26; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_26() { return &___permissions_26; } inline void set_permissions_26(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_26 = value; Il2CppCodeGenWriteBarrier((&___permissions_26), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBUILDER_T2807316753_H #ifndef CONSTRUCTORBUILDER_T2813524108_H #define CONSTRUCTORBUILDER_T2813524108_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ConstructorBuilder struct ConstructorBuilder_t2813524108 : public ConstructorInfo_t5769829 { public: // System.Reflection.Emit.ILGenerator System.Reflection.Emit.ConstructorBuilder::ilgen ILGenerator_t1388622344 * ___ilgen_2; // System.Type[] System.Reflection.Emit.ConstructorBuilder::parameters TypeU5BU5D_t3940880105* ___parameters_3; // System.Reflection.MethodAttributes System.Reflection.Emit.ConstructorBuilder::attrs int32_t ___attrs_4; // System.Reflection.MethodImplAttributes System.Reflection.Emit.ConstructorBuilder::iattrs int32_t ___iattrs_5; // System.Int32 System.Reflection.Emit.ConstructorBuilder::table_idx int32_t ___table_idx_6; // System.Reflection.CallingConventions System.Reflection.Emit.ConstructorBuilder::call_conv int32_t ___call_conv_7; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ConstructorBuilder::type TypeBuilder_t1073948154 * ___type_8; // System.Reflection.Emit.ParameterBuilder[] System.Reflection.Emit.ConstructorBuilder::pinfo ParameterBuilderU5BU5D_t3054868058* ___pinfo_9; // System.Boolean System.Reflection.Emit.ConstructorBuilder::init_locals bool ___init_locals_10; // System.Type[][] System.Reflection.Emit.ConstructorBuilder::paramModReq TypeU5BU5DU5BU5D_t4042077012* ___paramModReq_11; // System.Type[][] System.Reflection.Emit.ConstructorBuilder::paramModOpt TypeU5BU5DU5BU5D_t4042077012* ___paramModOpt_12; public: inline static int32_t get_offset_of_ilgen_2() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___ilgen_2)); } inline ILGenerator_t1388622344 * get_ilgen_2() const { return ___ilgen_2; } inline ILGenerator_t1388622344 ** get_address_of_ilgen_2() { return &___ilgen_2; } inline void set_ilgen_2(ILGenerator_t1388622344 * value) { ___ilgen_2 = value; Il2CppCodeGenWriteBarrier((&___ilgen_2), value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___parameters_3)); } inline TypeU5BU5D_t3940880105* get_parameters_3() const { return ___parameters_3; } inline TypeU5BU5D_t3940880105** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(TypeU5BU5D_t3940880105* value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((&___parameters_3), value); } inline static int32_t get_offset_of_attrs_4() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___attrs_4)); } inline int32_t get_attrs_4() const { return ___attrs_4; } inline int32_t* get_address_of_attrs_4() { return &___attrs_4; } inline void set_attrs_4(int32_t value) { ___attrs_4 = value; } inline static int32_t get_offset_of_iattrs_5() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___iattrs_5)); } inline int32_t get_iattrs_5() const { return ___iattrs_5; } inline int32_t* get_address_of_iattrs_5() { return &___iattrs_5; } inline void set_iattrs_5(int32_t value) { ___iattrs_5 = value; } inline static int32_t get_offset_of_table_idx_6() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___table_idx_6)); } inline int32_t get_table_idx_6() const { return ___table_idx_6; } inline int32_t* get_address_of_table_idx_6() { return &___table_idx_6; } inline void set_table_idx_6(int32_t value) { ___table_idx_6 = value; } inline static int32_t get_offset_of_call_conv_7() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___call_conv_7)); } inline int32_t get_call_conv_7() const { return ___call_conv_7; } inline int32_t* get_address_of_call_conv_7() { return &___call_conv_7; } inline void set_call_conv_7(int32_t value) { ___call_conv_7 = value; } inline static int32_t get_offset_of_type_8() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___type_8)); } inline TypeBuilder_t1073948154 * get_type_8() const { return ___type_8; } inline TypeBuilder_t1073948154 ** get_address_of_type_8() { return &___type_8; } inline void set_type_8(TypeBuilder_t1073948154 * value) { ___type_8 = value; Il2CppCodeGenWriteBarrier((&___type_8), value); } inline static int32_t get_offset_of_pinfo_9() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___pinfo_9)); } inline ParameterBuilderU5BU5D_t3054868058* get_pinfo_9() const { return ___pinfo_9; } inline ParameterBuilderU5BU5D_t3054868058** get_address_of_pinfo_9() { return &___pinfo_9; } inline void set_pinfo_9(ParameterBuilderU5BU5D_t3054868058* value) { ___pinfo_9 = value; Il2CppCodeGenWriteBarrier((&___pinfo_9), value); } inline static int32_t get_offset_of_init_locals_10() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___init_locals_10)); } inline bool get_init_locals_10() const { return ___init_locals_10; } inline bool* get_address_of_init_locals_10() { return &___init_locals_10; } inline void set_init_locals_10(bool value) { ___init_locals_10 = value; } inline static int32_t get_offset_of_paramModReq_11() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___paramModReq_11)); } inline TypeU5BU5DU5BU5D_t4042077012* get_paramModReq_11() const { return ___paramModReq_11; } inline TypeU5BU5DU5BU5D_t4042077012** get_address_of_paramModReq_11() { return &___paramModReq_11; } inline void set_paramModReq_11(TypeU5BU5DU5BU5D_t4042077012* value) { ___paramModReq_11 = value; Il2CppCodeGenWriteBarrier((&___paramModReq_11), value); } inline static int32_t get_offset_of_paramModOpt_12() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___paramModOpt_12)); } inline TypeU5BU5DU5BU5D_t4042077012* get_paramModOpt_12() const { return ___paramModOpt_12; } inline TypeU5BU5DU5BU5D_t4042077012** get_address_of_paramModOpt_12() { return &___paramModOpt_12; } inline void set_paramModOpt_12(TypeU5BU5DU5BU5D_t4042077012* value) { ___paramModOpt_12 = value; Il2CppCodeGenWriteBarrier((&___paramModOpt_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORBUILDER_T2813524108_H #ifndef REMOTINGSERVICES_T1401195504_H #define REMOTINGSERVICES_T1401195504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.RemotingServices struct RemotingServices_t1401195504 : public RuntimeObject { public: public: }; struct RemotingServices_t1401195504_StaticFields { public: // System.Collections.Hashtable System.Runtime.Remoting.RemotingServices::uri_hash Hashtable_t1853889766 * ___uri_hash_0; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter System.Runtime.Remoting.RemotingServices::_serializationFormatter BinaryFormatter_t3197753202 * ____serializationFormatter_1; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter System.Runtime.Remoting.RemotingServices::_deserializationFormatter BinaryFormatter_t3197753202 * ____deserializationFormatter_2; // System.String System.Runtime.Remoting.RemotingServices::app_id String_t* ___app_id_3; // System.Int32 System.Runtime.Remoting.RemotingServices::next_id int32_t ___next_id_4; // System.Reflection.BindingFlags System.Runtime.Remoting.RemotingServices::methodBindings int32_t ___methodBindings_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_t1401195504_StaticFields, ___uri_hash_0)); } inline Hashtable_t1853889766 * get_uri_hash_0() const { return ___uri_hash_0; } inline Hashtable_t1853889766 ** get_address_of_uri_hash_0() { return &___uri_hash_0; } inline void set_uri_hash_0(Hashtable_t1853889766 * value) { ___uri_hash_0 = value; Il2CppCodeGenWriteBarrier((&___uri_hash_0), value); } inline static int32_t get_offset_of__serializationFormatter_1() { return static_cast(offsetof(RemotingServices_t1401195504_StaticFields, ____serializationFormatter_1)); } inline BinaryFormatter_t3197753202 * get__serializationFormatter_1() const { return ____serializationFormatter_1; } inline BinaryFormatter_t3197753202 ** get_address_of__serializationFormatter_1() { return &____serializationFormatter_1; } inline void set__serializationFormatter_1(BinaryFormatter_t3197753202 * value) { ____serializationFormatter_1 = value; Il2CppCodeGenWriteBarrier((&____serializationFormatter_1), value); } inline static int32_t get_offset_of__deserializationFormatter_2() { return static_cast(offsetof(RemotingServices_t1401195504_StaticFields, ____deserializationFormatter_2)); } inline BinaryFormatter_t3197753202 * get__deserializationFormatter_2() const { return ____deserializationFormatter_2; } inline BinaryFormatter_t3197753202 ** get_address_of__deserializationFormatter_2() { return &____deserializationFormatter_2; } inline void set__deserializationFormatter_2(BinaryFormatter_t3197753202 * value) { ____deserializationFormatter_2 = value; Il2CppCodeGenWriteBarrier((&____deserializationFormatter_2), value); } inline static int32_t get_offset_of_app_id_3() { return static_cast(offsetof(RemotingServices_t1401195504_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((&___app_id_3), value); } inline static int32_t get_offset_of_next_id_4() { return static_cast(offsetof(RemotingServices_t1401195504_StaticFields, ___next_id_4)); } inline int32_t get_next_id_4() const { return ___next_id_4; } inline int32_t* get_address_of_next_id_4() { return &___next_id_4; } inline void set_next_id_4(int32_t value) { ___next_id_4 = value; } inline static int32_t get_offset_of_methodBindings_5() { return static_cast(offsetof(RemotingServices_t1401195504_StaticFields, ___methodBindings_5)); } inline int32_t get_methodBindings_5() const { return ___methodBindings_5; } inline int32_t* get_address_of_methodBindings_5() { return &___methodBindings_5; } inline void set_methodBindings_5(int32_t value) { ___methodBindings_5 = value; } inline static int32_t get_offset_of_FieldSetterMethod_6() { return static_cast(offsetof(RemotingServices_t1401195504_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((&___FieldSetterMethod_6), value); } inline static int32_t get_offset_of_FieldGetterMethod_7() { return static_cast(offsetof(RemotingServices_t1401195504_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((&___FieldGetterMethod_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTINGSERVICES_T1401195504_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef WELLKNOWNSERVICETYPEENTRY_T2561527180_H #define WELLKNOWNSERVICETYPEENTRY_T2561527180_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.WellKnownServiceTypeEntry struct WellKnownServiceTypeEntry_t2561527180 : public TypeEntry_t3903395172 { 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_t2561527180, ___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((&___obj_type_2), value); } inline static int32_t get_offset_of_obj_uri_3() { return static_cast(offsetof(WellKnownServiceTypeEntry_t2561527180, ___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((&___obj_uri_3), value); } inline static int32_t get_offset_of_obj_mode_4() { return static_cast(offsetof(WellKnownServiceTypeEntry_t2561527180, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WELLKNOWNSERVICETYPEENTRY_T2561527180_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef MONOFIELD_T_H #define MONOFIELD_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoField struct MonoField_t : public FieldInfo_t { public: // System.IntPtr System.Reflection.MonoField::klass intptr_t ___klass_0; // System.RuntimeFieldHandle System.Reflection.MonoField::fhandle RuntimeFieldHandle_t1871169219 ___fhandle_1; // System.String System.Reflection.MonoField::name String_t* ___name_2; // System.Type System.Reflection.MonoField::type Type_t * ___type_3; // System.Reflection.FieldAttributes System.Reflection.MonoField::attrs int32_t ___attrs_4; public: inline static int32_t get_offset_of_klass_0() { return static_cast(offsetof(MonoField_t, ___klass_0)); } inline intptr_t get_klass_0() const { return ___klass_0; } inline intptr_t* get_address_of_klass_0() { return &___klass_0; } inline void set_klass_0(intptr_t value) { ___klass_0 = value; } inline static int32_t get_offset_of_fhandle_1() { return static_cast(offsetof(MonoField_t, ___fhandle_1)); } inline RuntimeFieldHandle_t1871169219 get_fhandle_1() const { return ___fhandle_1; } inline RuntimeFieldHandle_t1871169219 * get_address_of_fhandle_1() { return &___fhandle_1; } inline void set_fhandle_1(RuntimeFieldHandle_t1871169219 value) { ___fhandle_1 = value; } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(MonoField_t, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((&___name_2), value); } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(MonoField_t, ___type_3)); } inline Type_t * get_type_3() const { return ___type_3; } inline Type_t ** get_address_of_type_3() { return &___type_3; } inline void set_type_3(Type_t * value) { ___type_3 = value; Il2CppCodeGenWriteBarrier((&___type_3), value); } inline static int32_t get_offset_of_attrs_4() { return static_cast(offsetof(MonoField_t, ___attrs_4)); } inline int32_t get_attrs_4() const { return ___attrs_4; } inline int32_t* get_address_of_attrs_4() { return &___attrs_4; } inline void set_attrs_4(int32_t value) { ___attrs_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOFIELD_T_H #ifndef ASSEMBLYNAME_T270931938_H #define ASSEMBLYNAME_T270931938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyName struct AssemblyName_t270931938 : 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_t4157843068 * ___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_t3411219591 * ___keypair_9; // System.Byte[] System.Reflection.AssemblyName::publicKey ByteU5BU5D_t4116647657* ___publicKey_10; // System.Byte[] System.Reflection.AssemblyName::keyToken ByteU5BU5D_t4116647657* ___keyToken_11; // System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat int32_t ___versioncompat_12; // System.Version System.Reflection.AssemblyName::version Version_t3456873960 * ___version_13; // System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture int32_t ___processor_architecture_14; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyName_t270931938, ___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((&___name_0), value); } inline static int32_t get_offset_of_codebase_1() { return static_cast(offsetof(AssemblyName_t270931938, ___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((&___codebase_1), value); } inline static int32_t get_offset_of_major_2() { return static_cast(offsetof(AssemblyName_t270931938, ___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_t270931938, ___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_t270931938, ___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_t270931938, ___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_t270931938, ___cultureinfo_6)); } inline CultureInfo_t4157843068 * get_cultureinfo_6() const { return ___cultureinfo_6; } inline CultureInfo_t4157843068 ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; } inline void set_cultureinfo_6(CultureInfo_t4157843068 * value) { ___cultureinfo_6 = value; Il2CppCodeGenWriteBarrier((&___cultureinfo_6), value); } inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(AssemblyName_t270931938, ___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_t270931938, ___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_t270931938, ___keypair_9)); } inline StrongNameKeyPair_t3411219591 * get_keypair_9() const { return ___keypair_9; } inline StrongNameKeyPair_t3411219591 ** get_address_of_keypair_9() { return &___keypair_9; } inline void set_keypair_9(StrongNameKeyPair_t3411219591 * value) { ___keypair_9 = value; Il2CppCodeGenWriteBarrier((&___keypair_9), value); } inline static int32_t get_offset_of_publicKey_10() { return static_cast(offsetof(AssemblyName_t270931938, ___publicKey_10)); } inline ByteU5BU5D_t4116647657* get_publicKey_10() const { return ___publicKey_10; } inline ByteU5BU5D_t4116647657** get_address_of_publicKey_10() { return &___publicKey_10; } inline void set_publicKey_10(ByteU5BU5D_t4116647657* value) { ___publicKey_10 = value; Il2CppCodeGenWriteBarrier((&___publicKey_10), value); } inline static int32_t get_offset_of_keyToken_11() { return static_cast(offsetof(AssemblyName_t270931938, ___keyToken_11)); } inline ByteU5BU5D_t4116647657* get_keyToken_11() const { return ___keyToken_11; } inline ByteU5BU5D_t4116647657** get_address_of_keyToken_11() { return &___keyToken_11; } inline void set_keyToken_11(ByteU5BU5D_t4116647657* value) { ___keyToken_11 = value; Il2CppCodeGenWriteBarrier((&___keyToken_11), value); } inline static int32_t get_offset_of_versioncompat_12() { return static_cast(offsetof(AssemblyName_t270931938, ___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_t270931938, ___version_13)); } inline Version_t3456873960 * get_version_13() const { return ___version_13; } inline Version_t3456873960 ** get_address_of_version_13() { return &___version_13; } inline void set_version_13(Version_t3456873960 * value) { ___version_13 = value; Il2CppCodeGenWriteBarrier((&___version_13), value); } inline static int32_t get_offset_of_processor_architecture_14() { return static_cast(offsetof(AssemblyName_t270931938, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYNAME_T270931938_H #ifndef MONOMETHODMESSAGE_T2807636944_H #define MONOMETHODMESSAGE_T2807636944_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t2807636944 : 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_t2843939325* ___args_1; // System.Byte[] System.Runtime.Remoting.Messaging.MonoMethodMessage::arg_types ByteU5BU5D_t4116647657* ___arg_types_2; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.MonoMethodMessage::ctx LogicalCallContext_t3342013719 * ___ctx_3; // System.Object System.Runtime.Remoting.Messaging.MonoMethodMessage::rval RuntimeObject * ___rval_4; // System.Exception System.Runtime.Remoting.Messaging.MonoMethodMessage::exc Exception_t * ___exc_5; // System.Runtime.Remoting.Messaging.CallType System.Runtime.Remoting.Messaging.MonoMethodMessage::call_type int32_t ___call_type_6; // System.String System.Runtime.Remoting.Messaging.MonoMethodMessage::uri String_t* ___uri_7; // System.Runtime.Remoting.Messaging.MethodCallDictionary System.Runtime.Remoting.Messaging.MonoMethodMessage::properties MethodCallDictionary_t605791082 * ___properties_8; // System.Type[] System.Runtime.Remoting.Messaging.MonoMethodMessage::methodSignature TypeU5BU5D_t3940880105* ___methodSignature_9; public: inline static int32_t get_offset_of_method_0() { return static_cast(offsetof(MonoMethodMessage_t2807636944, ___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((&___method_0), value); } inline static int32_t get_offset_of_args_1() { return static_cast(offsetof(MonoMethodMessage_t2807636944, ___args_1)); } inline ObjectU5BU5D_t2843939325* get_args_1() const { return ___args_1; } inline ObjectU5BU5D_t2843939325** get_address_of_args_1() { return &___args_1; } inline void set_args_1(ObjectU5BU5D_t2843939325* value) { ___args_1 = value; Il2CppCodeGenWriteBarrier((&___args_1), value); } inline static int32_t get_offset_of_arg_types_2() { return static_cast(offsetof(MonoMethodMessage_t2807636944, ___arg_types_2)); } inline ByteU5BU5D_t4116647657* get_arg_types_2() const { return ___arg_types_2; } inline ByteU5BU5D_t4116647657** get_address_of_arg_types_2() { return &___arg_types_2; } inline void set_arg_types_2(ByteU5BU5D_t4116647657* value) { ___arg_types_2 = value; Il2CppCodeGenWriteBarrier((&___arg_types_2), value); } inline static int32_t get_offset_of_ctx_3() { return static_cast(offsetof(MonoMethodMessage_t2807636944, ___ctx_3)); } inline LogicalCallContext_t3342013719 * get_ctx_3() const { return ___ctx_3; } inline LogicalCallContext_t3342013719 ** get_address_of_ctx_3() { return &___ctx_3; } inline void set_ctx_3(LogicalCallContext_t3342013719 * value) { ___ctx_3 = value; Il2CppCodeGenWriteBarrier((&___ctx_3), value); } inline static int32_t get_offset_of_rval_4() { return static_cast(offsetof(MonoMethodMessage_t2807636944, ___rval_4)); } inline RuntimeObject * get_rval_4() const { return ___rval_4; } inline RuntimeObject ** get_address_of_rval_4() { return &___rval_4; } inline void set_rval_4(RuntimeObject * value) { ___rval_4 = value; Il2CppCodeGenWriteBarrier((&___rval_4), value); } inline static int32_t get_offset_of_exc_5() { return static_cast(offsetof(MonoMethodMessage_t2807636944, ___exc_5)); } inline Exception_t * get_exc_5() const { return ___exc_5; } inline Exception_t ** get_address_of_exc_5() { return &___exc_5; } inline void set_exc_5(Exception_t * value) { ___exc_5 = value; Il2CppCodeGenWriteBarrier((&___exc_5), value); } inline static int32_t get_offset_of_call_type_6() { return static_cast(offsetof(MonoMethodMessage_t2807636944, ___call_type_6)); } inline int32_t get_call_type_6() const { return ___call_type_6; } inline int32_t* get_address_of_call_type_6() { return &___call_type_6; } inline void set_call_type_6(int32_t value) { ___call_type_6 = value; } inline static int32_t get_offset_of_uri_7() { return static_cast(offsetof(MonoMethodMessage_t2807636944, ___uri_7)); } inline String_t* get_uri_7() const { return ___uri_7; } inline String_t** get_address_of_uri_7() { return &___uri_7; } inline void set_uri_7(String_t* value) { ___uri_7 = value; Il2CppCodeGenWriteBarrier((&___uri_7), value); } inline static int32_t get_offset_of_properties_8() { return static_cast(offsetof(MonoMethodMessage_t2807636944, ___properties_8)); } inline MethodCallDictionary_t605791082 * get_properties_8() const { return ___properties_8; } inline MethodCallDictionary_t605791082 ** get_address_of_properties_8() { return &___properties_8; } inline void set_properties_8(MethodCallDictionary_t605791082 * value) { ___properties_8 = value; Il2CppCodeGenWriteBarrier((&___properties_8), value); } inline static int32_t get_offset_of_methodSignature_9() { return static_cast(offsetof(MonoMethodMessage_t2807636944, ___methodSignature_9)); } inline TypeU5BU5D_t3940880105* get_methodSignature_9() const { return ___methodSignature_9; } inline TypeU5BU5D_t3940880105** get_address_of_methodSignature_9() { return &___methodSignature_9; } inline void set_methodSignature_9(TypeU5BU5D_t3940880105* value) { ___methodSignature_9 = value; Il2CppCodeGenWriteBarrier((&___methodSignature_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOMETHODMESSAGE_T2807636944_H #ifndef APPDOMAIN_T1571427825_H #define APPDOMAIN_T1571427825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomain struct AppDomain_t1571427825 : public MarshalByRefObject_t2760389100 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Security.Policy.Evidence System.AppDomain::_evidence Evidence_t2008144148 * ____evidence_6; // System.Security.PermissionSet System.AppDomain::_granted PermissionSet_t223948603 * ____granted_7; // System.Security.Principal.PrincipalPolicy System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AppDomainManager System.AppDomain::_domain_manager AppDomainManager_t1420869192 * ____domain_manager_11; // System.ActivationContext System.AppDomain::_activation ActivationContext_t976916018 * ____activation_12; // System.ApplicationIdentity System.AppDomain::_applicationIdentity ApplicationIdentity_t1917735356 * ____applicationIdentity_13; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t107971893 * ___AssemblyLoad_14; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t2775508208 * ___AssemblyResolve_15; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t1348719766 * ___DomainUnload_16; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t1348719766 * ___ProcessExit_17; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t2775508208 * ___ResourceResolve_18; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t2775508208 * ___TypeResolve_19; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t3101989324 * ___UnhandledException_20; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t2775508208 * ___ReflectionOnlyAssemblyResolve_21; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_t1571427825, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_t1571427825, ____evidence_6)); } inline Evidence_t2008144148 * get__evidence_6() const { return ____evidence_6; } inline Evidence_t2008144148 ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(Evidence_t2008144148 * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((&____evidence_6), value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_t1571427825, ____granted_7)); } inline PermissionSet_t223948603 * get__granted_7() const { return ____granted_7; } inline PermissionSet_t223948603 ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(PermissionSet_t223948603 * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((&____granted_7), value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_t1571427825, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of__domain_manager_11() { return static_cast(offsetof(AppDomain_t1571427825, ____domain_manager_11)); } inline AppDomainManager_t1420869192 * get__domain_manager_11() const { return ____domain_manager_11; } inline AppDomainManager_t1420869192 ** get_address_of__domain_manager_11() { return &____domain_manager_11; } inline void set__domain_manager_11(AppDomainManager_t1420869192 * value) { ____domain_manager_11 = value; Il2CppCodeGenWriteBarrier((&____domain_manager_11), value); } inline static int32_t get_offset_of__activation_12() { return static_cast(offsetof(AppDomain_t1571427825, ____activation_12)); } inline ActivationContext_t976916018 * get__activation_12() const { return ____activation_12; } inline ActivationContext_t976916018 ** get_address_of__activation_12() { return &____activation_12; } inline void set__activation_12(ActivationContext_t976916018 * value) { ____activation_12 = value; Il2CppCodeGenWriteBarrier((&____activation_12), value); } inline static int32_t get_offset_of__applicationIdentity_13() { return static_cast(offsetof(AppDomain_t1571427825, ____applicationIdentity_13)); } inline ApplicationIdentity_t1917735356 * get__applicationIdentity_13() const { return ____applicationIdentity_13; } inline ApplicationIdentity_t1917735356 ** get_address_of__applicationIdentity_13() { return &____applicationIdentity_13; } inline void set__applicationIdentity_13(ApplicationIdentity_t1917735356 * value) { ____applicationIdentity_13 = value; Il2CppCodeGenWriteBarrier((&____applicationIdentity_13), value); } inline static int32_t get_offset_of_AssemblyLoad_14() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyLoad_14)); } inline AssemblyLoadEventHandler_t107971893 * get_AssemblyLoad_14() const { return ___AssemblyLoad_14; } inline AssemblyLoadEventHandler_t107971893 ** get_address_of_AssemblyLoad_14() { return &___AssemblyLoad_14; } inline void set_AssemblyLoad_14(AssemblyLoadEventHandler_t107971893 * value) { ___AssemblyLoad_14 = value; Il2CppCodeGenWriteBarrier((&___AssemblyLoad_14), value); } inline static int32_t get_offset_of_AssemblyResolve_15() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyResolve_15)); } inline ResolveEventHandler_t2775508208 * get_AssemblyResolve_15() const { return ___AssemblyResolve_15; } inline ResolveEventHandler_t2775508208 ** get_address_of_AssemblyResolve_15() { return &___AssemblyResolve_15; } inline void set_AssemblyResolve_15(ResolveEventHandler_t2775508208 * value) { ___AssemblyResolve_15 = value; Il2CppCodeGenWriteBarrier((&___AssemblyResolve_15), value); } inline static int32_t get_offset_of_DomainUnload_16() { return static_cast(offsetof(AppDomain_t1571427825, ___DomainUnload_16)); } inline EventHandler_t1348719766 * get_DomainUnload_16() const { return ___DomainUnload_16; } inline EventHandler_t1348719766 ** get_address_of_DomainUnload_16() { return &___DomainUnload_16; } inline void set_DomainUnload_16(EventHandler_t1348719766 * value) { ___DomainUnload_16 = value; Il2CppCodeGenWriteBarrier((&___DomainUnload_16), value); } inline static int32_t get_offset_of_ProcessExit_17() { return static_cast(offsetof(AppDomain_t1571427825, ___ProcessExit_17)); } inline EventHandler_t1348719766 * get_ProcessExit_17() const { return ___ProcessExit_17; } inline EventHandler_t1348719766 ** get_address_of_ProcessExit_17() { return &___ProcessExit_17; } inline void set_ProcessExit_17(EventHandler_t1348719766 * value) { ___ProcessExit_17 = value; Il2CppCodeGenWriteBarrier((&___ProcessExit_17), value); } inline static int32_t get_offset_of_ResourceResolve_18() { return static_cast(offsetof(AppDomain_t1571427825, ___ResourceResolve_18)); } inline ResolveEventHandler_t2775508208 * get_ResourceResolve_18() const { return ___ResourceResolve_18; } inline ResolveEventHandler_t2775508208 ** get_address_of_ResourceResolve_18() { return &___ResourceResolve_18; } inline void set_ResourceResolve_18(ResolveEventHandler_t2775508208 * value) { ___ResourceResolve_18 = value; Il2CppCodeGenWriteBarrier((&___ResourceResolve_18), value); } inline static int32_t get_offset_of_TypeResolve_19() { return static_cast(offsetof(AppDomain_t1571427825, ___TypeResolve_19)); } inline ResolveEventHandler_t2775508208 * get_TypeResolve_19() const { return ___TypeResolve_19; } inline ResolveEventHandler_t2775508208 ** get_address_of_TypeResolve_19() { return &___TypeResolve_19; } inline void set_TypeResolve_19(ResolveEventHandler_t2775508208 * value) { ___TypeResolve_19 = value; Il2CppCodeGenWriteBarrier((&___TypeResolve_19), value); } inline static int32_t get_offset_of_UnhandledException_20() { return static_cast(offsetof(AppDomain_t1571427825, ___UnhandledException_20)); } inline UnhandledExceptionEventHandler_t3101989324 * get_UnhandledException_20() const { return ___UnhandledException_20; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_UnhandledException_20() { return &___UnhandledException_20; } inline void set_UnhandledException_20(UnhandledExceptionEventHandler_t3101989324 * value) { ___UnhandledException_20 = value; Il2CppCodeGenWriteBarrier((&___UnhandledException_20), value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_21() { return static_cast(offsetof(AppDomain_t1571427825, ___ReflectionOnlyAssemblyResolve_21)); } inline ResolveEventHandler_t2775508208 * get_ReflectionOnlyAssemblyResolve_21() const { return ___ReflectionOnlyAssemblyResolve_21; } inline ResolveEventHandler_t2775508208 ** get_address_of_ReflectionOnlyAssemblyResolve_21() { return &___ReflectionOnlyAssemblyResolve_21; } inline void set_ReflectionOnlyAssemblyResolve_21(ResolveEventHandler_t2775508208 * value) { ___ReflectionOnlyAssemblyResolve_21 = value; Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_21), value); } }; struct AppDomain_t1571427825_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_t1571427825 * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((&____process_guid_2), value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ___default_domain_10)); } inline AppDomain_t1571427825 * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_t1571427825 ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_t1571427825 * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((&___default_domain_10), value); } }; struct AppDomain_t1571427825_ThreadStaticFields { public: // System.Collections.Hashtable System.AppDomain::type_resolve_in_progress Hashtable_t1853889766 * ___type_resolve_in_progress_3; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress Hashtable_t1853889766 * ___assembly_resolve_in_progress_4; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress_refonly Hashtable_t1853889766 * ___assembly_resolve_in_progress_refonly_5; // System.Security.Principal.IPrincipal System.AppDomain::_principal RuntimeObject* ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Hashtable_t1853889766 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Hashtable_t1853889766 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Hashtable_t1853889766 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ____principal_9)); } inline RuntimeObject* get__principal_9() const { return ____principal_9; } inline RuntimeObject** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject* value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((&____principal_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAIN_T1571427825_H #ifndef PARAMETERINFO_T1861056598_H #define PARAMETERINFO_T1861056598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598 : 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.Reflection.Emit.UnmanagedMarshal System.Reflection.ParameterInfo::marshalAs UnmanagedMarshal_t984015687 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___ClassImpl_0), value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___DefaultValueImpl_1), value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___MemberImpl_2), value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___NameImpl_3), value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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_t1861056598, ___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_t1861056598, ___marshalAs_6)); } inline UnmanagedMarshal_t984015687 * get_marshalAs_6() const { return ___marshalAs_6; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(UnmanagedMarshal_t984015687 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((&___marshalAs_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERINFO_T1861056598_H #ifndef ASSEMBLYBUILDER_T359885250_H #define ASSEMBLYBUILDER_T359885250_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.AssemblyBuilder struct AssemblyBuilder_t359885250 : public Assembly_t { public: // System.UIntPtr System.Reflection.Emit.AssemblyBuilder::dynamic_assembly uintptr_t ___dynamic_assembly_10; // System.Reflection.MethodInfo System.Reflection.Emit.AssemblyBuilder::entry_point MethodInfo_t * ___entry_point_11; // System.Reflection.Emit.ModuleBuilder[] System.Reflection.Emit.AssemblyBuilder::modules ModuleBuilderU5BU5D_t2441092650* ___modules_12; // System.String System.Reflection.Emit.AssemblyBuilder::name String_t* ___name_13; // System.String System.Reflection.Emit.AssemblyBuilder::dir String_t* ___dir_14; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.AssemblyBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_15; // System.Reflection.Emit.MonoResource[] System.Reflection.Emit.AssemblyBuilder::resources MonoResourceU5BU5D_t979189380* ___resources_16; // System.Byte[] System.Reflection.Emit.AssemblyBuilder::public_key ByteU5BU5D_t4116647657* ___public_key_17; // System.String System.Reflection.Emit.AssemblyBuilder::version String_t* ___version_18; // System.String System.Reflection.Emit.AssemblyBuilder::culture String_t* ___culture_19; // System.UInt32 System.Reflection.Emit.AssemblyBuilder::algid uint32_t ___algid_20; // System.UInt32 System.Reflection.Emit.AssemblyBuilder::flags uint32_t ___flags_21; // System.Reflection.Emit.PEFileKinds System.Reflection.Emit.AssemblyBuilder::pekind int32_t ___pekind_22; // System.Boolean System.Reflection.Emit.AssemblyBuilder::delay_sign bool ___delay_sign_23; // System.UInt32 System.Reflection.Emit.AssemblyBuilder::access uint32_t ___access_24; // System.Reflection.Module[] System.Reflection.Emit.AssemblyBuilder::loaded_modules ModuleU5BU5D_t4238763736* ___loaded_modules_25; // System.Reflection.Emit.MonoWin32Resource[] System.Reflection.Emit.AssemblyBuilder::win32_resources MonoWin32ResourceU5BU5D_t4084032906* ___win32_resources_26; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.AssemblyBuilder::permissions_minimum RefEmitPermissionSetU5BU5D_t567451178* ___permissions_minimum_27; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.AssemblyBuilder::permissions_optional RefEmitPermissionSetU5BU5D_t567451178* ___permissions_optional_28; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.AssemblyBuilder::permissions_refused RefEmitPermissionSetU5BU5D_t567451178* ___permissions_refused_29; // System.Reflection.PortableExecutableKinds System.Reflection.Emit.AssemblyBuilder::peKind int32_t ___peKind_30; // System.Reflection.ImageFileMachine System.Reflection.Emit.AssemblyBuilder::machine int32_t ___machine_31; // System.Boolean System.Reflection.Emit.AssemblyBuilder::corlib_internal bool ___corlib_internal_32; // System.Type[] System.Reflection.Emit.AssemblyBuilder::type_forwarders TypeU5BU5D_t3940880105* ___type_forwarders_33; // System.Byte[] System.Reflection.Emit.AssemblyBuilder::pktoken ByteU5BU5D_t4116647657* ___pktoken_34; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_object_type Type_t * ___corlib_object_type_35; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_value_type Type_t * ___corlib_value_type_36; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_enum_type Type_t * ___corlib_enum_type_37; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_void_type Type_t * ___corlib_void_type_38; // System.Collections.ArrayList System.Reflection.Emit.AssemblyBuilder::resource_writers ArrayList_t2718874744 * ___resource_writers_39; // System.Resources.Win32VersionResource System.Reflection.Emit.AssemblyBuilder::version_res Win32VersionResource_t1367628464 * ___version_res_40; // System.Boolean System.Reflection.Emit.AssemblyBuilder::created bool ___created_41; // System.Boolean System.Reflection.Emit.AssemblyBuilder::is_module_only bool ___is_module_only_42; // Mono.Security.StrongName System.Reflection.Emit.AssemblyBuilder::sn StrongName_t4093849377 * ___sn_43; // System.Reflection.Emit.NativeResourceType System.Reflection.Emit.AssemblyBuilder::native_resource int32_t ___native_resource_44; // System.Boolean System.Reflection.Emit.AssemblyBuilder::is_compiler_context bool ___is_compiler_context_45; // System.String System.Reflection.Emit.AssemblyBuilder::versioninfo_culture String_t* ___versioninfo_culture_46; // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder::manifest_module ModuleBuilder_t731887691 * ___manifest_module_47; public: inline static int32_t get_offset_of_dynamic_assembly_10() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___dynamic_assembly_10)); } inline uintptr_t get_dynamic_assembly_10() const { return ___dynamic_assembly_10; } inline uintptr_t* get_address_of_dynamic_assembly_10() { return &___dynamic_assembly_10; } inline void set_dynamic_assembly_10(uintptr_t value) { ___dynamic_assembly_10 = value; } inline static int32_t get_offset_of_entry_point_11() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___entry_point_11)); } inline MethodInfo_t * get_entry_point_11() const { return ___entry_point_11; } inline MethodInfo_t ** get_address_of_entry_point_11() { return &___entry_point_11; } inline void set_entry_point_11(MethodInfo_t * value) { ___entry_point_11 = value; Il2CppCodeGenWriteBarrier((&___entry_point_11), value); } inline static int32_t get_offset_of_modules_12() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___modules_12)); } inline ModuleBuilderU5BU5D_t2441092650* get_modules_12() const { return ___modules_12; } inline ModuleBuilderU5BU5D_t2441092650** get_address_of_modules_12() { return &___modules_12; } inline void set_modules_12(ModuleBuilderU5BU5D_t2441092650* value) { ___modules_12 = value; Il2CppCodeGenWriteBarrier((&___modules_12), value); } inline static int32_t get_offset_of_name_13() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___name_13)); } inline String_t* get_name_13() const { return ___name_13; } inline String_t** get_address_of_name_13() { return &___name_13; } inline void set_name_13(String_t* value) { ___name_13 = value; Il2CppCodeGenWriteBarrier((&___name_13), value); } inline static int32_t get_offset_of_dir_14() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___dir_14)); } inline String_t* get_dir_14() const { return ___dir_14; } inline String_t** get_address_of_dir_14() { return &___dir_14; } inline void set_dir_14(String_t* value) { ___dir_14 = value; Il2CppCodeGenWriteBarrier((&___dir_14), value); } inline static int32_t get_offset_of_cattrs_15() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___cattrs_15)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_15() const { return ___cattrs_15; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_15() { return &___cattrs_15; } inline void set_cattrs_15(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_15 = value; Il2CppCodeGenWriteBarrier((&___cattrs_15), value); } inline static int32_t get_offset_of_resources_16() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___resources_16)); } inline MonoResourceU5BU5D_t979189380* get_resources_16() const { return ___resources_16; } inline MonoResourceU5BU5D_t979189380** get_address_of_resources_16() { return &___resources_16; } inline void set_resources_16(MonoResourceU5BU5D_t979189380* value) { ___resources_16 = value; Il2CppCodeGenWriteBarrier((&___resources_16), value); } inline static int32_t get_offset_of_public_key_17() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___public_key_17)); } inline ByteU5BU5D_t4116647657* get_public_key_17() const { return ___public_key_17; } inline ByteU5BU5D_t4116647657** get_address_of_public_key_17() { return &___public_key_17; } inline void set_public_key_17(ByteU5BU5D_t4116647657* value) { ___public_key_17 = value; Il2CppCodeGenWriteBarrier((&___public_key_17), value); } inline static int32_t get_offset_of_version_18() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___version_18)); } inline String_t* get_version_18() const { return ___version_18; } inline String_t** get_address_of_version_18() { return &___version_18; } inline void set_version_18(String_t* value) { ___version_18 = value; Il2CppCodeGenWriteBarrier((&___version_18), value); } inline static int32_t get_offset_of_culture_19() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___culture_19)); } inline String_t* get_culture_19() const { return ___culture_19; } inline String_t** get_address_of_culture_19() { return &___culture_19; } inline void set_culture_19(String_t* value) { ___culture_19 = value; Il2CppCodeGenWriteBarrier((&___culture_19), value); } inline static int32_t get_offset_of_algid_20() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___algid_20)); } inline uint32_t get_algid_20() const { return ___algid_20; } inline uint32_t* get_address_of_algid_20() { return &___algid_20; } inline void set_algid_20(uint32_t value) { ___algid_20 = value; } inline static int32_t get_offset_of_flags_21() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___flags_21)); } inline uint32_t get_flags_21() const { return ___flags_21; } inline uint32_t* get_address_of_flags_21() { return &___flags_21; } inline void set_flags_21(uint32_t value) { ___flags_21 = value; } inline static int32_t get_offset_of_pekind_22() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___pekind_22)); } inline int32_t get_pekind_22() const { return ___pekind_22; } inline int32_t* get_address_of_pekind_22() { return &___pekind_22; } inline void set_pekind_22(int32_t value) { ___pekind_22 = value; } inline static int32_t get_offset_of_delay_sign_23() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___delay_sign_23)); } inline bool get_delay_sign_23() const { return ___delay_sign_23; } inline bool* get_address_of_delay_sign_23() { return &___delay_sign_23; } inline void set_delay_sign_23(bool value) { ___delay_sign_23 = value; } inline static int32_t get_offset_of_access_24() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___access_24)); } inline uint32_t get_access_24() const { return ___access_24; } inline uint32_t* get_address_of_access_24() { return &___access_24; } inline void set_access_24(uint32_t value) { ___access_24 = value; } inline static int32_t get_offset_of_loaded_modules_25() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___loaded_modules_25)); } inline ModuleU5BU5D_t4238763736* get_loaded_modules_25() const { return ___loaded_modules_25; } inline ModuleU5BU5D_t4238763736** get_address_of_loaded_modules_25() { return &___loaded_modules_25; } inline void set_loaded_modules_25(ModuleU5BU5D_t4238763736* value) { ___loaded_modules_25 = value; Il2CppCodeGenWriteBarrier((&___loaded_modules_25), value); } inline static int32_t get_offset_of_win32_resources_26() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___win32_resources_26)); } inline MonoWin32ResourceU5BU5D_t4084032906* get_win32_resources_26() const { return ___win32_resources_26; } inline MonoWin32ResourceU5BU5D_t4084032906** get_address_of_win32_resources_26() { return &___win32_resources_26; } inline void set_win32_resources_26(MonoWin32ResourceU5BU5D_t4084032906* value) { ___win32_resources_26 = value; Il2CppCodeGenWriteBarrier((&___win32_resources_26), value); } inline static int32_t get_offset_of_permissions_minimum_27() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___permissions_minimum_27)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_minimum_27() const { return ___permissions_minimum_27; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_minimum_27() { return &___permissions_minimum_27; } inline void set_permissions_minimum_27(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_minimum_27 = value; Il2CppCodeGenWriteBarrier((&___permissions_minimum_27), value); } inline static int32_t get_offset_of_permissions_optional_28() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___permissions_optional_28)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_optional_28() const { return ___permissions_optional_28; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_optional_28() { return &___permissions_optional_28; } inline void set_permissions_optional_28(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_optional_28 = value; Il2CppCodeGenWriteBarrier((&___permissions_optional_28), value); } inline static int32_t get_offset_of_permissions_refused_29() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___permissions_refused_29)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_refused_29() const { return ___permissions_refused_29; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_refused_29() { return &___permissions_refused_29; } inline void set_permissions_refused_29(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_refused_29 = value; Il2CppCodeGenWriteBarrier((&___permissions_refused_29), value); } inline static int32_t get_offset_of_peKind_30() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___peKind_30)); } inline int32_t get_peKind_30() const { return ___peKind_30; } inline int32_t* get_address_of_peKind_30() { return &___peKind_30; } inline void set_peKind_30(int32_t value) { ___peKind_30 = value; } inline static int32_t get_offset_of_machine_31() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___machine_31)); } inline int32_t get_machine_31() const { return ___machine_31; } inline int32_t* get_address_of_machine_31() { return &___machine_31; } inline void set_machine_31(int32_t value) { ___machine_31 = value; } inline static int32_t get_offset_of_corlib_internal_32() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_internal_32)); } inline bool get_corlib_internal_32() const { return ___corlib_internal_32; } inline bool* get_address_of_corlib_internal_32() { return &___corlib_internal_32; } inline void set_corlib_internal_32(bool value) { ___corlib_internal_32 = value; } inline static int32_t get_offset_of_type_forwarders_33() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___type_forwarders_33)); } inline TypeU5BU5D_t3940880105* get_type_forwarders_33() const { return ___type_forwarders_33; } inline TypeU5BU5D_t3940880105** get_address_of_type_forwarders_33() { return &___type_forwarders_33; } inline void set_type_forwarders_33(TypeU5BU5D_t3940880105* value) { ___type_forwarders_33 = value; Il2CppCodeGenWriteBarrier((&___type_forwarders_33), value); } inline static int32_t get_offset_of_pktoken_34() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___pktoken_34)); } inline ByteU5BU5D_t4116647657* get_pktoken_34() const { return ___pktoken_34; } inline ByteU5BU5D_t4116647657** get_address_of_pktoken_34() { return &___pktoken_34; } inline void set_pktoken_34(ByteU5BU5D_t4116647657* value) { ___pktoken_34 = value; Il2CppCodeGenWriteBarrier((&___pktoken_34), value); } inline static int32_t get_offset_of_corlib_object_type_35() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_object_type_35)); } inline Type_t * get_corlib_object_type_35() const { return ___corlib_object_type_35; } inline Type_t ** get_address_of_corlib_object_type_35() { return &___corlib_object_type_35; } inline void set_corlib_object_type_35(Type_t * value) { ___corlib_object_type_35 = value; Il2CppCodeGenWriteBarrier((&___corlib_object_type_35), value); } inline static int32_t get_offset_of_corlib_value_type_36() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_value_type_36)); } inline Type_t * get_corlib_value_type_36() const { return ___corlib_value_type_36; } inline Type_t ** get_address_of_corlib_value_type_36() { return &___corlib_value_type_36; } inline void set_corlib_value_type_36(Type_t * value) { ___corlib_value_type_36 = value; Il2CppCodeGenWriteBarrier((&___corlib_value_type_36), value); } inline static int32_t get_offset_of_corlib_enum_type_37() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_enum_type_37)); } inline Type_t * get_corlib_enum_type_37() const { return ___corlib_enum_type_37; } inline Type_t ** get_address_of_corlib_enum_type_37() { return &___corlib_enum_type_37; } inline void set_corlib_enum_type_37(Type_t * value) { ___corlib_enum_type_37 = value; Il2CppCodeGenWriteBarrier((&___corlib_enum_type_37), value); } inline static int32_t get_offset_of_corlib_void_type_38() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_void_type_38)); } inline Type_t * get_corlib_void_type_38() const { return ___corlib_void_type_38; } inline Type_t ** get_address_of_corlib_void_type_38() { return &___corlib_void_type_38; } inline void set_corlib_void_type_38(Type_t * value) { ___corlib_void_type_38 = value; Il2CppCodeGenWriteBarrier((&___corlib_void_type_38), value); } inline static int32_t get_offset_of_resource_writers_39() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___resource_writers_39)); } inline ArrayList_t2718874744 * get_resource_writers_39() const { return ___resource_writers_39; } inline ArrayList_t2718874744 ** get_address_of_resource_writers_39() { return &___resource_writers_39; } inline void set_resource_writers_39(ArrayList_t2718874744 * value) { ___resource_writers_39 = value; Il2CppCodeGenWriteBarrier((&___resource_writers_39), value); } inline static int32_t get_offset_of_version_res_40() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___version_res_40)); } inline Win32VersionResource_t1367628464 * get_version_res_40() const { return ___version_res_40; } inline Win32VersionResource_t1367628464 ** get_address_of_version_res_40() { return &___version_res_40; } inline void set_version_res_40(Win32VersionResource_t1367628464 * value) { ___version_res_40 = value; Il2CppCodeGenWriteBarrier((&___version_res_40), value); } inline static int32_t get_offset_of_created_41() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___created_41)); } inline bool get_created_41() const { return ___created_41; } inline bool* get_address_of_created_41() { return &___created_41; } inline void set_created_41(bool value) { ___created_41 = value; } inline static int32_t get_offset_of_is_module_only_42() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___is_module_only_42)); } inline bool get_is_module_only_42() const { return ___is_module_only_42; } inline bool* get_address_of_is_module_only_42() { return &___is_module_only_42; } inline void set_is_module_only_42(bool value) { ___is_module_only_42 = value; } inline static int32_t get_offset_of_sn_43() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___sn_43)); } inline StrongName_t4093849377 * get_sn_43() const { return ___sn_43; } inline StrongName_t4093849377 ** get_address_of_sn_43() { return &___sn_43; } inline void set_sn_43(StrongName_t4093849377 * value) { ___sn_43 = value; Il2CppCodeGenWriteBarrier((&___sn_43), value); } inline static int32_t get_offset_of_native_resource_44() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___native_resource_44)); } inline int32_t get_native_resource_44() const { return ___native_resource_44; } inline int32_t* get_address_of_native_resource_44() { return &___native_resource_44; } inline void set_native_resource_44(int32_t value) { ___native_resource_44 = value; } inline static int32_t get_offset_of_is_compiler_context_45() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___is_compiler_context_45)); } inline bool get_is_compiler_context_45() const { return ___is_compiler_context_45; } inline bool* get_address_of_is_compiler_context_45() { return &___is_compiler_context_45; } inline void set_is_compiler_context_45(bool value) { ___is_compiler_context_45 = value; } inline static int32_t get_offset_of_versioninfo_culture_46() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___versioninfo_culture_46)); } inline String_t* get_versioninfo_culture_46() const { return ___versioninfo_culture_46; } inline String_t** get_address_of_versioninfo_culture_46() { return &___versioninfo_culture_46; } inline void set_versioninfo_culture_46(String_t* value) { ___versioninfo_culture_46 = value; Il2CppCodeGenWriteBarrier((&___versioninfo_culture_46), value); } inline static int32_t get_offset_of_manifest_module_47() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___manifest_module_47)); } inline ModuleBuilder_t731887691 * get_manifest_module_47() const { return ___manifest_module_47; } inline ModuleBuilder_t731887691 ** get_address_of_manifest_module_47() { return &___manifest_module_47; } inline void set_manifest_module_47(ModuleBuilder_t731887691 * value) { ___manifest_module_47 = value; Il2CppCodeGenWriteBarrier((&___manifest_module_47), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYBUILDER_T359885250_H #ifndef OBJECTMANAGER_T1653064325_H #define OBJECTMANAGER_T1653064325_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.ObjectManager struct ObjectManager_t1653064325 : public RuntimeObject { public: // System.Runtime.Serialization.ObjectRecord System.Runtime.Serialization.ObjectManager::_objectRecordChain ObjectRecord_t1187467272 * ____objectRecordChain_0; // System.Runtime.Serialization.ObjectRecord System.Runtime.Serialization.ObjectManager::_lastObjectRecord ObjectRecord_t1187467272 * ____lastObjectRecord_1; // System.Collections.ArrayList System.Runtime.Serialization.ObjectManager::_deserializedRecords ArrayList_t2718874744 * ____deserializedRecords_2; // System.Collections.ArrayList System.Runtime.Serialization.ObjectManager::_onDeserializedCallbackRecords ArrayList_t2718874744 * ____onDeserializedCallbackRecords_3; // System.Collections.Hashtable System.Runtime.Serialization.ObjectManager::_objectRecords Hashtable_t1853889766 * ____objectRecords_4; // System.Boolean System.Runtime.Serialization.ObjectManager::_finalFixup bool ____finalFixup_5; // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.ObjectManager::_selector RuntimeObject* ____selector_6; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.ObjectManager::_context StreamingContext_t3711869237 ____context_7; // System.Int32 System.Runtime.Serialization.ObjectManager::_registeredObjectsCount int32_t ____registeredObjectsCount_8; public: inline static int32_t get_offset_of__objectRecordChain_0() { return static_cast(offsetof(ObjectManager_t1653064325, ____objectRecordChain_0)); } inline ObjectRecord_t1187467272 * get__objectRecordChain_0() const { return ____objectRecordChain_0; } inline ObjectRecord_t1187467272 ** get_address_of__objectRecordChain_0() { return &____objectRecordChain_0; } inline void set__objectRecordChain_0(ObjectRecord_t1187467272 * value) { ____objectRecordChain_0 = value; Il2CppCodeGenWriteBarrier((&____objectRecordChain_0), value); } inline static int32_t get_offset_of__lastObjectRecord_1() { return static_cast(offsetof(ObjectManager_t1653064325, ____lastObjectRecord_1)); } inline ObjectRecord_t1187467272 * get__lastObjectRecord_1() const { return ____lastObjectRecord_1; } inline ObjectRecord_t1187467272 ** get_address_of__lastObjectRecord_1() { return &____lastObjectRecord_1; } inline void set__lastObjectRecord_1(ObjectRecord_t1187467272 * value) { ____lastObjectRecord_1 = value; Il2CppCodeGenWriteBarrier((&____lastObjectRecord_1), value); } inline static int32_t get_offset_of__deserializedRecords_2() { return static_cast(offsetof(ObjectManager_t1653064325, ____deserializedRecords_2)); } inline ArrayList_t2718874744 * get__deserializedRecords_2() const { return ____deserializedRecords_2; } inline ArrayList_t2718874744 ** get_address_of__deserializedRecords_2() { return &____deserializedRecords_2; } inline void set__deserializedRecords_2(ArrayList_t2718874744 * value) { ____deserializedRecords_2 = value; Il2CppCodeGenWriteBarrier((&____deserializedRecords_2), value); } inline static int32_t get_offset_of__onDeserializedCallbackRecords_3() { return static_cast(offsetof(ObjectManager_t1653064325, ____onDeserializedCallbackRecords_3)); } inline ArrayList_t2718874744 * get__onDeserializedCallbackRecords_3() const { return ____onDeserializedCallbackRecords_3; } inline ArrayList_t2718874744 ** get_address_of__onDeserializedCallbackRecords_3() { return &____onDeserializedCallbackRecords_3; } inline void set__onDeserializedCallbackRecords_3(ArrayList_t2718874744 * value) { ____onDeserializedCallbackRecords_3 = value; Il2CppCodeGenWriteBarrier((&____onDeserializedCallbackRecords_3), value); } inline static int32_t get_offset_of__objectRecords_4() { return static_cast(offsetof(ObjectManager_t1653064325, ____objectRecords_4)); } inline Hashtable_t1853889766 * get__objectRecords_4() const { return ____objectRecords_4; } inline Hashtable_t1853889766 ** get_address_of__objectRecords_4() { return &____objectRecords_4; } inline void set__objectRecords_4(Hashtable_t1853889766 * value) { ____objectRecords_4 = value; Il2CppCodeGenWriteBarrier((&____objectRecords_4), value); } inline static int32_t get_offset_of__finalFixup_5() { return static_cast(offsetof(ObjectManager_t1653064325, ____finalFixup_5)); } inline bool get__finalFixup_5() const { return ____finalFixup_5; } inline bool* get_address_of__finalFixup_5() { return &____finalFixup_5; } inline void set__finalFixup_5(bool value) { ____finalFixup_5 = value; } inline static int32_t get_offset_of__selector_6() { return static_cast(offsetof(ObjectManager_t1653064325, ____selector_6)); } inline RuntimeObject* get__selector_6() const { return ____selector_6; } inline RuntimeObject** get_address_of__selector_6() { return &____selector_6; } inline void set__selector_6(RuntimeObject* value) { ____selector_6 = value; Il2CppCodeGenWriteBarrier((&____selector_6), value); } inline static int32_t get_offset_of__context_7() { return static_cast(offsetof(ObjectManager_t1653064325, ____context_7)); } inline StreamingContext_t3711869237 get__context_7() const { return ____context_7; } inline StreamingContext_t3711869237 * get_address_of__context_7() { return &____context_7; } inline void set__context_7(StreamingContext_t3711869237 value) { ____context_7 = value; } inline static int32_t get_offset_of__registeredObjectsCount_8() { return static_cast(offsetof(ObjectManager_t1653064325, ____registeredObjectsCount_8)); } inline int32_t get__registeredObjectsCount_8() const { return ____registeredObjectsCount_8; } inline int32_t* get_address_of__registeredObjectsCount_8() { return &____registeredObjectsCount_8; } inline void set__registeredObjectsCount_8(int32_t value) { ____registeredObjectsCount_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTMANAGER_T1653064325_H #ifndef LEASE_T4051722892_H #define LEASE_T4051722892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Lifetime.Lease struct Lease_t4051722892 : public MarshalByRefObject_t2760389100 { public: // System.DateTime System.Runtime.Remoting.Lifetime.Lease::_leaseExpireTime DateTime_t3738529785 ____leaseExpireTime_1; // System.Runtime.Remoting.Lifetime.LeaseState System.Runtime.Remoting.Lifetime.Lease::_currentState int32_t ____currentState_2; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_initialLeaseTime TimeSpan_t881159249 ____initialLeaseTime_3; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_renewOnCallTime TimeSpan_t881159249 ____renewOnCallTime_4; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_sponsorshipTimeout TimeSpan_t881159249 ____sponsorshipTimeout_5; // System.Collections.ArrayList System.Runtime.Remoting.Lifetime.Lease::_sponsors ArrayList_t2718874744 * ____sponsors_6; // System.Collections.Queue System.Runtime.Remoting.Lifetime.Lease::_renewingSponsors Queue_t3637523393 * ____renewingSponsors_7; // System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate System.Runtime.Remoting.Lifetime.Lease::_renewalDelegate RenewalDelegate_t3744801856 * ____renewalDelegate_8; public: inline static int32_t get_offset_of__leaseExpireTime_1() { return static_cast(offsetof(Lease_t4051722892, ____leaseExpireTime_1)); } inline DateTime_t3738529785 get__leaseExpireTime_1() const { return ____leaseExpireTime_1; } inline DateTime_t3738529785 * get_address_of__leaseExpireTime_1() { return &____leaseExpireTime_1; } inline void set__leaseExpireTime_1(DateTime_t3738529785 value) { ____leaseExpireTime_1 = value; } inline static int32_t get_offset_of__currentState_2() { return static_cast(offsetof(Lease_t4051722892, ____currentState_2)); } inline int32_t get__currentState_2() const { return ____currentState_2; } inline int32_t* get_address_of__currentState_2() { return &____currentState_2; } inline void set__currentState_2(int32_t value) { ____currentState_2 = value; } inline static int32_t get_offset_of__initialLeaseTime_3() { return static_cast(offsetof(Lease_t4051722892, ____initialLeaseTime_3)); } inline TimeSpan_t881159249 get__initialLeaseTime_3() const { return ____initialLeaseTime_3; } inline TimeSpan_t881159249 * get_address_of__initialLeaseTime_3() { return &____initialLeaseTime_3; } inline void set__initialLeaseTime_3(TimeSpan_t881159249 value) { ____initialLeaseTime_3 = value; } inline static int32_t get_offset_of__renewOnCallTime_4() { return static_cast(offsetof(Lease_t4051722892, ____renewOnCallTime_4)); } inline TimeSpan_t881159249 get__renewOnCallTime_4() const { return ____renewOnCallTime_4; } inline TimeSpan_t881159249 * get_address_of__renewOnCallTime_4() { return &____renewOnCallTime_4; } inline void set__renewOnCallTime_4(TimeSpan_t881159249 value) { ____renewOnCallTime_4 = value; } inline static int32_t get_offset_of__sponsorshipTimeout_5() { return static_cast(offsetof(Lease_t4051722892, ____sponsorshipTimeout_5)); } inline TimeSpan_t881159249 get__sponsorshipTimeout_5() const { return ____sponsorshipTimeout_5; } inline TimeSpan_t881159249 * get_address_of__sponsorshipTimeout_5() { return &____sponsorshipTimeout_5; } inline void set__sponsorshipTimeout_5(TimeSpan_t881159249 value) { ____sponsorshipTimeout_5 = value; } inline static int32_t get_offset_of__sponsors_6() { return static_cast(offsetof(Lease_t4051722892, ____sponsors_6)); } inline ArrayList_t2718874744 * get__sponsors_6() const { return ____sponsors_6; } inline ArrayList_t2718874744 ** get_address_of__sponsors_6() { return &____sponsors_6; } inline void set__sponsors_6(ArrayList_t2718874744 * value) { ____sponsors_6 = value; Il2CppCodeGenWriteBarrier((&____sponsors_6), value); } inline static int32_t get_offset_of__renewingSponsors_7() { return static_cast(offsetof(Lease_t4051722892, ____renewingSponsors_7)); } inline Queue_t3637523393 * get__renewingSponsors_7() const { return ____renewingSponsors_7; } inline Queue_t3637523393 ** get_address_of__renewingSponsors_7() { return &____renewingSponsors_7; } inline void set__renewingSponsors_7(Queue_t3637523393 * value) { ____renewingSponsors_7 = value; Il2CppCodeGenWriteBarrier((&____renewingSponsors_7), value); } inline static int32_t get_offset_of__renewalDelegate_8() { return static_cast(offsetof(Lease_t4051722892, ____renewalDelegate_8)); } inline RenewalDelegate_t3744801856 * get__renewalDelegate_8() const { return ____renewalDelegate_8; } inline RenewalDelegate_t3744801856 ** get_address_of__renewalDelegate_8() { return &____renewalDelegate_8; } inline void set__renewalDelegate_8(RenewalDelegate_t3744801856 * value) { ____renewalDelegate_8 = value; Il2CppCodeGenWriteBarrier((&____renewalDelegate_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEASE_T4051722892_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef HEADERHANDLER_T2878040134_H #define HEADERHANDLER_T2878040134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.HeaderHandler struct HeaderHandler_t2878040134 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HEADERHANDLER_T2878040134_H #ifndef MONOTYPE_T_H #define MONOTYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoType struct MonoType_t : public Type_t { public: // System.MonoTypeInfo System.MonoType::type_info MonoTypeInfo_t3366989025 * ___type_info_8; public: inline static int32_t get_offset_of_type_info_8() { return static_cast(offsetof(MonoType_t, ___type_info_8)); } inline MonoTypeInfo_t3366989025 * get_type_info_8() const { return ___type_info_8; } inline MonoTypeInfo_t3366989025 ** get_address_of_type_info_8() { return &___type_info_8; } inline void set_type_info_8(MonoTypeInfo_t3366989025 * value) { ___type_info_8 = value; Il2CppCodeGenWriteBarrier((&___type_info_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTYPE_T_H #ifndef TYPEBUILDER_T1073948154_H #define TYPEBUILDER_T1073948154_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.TypeBuilder struct TypeBuilder_t1073948154 : public Type_t { public: // System.String System.Reflection.Emit.TypeBuilder::tname String_t* ___tname_8; // System.String System.Reflection.Emit.TypeBuilder::nspace String_t* ___nspace_9; // System.Type System.Reflection.Emit.TypeBuilder::parent Type_t * ___parent_10; // System.Type System.Reflection.Emit.TypeBuilder::nesting_type Type_t * ___nesting_type_11; // System.Type[] System.Reflection.Emit.TypeBuilder::interfaces TypeU5BU5D_t3940880105* ___interfaces_12; // System.Int32 System.Reflection.Emit.TypeBuilder::num_methods int32_t ___num_methods_13; // System.Reflection.Emit.MethodBuilder[] System.Reflection.Emit.TypeBuilder::methods MethodBuilderU5BU5D_t3705301900* ___methods_14; // System.Reflection.Emit.ConstructorBuilder[] System.Reflection.Emit.TypeBuilder::ctors ConstructorBuilderU5BU5D_t3223009221* ___ctors_15; // System.Reflection.Emit.PropertyBuilder[] System.Reflection.Emit.TypeBuilder::properties PropertyBuilderU5BU5D_t4023329206* ___properties_16; // System.Int32 System.Reflection.Emit.TypeBuilder::num_fields int32_t ___num_fields_17; // System.Reflection.Emit.FieldBuilder[] System.Reflection.Emit.TypeBuilder::fields FieldBuilderU5BU5D_t138311604* ___fields_18; // System.Reflection.Emit.EventBuilder[] System.Reflection.Emit.TypeBuilder::events EventBuilderU5BU5D_t3902749141* ___events_19; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.TypeBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_20; // System.Reflection.Emit.TypeBuilder[] System.Reflection.Emit.TypeBuilder::subtypes TypeBuilderU5BU5D_t786280671* ___subtypes_21; // System.Reflection.TypeAttributes System.Reflection.Emit.TypeBuilder::attrs int32_t ___attrs_22; // System.Int32 System.Reflection.Emit.TypeBuilder::table_idx int32_t ___table_idx_23; // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.TypeBuilder::pmodule ModuleBuilder_t731887691 * ___pmodule_24; // System.Int32 System.Reflection.Emit.TypeBuilder::class_size int32_t ___class_size_25; // System.Reflection.Emit.PackingSize System.Reflection.Emit.TypeBuilder::packing_size int32_t ___packing_size_26; // System.IntPtr System.Reflection.Emit.TypeBuilder::generic_container intptr_t ___generic_container_27; // System.Reflection.Emit.GenericTypeParameterBuilder[] System.Reflection.Emit.TypeBuilder::generic_params GenericTypeParameterBuilderU5BU5D_t3780444109* ___generic_params_28; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.TypeBuilder::permissions RefEmitPermissionSetU5BU5D_t567451178* ___permissions_29; // System.Type System.Reflection.Emit.TypeBuilder::created Type_t * ___created_30; // System.String System.Reflection.Emit.TypeBuilder::fullname String_t* ___fullname_31; // System.Boolean System.Reflection.Emit.TypeBuilder::createTypeCalled bool ___createTypeCalled_32; // System.Type System.Reflection.Emit.TypeBuilder::underlying_type Type_t * ___underlying_type_33; public: inline static int32_t get_offset_of_tname_8() { return static_cast(offsetof(TypeBuilder_t1073948154, ___tname_8)); } inline String_t* get_tname_8() const { return ___tname_8; } inline String_t** get_address_of_tname_8() { return &___tname_8; } inline void set_tname_8(String_t* value) { ___tname_8 = value; Il2CppCodeGenWriteBarrier((&___tname_8), value); } inline static int32_t get_offset_of_nspace_9() { return static_cast(offsetof(TypeBuilder_t1073948154, ___nspace_9)); } inline String_t* get_nspace_9() const { return ___nspace_9; } inline String_t** get_address_of_nspace_9() { return &___nspace_9; } inline void set_nspace_9(String_t* value) { ___nspace_9 = value; Il2CppCodeGenWriteBarrier((&___nspace_9), value); } inline static int32_t get_offset_of_parent_10() { return static_cast(offsetof(TypeBuilder_t1073948154, ___parent_10)); } inline Type_t * get_parent_10() const { return ___parent_10; } inline Type_t ** get_address_of_parent_10() { return &___parent_10; } inline void set_parent_10(Type_t * value) { ___parent_10 = value; Il2CppCodeGenWriteBarrier((&___parent_10), value); } inline static int32_t get_offset_of_nesting_type_11() { return static_cast(offsetof(TypeBuilder_t1073948154, ___nesting_type_11)); } inline Type_t * get_nesting_type_11() const { return ___nesting_type_11; } inline Type_t ** get_address_of_nesting_type_11() { return &___nesting_type_11; } inline void set_nesting_type_11(Type_t * value) { ___nesting_type_11 = value; Il2CppCodeGenWriteBarrier((&___nesting_type_11), value); } inline static int32_t get_offset_of_interfaces_12() { return static_cast(offsetof(TypeBuilder_t1073948154, ___interfaces_12)); } inline TypeU5BU5D_t3940880105* get_interfaces_12() const { return ___interfaces_12; } inline TypeU5BU5D_t3940880105** get_address_of_interfaces_12() { return &___interfaces_12; } inline void set_interfaces_12(TypeU5BU5D_t3940880105* value) { ___interfaces_12 = value; Il2CppCodeGenWriteBarrier((&___interfaces_12), value); } inline static int32_t get_offset_of_num_methods_13() { return static_cast(offsetof(TypeBuilder_t1073948154, ___num_methods_13)); } inline int32_t get_num_methods_13() const { return ___num_methods_13; } inline int32_t* get_address_of_num_methods_13() { return &___num_methods_13; } inline void set_num_methods_13(int32_t value) { ___num_methods_13 = value; } inline static int32_t get_offset_of_methods_14() { return static_cast(offsetof(TypeBuilder_t1073948154, ___methods_14)); } inline MethodBuilderU5BU5D_t3705301900* get_methods_14() const { return ___methods_14; } inline MethodBuilderU5BU5D_t3705301900** get_address_of_methods_14() { return &___methods_14; } inline void set_methods_14(MethodBuilderU5BU5D_t3705301900* value) { ___methods_14 = value; Il2CppCodeGenWriteBarrier((&___methods_14), value); } inline static int32_t get_offset_of_ctors_15() { return static_cast(offsetof(TypeBuilder_t1073948154, ___ctors_15)); } inline ConstructorBuilderU5BU5D_t3223009221* get_ctors_15() const { return ___ctors_15; } inline ConstructorBuilderU5BU5D_t3223009221** get_address_of_ctors_15() { return &___ctors_15; } inline void set_ctors_15(ConstructorBuilderU5BU5D_t3223009221* value) { ___ctors_15 = value; Il2CppCodeGenWriteBarrier((&___ctors_15), value); } inline static int32_t get_offset_of_properties_16() { return static_cast(offsetof(TypeBuilder_t1073948154, ___properties_16)); } inline PropertyBuilderU5BU5D_t4023329206* get_properties_16() const { return ___properties_16; } inline PropertyBuilderU5BU5D_t4023329206** get_address_of_properties_16() { return &___properties_16; } inline void set_properties_16(PropertyBuilderU5BU5D_t4023329206* value) { ___properties_16 = value; Il2CppCodeGenWriteBarrier((&___properties_16), value); } inline static int32_t get_offset_of_num_fields_17() { return static_cast(offsetof(TypeBuilder_t1073948154, ___num_fields_17)); } inline int32_t get_num_fields_17() const { return ___num_fields_17; } inline int32_t* get_address_of_num_fields_17() { return &___num_fields_17; } inline void set_num_fields_17(int32_t value) { ___num_fields_17 = value; } inline static int32_t get_offset_of_fields_18() { return static_cast(offsetof(TypeBuilder_t1073948154, ___fields_18)); } inline FieldBuilderU5BU5D_t138311604* get_fields_18() const { return ___fields_18; } inline FieldBuilderU5BU5D_t138311604** get_address_of_fields_18() { return &___fields_18; } inline void set_fields_18(FieldBuilderU5BU5D_t138311604* value) { ___fields_18 = value; Il2CppCodeGenWriteBarrier((&___fields_18), value); } inline static int32_t get_offset_of_events_19() { return static_cast(offsetof(TypeBuilder_t1073948154, ___events_19)); } inline EventBuilderU5BU5D_t3902749141* get_events_19() const { return ___events_19; } inline EventBuilderU5BU5D_t3902749141** get_address_of_events_19() { return &___events_19; } inline void set_events_19(EventBuilderU5BU5D_t3902749141* value) { ___events_19 = value; Il2CppCodeGenWriteBarrier((&___events_19), value); } inline static int32_t get_offset_of_cattrs_20() { return static_cast(offsetof(TypeBuilder_t1073948154, ___cattrs_20)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_20() const { return ___cattrs_20; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_20() { return &___cattrs_20; } inline void set_cattrs_20(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_20 = value; Il2CppCodeGenWriteBarrier((&___cattrs_20), value); } inline static int32_t get_offset_of_subtypes_21() { return static_cast(offsetof(TypeBuilder_t1073948154, ___subtypes_21)); } inline TypeBuilderU5BU5D_t786280671* get_subtypes_21() const { return ___subtypes_21; } inline TypeBuilderU5BU5D_t786280671** get_address_of_subtypes_21() { return &___subtypes_21; } inline void set_subtypes_21(TypeBuilderU5BU5D_t786280671* value) { ___subtypes_21 = value; Il2CppCodeGenWriteBarrier((&___subtypes_21), value); } inline static int32_t get_offset_of_attrs_22() { return static_cast(offsetof(TypeBuilder_t1073948154, ___attrs_22)); } inline int32_t get_attrs_22() const { return ___attrs_22; } inline int32_t* get_address_of_attrs_22() { return &___attrs_22; } inline void set_attrs_22(int32_t value) { ___attrs_22 = value; } inline static int32_t get_offset_of_table_idx_23() { return static_cast(offsetof(TypeBuilder_t1073948154, ___table_idx_23)); } inline int32_t get_table_idx_23() const { return ___table_idx_23; } inline int32_t* get_address_of_table_idx_23() { return &___table_idx_23; } inline void set_table_idx_23(int32_t value) { ___table_idx_23 = value; } inline static int32_t get_offset_of_pmodule_24() { return static_cast(offsetof(TypeBuilder_t1073948154, ___pmodule_24)); } inline ModuleBuilder_t731887691 * get_pmodule_24() const { return ___pmodule_24; } inline ModuleBuilder_t731887691 ** get_address_of_pmodule_24() { return &___pmodule_24; } inline void set_pmodule_24(ModuleBuilder_t731887691 * value) { ___pmodule_24 = value; Il2CppCodeGenWriteBarrier((&___pmodule_24), value); } inline static int32_t get_offset_of_class_size_25() { return static_cast(offsetof(TypeBuilder_t1073948154, ___class_size_25)); } inline int32_t get_class_size_25() const { return ___class_size_25; } inline int32_t* get_address_of_class_size_25() { return &___class_size_25; } inline void set_class_size_25(int32_t value) { ___class_size_25 = value; } inline static int32_t get_offset_of_packing_size_26() { return static_cast(offsetof(TypeBuilder_t1073948154, ___packing_size_26)); } inline int32_t get_packing_size_26() const { return ___packing_size_26; } inline int32_t* get_address_of_packing_size_26() { return &___packing_size_26; } inline void set_packing_size_26(int32_t value) { ___packing_size_26 = value; } inline static int32_t get_offset_of_generic_container_27() { return static_cast(offsetof(TypeBuilder_t1073948154, ___generic_container_27)); } inline intptr_t get_generic_container_27() const { return ___generic_container_27; } inline intptr_t* get_address_of_generic_container_27() { return &___generic_container_27; } inline void set_generic_container_27(intptr_t value) { ___generic_container_27 = value; } inline static int32_t get_offset_of_generic_params_28() { return static_cast(offsetof(TypeBuilder_t1073948154, ___generic_params_28)); } inline GenericTypeParameterBuilderU5BU5D_t3780444109* get_generic_params_28() const { return ___generic_params_28; } inline GenericTypeParameterBuilderU5BU5D_t3780444109** get_address_of_generic_params_28() { return &___generic_params_28; } inline void set_generic_params_28(GenericTypeParameterBuilderU5BU5D_t3780444109* value) { ___generic_params_28 = value; Il2CppCodeGenWriteBarrier((&___generic_params_28), value); } inline static int32_t get_offset_of_permissions_29() { return static_cast(offsetof(TypeBuilder_t1073948154, ___permissions_29)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_29() const { return ___permissions_29; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_29() { return &___permissions_29; } inline void set_permissions_29(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_29 = value; Il2CppCodeGenWriteBarrier((&___permissions_29), value); } inline static int32_t get_offset_of_created_30() { return static_cast(offsetof(TypeBuilder_t1073948154, ___created_30)); } inline Type_t * get_created_30() const { return ___created_30; } inline Type_t ** get_address_of_created_30() { return &___created_30; } inline void set_created_30(Type_t * value) { ___created_30 = value; Il2CppCodeGenWriteBarrier((&___created_30), value); } inline static int32_t get_offset_of_fullname_31() { return static_cast(offsetof(TypeBuilder_t1073948154, ___fullname_31)); } inline String_t* get_fullname_31() const { return ___fullname_31; } inline String_t** get_address_of_fullname_31() { return &___fullname_31; } inline void set_fullname_31(String_t* value) { ___fullname_31 = value; Il2CppCodeGenWriteBarrier((&___fullname_31), value); } inline static int32_t get_offset_of_createTypeCalled_32() { return static_cast(offsetof(TypeBuilder_t1073948154, ___createTypeCalled_32)); } inline bool get_createTypeCalled_32() const { return ___createTypeCalled_32; } inline bool* get_address_of_createTypeCalled_32() { return &___createTypeCalled_32; } inline void set_createTypeCalled_32(bool value) { ___createTypeCalled_32 = value; } inline static int32_t get_offset_of_underlying_type_33() { return static_cast(offsetof(TypeBuilder_t1073948154, ___underlying_type_33)); } inline Type_t * get_underlying_type_33() const { return ___underlying_type_33; } inline Type_t ** get_address_of_underlying_type_33() { return &___underlying_type_33; } inline void set_underlying_type_33(Type_t * value) { ___underlying_type_33 = value; Il2CppCodeGenWriteBarrier((&___underlying_type_33), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEBUILDER_T1073948154_H #ifndef OBJECTREADER_T1940957392_H #define OBJECTREADER_T1940957392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.ObjectReader struct ObjectReader_t1940957392 : public RuntimeObject { public: // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.ObjectReader::_surrogateSelector RuntimeObject* ____surrogateSelector_0; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.ObjectReader::_context StreamingContext_t3711869237 ____context_1; // System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.ObjectReader::_binder SerializationBinder_t274213469 * ____binder_2; // System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.ObjectReader::_filterLevel int32_t ____filterLevel_3; // System.Runtime.Serialization.ObjectManager System.Runtime.Serialization.Formatters.Binary.ObjectReader::_manager ObjectManager_t1653064325 * ____manager_4; // System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.ObjectReader::_registeredAssemblies Hashtable_t1853889766 * ____registeredAssemblies_5; // System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.ObjectReader::_typeMetadataCache Hashtable_t1853889766 * ____typeMetadataCache_6; // System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::_lastObject RuntimeObject * ____lastObject_7; // System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectReader::_lastObjectID int64_t ____lastObjectID_8; // System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectReader::_rootObjectID int64_t ____rootObjectID_9; // System.Byte[] System.Runtime.Serialization.Formatters.Binary.ObjectReader::arrayBuffer ByteU5BU5D_t4116647657* ___arrayBuffer_10; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectReader::ArrayBufferLength int32_t ___ArrayBufferLength_11; public: inline static int32_t get_offset_of__surrogateSelector_0() { return static_cast(offsetof(ObjectReader_t1940957392, ____surrogateSelector_0)); } inline RuntimeObject* get__surrogateSelector_0() const { return ____surrogateSelector_0; } inline RuntimeObject** get_address_of__surrogateSelector_0() { return &____surrogateSelector_0; } inline void set__surrogateSelector_0(RuntimeObject* value) { ____surrogateSelector_0 = value; Il2CppCodeGenWriteBarrier((&____surrogateSelector_0), value); } inline static int32_t get_offset_of__context_1() { return static_cast(offsetof(ObjectReader_t1940957392, ____context_1)); } inline StreamingContext_t3711869237 get__context_1() const { return ____context_1; } inline StreamingContext_t3711869237 * get_address_of__context_1() { return &____context_1; } inline void set__context_1(StreamingContext_t3711869237 value) { ____context_1 = value; } inline static int32_t get_offset_of__binder_2() { return static_cast(offsetof(ObjectReader_t1940957392, ____binder_2)); } inline SerializationBinder_t274213469 * get__binder_2() const { return ____binder_2; } inline SerializationBinder_t274213469 ** get_address_of__binder_2() { return &____binder_2; } inline void set__binder_2(SerializationBinder_t274213469 * value) { ____binder_2 = value; Il2CppCodeGenWriteBarrier((&____binder_2), value); } inline static int32_t get_offset_of__filterLevel_3() { return static_cast(offsetof(ObjectReader_t1940957392, ____filterLevel_3)); } inline int32_t get__filterLevel_3() const { return ____filterLevel_3; } inline int32_t* get_address_of__filterLevel_3() { return &____filterLevel_3; } inline void set__filterLevel_3(int32_t value) { ____filterLevel_3 = value; } inline static int32_t get_offset_of__manager_4() { return static_cast(offsetof(ObjectReader_t1940957392, ____manager_4)); } inline ObjectManager_t1653064325 * get__manager_4() const { return ____manager_4; } inline ObjectManager_t1653064325 ** get_address_of__manager_4() { return &____manager_4; } inline void set__manager_4(ObjectManager_t1653064325 * value) { ____manager_4 = value; Il2CppCodeGenWriteBarrier((&____manager_4), value); } inline static int32_t get_offset_of__registeredAssemblies_5() { return static_cast(offsetof(ObjectReader_t1940957392, ____registeredAssemblies_5)); } inline Hashtable_t1853889766 * get__registeredAssemblies_5() const { return ____registeredAssemblies_5; } inline Hashtable_t1853889766 ** get_address_of__registeredAssemblies_5() { return &____registeredAssemblies_5; } inline void set__registeredAssemblies_5(Hashtable_t1853889766 * value) { ____registeredAssemblies_5 = value; Il2CppCodeGenWriteBarrier((&____registeredAssemblies_5), value); } inline static int32_t get_offset_of__typeMetadataCache_6() { return static_cast(offsetof(ObjectReader_t1940957392, ____typeMetadataCache_6)); } inline Hashtable_t1853889766 * get__typeMetadataCache_6() const { return ____typeMetadataCache_6; } inline Hashtable_t1853889766 ** get_address_of__typeMetadataCache_6() { return &____typeMetadataCache_6; } inline void set__typeMetadataCache_6(Hashtable_t1853889766 * value) { ____typeMetadataCache_6 = value; Il2CppCodeGenWriteBarrier((&____typeMetadataCache_6), value); } inline static int32_t get_offset_of__lastObject_7() { return static_cast(offsetof(ObjectReader_t1940957392, ____lastObject_7)); } inline RuntimeObject * get__lastObject_7() const { return ____lastObject_7; } inline RuntimeObject ** get_address_of__lastObject_7() { return &____lastObject_7; } inline void set__lastObject_7(RuntimeObject * value) { ____lastObject_7 = value; Il2CppCodeGenWriteBarrier((&____lastObject_7), value); } inline static int32_t get_offset_of__lastObjectID_8() { return static_cast(offsetof(ObjectReader_t1940957392, ____lastObjectID_8)); } inline int64_t get__lastObjectID_8() const { return ____lastObjectID_8; } inline int64_t* get_address_of__lastObjectID_8() { return &____lastObjectID_8; } inline void set__lastObjectID_8(int64_t value) { ____lastObjectID_8 = value; } inline static int32_t get_offset_of__rootObjectID_9() { return static_cast(offsetof(ObjectReader_t1940957392, ____rootObjectID_9)); } inline int64_t get__rootObjectID_9() const { return ____rootObjectID_9; } inline int64_t* get_address_of__rootObjectID_9() { return &____rootObjectID_9; } inline void set__rootObjectID_9(int64_t value) { ____rootObjectID_9 = value; } inline static int32_t get_offset_of_arrayBuffer_10() { return static_cast(offsetof(ObjectReader_t1940957392, ___arrayBuffer_10)); } inline ByteU5BU5D_t4116647657* get_arrayBuffer_10() const { return ___arrayBuffer_10; } inline ByteU5BU5D_t4116647657** get_address_of_arrayBuffer_10() { return &___arrayBuffer_10; } inline void set_arrayBuffer_10(ByteU5BU5D_t4116647657* value) { ___arrayBuffer_10 = value; Il2CppCodeGenWriteBarrier((&___arrayBuffer_10), value); } inline static int32_t get_offset_of_ArrayBufferLength_11() { return static_cast(offsetof(ObjectReader_t1940957392, ___ArrayBufferLength_11)); } inline int32_t get_ArrayBufferLength_11() const { return ___ArrayBufferLength_11; } inline int32_t* get_address_of_ArrayBufferLength_11() { return &___ArrayBufferLength_11; } inline void set_ArrayBufferLength_11(int32_t value) { ___ArrayBufferLength_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTREADER_T1940957392_H #ifndef BINARYFORMATTER_T3197753202_H #define BINARYFORMATTER_T3197753202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_t3197753202 : public RuntimeObject { public: // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::assembly_format int32_t ___assembly_format_0; // System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::binder SerializationBinder_t274213469 * ___binder_1; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::context StreamingContext_t3711869237 ___context_2; // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::surrogate_selector RuntimeObject* ___surrogate_selector_3; // System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::type_format int32_t ___type_format_4; // System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::filter_level int32_t ___filter_level_5; public: inline static int32_t get_offset_of_assembly_format_0() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___assembly_format_0)); } inline int32_t get_assembly_format_0() const { return ___assembly_format_0; } inline int32_t* get_address_of_assembly_format_0() { return &___assembly_format_0; } inline void set_assembly_format_0(int32_t value) { ___assembly_format_0 = value; } inline static int32_t get_offset_of_binder_1() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___binder_1)); } inline SerializationBinder_t274213469 * get_binder_1() const { return ___binder_1; } inline SerializationBinder_t274213469 ** get_address_of_binder_1() { return &___binder_1; } inline void set_binder_1(SerializationBinder_t274213469 * value) { ___binder_1 = value; Il2CppCodeGenWriteBarrier((&___binder_1), value); } inline static int32_t get_offset_of_context_2() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___context_2)); } inline StreamingContext_t3711869237 get_context_2() const { return ___context_2; } inline StreamingContext_t3711869237 * get_address_of_context_2() { return &___context_2; } inline void set_context_2(StreamingContext_t3711869237 value) { ___context_2 = value; } inline static int32_t get_offset_of_surrogate_selector_3() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___surrogate_selector_3)); } inline RuntimeObject* get_surrogate_selector_3() const { return ___surrogate_selector_3; } inline RuntimeObject** get_address_of_surrogate_selector_3() { return &___surrogate_selector_3; } inline void set_surrogate_selector_3(RuntimeObject* value) { ___surrogate_selector_3 = value; Il2CppCodeGenWriteBarrier((&___surrogate_selector_3), value); } inline static int32_t get_offset_of_type_format_4() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___type_format_4)); } inline int32_t get_type_format_4() const { return ___type_format_4; } inline int32_t* get_address_of_type_format_4() { return &___type_format_4; } inline void set_type_format_4(int32_t value) { ___type_format_4 = value; } inline static int32_t get_offset_of_filter_level_5() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___filter_level_5)); } inline int32_t get_filter_level_5() const { return ___filter_level_5; } inline int32_t* get_address_of_filter_level_5() { return &___filter_level_5; } inline void set_filter_level_5(int32_t value) { ___filter_level_5 = value; } }; struct BinaryFormatter_t3197753202_StaticFields { public: // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::k__BackingField RuntimeObject* ___U3CDefaultSurrogateSelectorU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CDefaultSurrogateSelectorU3Ek__BackingField_6() { return static_cast(offsetof(BinaryFormatter_t3197753202_StaticFields, ___U3CDefaultSurrogateSelectorU3Ek__BackingField_6)); } inline RuntimeObject* get_U3CDefaultSurrogateSelectorU3Ek__BackingField_6() const { return ___U3CDefaultSurrogateSelectorU3Ek__BackingField_6; } inline RuntimeObject** get_address_of_U3CDefaultSurrogateSelectorU3Ek__BackingField_6() { return &___U3CDefaultSurrogateSelectorU3Ek__BackingField_6; } inline void set_U3CDefaultSurrogateSelectorU3Ek__BackingField_6(RuntimeObject* value) { ___U3CDefaultSurrogateSelectorU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CDefaultSurrogateSelectorU3Ek__BackingField_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYFORMATTER_T3197753202_H #ifndef MODULEBUILDER_T731887691_H #define MODULEBUILDER_T731887691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ModuleBuilder struct ModuleBuilder_t731887691 : public Module_t2987026101 { public: // System.UIntPtr System.Reflection.Emit.ModuleBuilder::dynamic_image uintptr_t ___dynamic_image_10; // System.Int32 System.Reflection.Emit.ModuleBuilder::num_types int32_t ___num_types_11; // System.Reflection.Emit.TypeBuilder[] System.Reflection.Emit.ModuleBuilder::types TypeBuilderU5BU5D_t786280671* ___types_12; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.ModuleBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_13; // System.Byte[] System.Reflection.Emit.ModuleBuilder::guid ByteU5BU5D_t4116647657* ___guid_14; // System.Int32 System.Reflection.Emit.ModuleBuilder::table_idx int32_t ___table_idx_15; // System.Reflection.Emit.AssemblyBuilder System.Reflection.Emit.ModuleBuilder::assemblyb AssemblyBuilder_t359885250 * ___assemblyb_16; // System.Reflection.Emit.MethodBuilder[] System.Reflection.Emit.ModuleBuilder::global_methods MethodBuilderU5BU5D_t3705301900* ___global_methods_17; // System.Reflection.Emit.FieldBuilder[] System.Reflection.Emit.ModuleBuilder::global_fields FieldBuilderU5BU5D_t138311604* ___global_fields_18; // System.Boolean System.Reflection.Emit.ModuleBuilder::is_main bool ___is_main_19; // System.Reflection.Emit.MonoResource[] System.Reflection.Emit.ModuleBuilder::resources MonoResourceU5BU5D_t979189380* ___resources_20; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::global_type TypeBuilder_t1073948154 * ___global_type_21; // System.Type System.Reflection.Emit.ModuleBuilder::global_type_created Type_t * ___global_type_created_22; // System.Collections.Hashtable System.Reflection.Emit.ModuleBuilder::name_cache Hashtable_t1853889766 * ___name_cache_23; // System.Collections.Hashtable System.Reflection.Emit.ModuleBuilder::us_string_cache Hashtable_t1853889766 * ___us_string_cache_24; // System.Int32[] System.Reflection.Emit.ModuleBuilder::table_indexes Int32U5BU5D_t385246372* ___table_indexes_25; // System.Boolean System.Reflection.Emit.ModuleBuilder::transient bool ___transient_26; // System.Reflection.Emit.ModuleBuilderTokenGenerator System.Reflection.Emit.ModuleBuilder::token_gen ModuleBuilderTokenGenerator_t944435078 * ___token_gen_27; // System.Collections.Hashtable System.Reflection.Emit.ModuleBuilder::resource_writers Hashtable_t1853889766 * ___resource_writers_28; // System.Diagnostics.SymbolStore.ISymbolWriter System.Reflection.Emit.ModuleBuilder::symbolWriter RuntimeObject* ___symbolWriter_29; public: inline static int32_t get_offset_of_dynamic_image_10() { return static_cast(offsetof(ModuleBuilder_t731887691, ___dynamic_image_10)); } inline uintptr_t get_dynamic_image_10() const { return ___dynamic_image_10; } inline uintptr_t* get_address_of_dynamic_image_10() { return &___dynamic_image_10; } inline void set_dynamic_image_10(uintptr_t value) { ___dynamic_image_10 = value; } inline static int32_t get_offset_of_num_types_11() { return static_cast(offsetof(ModuleBuilder_t731887691, ___num_types_11)); } inline int32_t get_num_types_11() const { return ___num_types_11; } inline int32_t* get_address_of_num_types_11() { return &___num_types_11; } inline void set_num_types_11(int32_t value) { ___num_types_11 = value; } inline static int32_t get_offset_of_types_12() { return static_cast(offsetof(ModuleBuilder_t731887691, ___types_12)); } inline TypeBuilderU5BU5D_t786280671* get_types_12() const { return ___types_12; } inline TypeBuilderU5BU5D_t786280671** get_address_of_types_12() { return &___types_12; } inline void set_types_12(TypeBuilderU5BU5D_t786280671* value) { ___types_12 = value; Il2CppCodeGenWriteBarrier((&___types_12), value); } inline static int32_t get_offset_of_cattrs_13() { return static_cast(offsetof(ModuleBuilder_t731887691, ___cattrs_13)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_13() const { return ___cattrs_13; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_13() { return &___cattrs_13; } inline void set_cattrs_13(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_13 = value; Il2CppCodeGenWriteBarrier((&___cattrs_13), value); } inline static int32_t get_offset_of_guid_14() { return static_cast(offsetof(ModuleBuilder_t731887691, ___guid_14)); } inline ByteU5BU5D_t4116647657* get_guid_14() const { return ___guid_14; } inline ByteU5BU5D_t4116647657** get_address_of_guid_14() { return &___guid_14; } inline void set_guid_14(ByteU5BU5D_t4116647657* value) { ___guid_14 = value; Il2CppCodeGenWriteBarrier((&___guid_14), value); } inline static int32_t get_offset_of_table_idx_15() { return static_cast(offsetof(ModuleBuilder_t731887691, ___table_idx_15)); } inline int32_t get_table_idx_15() const { return ___table_idx_15; } inline int32_t* get_address_of_table_idx_15() { return &___table_idx_15; } inline void set_table_idx_15(int32_t value) { ___table_idx_15 = value; } inline static int32_t get_offset_of_assemblyb_16() { return static_cast(offsetof(ModuleBuilder_t731887691, ___assemblyb_16)); } inline AssemblyBuilder_t359885250 * get_assemblyb_16() const { return ___assemblyb_16; } inline AssemblyBuilder_t359885250 ** get_address_of_assemblyb_16() { return &___assemblyb_16; } inline void set_assemblyb_16(AssemblyBuilder_t359885250 * value) { ___assemblyb_16 = value; Il2CppCodeGenWriteBarrier((&___assemblyb_16), value); } inline static int32_t get_offset_of_global_methods_17() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_methods_17)); } inline MethodBuilderU5BU5D_t3705301900* get_global_methods_17() const { return ___global_methods_17; } inline MethodBuilderU5BU5D_t3705301900** get_address_of_global_methods_17() { return &___global_methods_17; } inline void set_global_methods_17(MethodBuilderU5BU5D_t3705301900* value) { ___global_methods_17 = value; Il2CppCodeGenWriteBarrier((&___global_methods_17), value); } inline static int32_t get_offset_of_global_fields_18() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_fields_18)); } inline FieldBuilderU5BU5D_t138311604* get_global_fields_18() const { return ___global_fields_18; } inline FieldBuilderU5BU5D_t138311604** get_address_of_global_fields_18() { return &___global_fields_18; } inline void set_global_fields_18(FieldBuilderU5BU5D_t138311604* value) { ___global_fields_18 = value; Il2CppCodeGenWriteBarrier((&___global_fields_18), value); } inline static int32_t get_offset_of_is_main_19() { return static_cast(offsetof(ModuleBuilder_t731887691, ___is_main_19)); } inline bool get_is_main_19() const { return ___is_main_19; } inline bool* get_address_of_is_main_19() { return &___is_main_19; } inline void set_is_main_19(bool value) { ___is_main_19 = value; } inline static int32_t get_offset_of_resources_20() { return static_cast(offsetof(ModuleBuilder_t731887691, ___resources_20)); } inline MonoResourceU5BU5D_t979189380* get_resources_20() const { return ___resources_20; } inline MonoResourceU5BU5D_t979189380** get_address_of_resources_20() { return &___resources_20; } inline void set_resources_20(MonoResourceU5BU5D_t979189380* value) { ___resources_20 = value; Il2CppCodeGenWriteBarrier((&___resources_20), value); } inline static int32_t get_offset_of_global_type_21() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_type_21)); } inline TypeBuilder_t1073948154 * get_global_type_21() const { return ___global_type_21; } inline TypeBuilder_t1073948154 ** get_address_of_global_type_21() { return &___global_type_21; } inline void set_global_type_21(TypeBuilder_t1073948154 * value) { ___global_type_21 = value; Il2CppCodeGenWriteBarrier((&___global_type_21), value); } inline static int32_t get_offset_of_global_type_created_22() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_type_created_22)); } inline Type_t * get_global_type_created_22() const { return ___global_type_created_22; } inline Type_t ** get_address_of_global_type_created_22() { return &___global_type_created_22; } inline void set_global_type_created_22(Type_t * value) { ___global_type_created_22 = value; Il2CppCodeGenWriteBarrier((&___global_type_created_22), value); } inline static int32_t get_offset_of_name_cache_23() { return static_cast(offsetof(ModuleBuilder_t731887691, ___name_cache_23)); } inline Hashtable_t1853889766 * get_name_cache_23() const { return ___name_cache_23; } inline Hashtable_t1853889766 ** get_address_of_name_cache_23() { return &___name_cache_23; } inline void set_name_cache_23(Hashtable_t1853889766 * value) { ___name_cache_23 = value; Il2CppCodeGenWriteBarrier((&___name_cache_23), value); } inline static int32_t get_offset_of_us_string_cache_24() { return static_cast(offsetof(ModuleBuilder_t731887691, ___us_string_cache_24)); } inline Hashtable_t1853889766 * get_us_string_cache_24() const { return ___us_string_cache_24; } inline Hashtable_t1853889766 ** get_address_of_us_string_cache_24() { return &___us_string_cache_24; } inline void set_us_string_cache_24(Hashtable_t1853889766 * value) { ___us_string_cache_24 = value; Il2CppCodeGenWriteBarrier((&___us_string_cache_24), value); } inline static int32_t get_offset_of_table_indexes_25() { return static_cast(offsetof(ModuleBuilder_t731887691, ___table_indexes_25)); } inline Int32U5BU5D_t385246372* get_table_indexes_25() const { return ___table_indexes_25; } inline Int32U5BU5D_t385246372** get_address_of_table_indexes_25() { return &___table_indexes_25; } inline void set_table_indexes_25(Int32U5BU5D_t385246372* value) { ___table_indexes_25 = value; Il2CppCodeGenWriteBarrier((&___table_indexes_25), value); } inline static int32_t get_offset_of_transient_26() { return static_cast(offsetof(ModuleBuilder_t731887691, ___transient_26)); } inline bool get_transient_26() const { return ___transient_26; } inline bool* get_address_of_transient_26() { return &___transient_26; } inline void set_transient_26(bool value) { ___transient_26 = value; } inline static int32_t get_offset_of_token_gen_27() { return static_cast(offsetof(ModuleBuilder_t731887691, ___token_gen_27)); } inline ModuleBuilderTokenGenerator_t944435078 * get_token_gen_27() const { return ___token_gen_27; } inline ModuleBuilderTokenGenerator_t944435078 ** get_address_of_token_gen_27() { return &___token_gen_27; } inline void set_token_gen_27(ModuleBuilderTokenGenerator_t944435078 * value) { ___token_gen_27 = value; Il2CppCodeGenWriteBarrier((&___token_gen_27), value); } inline static int32_t get_offset_of_resource_writers_28() { return static_cast(offsetof(ModuleBuilder_t731887691, ___resource_writers_28)); } inline Hashtable_t1853889766 * get_resource_writers_28() const { return ___resource_writers_28; } inline Hashtable_t1853889766 ** get_address_of_resource_writers_28() { return &___resource_writers_28; } inline void set_resource_writers_28(Hashtable_t1853889766 * value) { ___resource_writers_28 = value; Il2CppCodeGenWriteBarrier((&___resource_writers_28), value); } inline static int32_t get_offset_of_symbolWriter_29() { return static_cast(offsetof(ModuleBuilder_t731887691, ___symbolWriter_29)); } inline RuntimeObject* get_symbolWriter_29() const { return ___symbolWriter_29; } inline RuntimeObject** get_address_of_symbolWriter_29() { return &___symbolWriter_29; } inline void set_symbolWriter_29(RuntimeObject* value) { ___symbolWriter_29 = value; Il2CppCodeGenWriteBarrier((&___symbolWriter_29), value); } }; struct ModuleBuilder_t731887691_StaticFields { public: // System.Char[] System.Reflection.Emit.ModuleBuilder::type_modifiers CharU5BU5D_t3528271667* ___type_modifiers_30; public: inline static int32_t get_offset_of_type_modifiers_30() { return static_cast(offsetof(ModuleBuilder_t731887691_StaticFields, ___type_modifiers_30)); } inline CharU5BU5D_t3528271667* get_type_modifiers_30() const { return ___type_modifiers_30; } inline CharU5BU5D_t3528271667** get_address_of_type_modifiers_30() { return &___type_modifiers_30; } inline void set_type_modifiers_30(CharU5BU5D_t3528271667* value) { ___type_modifiers_30 = value; Il2CppCodeGenWriteBarrier((&___type_modifiers_30), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULEBUILDER_T731887691_H #ifndef OBJECTWRITER_T2968406231_H #define OBJECTWRITER_T2968406231_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.ObjectWriter struct ObjectWriter_t2968406231 : public RuntimeObject { public: // System.Runtime.Serialization.ObjectIDGenerator System.Runtime.Serialization.Formatters.Binary.ObjectWriter::_idGenerator ObjectIDGenerator_t1260826161 * ____idGenerator_0; // System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.ObjectWriter::_cachedMetadata Hashtable_t1853889766 * ____cachedMetadata_1; // System.Collections.Queue System.Runtime.Serialization.Formatters.Binary.ObjectWriter::_pendingObjects Queue_t3637523393 * ____pendingObjects_2; // System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.ObjectWriter::_assemblyCache Hashtable_t1853889766 * ____assemblyCache_3; // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.ObjectWriter::_surrogateSelector RuntimeObject* ____surrogateSelector_7; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.ObjectWriter::_context StreamingContext_t3711869237 ____context_8; // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle System.Runtime.Serialization.Formatters.Binary.ObjectWriter::_assemblyFormat int32_t ____assemblyFormat_9; // System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.ObjectWriter::_typeFormat int32_t ____typeFormat_10; // System.Byte[] System.Runtime.Serialization.Formatters.Binary.ObjectWriter::arrayBuffer ByteU5BU5D_t4116647657* ___arrayBuffer_11; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::ArrayBufferLength int32_t ___ArrayBufferLength_12; // System.Runtime.Serialization.SerializationObjectManager System.Runtime.Serialization.Formatters.Binary.ObjectWriter::_manager SerializationObjectManager_t4107654543 * ____manager_13; public: inline static int32_t get_offset_of__idGenerator_0() { return static_cast(offsetof(ObjectWriter_t2968406231, ____idGenerator_0)); } inline ObjectIDGenerator_t1260826161 * get__idGenerator_0() const { return ____idGenerator_0; } inline ObjectIDGenerator_t1260826161 ** get_address_of__idGenerator_0() { return &____idGenerator_0; } inline void set__idGenerator_0(ObjectIDGenerator_t1260826161 * value) { ____idGenerator_0 = value; Il2CppCodeGenWriteBarrier((&____idGenerator_0), value); } inline static int32_t get_offset_of__cachedMetadata_1() { return static_cast(offsetof(ObjectWriter_t2968406231, ____cachedMetadata_1)); } inline Hashtable_t1853889766 * get__cachedMetadata_1() const { return ____cachedMetadata_1; } inline Hashtable_t1853889766 ** get_address_of__cachedMetadata_1() { return &____cachedMetadata_1; } inline void set__cachedMetadata_1(Hashtable_t1853889766 * value) { ____cachedMetadata_1 = value; Il2CppCodeGenWriteBarrier((&____cachedMetadata_1), value); } inline static int32_t get_offset_of__pendingObjects_2() { return static_cast(offsetof(ObjectWriter_t2968406231, ____pendingObjects_2)); } inline Queue_t3637523393 * get__pendingObjects_2() const { return ____pendingObjects_2; } inline Queue_t3637523393 ** get_address_of__pendingObjects_2() { return &____pendingObjects_2; } inline void set__pendingObjects_2(Queue_t3637523393 * value) { ____pendingObjects_2 = value; Il2CppCodeGenWriteBarrier((&____pendingObjects_2), value); } inline static int32_t get_offset_of__assemblyCache_3() { return static_cast(offsetof(ObjectWriter_t2968406231, ____assemblyCache_3)); } inline Hashtable_t1853889766 * get__assemblyCache_3() const { return ____assemblyCache_3; } inline Hashtable_t1853889766 ** get_address_of__assemblyCache_3() { return &____assemblyCache_3; } inline void set__assemblyCache_3(Hashtable_t1853889766 * value) { ____assemblyCache_3 = value; Il2CppCodeGenWriteBarrier((&____assemblyCache_3), value); } inline static int32_t get_offset_of__surrogateSelector_7() { return static_cast(offsetof(ObjectWriter_t2968406231, ____surrogateSelector_7)); } inline RuntimeObject* get__surrogateSelector_7() const { return ____surrogateSelector_7; } inline RuntimeObject** get_address_of__surrogateSelector_7() { return &____surrogateSelector_7; } inline void set__surrogateSelector_7(RuntimeObject* value) { ____surrogateSelector_7 = value; Il2CppCodeGenWriteBarrier((&____surrogateSelector_7), value); } inline static int32_t get_offset_of__context_8() { return static_cast(offsetof(ObjectWriter_t2968406231, ____context_8)); } inline StreamingContext_t3711869237 get__context_8() const { return ____context_8; } inline StreamingContext_t3711869237 * get_address_of__context_8() { return &____context_8; } inline void set__context_8(StreamingContext_t3711869237 value) { ____context_8 = value; } inline static int32_t get_offset_of__assemblyFormat_9() { return static_cast(offsetof(ObjectWriter_t2968406231, ____assemblyFormat_9)); } inline int32_t get__assemblyFormat_9() const { return ____assemblyFormat_9; } inline int32_t* get_address_of__assemblyFormat_9() { return &____assemblyFormat_9; } inline void set__assemblyFormat_9(int32_t value) { ____assemblyFormat_9 = value; } inline static int32_t get_offset_of__typeFormat_10() { return static_cast(offsetof(ObjectWriter_t2968406231, ____typeFormat_10)); } inline int32_t get__typeFormat_10() const { return ____typeFormat_10; } inline int32_t* get_address_of__typeFormat_10() { return &____typeFormat_10; } inline void set__typeFormat_10(int32_t value) { ____typeFormat_10 = value; } inline static int32_t get_offset_of_arrayBuffer_11() { return static_cast(offsetof(ObjectWriter_t2968406231, ___arrayBuffer_11)); } inline ByteU5BU5D_t4116647657* get_arrayBuffer_11() const { return ___arrayBuffer_11; } inline ByteU5BU5D_t4116647657** get_address_of_arrayBuffer_11() { return &___arrayBuffer_11; } inline void set_arrayBuffer_11(ByteU5BU5D_t4116647657* value) { ___arrayBuffer_11 = value; Il2CppCodeGenWriteBarrier((&___arrayBuffer_11), value); } inline static int32_t get_offset_of_ArrayBufferLength_12() { return static_cast(offsetof(ObjectWriter_t2968406231, ___ArrayBufferLength_12)); } inline int32_t get_ArrayBufferLength_12() const { return ___ArrayBufferLength_12; } inline int32_t* get_address_of_ArrayBufferLength_12() { return &___ArrayBufferLength_12; } inline void set_ArrayBufferLength_12(int32_t value) { ___ArrayBufferLength_12 = value; } inline static int32_t get_offset_of__manager_13() { return static_cast(offsetof(ObjectWriter_t2968406231, ____manager_13)); } inline SerializationObjectManager_t4107654543 * get__manager_13() const { return ____manager_13; } inline SerializationObjectManager_t4107654543 ** get_address_of__manager_13() { return &____manager_13; } inline void set__manager_13(SerializationObjectManager_t4107654543 * value) { ____manager_13 = value; Il2CppCodeGenWriteBarrier((&____manager_13), value); } }; struct ObjectWriter_t2968406231_StaticFields { public: // System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.ObjectWriter::_cachedTypes Hashtable_t1853889766 * ____cachedTypes_4; // System.Reflection.Assembly System.Runtime.Serialization.Formatters.Binary.ObjectWriter::CorlibAssembly Assembly_t * ___CorlibAssembly_5; // System.String System.Runtime.Serialization.Formatters.Binary.ObjectWriter::CorlibAssemblyName String_t* ___CorlibAssemblyName_6; public: inline static int32_t get_offset_of__cachedTypes_4() { return static_cast(offsetof(ObjectWriter_t2968406231_StaticFields, ____cachedTypes_4)); } inline Hashtable_t1853889766 * get__cachedTypes_4() const { return ____cachedTypes_4; } inline Hashtable_t1853889766 ** get_address_of__cachedTypes_4() { return &____cachedTypes_4; } inline void set__cachedTypes_4(Hashtable_t1853889766 * value) { ____cachedTypes_4 = value; Il2CppCodeGenWriteBarrier((&____cachedTypes_4), value); } inline static int32_t get_offset_of_CorlibAssembly_5() { return static_cast(offsetof(ObjectWriter_t2968406231_StaticFields, ___CorlibAssembly_5)); } inline Assembly_t * get_CorlibAssembly_5() const { return ___CorlibAssembly_5; } inline Assembly_t ** get_address_of_CorlibAssembly_5() { return &___CorlibAssembly_5; } inline void set_CorlibAssembly_5(Assembly_t * value) { ___CorlibAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___CorlibAssembly_5), value); } inline static int32_t get_offset_of_CorlibAssemblyName_6() { return static_cast(offsetof(ObjectWriter_t2968406231_StaticFields, ___CorlibAssemblyName_6)); } inline String_t* get_CorlibAssemblyName_6() const { return ___CorlibAssemblyName_6; } inline String_t** get_address_of_CorlibAssemblyName_6() { return &___CorlibAssemblyName_6; } inline void set_CorlibAssemblyName_6(String_t* value) { ___CorlibAssemblyName_6 = value; Il2CppCodeGenWriteBarrier((&___CorlibAssemblyName_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTWRITER_T2968406231_H #ifndef SERIALIZATIONOBJECTMANAGER_T4107654543_H #define SERIALIZATIONOBJECTMANAGER_T4107654543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationObjectManager struct SerializationObjectManager_t4107654543 : public RuntimeObject { public: // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.SerializationObjectManager::context StreamingContext_t3711869237 ___context_0; // System.Collections.Hashtable System.Runtime.Serialization.SerializationObjectManager::seen Hashtable_t1853889766 * ___seen_1; // System.Runtime.Serialization.SerializationCallbacks/CallbackHandler System.Runtime.Serialization.SerializationObjectManager::callbacks CallbackHandler_t3280319253 * ___callbacks_2; public: inline static int32_t get_offset_of_context_0() { return static_cast(offsetof(SerializationObjectManager_t4107654543, ___context_0)); } inline StreamingContext_t3711869237 get_context_0() const { return ___context_0; } inline StreamingContext_t3711869237 * get_address_of_context_0() { return &___context_0; } inline void set_context_0(StreamingContext_t3711869237 value) { ___context_0 = value; } inline static int32_t get_offset_of_seen_1() { return static_cast(offsetof(SerializationObjectManager_t4107654543, ___seen_1)); } inline Hashtable_t1853889766 * get_seen_1() const { return ___seen_1; } inline Hashtable_t1853889766 ** get_address_of_seen_1() { return &___seen_1; } inline void set_seen_1(Hashtable_t1853889766 * value) { ___seen_1 = value; Il2CppCodeGenWriteBarrier((&___seen_1), value); } inline static int32_t get_offset_of_callbacks_2() { return static_cast(offsetof(SerializationObjectManager_t4107654543, ___callbacks_2)); } inline CallbackHandler_t3280319253 * get_callbacks_2() const { return ___callbacks_2; } inline CallbackHandler_t3280319253 ** get_address_of_callbacks_2() { return &___callbacks_2; } inline void set_callbacks_2(CallbackHandler_t3280319253 * value) { ___callbacks_2 = value; Il2CppCodeGenWriteBarrier((&___callbacks_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONOBJECTMANAGER_T4107654543_H // System.Object[] struct ObjectU5BU5D_t2843939325 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.String[] struct StringU5BU5D_t1281789340 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Runtime.Remoting.Messaging.Header[] struct HeaderU5BU5D_t204812840 : public RuntimeArray { public: ALIGN_FIELD (8) Header_t549724581 * m_Items[1]; public: inline Header_t549724581 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Header_t549724581 ** 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, Header_t549724581 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Header_t549724581 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Header_t549724581 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Header_t549724581 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Type[] struct TypeU5BU5D_t3940880105 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t1861056598 * m_Items[1]; public: inline ParameterInfo_t1861056598 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t1861056598 ** 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_t1861056598 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterInfo_t1861056598 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : 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.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_t1461694466 m_Items[1]; public: inline ParameterModifier_t1461694466 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_t1461694466 * 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_t1461694466 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ParameterModifier_t1461694466 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_t1461694466 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t1461694466 value) { m_Items[index] = value; } }; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361 : public RuntimeArray { public: ALIGN_FIELD (8) MethodInfo_t * m_Items[1]; public: inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodInfo_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, MethodInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Runtime.Remoting.Contexts.IContextAttribute[] struct IContextAttributeU5BU5D_t1656595889 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Runtime.Remoting.Services.ITrackingHandler[] struct ITrackingHandlerU5BU5D_t3758023570 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980 : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_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, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t1302094432 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : 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.Boolean[] struct BooleanU5BU5D_t2897418192 : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t3528271667 : 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.DateTime[] struct DateTimeU5BU5D_t1184652292 : public RuntimeArray { public: ALIGN_FIELD (8) DateTime_t3738529785 m_Items[1]; public: inline DateTime_t3738529785 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DateTime_t3738529785 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DateTime_t3738529785 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline DateTime_t3738529785 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DateTime_t3738529785 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DateTime_t3738529785 value) { m_Items[index] = value; } }; // System.Decimal[] struct DecimalU5BU5D_t1145110141 : public RuntimeArray { public: ALIGN_FIELD (8) Decimal_t2948259380 m_Items[1]; public: inline Decimal_t2948259380 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Decimal_t2948259380 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Decimal_t2948259380 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Decimal_t2948259380 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Decimal_t2948259380 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t2948259380 value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t3413330114 : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_t3686840178 : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_t2559172825 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.SByte[] struct SByteU5BU5D_t2651576203 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t1444911251 : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.UInt16[] struct UInt16U5BU5D_t3326319531 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_t2770800703 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t1659327989 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.TimeSpan[] struct TimeSpanU5BU5D_t4291357516 : public RuntimeArray { public: ALIGN_FIELD (8) TimeSpan_t881159249 m_Items[1]; public: inline TimeSpan_t881159249 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TimeSpan_t881159249 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TimeSpan_t881159249 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TimeSpan_t881159249 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TimeSpan_t881159249 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TimeSpan_t881159249 value) { m_Items[index] = value; } }; // System.Runtime.Serialization.Formatters.Binary.TypeTag[] struct TypeTagU5BU5D_t1563918664 : 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.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.CallContextRemotingData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CallContextRemotingData__ctor_m1780036207 (CallContextRemotingData_t2260963392 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodCall::.ctor() extern "C" IL2CPP_METHOD_ATTR void MethodCall__ctor_m3669645 (MethodCall_t861078140 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodCall::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MethodCall__ctor_m3517356389 (MethodCall_t861078140 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ConstructionCallDictionary::.ctor(System.Runtime.Remoting.Activation.IConstructionCallMessage) extern "C" IL2CPP_METHOD_ATTR void ConstructionCallDictionary__ctor_m2541174073 (ConstructionCallDictionary_t686578562 * __this, RuntimeObject* ___message0, const RuntimeMethod* method); // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodDictionary::GetInternalProperties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodDictionary_GetInternalProperties_m2215984424 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m1693760368 (RuntimeObject * __this /* static, unused */, String_t* ___typeName0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Void System.Runtime.Remoting.Messaging.MethodCall::InitMethodProperty(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void MethodCall_InitMethodProperty_m1333573177 (MethodCall_t861078140 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodCall::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MethodCall_GetObjectData_m3807460959 (MethodCall_t861078140 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodCall::get_Properties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodCall_get_Properties_m3740161820 (MethodCall_t861078140 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::.ctor(System.Runtime.Remoting.Messaging.IMethodMessage) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary__ctor_m4235342752 (MethodDictionary_t207894204 * __this, RuntimeObject* ___message0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::set_MethodKeys(System.String[]) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary_set_MethodKeys_m1451825752 (MethodDictionary_t207894204 * __this, StringU5BU5D_t1281789340* ___value0, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Messaging.MethodDictionary::GetMethodProperty(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodDictionary_GetMethodProperty_m3206728418 (MethodDictionary_t207894204 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::SetMethodProperty(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary_SetMethodProperty_m3032369066 (MethodDictionary_t207894204 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.EnvoyTerminatorSink::.ctor() extern "C" IL2CPP_METHOD_ATTR void EnvoyTerminatorSink__ctor_m2835977419 (EnvoyTerminatorSink_t3654193516 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.Header::.ctor(System.String,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Header__ctor_m3451012432 (Header_t549724581 * __this, String_t* ____Name0, RuntimeObject * ____Value1, bool ____MustUnderstand2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.Header::.ctor(System.String,System.Object,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void Header__ctor_m2140843914 (Header_t549724581 * __this, String_t* ____Name0, RuntimeObject * ____Value1, bool ____MustUnderstand2, String_t* ____HeaderNamespace3, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Messaging.HeaderHandler::Invoke(System.Runtime.Remoting.Messaging.Header[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HeaderHandler_Invoke_m3513051789 (HeaderHandler_t2878040134 * __this, HeaderU5BU5D_t204812840* ___headers0, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t2232395945 * SerializationInfo_GetEnumerator_m1082663843 (SerializationInfo_t950877179 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR SerializationEntry_t648286436 SerializationInfoEnumerator_get_Current_m1365373082 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationEntry::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1530029541 (SerializationEntry_t648286436 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m2039470570 (SerializationEntry_t648286436 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::SetData(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void LogicalCallContext_SetData_m1808598347 (LogicalCallContext_t3342013719 * __this, String_t* ___name0, RuntimeObject * ___data1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m2496151825 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m3117378551 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m618120527 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void LogicalCallContext__ctor_m1263247987 (LogicalCallContext_t3342013719 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Messaging.CallContextRemotingData::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CallContextRemotingData_Clone_m14303327 (CallContextRemotingData_t2260963392 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodCall::ResolveMethod() extern "C" IL2CPP_METHOD_ATTR void MethodCall_ResolveMethod_m326183261 (MethodCall_t861078140 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodCall::set_Uri(System.String) extern "C" IL2CPP_METHOD_ATTR void MethodCall_set_Uri_m3442466207 (MethodCall_t861078140 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodCallDictionary::.ctor(System.Runtime.Remoting.Messaging.IMethodMessage) extern "C" IL2CPP_METHOD_ATTR void MethodCallDictionary__ctor_m2167303393 (MethodCallDictionary_t605791082 * __this, RuntimeObject* ___message0, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.RemotingServices::GetServerTypeForUri(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * RemotingServices_GetServerTypeForUri_m1917852216 (RuntimeObject * __this /* static, unused */, String_t* ___URI0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void RemotingException__ctor_m2916537666 (RemotingException_t2290474311 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.Messaging.MethodCall::CastTo(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * MethodCall_CastTo_m1915249774 (MethodCall_t861078140 * __this, String_t* ___clientType0, Type_t * ___serverType1, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* ___values0, const RuntimeMethod* method); // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetMethodBaseFromName(System.Type,System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetMethodBaseFromName_m3194612939 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t* ___methodName1, TypeU5BU5D_t3940880105* ___signature2, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsInterface() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m3284996719 (Type_t * __this, const RuntimeMethod* method); // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetVirtualMethod(System.Type,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetVirtualMethod_m3786317812 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, MethodBase_t * ___method1, const RuntimeMethod* method); // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetMethodBaseFromMethodMessage(System.Runtime.Remoting.Messaging.IMethodMessage) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetMethodBaseFromMethodMessage_m383468467 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___msg0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Messaging.MethodCall::get_TypeName() extern "C" IL2CPP_METHOD_ATTR String_t* MethodCall_get_TypeName_m3873929301 (MethodCall_t861078140 * __this, const RuntimeMethod* method); // System.Type[] System.Runtime.Remoting.Messaging.MethodCall::get_GenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MethodCall_get_GenericArguments_m1010093584 (MethodCall_t861078140 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Messaging.MethodCall::GetTypeNameFromAssemblyQualifiedName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* MethodCall_GetTypeNameFromAssemblyQualifiedName_m1018622420 (RuntimeObject * __this /* static, unused */, String_t* ___aqname0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.MethodCall::get_MethodBase() extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MethodCall_get_MethodBase_m550047245 (MethodCall_t861078140 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::.ctor(System.Runtime.Remoting.Messaging.MethodDictionary) extern "C" IL2CPP_METHOD_ATTR void DictionaryEnumerator__ctor_m713073424 (DictionaryEnumerator_t2516729552 * __this, MethodDictionary_t207894204 * ___methodDictionary0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary_Add_m1460237891 (MethodDictionary_t207894204 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.MethodDictionary::IsOverridenKey(System.String) extern "C" IL2CPP_METHOD_ATTR bool MethodDictionary_IsOverridenKey_m946843558 (MethodDictionary_t207894204 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Collections.ICollection System.Runtime.Remoting.Messaging.MethodDictionary::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodDictionary_get_Values_m957801003 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 DictionaryEnumerator_get_Entry_m1635969600 (DictionaryEnumerator_t2516729552 * __this, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m2585376310 (DictionaryEntry_t3123975638 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.CallType System.Runtime.Remoting.Messaging.MonoMethodMessage::get_CallType() extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethodMessage_get_CallType_m3702481004 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method); // System.Int32 System.Runtime.Remoting.Messaging.MonoMethodMessage::get_OutArgCount() extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethodMessage_get_OutArgCount_m3123660340 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.RemotingServices::IsOneWay(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR bool RemotingServices_IsOneWay_m1772807839 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___method0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2751210921 (ArgumentNullException_t1615371798 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m412754688 (SerializationInfo_t950877179 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.RemotingServices::IsTransparentProxy(System.Object) extern "C" IL2CPP_METHOD_ATTR bool RemotingServices_IsTransparentProxy_m1535738947 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___proxy0, const RuntimeMethod* method); // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.RemotingServices::GetRealProxy(System.Object) extern "C" IL2CPP_METHOD_ATTR RealProxy_t2312050253 * RemotingServices_GetRealProxy_m2081098851 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___proxy0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingServices::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void RemotingServices_GetObjectData_m3902019633 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, SerializationInfo_t950877179 * ___info1, StreamingContext_t3711869237 ___context2, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 ___handle0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ObjRefSurrogate::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjRefSurrogate__ctor_m455472707 (ObjRefSurrogate_t3860276170 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.RemotingSurrogate::.ctor() extern "C" IL2CPP_METHOD_ATTR void RemotingSurrogate__ctor_m1062105321 (RemotingSurrogate_t2834579653 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsMarshalByRef() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsMarshalByRef_m1681525688 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ReturnMessage::set_Uri(System.String) extern "C" IL2CPP_METHOD_ATTR void ReturnMessage_set_Uri_m3134200303 (ReturnMessage_t1376985608 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodReturnDictionary::.ctor(System.Runtime.Remoting.Messaging.IMethodReturnMessage) extern "C" IL2CPP_METHOD_ATTR void MethodReturnDictionary__ctor_m3850821940 (MethodReturnDictionary_t2551046119 * __this, RuntimeObject* ___message0, const RuntimeMethod* method); // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.ReturnMessage::get_MethodBase() extern "C" IL2CPP_METHOD_ATTR MethodBase_t * ReturnMessage_get_MethodBase_m2391555884 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ArgInfo::.ctor(System.Reflection.MethodBase,System.Runtime.Remoting.Messaging.ArgInfoType) extern "C" IL2CPP_METHOD_ATTR void ArgInfo__ctor_m1950205784 (ArgInfo_t3261134217 * __this, MethodBase_t * ___method0, uint8_t ___type1, const RuntimeMethod* method); // System.Int32 System.Runtime.Remoting.Messaging.ArgInfo::GetInOutArgCount() extern "C" IL2CPP_METHOD_ATTR int32_t ArgInfo_GetInOutArgCount_m2742066148 (ArgInfo_t3261134217 * __this, const RuntimeMethod* method); // System.Object[] System.Runtime.Remoting.Messaging.ArgInfo::GetInOutArgs(System.Object[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ArgInfo_GetInOutArgs_m3837333346 (ArgInfo_t3261134217 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Metadata.SoapAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void SoapAttribute__ctor_m1857608874 (SoapAttribute_t411004526 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::GetXmlNamespaceForMethodResponse(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetXmlNamespaceForMethodResponse_m72953636 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___mb0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::GetXmlNamespaceForMethodCall(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetXmlNamespaceForMethodCall_m4199193440 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___mb0, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m4072373679 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::CodeXmlNamespaceForClrTypeNamespace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_CodeXmlNamespaceForClrTypeNamespace_m4100633536 (RuntimeObject * __this /* static, unused */, String_t* ___typeNamespace0, String_t* ___assemblyName1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ObjRef::UpdateChannelInfo() extern "C" IL2CPP_METHOD_ATTR void ObjRef_UpdateChannelInfo_m871421559 (ObjRef_t2141158884 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m4203920197 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m433044828 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2608095889 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3923964808 (SerializationInfo_t950877179 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3906743584 (SerializationInfo_t950877179 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::Unmarshal(System.Runtime.Remoting.ObjRef) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_Unmarshal_m3744595373 (RuntimeObject * __this /* static, unused */, ObjRef_t2141158884 * ___objectRef0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ChannelInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChannelInfo__ctor_m1094732233 (ChannelInfo_t2064577689 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::.ctor(System.Type,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void RemotingProxy__ctor_m2714995444 (RemotingProxy_t2444335113 * __this, Type_t * ___type0, String_t* ___activationUrl1, ObjectU5BU5D_t2843939325* ___activationAttributes2, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::GetProxyForRemoteObject(System.Runtime.Remoting.ObjRef,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_GetProxyForRemoteObject_m1790739297 (RuntimeObject * __this /* static, unused */, ObjRef_t2141158884 * ___objref0, Type_t * ___classToProxy1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type,System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void RealProxy__ctor_m192642440 (RealProxy_t2312050253 * __this, Type_t * ___classToProxy0, intptr_t ___stub1, RuntimeObject * ___stubData2, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m3063970704 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.Proxies.RealProxy::InternalGetProxyType(System.Object) extern "C" IL2CPP_METHOD_ATTR Type_t * RealProxy_InternalGetProxyType_m2154819545 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___transparentProxy0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type,System.Runtime.Remoting.ClientIdentity) extern "C" IL2CPP_METHOD_ATTR void RealProxy__ctor_m192459610 (RealProxy_t2312050253 * __this, Type_t * ___classToProxy0, ClientIdentity_t1428046844 * ___identity1, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::get_ChannelSink() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Identity_get_ChannelSink_m3905420913 (Identity_t1873279371 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.ClientIdentity::get_TargetUri() extern "C" IL2CPP_METHOD_ATTR String_t* ClientIdentity_get_TargetUri_m648770569 (ClientIdentity_t1428046844 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void RealProxy__ctor_m1860285982 (RealProxy_t2312050253 * __this, Type_t * ___classToProxy0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.ConstructionCall System.Runtime.Remoting.Activation.ActivationServices::CreateConstructionCall(System.Type,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR ConstructionCall_t4011594745 * ActivationServices_CreateConstructionCall_m2894682304 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t* ___activationUrl1, ObjectU5BU5D_t2843939325* ___activationAttributes2, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2019726356 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.Proxies.RealProxy::GetProxiedType() extern "C" IL2CPP_METHOD_ATTR Type_t * RealProxy_GetProxiedType_m130698758 (RealProxy_t2312050253 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingServices::DisposeIdentity(System.Runtime.Remoting.Identity) extern "C" IL2CPP_METHOD_ATTR void RemotingServices_DisposeIdentity_m2605848806 (RuntimeObject * __this /* static, unused */, Identity_t1873279371 * ___ident0, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.AppDomain::GetProcessGuid() extern "C" IL2CPP_METHOD_ATTR String_t* AppDomain_GetProcessGuid_m3316193837 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::.ctor() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_m202236734 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.String System.Environment::GetMachineConfigPath() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetMachineConfigPath_m43519138 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m1616861391 (StreamReader_t4009935899 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ConfigHandler::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ConfigHandler__ctor_m1707380160 (ConfigHandler_t4192437216 * __this, bool ___onlyDelayedChannels0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser/IContentHandler) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_m2140493703 (SmallXmlParser_t973787839 * __this, TextReader_t283511965 * ___input0, RuntimeObject* ___handler1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.ActivatedClientTypeEntry::get_ObjectType() extern "C" IL2CPP_METHOD_ATTR Type_t * ActivatedClientTypeEntry_get_ObjectType_m1969125393 (ActivatedClientTypeEntry_t761233661 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Activation.ActivationServices::EnableProxyActivation(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ActivationServices_EnableProxyActivation_m1823951881 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, bool ___enable1, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.ActivatedServiceTypeEntry::get_ObjectType() extern "C" IL2CPP_METHOD_ATTR Type_t * ActivatedServiceTypeEntry_get_ObjectType_m537376111 (ActivatedServiceTypeEntry_t3761108592 * __this, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.WellKnownClientTypeEntry::get_ObjectType() extern "C" IL2CPP_METHOD_ATTR Type_t * WellKnownClientTypeEntry_get_ObjectType_m1043664788 (WellKnownClientTypeEntry_t1333916391 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectUri() extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownServiceTypeEntry_get_ObjectUri_m560402900 (WellKnownServiceTypeEntry_t2561527180 * __this, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectType() extern "C" IL2CPP_METHOD_ATTR Type_t * WellKnownServiceTypeEntry_get_ObjectType_m3211195371 (WellKnownServiceTypeEntry_t2561527180 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.WellKnownObjectMode System.Runtime.Remoting.WellKnownServiceTypeEntry::get_Mode() extern "C" IL2CPP_METHOD_ATTR int32_t WellKnownServiceTypeEntry_get_Mode_m514401854 (WellKnownServiceTypeEntry_t2561527180 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.ServerIdentity System.Runtime.Remoting.RemotingServices::CreateWellKnownServerIdentity(System.Type,System.String,System.Runtime.Remoting.WellKnownObjectMode) extern "C" IL2CPP_METHOD_ATTR ServerIdentity_t2342208608 * RemotingServices_CreateWellKnownServerIdentity_m1170328801 (RuntimeObject * __this /* static, unused */, Type_t * ___objectType0, String_t* ___objectUri1, int32_t ___mode2, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ChannelData::CopyFrom(System.Runtime.Remoting.ChannelData) extern "C" IL2CPP_METHOD_ATTR void ChannelData_CopyFrom_m727830216 (ChannelData_t3353629972 * __this, ChannelData_t3353629972 * ___other0, const RuntimeMethod* method); // System.Collections.ArrayList System.Runtime.Remoting.ChannelData::get_ServerProviders() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ChannelData_get_ServerProviders_m632481016 (ChannelData_t3353629972 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ProviderData::CopyFrom(System.Runtime.Remoting.ProviderData) extern "C" IL2CPP_METHOD_ATTR void ProviderData_CopyFrom_m3402276734 (ProviderData_t3272123318 * __this, ProviderData_t3272123318 * ___other0, const RuntimeMethod* method); // System.Collections.ArrayList System.Runtime.Remoting.ChannelData::get_ClientProviders() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ChannelData_get_ClientProviders_m594662942 (ChannelData_t3353629972 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Channels.ChannelServices::RegisterChannelConfig(System.Runtime.Remoting.ChannelData) extern "C" IL2CPP_METHOD_ATTR void ChannelServices_RegisterChannelConfig_m3525848799 (RuntimeObject * __this /* static, unused */, ChannelData_t3353629972 * ___channel0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedClientType(System.Runtime.Remoting.ActivatedClientTypeEntry) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedClientType_m4212089575 (RuntimeObject * __this /* static, unused */, ActivatedClientTypeEntry_t761233661 * ___entry0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedServiceType(System.Runtime.Remoting.ActivatedServiceTypeEntry) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedServiceType_m526187030 (RuntimeObject * __this /* static, unused */, ActivatedServiceTypeEntry_t3761108592 * ___entry0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownClientType(System.Runtime.Remoting.WellKnownClientTypeEntry) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownClientType_m1237674062 (RuntimeObject * __this /* static, unused */, WellKnownClientTypeEntry_t1333916391 * ___entry0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownServiceType(System.Runtime.Remoting.WellKnownServiceTypeEntry) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownServiceType_m4099334725 (RuntimeObject * __this /* static, unused */, WellKnownServiceTypeEntry_t2561527180 * ___entry0, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Void System.SystemException::.ctor() extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4274309232 (SystemException_t176217640 * __this, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m3298527747 (SystemException_t176217640 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m1515048899 (SystemException_t176217640 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4132668650 (SystemException_t176217640 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::.ctor() extern "C" IL2CPP_METHOD_ATTR void RemotingSurrogateSelector__ctor_m1846610173 (RemotingSurrogateSelector_t2472351973 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates,System.Object) extern "C" IL2CPP_METHOD_ATTR void StreamingContext__ctor_m2604757771 (StreamingContext_t3711869237 * __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) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_m2620705134 (BinaryFormatter_t3197753202 * __this, RuntimeObject* ___selector0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::set_AssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_set_AssemblyFormat_m1359106493 (BinaryFormatter_t3197753202 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingServices::RegisterInternalChannels() extern "C" IL2CPP_METHOD_ATTR void RemotingServices_RegisterInternalChannels_m3803685582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Guid System.Guid::NewGuid() extern "C" IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m923091018 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Guid::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m3279186591 (Guid_t * __this, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1197120913 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Runtime.Remoting.Identity System.Runtime.Remoting.RemotingServices::GetIdentityForUri(System.String) extern "C" IL2CPP_METHOD_ATTR Identity_t1873279371 * RemotingServices_GetIdentityForUri_m2001974121 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.ServerIdentity::get_ObjectType() extern "C" IL2CPP_METHOD_ATTR Type_t * ServerIdentity_get_ObjectType_m1709199788 (ServerIdentity_t2342208608 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::Unmarshal(System.Runtime.Remoting.ObjRef,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_Unmarshal_m260048024 (RuntimeObject * __this /* static, unused */, ObjRef_t2141158884 * ___objectRef0, bool ___fRefine1, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.ObjRef::get_ServerType() extern "C" IL2CPP_METHOD_ATTR Type_t * ObjRef_get_ServerType_m4102914975 (ObjRef_t2141158884 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.ObjRef::get_IsReferenceToWellKnow() extern "C" IL2CPP_METHOD_ATTR bool ObjRef_get_IsReferenceToWellKnow_m3951611746 (ObjRef_t2141158884 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::GetRemoteObject(System.Runtime.Remoting.ObjRef,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_GetRemoteObject_m2117098022 (RuntimeObject * __this /* static, unused */, ObjRef_t2141158884 * ___objRef0, Type_t * ___proxyType1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyUnmarshaledObject(System.Object,System.Runtime.Remoting.ObjRef) extern "C" IL2CPP_METHOD_ATTR void TrackingServices_NotifyUnmarshaledObject_m2784831802 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, ObjRef_t2141158884 * ___or1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsContextful() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsContextful_m1494289047 (Type_t * __this, const RuntimeMethod* method); // System.Attribute System.Attribute::GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Attribute_t861562559 * Attribute_GetCustomAttribute_m1244111375 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.RemotingServices::Marshal(System.MarshalByRefObject,System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR ObjRef_t2141158884 * RemotingServices_Marshal_m3646189857 (RuntimeObject * __this /* static, unused */, MarshalByRefObject_t2760389100 * ___Obj0, String_t* ___ObjURI1, Type_t * ___RequestedType2, const RuntimeMethod* method); // System.Runtime.Remoting.Identity System.Runtime.Remoting.Proxies.RealProxy::get_ObjectIdentity() extern "C" IL2CPP_METHOD_ATTR Identity_t1873279371 * RealProxy_get_ObjectIdentity_m2790771985 (RealProxy_t2312050253 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Identity::get_IsConnected() extern "C" IL2CPP_METHOD_ATTR bool Identity_get_IsConnected_m2848760353 (Identity_t1873279371 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.RemotingServices::NewUri() extern "C" IL2CPP_METHOD_ATTR String_t* RemotingServices_NewUri_m4184087063 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::set_ObjectUri(System.String) extern "C" IL2CPP_METHOD_ATTR void Identity_set_ObjectUri_m3158626967 (Identity_t1873279371 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingServices::RegisterServerIdentity(System.Runtime.Remoting.ServerIdentity) extern "C" IL2CPP_METHOD_ATTR void RemotingServices_RegisterServerIdentity_m196914637 (RuntimeObject * __this /* static, unused */, ServerIdentity_t2342208608 * ___identity0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::StartTrackingLifetime(System.Runtime.Remoting.Lifetime.ILease) extern "C" IL2CPP_METHOD_ATTR void ServerIdentity_StartTrackingLifetime_m861002296 (ServerIdentity_t2342208608 * __this, RuntimeObject* ___lease0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyMarshaledObject(System.Object,System.Runtime.Remoting.ObjRef) extern "C" IL2CPP_METHOD_ATTR void TrackingServices_NotifyMarshaledObject_m2850851267 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, ObjRef_t2141158884 * ___or1, const RuntimeMethod* method); // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::get_ObjectIdentity() extern "C" IL2CPP_METHOD_ATTR ServerIdentity_t2342208608 * MarshalByRefObject_get_ObjectIdentity_m186877036 (MarshalByRefObject_t2760389100 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.ClientActivatedIdentity System.Runtime.Remoting.RemotingServices::CreateClientActivatedServerIdentity(System.MarshalByRefObject,System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR ClientActivatedIdentity_t3849543081 * RemotingServices_CreateClientActivatedServerIdentity_m3488968707 (RuntimeObject * __this /* static, unused */, MarshalByRefObject_t2760389100 * ___realObject0, Type_t * ___objectType1, String_t* ___objectUri2, const RuntimeMethod* method); // System.MarshalByRefObject System.Runtime.Remoting.ClientActivatedIdentity::GetServerObject() extern "C" IL2CPP_METHOD_ATTR MarshalByRefObject_t2760389100 * ClientActivatedIdentity_GetServerObject_m446547394 (ClientActivatedIdentity_t3849543081 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Increment(System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_m3548166048 (RuntimeObject * __this /* static, unused */, int32_t* ___location0, const RuntimeMethod* method); // System.Int32 System.Environment::get_TickCount() extern "C" IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m2088073110 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m372259452 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::FindInterfaceMethod(System.Type,System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_FindInterfaceMethod_m2125212568 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t* ___methodName1, TypeU5BU5D_t3940880105* ___signature2, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m637078096 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m950313272 (Type_t * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, TypeU5BU5D_t3940880105* ___types2, ParameterModifierU5BU5D_t2943407543* ___modifiers3, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.RemotingServices::Marshal(System.MarshalByRefObject) extern "C" IL2CPP_METHOD_ATTR ObjRef_t2141158884 * RemotingServices_Marshal_m98061768 (RuntimeObject * __this /* static, unused */, MarshalByRefObject_t2760389100 * ___Obj0, const RuntimeMethod* method); // System.Reflection.MethodInfo[] System.MonoType::GetMethodsByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.Type) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* MonoType_GetMethodsByName_m2005909471 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___ignoreCase2, Type_t * ___reflected_type3, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.IContextAttribute[] System.Runtime.Remoting.ActivatedClientTypeEntry::get_ContextAttributes() extern "C" IL2CPP_METHOD_ATTR IContextAttributeU5BU5D_t1656595889* ActivatedClientTypeEntry_get_ContextAttributes_m4017563407 (ActivatedClientTypeEntry_t761233661 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.ActivatedClientTypeEntry::get_ApplicationUrl() extern "C" IL2CPP_METHOD_ATTR String_t* ActivatedClientTypeEntry_get_ApplicationUrl_m2894992111 (ActivatedClientTypeEntry_t761233661 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::CreateClientProxy(System.Type,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_CreateClientProxy_m809906894 (RuntimeObject * __this /* static, unused */, Type_t * ___objectType0, String_t* ___url1, ObjectU5BU5D_t2843939325* ___activationAttributes2, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (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&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RemotingServices_GetClientChannelSinkChain_m1499550585 (RuntimeObject * __this /* static, unused */, String_t* ___url0, RuntimeObject * ___channelData1, String_t** ___objectUri2, const RuntimeMethod* method); // System.String System.Runtime.Remoting.RemotingServices::GetNormalizedUri(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* RemotingServices_GetNormalizedUri_m3119784285 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.RemotingServices::RemoveAppNameFromUri(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* RemotingServices_RemoveAppNameFromUri_m388703745 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.RemotingConfiguration::get_ApplicationName() extern "C" IL2CPP_METHOD_ATTR String_t* RemotingConfiguration_get_ApplicationName_m593755586 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.MarshalByRefObject System.Runtime.Remoting.ClientIdentity::get_ClientProxy() extern "C" IL2CPP_METHOD_ATTR MarshalByRefObject_t2760389100 * ClientIdentity_get_ClientProxy_m1281632708 (ClientIdentity_t1428046844 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ClientIdentity::.ctor(System.String,System.Runtime.Remoting.ObjRef) extern "C" IL2CPP_METHOD_ATTR void ClientIdentity__ctor_m3042435594 (ClientIdentity_t1428046844 * __this, String_t* ___objectUri0, ObjRef_t2141158884 * ___objRef1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::set_ChannelSink(System.Runtime.Remoting.Messaging.IMessageSink) extern "C" IL2CPP_METHOD_ATTR void Identity_set_ChannelSink_m3085217742 (Identity_t1873279371 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::.ctor(System.Type,System.Runtime.Remoting.ClientIdentity) extern "C" IL2CPP_METHOD_ATTR void RemotingProxy__ctor_m1504681762 (RemotingProxy_t2444335113 * __this, Type_t * ___type0, ClientIdentity_t1428046844 * ___identity1, const RuntimeMethod* method); // System.Int32 System.Runtime.Remoting.Channels.CrossAppDomainSink::get_TargetDomainId() extern "C" IL2CPP_METHOD_ATTR int32_t CrossAppDomainSink_get_TargetDomainId_m1510098893 (CrossAppDomainSink_t2177102621 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RealProxy::SetTargetDomain(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RealProxy_SetTargetDomain_m1886392211 (RealProxy_t2312050253 * __this, int32_t ___domainId0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ClientIdentity::set_ClientProxy(System.MarshalByRefObject) extern "C" IL2CPP_METHOD_ATTR void ClientIdentity_set_ClientProxy_m3470388302 (ClientIdentity_t1428046844 * __this, MarshalByRefObject_t2760389100 * ___value0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Channels.ChannelServices::CreateClientChannelSinkChain(System.String,System.Object,System.String&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ChannelServices_CreateClientChannelSinkChain_m3117081582 (RuntimeObject * __this /* static, unused */, String_t* ___url0, RuntimeObject * ___remoteChannelData1, String_t** ___objectUri2, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ClientActivatedIdentity::.ctor(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void ClientActivatedIdentity__ctor_m20616531 (ClientActivatedIdentity_t3849543081 * __this, String_t* ___objectUri0, Type_t * ___objectType1, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.Contexts.Context::get_DefaultContext() extern "C" IL2CPP_METHOD_ATTR Context_t3285446944 * Context_get_DefaultContext_m2041247543 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::AttachServerObject(System.MarshalByRefObject,System.Runtime.Remoting.Contexts.Context) extern "C" IL2CPP_METHOD_ATTR void ServerIdentity_AttachServerObject_m3892044390 (ServerIdentity_t2342208608 * __this, MarshalByRefObject_t2760389100 * ___serverObject0, Context_t3285446944 * ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SingleCallIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) extern "C" IL2CPP_METHOD_ATTR void SingleCallIdentity__ctor_m512106477 (SingleCallIdentity_t1525242393 * __this, String_t* ___objectUri0, Context_t3285446944 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SingletonIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) extern "C" IL2CPP_METHOD_ATTR void SingletonIdentity__ctor_m3846583373 (SingletonIdentity_t2425810587 * __this, String_t* ___objectUri0, Context_t3285446944 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Identity::get_ObjectUri() extern "C" IL2CPP_METHOD_ATTR String_t* Identity_get_ObjectUri_m3138646444 (Identity_t1873279371 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.ClientIdentity System.Runtime.Remoting.RemotingServices::GetOrCreateClientIdentity(System.Runtime.Remoting.ObjRef,System.Type,System.Object&) extern "C" IL2CPP_METHOD_ATTR ClientIdentity_t1428046844 * RemotingServices_GetOrCreateClientIdentity_m648299611 (RuntimeObject * __this /* static, unused */, ObjRef_t2141158884 * ___objRef0, Type_t * ___proxyType1, RuntimeObject ** ___clientProxy2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Channels.CrossAppDomainChannel::RegisterCrossAppDomainChannel() extern "C" IL2CPP_METHOD_ATTR void CrossAppDomainChannel_RegisterCrossAppDomainChannel_m1413768602 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Identity::get_Disposed() extern "C" IL2CPP_METHOD_ATTR bool Identity_get_Disposed_m2663903683 (Identity_t1873279371 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::set_Disposed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Identity_set_Disposed_m1049871465 (Identity_t1873279371 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Identity__ctor_m2221672896 (Identity_t1873279371 * __this, String_t* ___objectUri0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.Lease::.ctor() extern "C" IL2CPP_METHOD_ATTR void Lease__ctor_m3269477734 (Lease_t4051722892 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::TrackLifetime(System.Runtime.Remoting.ServerIdentity) extern "C" IL2CPP_METHOD_ATTR void LifetimeServices_TrackLifetime_m2415237423 (RuntimeObject * __this /* static, unused */, ServerIdentity_t2342208608 * ___identity0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::DisposeServerObject() extern "C" IL2CPP_METHOD_ATTR void ServerIdentity_DisposeServerObject_m1376146261 (ServerIdentity_t2342208608 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ObjRef::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjRef__ctor_m823137228 (ObjRef_t2141158884 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.TypeInfo::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void TypeInfo__ctor_m3520353822 (TypeInfo_t3108865556 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.EnvoyInfo::.ctor(System.Runtime.Remoting.Messaging.IMessageSink) extern "C" IL2CPP_METHOD_ATTR void EnvoyInfo__ctor_m276600651 (EnvoyInfo_t22149680 * __this, RuntimeObject* ___sinks0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RealProxy::set_ObjectIdentity(System.Runtime.Remoting.Identity) extern "C" IL2CPP_METHOD_ATTR void RealProxy_set_ObjectIdentity_m1045687518 (RealProxy_t2312050253 * __this, Identity_t1873279371 * ___value0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::CreateEnvoySink(System.MarshalByRefObject) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Context_CreateEnvoySink_m3365634710 (Context_t3285446944 * __this, MarshalByRefObject_t2760389100 * ___serverObject0, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::set_ObjectIdentity(System.Runtime.Remoting.ServerIdentity) extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject_set_ObjectIdentity_m2909674674 (MarshalByRefObject_t2760389100 * __this, ServerIdentity_t2342208608 * ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyDisconnectedObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void TrackingServices_NotifyDisconnectedObject_m1755566214 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) extern "C" IL2CPP_METHOD_ATTR void ServerIdentity__ctor_m1627037015 (ServerIdentity_t2342208608 * __this, String_t* ___objectUri0, Context_t3285446944 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNs() extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNs_m3680841936 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithAssembly() extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithAssembly_m2133585561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::EncodeNs(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_EncodeNs_m635167772 (RuntimeObject * __this /* static, unused */, String_t* ___ns0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNsAndAssembly() extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m2954042252 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Runtime.Remoting.Metadata.SoapAttribute System.Runtime.Remoting.InternalRemotingServices::GetCachedSoapAttribute(System.Object) extern "C" IL2CPP_METHOD_ATTR SoapAttribute_t411004526 * InternalRemotingServices_GetCachedSoapAttribute_m1042302982 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___reflectionObject0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_IsInteropXmlElement() extern "C" IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlElement_m3413949955 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlElementName() extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlElementName_m2920861364 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlNamespace_m1959618787 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::GetAssemblyName(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetAssemblyName_m1160306025 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___mb0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_IsInteropXmlType() extern "C" IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlType_m629667929 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeName_m3319890470 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlTypeNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeNamespace_m4211398148 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Type) extern "C" IL2CPP_METHOD_ATTR void SoapServices_PreLoad_m1533129052 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.SoapServices::GetXmlTypeForInteropType(System.Type,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool SoapServices_GetXmlTypeForInteropType_m226269097 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t** ___xmlType1, String_t** ___xmlTypeNamespace2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlType(System.String,System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlType_m3725804773 (RuntimeObject * __this /* static, unused */, String_t* ___xmlType0, String_t* ___xmlTypeNamespace1, Type_t * ___type2, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.SoapServices::GetXmlElementForInteropType(System.Type,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool SoapServices_GetXmlElementForInteropType_m1310850578 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t** ___xmlElement1, String_t** ___xmlNamespace2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlElement(System.String,System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlElement_m2539810323 (RuntimeObject * __this /* static, unused */, String_t* ___xmlElement0, String_t* ___xmlNamespace1, Type_t * ___type2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SoapServices/TypeInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeInfo__ctor_m3177869375 (TypeInfo_t3204178358 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Metadata.SoapFieldAttribute::IsInteropXmlElement() extern "C" IL2CPP_METHOD_ATTR bool SoapFieldAttribute_IsInteropXmlElement_m2819415462 (SoapFieldAttribute_t1164342470 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Metadata.SoapFieldAttribute::get_XmlElementName() extern "C" IL2CPP_METHOD_ATTR String_t* SoapFieldAttribute_get_XmlElementName_m2203304026 (SoapFieldAttribute_t1164342470 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::GetNameKey(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetNameKey_m1553516689 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___namspace1, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.TypeEntry::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeEntry__ctor_m3850067423 (TypeEntry_t3903395172 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.TypeEntry::set_AssemblyName(System.String) extern "C" IL2CPP_METHOD_ATTR void TypeEntry_set_AssemblyName_m740439947 (TypeEntry_t3903395172 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.TypeEntry::set_TypeName(System.String) extern "C" IL2CPP_METHOD_ATTR void TypeEntry_set_TypeName_m2292673915 (TypeEntry_t3903395172 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m3487507613 (RuntimeObject * __this /* static, unused */, String_t* ___assemblyString0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.WellKnownClientTypeEntry::get_ApplicationUrl() extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_get_ApplicationUrl_m3926146748 (WellKnownClientTypeEntry_t1333916391 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.TypeEntry::get_TypeName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeEntry_get_TypeName_m3730760050 (TypeEntry_t3903395172 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.TypeEntry::get_AssemblyName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeEntry_get_AssemblyName_m249907965 (TypeEntry_t3903395172 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.WellKnownClientTypeEntry::get_ObjectUrl() extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_get_ObjectUrl_m2025814880 (WellKnownClientTypeEntry_t1333916391 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.BaseFixupRecord::.ctor(System.Runtime.Serialization.ObjectRecord,System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void BaseFixupRecord__ctor_m3105931241 (BaseFixupRecord_t3185653456 * __this, ObjectRecord_t1187467272 * ___objectToBeFixed0, ObjectRecord_t1187467272 * ___objectRequired1, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412255035 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.ObjectRecord::get_IsRegistered() extern "C" IL2CPP_METHOD_ATTR bool ObjectRecord_get_IsRegistered_m1980446745 (ObjectRecord_t1187467272 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.ObjectRecord::get_IsInstanceReady() extern "C" IL2CPP_METHOD_ATTR bool ObjectRecord_get_IsInstanceReady_m2304516395 (ObjectRecord_t1187467272 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SerializationException__ctor_m3862484944 (SerializationException_t3941511869 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectRecord::SetMemberValue(System.Runtime.Serialization.ObjectManager,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectRecord_SetMemberValue_m4000081321 (ObjectRecord_t1187467272 * __this, ObjectManager_t1653064325 * ___manager0, String_t* ___memberName1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectRecord::SetMemberValue(System.Runtime.Serialization.ObjectManager,System.Reflection.MemberInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectRecord_SetMemberValue_m1045887821 (ObjectRecord_t1187467272 * __this, ObjectManager_t1653064325 * ___manager0, MemberInfo_t * ___member1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Object System.Convert::ChangeType(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m739676612 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___conversionType1, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2072772931 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Object) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m198393465 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Object) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3240678588 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m2219349533 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Object) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m668801151 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeFieldHandle_t1871169219 ___fldHandle1, const RuntimeMethod* method); // System.String System.Environment::GetEnvironmentVariable(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_m394552009 (RuntimeObject * __this /* static, unused */, String_t* ___variable0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPrimitive() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m1114712797 (Type_t * __this, const RuntimeMethod* method); // System.TypeCode System.Type::GetTypeCode(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m480753082 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsSerializable() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsSerializable_m1040556850 (Type_t * __this, const RuntimeMethod* method); // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::get_DefaultSurrogateSelector() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BinaryFormatter_get_DefaultSurrogateSelector_m3548531270 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates) extern "C" IL2CPP_METHOD_ATTR void StreamingContext__ctor_m1072028025 (StreamingContext_t3711869237 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::NoCheckDeserialize(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_NoCheckDeserialize_m2274318934 (BinaryFormatter_t3197753202 * __this, Stream_t1273022909 * ___serializationStream0, HeaderHandler_t2878040134 * ___handler1, const RuntimeMethod* method); // System.Void System.IO.BinaryReader::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void BinaryReader__ctor_m2602947653 (BinaryReader_t2428077293 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::ReadBinaryHeader(System.IO.BinaryReader,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_ReadBinaryHeader_m2339643348 (BinaryFormatter_t3197753202 * __this, BinaryReader_t2428077293 * ___reader0, bool* ___hasHeaders1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.Formatters.Binary.MessageFormatter::ReadMethodCall(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,System.Boolean,System.Runtime.Remoting.Messaging.HeaderHandler,System.Runtime.Serialization.Formatters.Binary.BinaryFormatter) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MessageFormatter_ReadMethodCall_m2327590823 (RuntimeObject * __this /* static, unused */, uint8_t ___elem0, BinaryReader_t2428077293 * ___reader1, bool ___hasHeaders2, HeaderHandler_t2878040134 * ___headerHandler3, BinaryFormatter_t3197753202 * ___formatter4, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.Formatters.Binary.MessageFormatter::ReadMethodResponse(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,System.Boolean,System.Runtime.Remoting.Messaging.HeaderHandler,System.Runtime.Remoting.Messaging.IMethodCallMessage,System.Runtime.Serialization.Formatters.Binary.BinaryFormatter) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MessageFormatter_ReadMethodResponse_m1946725361 (RuntimeObject * __this /* static, unused */, uint8_t ___elem0, BinaryReader_t2428077293 * ___reader1, bool ___hasHeaders2, HeaderHandler_t2878040134 * ___headerHandler3, RuntimeObject* ___methodCallMessage4, BinaryFormatter_t3197753202 * ___formatter5, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryFormatter) extern "C" IL2CPP_METHOD_ATTR void ObjectReader__ctor_m2595396997 (ObjectReader_t1940957392 * __this, BinaryFormatter_t3197753202 * ___formatter0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadObjectGraph(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,System.Boolean,System.Object&,System.Runtime.Remoting.Messaging.Header[]&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadObjectGraph_m1689734232 (ObjectReader_t1940957392 * __this, uint8_t ___elem0, BinaryReader_t2428077293 * ___reader1, bool ___readHeaders2, RuntimeObject ** ___result3, HeaderU5BU5D_t204812840** ___headers4, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object,System.Runtime.Remoting.Messaging.Header[]) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_m2476455399 (BinaryFormatter_t3197753202 * __this, Stream_t1273022909 * ___serializationStream0, RuntimeObject * ___graph1, HeaderU5BU5D_t204812840* ___headers2, const RuntimeMethod* method); // System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m1874693998 (BinaryWriter_t3992595042 * __this, Stream_t1273022909 * ___output0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::WriteBinaryHeader(System.IO.BinaryWriter,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_WriteBinaryHeader_m4239804844 (BinaryFormatter_t3197753202 * __this, BinaryWriter_t3992595042 * ___writer0, bool ___hasHeaders1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.MessageFormatter::WriteMethodCall(System.IO.BinaryWriter,System.Object,System.Runtime.Remoting.Messaging.Header[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.FormatterAssemblyStyle,System.Runtime.Serialization.Formatters.FormatterTypeStyle) extern "C" IL2CPP_METHOD_ATTR void MessageFormatter_WriteMethodCall_m4240742925 (RuntimeObject * __this /* static, unused */, BinaryWriter_t3992595042 * ___writer0, RuntimeObject * ___obj1, HeaderU5BU5D_t204812840* ___headers2, RuntimeObject* ___surrogateSelector3, StreamingContext_t3711869237 ___context4, int32_t ___assemblyFormat5, int32_t ___typeFormat6, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.MessageFormatter::WriteMethodResponse(System.IO.BinaryWriter,System.Object,System.Runtime.Remoting.Messaging.Header[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.FormatterAssemblyStyle,System.Runtime.Serialization.Formatters.FormatterTypeStyle) extern "C" IL2CPP_METHOD_ATTR void MessageFormatter_WriteMethodResponse_m514023078 (RuntimeObject * __this /* static, unused */, BinaryWriter_t3992595042 * ___writer0, RuntimeObject * ___obj1, HeaderU5BU5D_t204812840* ___headers2, RuntimeObject* ___surrogateSelector3, StreamingContext_t3711869237 ___context4, int32_t ___assemblyFormat5, int32_t ___typeFormat6, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.FormatterAssemblyStyle,System.Runtime.Serialization.Formatters.FormatterTypeStyle) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter__ctor_m2586423995 (ObjectWriter_t2968406231 * __this, RuntimeObject* ___surrogateSelector0, StreamingContext_t3711869237 ___context1, int32_t ___assemblyFormat2, int32_t ___typeFormat3, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObjectGraph(System.IO.BinaryWriter,System.Object,System.Runtime.Remoting.Messaging.Header[]) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObjectGraph_m1096671657 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, RuntimeObject * ___obj1, HeaderU5BU5D_t204812840* ___headers2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.TypeMetadata::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeMetadata__ctor_m3381216780 (TypeMetadata_t2187352167 * __this, const RuntimeMethod* method); // System.AppDomain System.Threading.Thread::GetDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * Thread_GetDomain_m1615404259 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::.ctor() extern "C" IL2CPP_METHOD_ATTR void AssemblyName__ctor_m2786326352 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_set_Name_m1981626655 (AssemblyName_t270931938 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Reflection.Emit.AssemblyBuilder System.AppDomain::DefineInternalDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess) extern "C" IL2CPP_METHOD_ATTR AssemblyBuilder_t359885250 * AppDomain_DefineInternalDynamicAssembly_m3889239439 (AppDomain_t1571427825 * __this, AssemblyName_t270931938 * ___name0, int32_t ___access1, const RuntimeMethod* method); // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder::DefineDynamicModule(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ModuleBuilder_t731887691 * AssemblyBuilder_DefineDynamicModule_m1476011641 (AssemblyBuilder_t359885250 * __this, String_t* ___name0, bool ___emitSymbolInfo1, const RuntimeMethod* method); // System.Type System.Runtime.Serialization.Formatters.Binary.CodeGenerator::GenerateMetadataTypeInternal(System.Type,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR Type_t * CodeGenerator_GenerateMetadataTypeInternal_m675242502 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.Reflection.MemberInfo[] System.Runtime.Serialization.FormatterServices::GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t1302094432* FormatterServices_GetSerializableMembers_m3934333240 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::DefineType(System.String,System.Reflection.TypeAttributes,System.Type) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_DefineType_m3763661967 (ModuleBuilder_t731887691 * __this, String_t* ___name0, int32_t ___attr1, Type_t * ___parent2, const RuntimeMethod* method); // System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.TypeBuilder::DefineConstructor(System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type[]) extern "C" IL2CPP_METHOD_ATTR ConstructorBuilder_t2813524108 * TypeBuilder_DefineConstructor_m2989882735 (TypeBuilder_t1073948154 * __this, int32_t ___attributes0, int32_t ___callingConvention1, TypeU5BU5D_t3940880105* ___parameterTypes2, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m2219014380 (Type_t * __this, TypeU5BU5D_t3940880105* ___types0, const RuntimeMethod* method); // System.Reflection.Emit.ILGenerator System.Reflection.Emit.ConstructorBuilder::GetILGenerator() extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * ConstructorBuilder_GetILGenerator_m1421260830 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Reflection.Emit.MethodBuilder System.Reflection.Emit.TypeBuilder::DefineMethod(System.String,System.Reflection.MethodAttributes,System.Type,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodBuilder_t2807316753 * TypeBuilder_DefineMethod_m422510144 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___attributes1, Type_t * ___returnType2, TypeU5BU5D_t3940880105* ___parameterTypes3, const RuntimeMethod* method); // System.Reflection.Emit.ILGenerator System.Reflection.Emit.MethodBuilder::GetILGenerator() extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * MethodBuilder_GetILGenerator_m4152496715 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsArray_m2591212821 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::EmitLoadTypeAssembly(System.Reflection.Emit.ILGenerator,System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR void CodeGenerator_EmitLoadTypeAssembly_m1985536832 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___gen0, Type_t * ___type1, String_t* ___member2, const RuntimeMethod* method); // System.Void System.Reflection.Emit.TypeBuilder::DefineMethodOverride(System.Reflection.MethodInfo,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_DefineMethodOverride_m2703939108 (TypeBuilder_t1073948154 * __this, MethodInfo_t * ___methodInfoBody0, MethodInfo_t * ___methodInfoDeclaration1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::EmitWrite(System.Reflection.Emit.ILGenerator,System.Type) extern "C" IL2CPP_METHOD_ATTR void CodeGenerator_EmitWrite_m1452031614 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___gen0, Type_t * ___type1, const RuntimeMethod* method); // System.Runtime.Serialization.Formatters.Binary.TypeTag System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetTypeTag(System.Type) extern "C" IL2CPP_METHOD_ATTR uint8_t ObjectWriter_GetTypeTag_m1892768509 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::EmitWriteTypeSpec(System.Reflection.Emit.ILGenerator,System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR void CodeGenerator_EmitWriteTypeSpec_m3265719084 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___gen0, Type_t * ___type1, String_t* ___member2, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m3108065642 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::LoadFromPtr(System.Reflection.Emit.ILGenerator,System.Type) extern "C" IL2CPP_METHOD_ATTR void CodeGenerator_LoadFromPtr_m1784813519 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___ig0, Type_t * ___t1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.Formatters.Binary.BinaryCommon::IsPrimitive(System.Type) extern "C" IL2CPP_METHOD_ATTR bool BinaryCommon_IsPrimitive_m378904036 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::EmitWritePrimitiveValue(System.Reflection.Emit.ILGenerator,System.Type) extern "C" IL2CPP_METHOD_ATTR void CodeGenerator_EmitWritePrimitiveValue_m3054192573 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___gen0, Type_t * ___type1, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::CreateType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_CreateType_m3375483507 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsEnum() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsEnum_m208091508 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Runtime.Serialization.Formatters.Binary.CodeGenerator::EnumToUnderlying(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * CodeGenerator_EnumToUnderlying_m3778945530 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // System.Byte System.Runtime.Serialization.Formatters.Binary.BinaryCommon::GetTypeCode(System.Type) extern "C" IL2CPP_METHOD_ATTR uint8_t BinaryCommon_GetTypeCode_m448697888 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m3414567179 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetGetMethod_m1510309854 (PropertyInfo_t * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1479779718 (Type_t * __this, String_t* ___name0, TypeU5BU5D_t3940880105* ___types1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ClrTypeMetadata::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void ClrTypeMetadata__ctor_m420857278 (ClrTypeMetadata_t3885853035 * __this, Type_t * ___instanceType0, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteAssembly(System.IO.BinaryWriter,System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_WriteAssembly_m3173779754 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, Assembly_t * ___assembly1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteTypeCode(System.IO.BinaryWriter,System.Type) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteTypeCode_m1789140116 (RuntimeObject * __this /* static, unused */, BinaryWriter_t3992595042 * ___writer0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteTypeSpec(System.IO.BinaryWriter,System.Type) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteTypeSpec_m3700372600 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, Type_t * ___type1, const RuntimeMethod* method); // System.Object[] System.Runtime.Serialization.FormatterServices::GetObjectData(System.Object,System.Reflection.MemberInfo[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* FormatterServices_GetObjectData_m4284691678 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, MemberInfoU5BU5D_t1302094432* ___members1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteValue(System.IO.BinaryWriter,System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteValue_m3485076606 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, Type_t * ___valueType1, RuntimeObject * ___val2, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext::get_HasInfo() extern "C" IL2CPP_METHOD_ATTR bool LogicalCallContext_get_HasInfo_m3847716861 (LogicalCallContext_t3342013719 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.RemotingServices::IsMethodOverloaded(System.Runtime.Remoting.Messaging.IMethodMessage) extern "C" IL2CPP_METHOD_ATTR bool RemotingServices_IsMethodOverloaded_m3262659413 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___msg0, const RuntimeMethod* method); // System.Object[] System.Runtime.Serialization.Formatters.Binary.MessageFormatter::GetExtraProperties(System.Collections.IDictionary,System.String[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MessageFormatter_GetExtraProperties_m305191653 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___properties0, StringU5BU5D_t1281789340* ___internalKeys1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.Formatters.Binary.MessageFormatter::AllTypesArePrimitive(System.Object[]) extern "C" IL2CPP_METHOD_ATTR bool MessageFormatter_AllTypesArePrimitive_m3953742542 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___objects0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WritePrimitiveValue(System.IO.BinaryWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WritePrimitiveValue_m3342686922 (RuntimeObject * __this /* static, unused */, BinaryWriter_t3992595042 * ___writer0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.Formatters.Binary.MessageFormatter::IsMethodPrimitive(System.Type) extern "C" IL2CPP_METHOD_ATTR bool MessageFormatter_IsMethodPrimitive_m2805243043 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Type System.Runtime.Serialization.Formatters.Binary.BinaryCommon::GetTypeFromCode(System.Int32) extern "C" IL2CPP_METHOD_ATTR Type_t * BinaryCommon_GetTypeFromCode_m39036572 (RuntimeObject * __this /* static, unused */, int32_t ___code0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadPrimitiveTypeValue(System.IO.BinaryReader,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_ReadPrimitiveTypeValue_m4293111728 (RuntimeObject * __this /* static, unused */, BinaryReader_t2428077293 * ___reader0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadObjectGraph(System.IO.BinaryReader,System.Boolean,System.Object&,System.Runtime.Remoting.Messaging.Header[]&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadObjectGraph_m340866276 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, bool ___readHeaders1, RuntimeObject ** ___result2, HeaderU5BU5D_t204812840** ___headers3, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.Header::.ctor(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void Header__ctor_m1921907550 (Header_t549724581 * __this, String_t* ____Name0, RuntimeObject * ____Value1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodCall::.ctor(System.Runtime.Remoting.Messaging.Header[]) extern "C" IL2CPP_METHOD_ATTR void MethodCall__ctor_m2176599175 (MethodCall_t861078140 * __this, HeaderU5BU5D_t204812840* ___h10, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ReturnMessage::.ctor(System.Exception,System.Runtime.Remoting.Messaging.IMethodCallMessage) extern "C" IL2CPP_METHOD_ATTR void ReturnMessage__ctor_m1555286069 (ReturnMessage_t1376985608 * __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) extern "C" IL2CPP_METHOD_ATTR void ReturnMessage__ctor_m2352989078 (ReturnMessage_t1376985608 * __this, RuntimeObject * ___ret0, ObjectU5BU5D_t2843939325* ___outArgs1, int32_t ___outArgsCount2, LogicalCallContext_t3342013719 * ___callCtx3, RuntimeObject* ___mcm4, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.Formatters.Binary.MessageFormatter::IsInternalKey(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR bool MessageFormatter_IsInternalKey_m3679497458 (RuntimeObject * __this /* static, unused */, String_t* ___key0, StringU5BU5D_t1281789340* ___internalKeys1, const RuntimeMethod* method); // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::get_SurrogateSelector() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BinaryFormatter_get_SurrogateSelector_m2111882017 (BinaryFormatter_t3197753202 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::get_Context() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 BinaryFormatter_get_Context_m1651087560 (BinaryFormatter_t3197753202 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::get_Binder() extern "C" IL2CPP_METHOD_ATTR SerializationBinder_t274213469 * BinaryFormatter_get_Binder_m166854567 (BinaryFormatter_t3197753202 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectManager::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ObjectManager__ctor_m1844334865 (ObjectManager_t1653064325 * __this, RuntimeObject* ___selector0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::get_FilterLevel() extern "C" IL2CPP_METHOD_ATTR int32_t BinaryFormatter_get_FilterLevel_m1292975963 (BinaryFormatter_t3197753202 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadNextObject(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader) extern "C" IL2CPP_METHOD_ATTR bool ObjectReader_ReadNextObject_m1498077612 (ObjectReader_t1940957392 * __this, uint8_t ___element0, BinaryReader_t2428077293 * ___reader1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::get_CurrentObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_get_CurrentObject_m2820303483 (ObjectReader_t1940957392 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadNextObject(System.IO.BinaryReader) extern "C" IL2CPP_METHOD_ATTR bool ObjectReader_ReadNextObject_m2150937777 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadObject(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,System.Int64&,System.Object&,System.Runtime.Serialization.SerializationInfo&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadObject_m540696579 (ObjectReader_t1940957392 * __this, uint8_t ___element0, BinaryReader_t2428077293 * ___reader1, int64_t* ___objectId2, RuntimeObject ** ___value3, SerializationInfo_t950877179 ** ___info4, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::RegisterObject(System.Int64,System.Object,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_RegisterObject_m1853376334 (ObjectReader_t1940957392 * __this, int64_t ___objectId0, RuntimeObject * ___objectInstance1, SerializationInfo_t950877179 * ___info2, int64_t ___parentObjectId3, MemberInfo_t * ___parentObjectMemeber4, Int32U5BU5D_t385246372* ___indices5, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadRefTypeObjectInstance(System.IO.BinaryReader,System.Int64&,System.Object&,System.Runtime.Serialization.SerializationInfo&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadRefTypeObjectInstance_m3311150386 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___value2, SerializationInfo_t950877179 ** ___info3, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadObjectInstance(System.IO.BinaryReader,System.Boolean,System.Boolean,System.Int64&,System.Object&,System.Runtime.Serialization.SerializationInfo&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadObjectInstance_m3952621118 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, bool ___isRuntimeObject1, bool ___hasTypeInfo2, int64_t* ___objectId3, RuntimeObject ** ___value4, SerializationInfo_t950877179 ** ___info5, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadStringIntance(System.IO.BinaryReader,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadStringIntance_m1523916863 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___value2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadGenericArray(System.IO.BinaryReader,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadGenericArray_m1710471713 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___val2, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadBoxedPrimitiveTypeValue(System.IO.BinaryReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_ReadBoxedPrimitiveTypeValue_m4086653205 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadAssembly(System.IO.BinaryReader) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadAssembly_m2963555857 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader/ArrayNullFiller::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayNullFiller__ctor_m1460935784 (ArrayNullFiller_t1685365060 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadArrayOfPrimitiveType(System.IO.BinaryReader,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadArrayOfPrimitiveType_m3374303005 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___val2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadArrayOfObject(System.IO.BinaryReader,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadArrayOfObject_m671957184 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___array2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadArrayOfString(System.IO.BinaryReader,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadArrayOfString_m3550800559 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___array2, const RuntimeMethod* method); // System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadTypeMetadata(System.IO.BinaryReader,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TypeMetadata_t3139523260 * ObjectReader_ReadTypeMetadata_m3785645385 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, bool ___isRuntimeObject1, bool ___hasTypeInfo2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadObjectContent(System.IO.BinaryReader,System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata,System.Int64,System.Object&,System.Runtime.Serialization.SerializationInfo&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadObjectContent_m1654577346 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, TypeMetadata_t3139523260 * ___metadata1, int64_t ___objectId2, RuntimeObject ** ___objectInstance3, SerializationInfo_t950877179 ** ___info4, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.FormatterServices::GetSafeUninitializedObject(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetSafeUninitializedObject_m3890738292 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.FormatterServices::GetUninitializedObject(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m3413592581 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectManager::RaiseOnDeserializingEvent(System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RaiseOnDeserializingEvent_m964884748 (ObjectManager_t1653064325 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.FormatterConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void FormatterConverter__ctor_m4071877133 (FormatterConverter_t2760117746 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m2923079689 (SerializationInfo_t950877179 * __this, Type_t * ___type0, RuntimeObject* ___converter1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadValue(System.IO.BinaryReader,System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Type,System.String,System.Reflection.MemberInfo,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadValue_m3145979203 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, RuntimeObject * ___parentObject1, int64_t ___parentObjectId2, SerializationInfo_t950877179 * ___info3, Type_t * ___valueType4, String_t* ___fieldName5, MemberInfo_t * ___memberInfo6, Int32U5BU5D_t385246372* ___indices7, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectManager::RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RegisterObject_m2087328880 (ObjectManager_t1653064325 * __this, RuntimeObject * ___obj0, int64_t ___objectID1, SerializationInfo_t950877179 * ___info2, int64_t ___idOfContainingObj3, MemberInfo_t * ___member4, Int32U5BU5D_t385246372* ___arrayIndex5, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadType(System.IO.BinaryReader,System.Runtime.Serialization.Formatters.Binary.TypeTag) extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectReader_ReadType_m1663843507 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, uint8_t ___code1, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2175520447 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, Int32U5BU5D_t385246372* ___lengths1, const RuntimeMethod* method); // System.Int32 System.Array::GetLowerBound(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_m2045984623 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m3448755881 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Array::GetUpperBound(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetUpperBound_m4018715963 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.DateTime System.DateTime::FromBinary(System.Int64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_FromBinary_m2489276715 (RuntimeObject * __this /* static, unused */, int64_t ___dateData0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::BlockRead(System.IO.BinaryReader,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_BlockRead_m304158408 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, RuntimeArray * ___array1, int32_t ___dataSize2, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_m1896986612 (TimeSpan_t881159249 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Int32 System.Buffer::ByteLength(System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Buffer_ByteLength_m2639516074 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCommon::SwapBytes(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BinaryCommon_SwapBytes_m3963737189 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___byteArray0, int32_t ___size1, int32_t ___dataSize2, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadSimpleArray(System.IO.BinaryReader,System.Type,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadSimpleArray_m428957657 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, Type_t * ___elementType1, int64_t* ___objectId2, RuntimeObject ** ___val3, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2750085942 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeMetadata__ctor_m646635308 (TypeMetadata_t3139523260 * __this, const RuntimeMethod* method); // System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetDeserializationType(System.Int64,System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectReader_GetDeserializationType_m1493678790 (ObjectReader_t1940957392 * __this, int64_t ___assemblyId0, String_t* ___className1, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m3605423543 (RuntimeObject * __this /* static, unused */, String_t* ___typeName0, bool ___throwOnError1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::SetObjectValue(System.Object,System.String,System.Reflection.MemberInfo,System.Runtime.Serialization.SerializationInfo,System.Object,System.Type,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_SetObjectValue_m2761159765 (ObjectReader_t1940957392 * __this, RuntimeObject * ___parentObject0, String_t* ___fieldName1, MemberInfo_t * ___memberInfo2, SerializationInfo_t950877179 * ___info3, RuntimeObject * ___value4, Type_t * ___valueType5, Int32U5BU5D_t385246372* ___indices6, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::RecordFixup(System.Int64,System.Int64,System.Object,System.Runtime.Serialization.SerializationInfo,System.String,System.Reflection.MemberInfo,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_RecordFixup_m4125245357 (ObjectReader_t1940957392 * __this, int64_t ___parentObjectId0, int64_t ___childObjectId1, RuntimeObject * ___parentObject2, SerializationInfo_t950877179 * ___info3, String_t* ___fieldName4, MemberInfo_t * ___memberInfo5, Int32U5BU5D_t385246372* ___indices6, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m1804138688 (RuntimeArray * __this, RuntimeObject * ___value0, Int32U5BU5D_t385246372* ___indices1, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void FieldInfo_SetValue_m2460171138 (FieldInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::get_State() extern "C" IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_m3338773567 (StreamingContext_t3711869237 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Decimal System.Decimal::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Parse_m4154418249 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectIDGenerator::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjectIDGenerator__ctor_m2117120656 (ObjectIDGenerator_t1260826161 * __this, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor() extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m2030580699 (Queue_t3637523393 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationObjectManager::.ctor(System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SerializationObjectManager__ctor_m460008415 (SerializationObjectManager_t4107654543 * __this, StreamingContext_t3711869237 ___context0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::QueueObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_QueueObject_m3487717536 (ObjectWriter_t2968406231 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteQueuedObjects(System.IO.BinaryWriter) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteQueuedObjects_m502447341 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteSerializationEnd(System.IO.BinaryWriter) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteSerializationEnd_m4228661922 (RuntimeObject * __this /* static, unused */, BinaryWriter_t3992595042 * ___writer0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationObjectManager::RaiseOnSerializedEvent() extern "C" IL2CPP_METHOD_ATTR void SerializationObjectManager_RaiseOnSerializedEvent_m272248422 (SerializationObjectManager_t4107654543 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObjectInstance(System.IO.BinaryWriter,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObjectInstance_m4123656775 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, RuntimeObject * ___obj1, bool ___isValueObject2, const RuntimeMethod* method); // System.Int64 System.Runtime.Serialization.ObjectIDGenerator::get_NextId() extern "C" IL2CPP_METHOD_ATTR int64_t ObjectIDGenerator_get_NextId_m3343770173 (ObjectIDGenerator_t1260826161 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteString(System.IO.BinaryWriter,System.Int64,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteString_m2607199782 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, String_t* ___str2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteArray(System.IO.BinaryWriter,System.Int64,System.Array) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteArray_m1738497250 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeArray * ___array2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObject(System.IO.BinaryWriter,System.Int64,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObject_m3639703743 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeObject * ___obj2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetObjectData(System.Object,System.Runtime.Serialization.Formatters.Binary.TypeMetadata&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_GetObjectData_m2149519430 (ObjectWriter_t2968406231 * __this, RuntimeObject * ___obj0, TypeMetadata_t2187352167 ** ___metadata1, RuntimeObject ** ___data2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter/MetadataReference::.ctor(System.Runtime.Serialization.Formatters.Binary.TypeMetadata,System.Int64) extern "C" IL2CPP_METHOD_ATTR void MetadataReference__ctor_m15653650 (MetadataReference_t4077873660 * __this, TypeMetadata_t2187352167 * ___metadata0, int64_t ___id1, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteAssemblyName(System.IO.BinaryWriter,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_WriteAssemblyName_m3097158773 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, String_t* ___assembly1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata::.ctor(System.Type,System.Runtime.Serialization.SerializationInfo) extern "C" IL2CPP_METHOD_ATTR void SerializableTypeMetadata__ctor_m4102127793 (SerializableTypeMetadata_t2796913665 * __this, Type_t * ___itype0, SerializationInfo_t950877179 * ___info1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCommon::CheckSerializable(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void BinaryCommon_CheckSerializable_m3673092502 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject* ___selector1, StreamingContext_t3711869237 ___context2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationObjectManager::RegisterObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationObjectManager_RegisterObject_m951822324 (SerializationObjectManager_t4107654543 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.StreamingContext::get_Context() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StreamingContext_get_Context_m541495931 (StreamingContext_t3711869237 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.MemberTypeMetadata::.ctor(System.Type,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MemberTypeMetadata__ctor_m2376841411 (MemberTypeMetadata_t976220688 * __this, Type_t * ___type0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Runtime.Serialization.Formatters.Binary.TypeMetadata System.Runtime.Serialization.Formatters.Binary.ObjectWriter::CreateMemberTypeMetadata(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeMetadata_t2187352167 * ObjectWriter_CreateMemberTypeMetadata_m577610186 (ObjectWriter_t2968406231 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Type System.Runtime.Serialization.Formatters.Binary.CodeGenerator::GenerateMetadataType(System.Type,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR Type_t * CodeGenerator_GenerateMetadataType_m649965872 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3631483688 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObjectArray(System.IO.BinaryWriter,System.Int64,System.Array) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObjectArray_m1109545282 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeArray * ___array2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteStringArray(System.IO.BinaryWriter,System.Int64,System.Array) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteStringArray_m312537653 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeArray * ___array2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WritePrimitiveTypeArray(System.IO.BinaryWriter,System.Int64,System.Array) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WritePrimitiveTypeArray_m3383767374 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeArray * ___array2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteGenericArray(System.IO.BinaryWriter,System.Int64,System.Array) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteGenericArray_m1575646718 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeArray * ___array2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteSingleDimensionArrayElements(System.IO.BinaryWriter,System.Array,System.Type) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteSingleDimensionArrayElements_m3412300123 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, RuntimeArray * ___array1, Type_t * ___elementType2, const RuntimeMethod* method); // System.Collections.IEnumerator System.Array::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m4277730612 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int64 System.DateTime::ToBinary() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToBinary_m1193069875 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::BlockWrite(System.IO.BinaryWriter,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_BlockWrite_m827549826 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, RuntimeArray * ___array1, int32_t ___dataSize2, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m2137362016 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteNullFiller(System.IO.BinaryWriter,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteNullFiller_m2949512160 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int32_t ___numNulls1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObjectReference(System.IO.BinaryWriter,System.Int64) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObjectReference_m1459514019 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::RegisterAssembly(System.String,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_RegisterAssembly_m1967120293 (ObjectWriter_t2968406231 * __this, String_t* ___assembly0, bool* ___firstTime1, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetAssemblyNameId(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_GetAssemblyNameId_m2316410453 (ObjectWriter_t2968406231 * __this, String_t* ___assembly0, const RuntimeMethod* method); // System.String System.Decimal::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m3653216873 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetAssemblyId(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_GetAssemblyId_m1980650584 (ObjectWriter_t2968406231 * __this, Assembly_t * ___assembly0, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::get_MemberCount() extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_get_MemberCount_m3751947557 (SerializationInfo_t950877179 * __this, const RuntimeMethod* method); // System.Type System.Runtime.Serialization.SerializationInfoEnumerator::get_ObjectType() extern "C" IL2CPP_METHOD_ATTR Type_t * SerializationInfoEnumerator_get_ObjectType_m3505100851 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::get_AssemblyName() extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_AssemblyName_m3241199889 (SerializationInfo_t950877179 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::get_FullTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_FullTypeName_m558954005 (SerializationInfo_t950877179 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.FormatterServices::GetFields(System.Type,System.Type,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void FormatterServices_GetFields_m2777940282 (RuntimeObject * __this /* static, unused */, Type_t * ___reflectedType0, Type_t * ___type1, ArrayList_t2718874744 * ___fields2, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsNotSerialized() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsNotSerialized_m2684033086 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsPublic() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsPublic_m3378038140 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Reflection.MonoField System.Reflection.MonoField::Clone(System.String) extern "C" IL2CPP_METHOD_ATTR MonoField_t * MonoField_Clone_m3669042226 (MonoField_t * __this, String_t* ___newName0, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Activation.ActivationServices::AllocateUninitializedClassInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ActivationServices_AllocateUninitializedClassInstance_m1640049132 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectRecord::SetArrayValue(System.Runtime.Serialization.ObjectManager,System.Object,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectRecord_SetArrayValue_m2756856461 (ObjectRecord_t1187467272 * __this, ObjectManager_t1653064325 * ___manager0, RuntimeObject * ___value1, Int32U5BU5D_t385246372* ___indices2, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m2302711321 (Hashtable_t1853889766 * __this, RuntimeObject* ___hcp0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectIDGenerator/InstanceComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void InstanceComparer__ctor_m2655670473 (InstanceComparer_t1261591096 * __this, const RuntimeMethod* method); // System.Int32 System.Object::InternalGetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Object_InternalGetHashCode_m4213713973 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.ObjectRecord::get_IsUnsolvedObjectReference() extern "C" IL2CPP_METHOD_ATTR bool ObjectRecord_get_IsUnsolvedObjectReference_m1163921033 (ObjectRecord_t1187467272 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.ObjectRecord::DoFixups(System.Boolean,System.Runtime.Serialization.ObjectManager,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ObjectRecord_DoFixups_m1169675535 (ObjectRecord_t1187467272 * __this, bool ___asContainer0, ObjectManager_t1653064325 * ___manager1, bool ___strict2, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.ObjectRecord::LoadData(System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR bool ObjectRecord_LoadData_m1119843494 (ObjectRecord_t1187467272 * __this, ObjectManager_t1653064325 * ___manager0, RuntimeObject* ___selector1, StreamingContext_t3711869237 ___context2, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationCallbacks System.Runtime.Serialization.SerializationCallbacks::GetSerializationCallbacks(System.Type) extern "C" IL2CPP_METHOD_ATTR SerializationCallbacks_t2570604627 * SerializationCallbacks_GetSerializationCallbacks_m2939476649 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationCallbacks::get_HasDeserializedCallbacks() extern "C" IL2CPP_METHOD_ATTR bool SerializationCallbacks_get_HasDeserializedCallbacks_m989630968 (SerializationCallbacks_t2570604627 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectRecord::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjectRecord__ctor_m2962775102 (ObjectRecord_t1187467272 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectManager::RaiseOnDeserializedEvent(System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RaiseOnDeserializedEvent_m2281637371 (ObjectManager_t1653064325 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationCallbacks::RaiseOnDeserializing(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SerializationCallbacks_RaiseOnDeserializing_m3047111085 (SerializationCallbacks_t2570604627 * __this, RuntimeObject * ___target0, StreamingContext_t3711869237 ___contex1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationCallbacks::RaiseOnDeserialized(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SerializationCallbacks_RaiseOnDeserialized_m3761893080 (SerializationCallbacks_t2570604627 * __this, RuntimeObject * ___target0, StreamingContext_t3711869237 ___contex1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectRecord::ChainFixup(System.Runtime.Serialization.BaseFixupRecord,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ObjectRecord_ChainFixup_m1889316362 (ObjectRecord_t1187467272 * __this, BaseFixupRecord_t3185653456 * ___fixup0, bool ___asContainer1, const RuntimeMethod* method); // System.Runtime.Serialization.ObjectRecord System.Runtime.Serialization.ObjectManager::GetObjectRecord(System.Int64) extern "C" IL2CPP_METHOD_ATTR ObjectRecord_t1187467272 * ObjectManager_GetObjectRecord_m1104835114 (ObjectManager_t1653064325 * __this, int64_t ___objectID0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ArrayFixupRecord::.ctor(System.Runtime.Serialization.ObjectRecord,System.Int32,System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void ArrayFixupRecord__ctor_m3071763795 (ArrayFixupRecord_t4271256269 * __this, ObjectRecord_t1187467272 * ___objectToBeFixed0, int32_t ___index1, ObjectRecord_t1187467272 * ___objectRequired2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectManager::AddFixup(System.Runtime.Serialization.BaseFixupRecord) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_AddFixup_m2154325362 (ObjectManager_t1653064325 * __this, BaseFixupRecord_t3185653456 * ___record0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.MultiArrayFixupRecord::.ctor(System.Runtime.Serialization.ObjectRecord,System.Int32[],System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void MultiArrayFixupRecord__ctor_m1290009050 (MultiArrayFixupRecord_t2501518442 * __this, ObjectRecord_t1187467272 * ___objectToBeFixed0, Int32U5BU5D_t385246372* ___indices1, ObjectRecord_t1187467272 * ___objectRequired2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.DelayedFixupRecord::.ctor(System.Runtime.Serialization.ObjectRecord,System.String,System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void DelayedFixupRecord__ctor_m1500671818 (DelayedFixupRecord_t2425570624 * __this, ObjectRecord_t1187467272 * ___objectToBeFixed0, String_t* ___memberName1, ObjectRecord_t1187467272 * ___objectRequired2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.FixupRecord::.ctor(System.Runtime.Serialization.ObjectRecord,System.Reflection.MemberInfo,System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void FixupRecord__ctor_m4156740480 (FixupRecord_t4176629420 * __this, ObjectRecord_t1187467272 * ___objectToBeFixed0, MemberInfo_t * ___member1, ObjectRecord_t1187467272 * ___objectRequired2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2009621981 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectManager::RegisterObjectInternal(System.Object,System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RegisterObjectInternal_m3473857785 (ObjectManager_t1653064325 * __this, RuntimeObject * ___obj0, ObjectRecord_t1187467272 * ___record1, 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.Runtime.Remoting.Messaging.CallContextRemotingData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CallContextRemotingData__ctor_m1780036207 (CallContextRemotingData_t2260963392 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object System.Runtime.Remoting.Messaging.CallContextRemotingData::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CallContextRemotingData_Clone_m14303327 (CallContextRemotingData_t2260963392 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CallContextRemotingData_Clone_m14303327_MetadataUsageId); s_Il2CppMethodInitialized = true; } CallContextRemotingData_t2260963392 * V_0 = NULL; { CallContextRemotingData_t2260963392 * L_0 = (CallContextRemotingData_t2260963392 *)il2cpp_codegen_object_new(CallContextRemotingData_t2260963392_il2cpp_TypeInfo_var); CallContextRemotingData__ctor_m1780036207(L_0, /*hidden argument*/NULL); V_0 = L_0; CallContextRemotingData_t2260963392 * L_1 = V_0; String_t* L_2 = __this->get__logicalCallID_0(); NullCheck(L_1); L_1->set__logicalCallID_0(L_2); CallContextRemotingData_t2260963392 * L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.ClientContextTerminatorSink::.ctor(System.Runtime.Remoting.Contexts.Context) extern "C" IL2CPP_METHOD_ATTR void ClientContextTerminatorSink__ctor_m3775290972 (ClientContextTerminatorSink_t4064115021 * __this, Context_t3285446944 * ___ctx0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Context_t3285446944 * L_0 = ___ctx0; __this->set__context_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.ConstructionCall::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void ConstructionCall__ctor_m3123819328 (ConstructionCall_t4011594745 * __this, Type_t * ___type0, const RuntimeMethod* method) { { MethodCall__ctor_m3669645(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; __this->set__activationType_14(L_0); Type_t * L_1 = ___type0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_1); __this->set__activationTypeName_15(L_2); __this->set__isContextOk_16((bool)1); return; } } // System.Void System.Runtime.Remoting.Messaging.ConstructionCall::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ConstructionCall__ctor_m4256641225 (ConstructionCall_t4011594745 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; MethodCall__ctor_m3517356389(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.ConstructionCall::InitDictionary() extern "C" IL2CPP_METHOD_ATTR void ConstructionCall_InitDictionary_m2824447813 (ConstructionCall_t4011594745 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructionCall_InitDictionary_m2824447813_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConstructionCallDictionary_t686578562 * V_0 = NULL; { ConstructionCallDictionary_t686578562 * L_0 = (ConstructionCallDictionary_t686578562 *)il2cpp_codegen_object_new(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var); ConstructionCallDictionary__ctor_m2541174073(L_0, __this, /*hidden argument*/NULL); V_0 = L_0; ConstructionCallDictionary_t686578562 * L_1 = V_0; ((MethodCall_t861078140 *)__this)->set_ExternalProperties_8(L_1); ConstructionCallDictionary_t686578562 * L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3 = MethodDictionary_GetInternalProperties_m2215984424(L_2, /*hidden argument*/NULL); ((MethodCall_t861078140 *)__this)->set_InternalProperties_9(L_3); return; } } // System.Void System.Runtime.Remoting.Messaging.ConstructionCall::set_IsContextOk(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ConstructionCall_set_IsContextOk_m2994486781 (ConstructionCall_t4011594745 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__isContextOk_16(L_0); return; } } // System.Type System.Runtime.Remoting.Messaging.ConstructionCall::get_ActivationType() extern "C" IL2CPP_METHOD_ATTR Type_t * ConstructionCall_get_ActivationType_m402163916 (ConstructionCall_t4011594745 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructionCall_get_ActivationType_m402163916_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get__activationType_14(); if (L_0) { goto IL_001c; } } { String_t* L_1 = __this->get__activationTypeName_15(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_1, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); __this->set__activationType_14(L_2); } IL_001c: { Type_t * L_3 = __this->get__activationType_14(); return L_3; } } // System.String System.Runtime.Remoting.Messaging.ConstructionCall::get_ActivationTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* ConstructionCall_get_ActivationTypeName_m3152330302 (ConstructionCall_t4011594745 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__activationTypeName_15(); return L_0; } } // System.Runtime.Remoting.Activation.IActivator System.Runtime.Remoting.Messaging.ConstructionCall::get_Activator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ConstructionCall_get_Activator_m2234315252 (ConstructionCall_t4011594745 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__activator_11(); return L_0; } } // System.Void System.Runtime.Remoting.Messaging.ConstructionCall::set_Activator(System.Runtime.Remoting.Activation.IActivator) extern "C" IL2CPP_METHOD_ATTR void ConstructionCall_set_Activator_m1916046285 (ConstructionCall_t4011594745 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set__activator_11(L_0); return; } } // System.Object[] System.Runtime.Remoting.Messaging.ConstructionCall::get_CallSiteActivationAttributes() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ConstructionCall_get_CallSiteActivationAttributes_m3498917408 (ConstructionCall_t4011594745 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__activationAttributes_12(); return L_0; } } // System.Void System.Runtime.Remoting.Messaging.ConstructionCall::SetActivationAttributes(System.Object[]) extern "C" IL2CPP_METHOD_ATTR void ConstructionCall_SetActivationAttributes_m2210519374 (ConstructionCall_t4011594745 * __this, ObjectU5BU5D_t2843939325* ___attributes0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = ___attributes0; __this->set__activationAttributes_12(L_0); return; } } // System.Collections.IList System.Runtime.Remoting.Messaging.ConstructionCall::get_ContextProperties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ConstructionCall_get_ContextProperties_m4226046805 (ConstructionCall_t4011594745 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructionCall_get_ContextProperties_m4226046805_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__contextProperties_13(); if (L_0) { goto IL_0016; } } { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set__contextProperties_13(L_1); } IL_0016: { RuntimeObject* L_2 = __this->get__contextProperties_13(); return L_2; } } // System.Void System.Runtime.Remoting.Messaging.ConstructionCall::InitMethodProperty(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void ConstructionCall_InitMethodProperty_m2021094586 (ConstructionCall_t4011594745 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructionCall_InitMethodProperty_m2021094586_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___key0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_00cd; } } { Dictionary_2_t2736202052 * L_2 = ((ConstructionCall_t4011594745_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCall_t4011594745_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map25_17(); if (L_2) { goto IL_005b; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 5, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral857844181, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3014398851, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral1156017818, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral1711357639, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral2131748916, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; ((ConstructionCall_t4011594745_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCall_t4011594745_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map25_17(L_9); } IL_005b: { Dictionary_2_t2736202052 * L_10 = ((ConstructionCall_t4011594745_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCall_t4011594745_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map25_17(); String_t* L_11 = V_0; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m1013208020(L_10, L_11, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_12) { goto IL_00cd; } } { int32_t L_13 = V_2; switch (L_13) { case 0: { goto IL_008c; } case 1: { goto IL_0099; } case 2: { goto IL_00a6; } case 3: { goto IL_00b3; } case 4: { goto IL_00c0; } } } { goto IL_00cd; } IL_008c: { RuntimeObject * L_14 = ___value1; __this->set__activator_11(((RuntimeObject*)Castclass((RuntimeObject*)L_14, IActivator_t485815189_il2cpp_TypeInfo_var))); return; } IL_0099: { RuntimeObject * L_15 = ___value1; __this->set__activationAttributes_12(((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_15, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var))); return; } IL_00a6: { RuntimeObject * L_16 = ___value1; __this->set__activationType_14(((Type_t *)CastclassClass((RuntimeObject*)L_16, Type_t_il2cpp_TypeInfo_var))); return; } IL_00b3: { RuntimeObject * L_17 = ___value1; __this->set__contextProperties_13(((RuntimeObject*)Castclass((RuntimeObject*)L_17, IList_t2094931216_il2cpp_TypeInfo_var))); return; } IL_00c0: { RuntimeObject * L_18 = ___value1; __this->set__activationTypeName_15(((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var))); return; } IL_00cd: { String_t* L_19 = ___key0; RuntimeObject * L_20 = ___value1; MethodCall_InitMethodProperty_m1333573177(__this, L_19, L_20, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.ConstructionCall::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ConstructionCall_GetObjectData_m1001686567 (ConstructionCall_t4011594745 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructionCall_GetObjectData_m1001686567_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; MethodCall_GetObjectData_m3807460959(__this, L_0, L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = __this->get__contextProperties_13(); V_0 = L_2; RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0022; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); int32_t L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0022; } } { V_0 = (RuntimeObject*)NULL; } IL_0022: { SerializationInfo_t950877179 * L_6 = ___info0; RuntimeObject* L_7 = __this->get__activator_11(); NullCheck(L_6); SerializationInfo_AddValue_m2872281893(L_6, _stringLiteral857844181, L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; ObjectU5BU5D_t2843939325* L_9 = __this->get__activationAttributes_12(); NullCheck(L_8); SerializationInfo_AddValue_m2872281893(L_8, _stringLiteral3014398851, (RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_10 = ___info0; NullCheck(L_10); SerializationInfo_AddValue_m2872281893(L_10, _stringLiteral1156017818, NULL, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_11 = ___info0; RuntimeObject* L_12 = V_0; NullCheck(L_11); SerializationInfo_AddValue_m2872281893(L_11, _stringLiteral1711357639, L_12, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_13 = ___info0; String_t* L_14 = __this->get__activationTypeName_15(); NullCheck(L_13); SerializationInfo_AddValue_m2872281893(L_13, _stringLiteral2131748916, L_14, /*hidden argument*/NULL); return; } } // System.Collections.IDictionary System.Runtime.Remoting.Messaging.ConstructionCall::get_Properties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ConstructionCall_get_Properties_m3011379795 (ConstructionCall_t4011594745 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = MethodCall_get_Properties_m3740161820(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.ConstructionCallDictionary::.ctor(System.Runtime.Remoting.Activation.IConstructionCallMessage) extern "C" IL2CPP_METHOD_ATTR void ConstructionCallDictionary__ctor_m2541174073 (ConstructionCallDictionary_t686578562 * __this, RuntimeObject* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructionCallDictionary__ctor_m2541174073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___message0; MethodDictionary__ctor_m4235342752(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_1 = ((ConstructionCallDictionary_t686578562_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var))->get_InternalKeys_6(); MethodDictionary_set_MethodKeys_m1451825752(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.ConstructionCallDictionary::.cctor() extern "C" IL2CPP_METHOD_ATTR void ConstructionCallDictionary__cctor_m3953897917 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructionCallDictionary__cctor_m3953897917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral2975507201); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral2975507201); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral173495195); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral173495195); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral3558185924); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral3558185924); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3718528097); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral3718528097); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral1369512519); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral1369512519); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral2468877509); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral2468877509); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3014398851); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral3014398851); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral1156017818); (L_7)->SetAt(static_cast(7), (String_t*)_stringLiteral1156017818); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral1711357639); (L_8)->SetAt(static_cast(8), (String_t*)_stringLiteral1711357639); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral857844181); (L_9)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral857844181); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral2131748916); (L_10)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral2131748916); ((ConstructionCallDictionary_t686578562_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var))->set_InternalKeys_6(L_10); return; } } // System.Object System.Runtime.Remoting.Messaging.ConstructionCallDictionary::GetMethodProperty(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConstructionCallDictionary_GetMethodProperty_m868507224 (ConstructionCallDictionary_t686578562 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructionCallDictionary_GetMethodProperty_m868507224_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___key0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_00e1; } } { IL2CPP_RUNTIME_CLASS_INIT(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_2 = ((ConstructionCallDictionary_t686578562_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map28_7(); if (L_2) { goto IL_005b; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 5, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral857844181, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3014398851, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral1156017818, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral1711357639, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral2131748916, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var); ((ConstructionCallDictionary_t686578562_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map28_7(L_9); } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_10 = ((ConstructionCallDictionary_t686578562_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map28_7(); String_t* L_11 = V_0; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m1013208020(L_10, L_11, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_12) { goto IL_00e1; } } { int32_t L_13 = V_2; switch (L_13) { case 0: { goto IL_008c; } case 1: { goto IL_009d; } case 2: { goto IL_00ae; } case 3: { goto IL_00bf; } case 4: { goto IL_00d0; } } } { goto IL_00e1; } IL_008c: { RuntimeObject* L_14 = ((MethodDictionary_t207894204 *)__this)->get__message_1(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_14, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); RuntimeObject* L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Runtime.Remoting.Activation.IActivator System.Runtime.Remoting.Activation.IConstructionCallMessage::get_Activator() */, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_14, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); return L_15; } IL_009d: { RuntimeObject* L_16 = ((MethodDictionary_t207894204 *)__this)->get__message_1(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_16, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); ObjectU5BU5D_t2843939325* L_17 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(4 /* System.Object[] System.Runtime.Remoting.Activation.IConstructionCallMessage::get_CallSiteActivationAttributes() */, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_16, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); return (RuntimeObject *)L_17; } IL_00ae: { RuntimeObject* L_18 = ((MethodDictionary_t207894204 *)__this)->get__message_1(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_18, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); Type_t * L_19 = InterfaceFuncInvoker0< Type_t * >::Invoke(0 /* System.Type System.Runtime.Remoting.Activation.IConstructionCallMessage::get_ActivationType() */, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); return L_19; } IL_00bf: { RuntimeObject* L_20 = ((MethodDictionary_t207894204 *)__this)->get__message_1(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_20, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); RuntimeObject* L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IList System.Runtime.Remoting.Activation.IConstructionCallMessage::get_ContextProperties() */, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_20, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); return L_21; } IL_00d0: { RuntimeObject* L_22 = ((MethodDictionary_t207894204 *)__this)->get__message_1(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_22, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); String_t* L_23 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Runtime.Remoting.Activation.IConstructionCallMessage::get_ActivationTypeName() */, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_22, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); return L_23; } IL_00e1: { String_t* L_24 = ___key0; RuntimeObject * L_25 = MethodDictionary_GetMethodProperty_m3206728418(__this, L_24, /*hidden argument*/NULL); return L_25; } } // System.Void System.Runtime.Remoting.Messaging.ConstructionCallDictionary::SetMethodProperty(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void ConstructionCallDictionary_SetMethodProperty_m3145285304 (ConstructionCallDictionary_t686578562 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructionCallDictionary_SetMethodProperty_m3145285304_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___key0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_00a5; } } { IL2CPP_RUNTIME_CLASS_INIT(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_2 = ((ConstructionCallDictionary_t686578562_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map29_8(); if (L_2) { goto IL_005b; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 5, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral857844181, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3014398851, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral1156017818, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral1711357639, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral2131748916, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var); ((ConstructionCallDictionary_t686578562_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map29_8(L_9); } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_10 = ((ConstructionCallDictionary_t686578562_StaticFields*)il2cpp_codegen_static_fields_for(ConstructionCallDictionary_t686578562_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map29_8(); String_t* L_11 = V_0; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m1013208020(L_10, L_11, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_12) { goto IL_00a5; } } { int32_t L_13 = V_2; if (!L_13) { goto IL_007f; } } { int32_t L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)1))) { goto IL_009a; } } { goto IL_00a5; } IL_007f: { RuntimeObject* L_15 = ((MethodDictionary_t207894204 *)__this)->get__message_1(); RuntimeObject * L_16 = ___value1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_15, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< RuntimeObject* >::Invoke(3 /* System.Void System.Runtime.Remoting.Activation.IConstructionCallMessage::set_Activator(System.Runtime.Remoting.Activation.IActivator) */, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_15, IConstructionCallMessage_t783335977_il2cpp_TypeInfo_var)), ((RuntimeObject*)Castclass((RuntimeObject*)L_16, IActivator_t485815189_il2cpp_TypeInfo_var))); goto IL_00b2; } IL_009a: { ArgumentException_t132251570 * L_17 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_17, _stringLiteral4217326889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,ConstructionCallDictionary_SetMethodProperty_m3145285304_RuntimeMethod_var); } IL_00a5: { String_t* L_18 = ___key0; RuntimeObject * L_19 = ___value1; MethodDictionary_SetMethodProperty_m3032369066(__this, L_18, L_19, /*hidden argument*/NULL); goto IL_00b2; } IL_00b2: { 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.EnvoyTerminatorSink::.ctor() extern "C" IL2CPP_METHOD_ATTR void EnvoyTerminatorSink__ctor_m2835977419 (EnvoyTerminatorSink_t3654193516 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.EnvoyTerminatorSink::.cctor() extern "C" IL2CPP_METHOD_ATTR void EnvoyTerminatorSink__cctor_m2182802076 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvoyTerminatorSink__cctor_m2182802076_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EnvoyTerminatorSink_t3654193516 * L_0 = (EnvoyTerminatorSink_t3654193516 *)il2cpp_codegen_object_new(EnvoyTerminatorSink_t3654193516_il2cpp_TypeInfo_var); EnvoyTerminatorSink__ctor_m2835977419(L_0, /*hidden argument*/NULL); ((EnvoyTerminatorSink_t3654193516_StaticFields*)il2cpp_codegen_static_fields_for(EnvoyTerminatorSink_t3654193516_il2cpp_TypeInfo_var))->set_Instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.Header::.ctor(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void Header__ctor_m1921907550 (Header_t549724581 * __this, String_t* ____Name0, RuntimeObject * ____Value1, const RuntimeMethod* method) { { String_t* L_0 = ____Name0; RuntimeObject * L_1 = ____Value1; Header__ctor_m3451012432(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.Header::.ctor(System.String,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Header__ctor_m3451012432 (Header_t549724581 * __this, String_t* ____Name0, RuntimeObject * ____Value1, bool ____MustUnderstand2, const RuntimeMethod* method) { { String_t* L_0 = ____Name0; RuntimeObject * L_1 = ____Value1; bool L_2 = ____MustUnderstand2; Header__ctor_m2140843914(__this, L_0, L_1, L_2, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.Header::.ctor(System.String,System.Object,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void Header__ctor_m2140843914 (Header_t549724581 * __this, String_t* ____Name0, RuntimeObject * ____Value1, bool ____MustUnderstand2, String_t* ____HeaderNamespace3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ____Name0; __this->set_Name_2(L_0); RuntimeObject * L_1 = ____Value1; __this->set_Value_3(L_1); bool L_2 = ____MustUnderstand2; __this->set_MustUnderstand_1(L_2); String_t* L_3 = ____HeaderNamespace3; __this->set_HeaderNamespace_0(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.Runtime.Remoting.Messaging.HeaderHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void HeaderHandler__ctor_m2052730798 (HeaderHandler_t2878040134 * __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.Object System.Runtime.Remoting.Messaging.HeaderHandler::Invoke(System.Runtime.Remoting.Messaging.Header[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HeaderHandler_Invoke_m3513051789 (HeaderHandler_t2878040134 * __this, HeaderU5BU5D_t204812840* ___headers0, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { HeaderHandler_Invoke_m3513051789((HeaderHandler_t2878040134 *)__this->get_prev_9(), ___headers0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, HeaderU5BU5D_t204812840*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___headers0, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, HeaderU5BU5D_t204812840*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___headers0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< RuntimeObject *, HeaderU5BU5D_t204812840* >::Invoke(targetMethod, targetThis, ___headers0); else result = GenericVirtFuncInvoker1< RuntimeObject *, HeaderU5BU5D_t204812840* >::Invoke(targetMethod, targetThis, ___headers0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< RuntimeObject *, HeaderU5BU5D_t204812840* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___headers0); else result = VirtFuncInvoker1< RuntimeObject *, HeaderU5BU5D_t204812840* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___headers0); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, HeaderU5BU5D_t204812840*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___headers0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ___headers0); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ___headers0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___headers0); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___headers0); } } else { typedef RuntimeObject * (*FunctionPointerType) (HeaderU5BU5D_t204812840*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___headers0, targetMethod); } } } return result; } // System.IAsyncResult System.Runtime.Remoting.Messaging.HeaderHandler::BeginInvoke(System.Runtime.Remoting.Messaging.Header[],System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HeaderHandler_BeginInvoke_m3867166640 (HeaderHandler_t2878040134 * __this, HeaderU5BU5D_t204812840* ___headers0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___headers0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Object System.Runtime.Remoting.Messaging.HeaderHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HeaderHandler_EndInvoke_m1991538959 (HeaderHandler_t2878040134 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject *)__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.Runtime.Remoting.Messaging.LogicalCallContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void LogicalCallContext__ctor_m1263247987 (LogicalCallContext_t3342013719 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicalCallContext__ctor_m1263247987_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CallContextRemotingData_t2260963392 * L_0 = (CallContextRemotingData_t2260963392 *)il2cpp_codegen_object_new(CallContextRemotingData_t2260963392_il2cpp_TypeInfo_var); CallContextRemotingData__ctor_m1780036207(L_0, /*hidden argument*/NULL); __this->set__remotingData_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void LogicalCallContext__ctor_m2167632604 (LogicalCallContext_t3342013719 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicalCallContext__ctor_m2167632604_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationEntry_t648286436 V_0; memset(&V_0, 0, sizeof(V_0)); SerializationInfoEnumerator_t2232395945 * V_1 = NULL; { CallContextRemotingData_t2260963392 * L_0 = (CallContextRemotingData_t2260963392 *)il2cpp_codegen_object_new(CallContextRemotingData_t2260963392_il2cpp_TypeInfo_var); CallContextRemotingData__ctor_m1780036207(L_0, /*hidden argument*/NULL); __this->set__remotingData_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_1 = ___info0; NullCheck(L_1); SerializationInfoEnumerator_t2232395945 * L_2 = SerializationInfo_GetEnumerator_m1082663843(L_1, /*hidden argument*/NULL); V_1 = L_2; goto IL_0065; } IL_001d: { SerializationInfoEnumerator_t2232395945 * L_3 = V_1; NullCheck(L_3); SerializationEntry_t648286436 L_4 = SerializationInfoEnumerator_get_Current_m1365373082(L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = SerializationEntry_get_Name_m1530029541((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral1899951935, /*hidden argument*/NULL); if (!L_6) { goto IL_0051; } } { RuntimeObject * L_7 = SerializationEntry_get_Value_m2039470570((&V_0), /*hidden argument*/NULL); __this->set__remotingData_1(((CallContextRemotingData_t2260963392 *)CastclassClass((RuntimeObject*)L_7, CallContextRemotingData_t2260963392_il2cpp_TypeInfo_var))); goto IL_0065; } IL_0051: { String_t* L_8 = SerializationEntry_get_Name_m1530029541((&V_0), /*hidden argument*/NULL); RuntimeObject * L_9 = SerializationEntry_get_Value_m2039470570((&V_0), /*hidden argument*/NULL); LogicalCallContext_SetData_m1808598347(__this, L_8, L_9, /*hidden argument*/NULL); } IL_0065: { SerializationInfoEnumerator_t2232395945 * L_10 = V_1; NullCheck(L_10); bool L_11 = SerializationInfoEnumerator_MoveNext_m2496151825(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_001d; } } { return; } } // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext::get_HasInfo() extern "C" IL2CPP_METHOD_ATTR bool LogicalCallContext_get_HasInfo_m3847716861 (LogicalCallContext_t3342013719 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Hashtable_t1853889766 * L_0 = __this->get__data_0(); if (!L_0) { goto IL_001b; } } { Hashtable_t1853889766 * L_1 = __this->get__data_0(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_1); G_B3_0 = ((((int32_t)L_2) > ((int32_t)0))? 1 : 0); goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return (bool)G_B3_0; } } // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void LogicalCallContext_GetObjectData_m841612502 (LogicalCallContext_t3342013719 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicalCallContext_GetObjectData_m841612502_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { SerializationInfo_t950877179 * L_0 = ___info0; CallContextRemotingData_t2260963392 * L_1 = __this->get__remotingData_1(); NullCheck(L_0); SerializationInfo_AddValue_m2872281893(L_0, _stringLiteral1899951935, L_1, /*hidden argument*/NULL); Hashtable_t1853889766 * L_2 = __this->get__data_0(); if (!L_2) { goto IL_0074; } } { Hashtable_t1853889766 * L_3 = __this->get__data_0(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(36 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_3); V_1 = L_4; } IL_0028: try { // begin try (depth: 1) { goto IL_0052; } IL_002d: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); V_0 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_6, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); SerializationInfo_t950877179 * L_7 = ___info0; RuntimeObject * L_8 = DictionaryEntry_get_Key_m3117378551((&V_0), /*hidden argument*/NULL); RuntimeObject * L_9 = DictionaryEntry_get_Value_m618120527((&V_0), /*hidden argument*/NULL); NullCheck(L_7); SerializationInfo_AddValue_m2872281893(L_7, ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL); } IL_0052: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_002d; } } IL_005d: { IL2CPP_LEAVE(0x74, FINALLY_0062); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0062; } FINALLY_0062: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (L_13) { goto IL_006d; } } IL_006c: { IL2CPP_END_FINALLY(98) } IL_006d: { RuntimeObject* L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(98) } } // end finally (depth: 1) IL2CPP_CLEANUP(98) { IL2CPP_JUMP_TBL(0x74, IL_0074) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0074: { return; } } // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::SetData(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void LogicalCallContext_SetData_m1808598347 (LogicalCallContext_t3342013719 * __this, String_t* ___name0, RuntimeObject * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicalCallContext_SetData_m1808598347_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get__data_0(); if (L_0) { goto IL_0016; } } { Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); __this->set__data_0(L_1); } IL_0016: { Hashtable_t1853889766 * L_2 = __this->get__data_0(); String_t* L_3 = ___name0; RuntimeObject * L_4 = ___data1; NullCheck(L_2); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_2, L_3, L_4); return; } } // System.Object System.Runtime.Remoting.Messaging.LogicalCallContext::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LogicalCallContext_Clone_m1816384810 (LogicalCallContext_t3342013719 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogicalCallContext_Clone_m1816384810_MetadataUsageId); s_Il2CppMethodInitialized = true; } LogicalCallContext_t3342013719 * V_0 = NULL; DictionaryEntry_t3123975638 V_1; memset(&V_1, 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { LogicalCallContext_t3342013719 * L_0 = (LogicalCallContext_t3342013719 *)il2cpp_codegen_object_new(LogicalCallContext_t3342013719_il2cpp_TypeInfo_var); LogicalCallContext__ctor_m1263247987(L_0, /*hidden argument*/NULL); V_0 = L_0; LogicalCallContext_t3342013719 * L_1 = V_0; CallContextRemotingData_t2260963392 * L_2 = __this->get__remotingData_1(); NullCheck(L_2); RuntimeObject * L_3 = CallContextRemotingData_Clone_m14303327(L_2, /*hidden argument*/NULL); NullCheck(L_1); L_1->set__remotingData_1(((CallContextRemotingData_t2260963392 *)CastclassClass((RuntimeObject*)L_3, CallContextRemotingData_t2260963392_il2cpp_TypeInfo_var))); Hashtable_t1853889766 * L_4 = __this->get__data_0(); if (!L_4) { goto IL_008a; } } { LogicalCallContext_t3342013719 * L_5 = V_0; Hashtable_t1853889766 * L_6 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_6, /*hidden argument*/NULL); NullCheck(L_5); L_5->set__data_0(L_6); Hashtable_t1853889766 * L_7 = __this->get__data_0(); NullCheck(L_7); RuntimeObject* L_8 = VirtFuncInvoker0< RuntimeObject* >::Invoke(36 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_7); V_2 = L_8; } IL_003e: try { // begin try (depth: 1) { goto IL_0068; } IL_0043: { RuntimeObject* L_9 = V_2; NullCheck(L_9); RuntimeObject * L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); V_1 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_10, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); LogicalCallContext_t3342013719 * L_11 = V_0; NullCheck(L_11); Hashtable_t1853889766 * L_12 = L_11->get__data_0(); RuntimeObject * L_13 = DictionaryEntry_get_Key_m3117378551((&V_1), /*hidden argument*/NULL); RuntimeObject * L_14 = DictionaryEntry_get_Value_m618120527((&V_1), /*hidden argument*/NULL); NullCheck(L_12); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_12, L_13, L_14); } IL_0068: { RuntimeObject* L_15 = V_2; NullCheck(L_15); bool L_16 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0043; } } IL_0073: { IL2CPP_LEAVE(0x8A, FINALLY_0078); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_3; if (L_18) { goto IL_0083; } } IL_0082: { IL2CPP_END_FINALLY(120) } IL_0083: { RuntimeObject* L_19 = V_3; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_19); IL2CPP_END_FINALLY(120) } } // end finally (depth: 1) IL2CPP_CLEANUP(120) { IL2CPP_JUMP_TBL(0x8A, IL_008a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008a: { LogicalCallContext_t3342013719 * L_20 = V_0; return L_20; } } #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.MethodCall::.ctor(System.Runtime.Remoting.Messaging.Header[]) extern "C" IL2CPP_METHOD_ATTR void MethodCall__ctor_m2176599175 (MethodCall_t861078140 * __this, HeaderU5BU5D_t204812840* ___h10, const RuntimeMethod* method) { Header_t549724581 * V_0 = NULL; HeaderU5BU5D_t204812840* V_1 = NULL; int32_t V_2 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); VirtActionInvoker0::Invoke(21 /* System.Void System.Runtime.Remoting.Messaging.MethodCall::Init() */, __this); HeaderU5BU5D_t204812840* L_0 = ___h10; if (!L_0) { goto IL_001a; } } { HeaderU5BU5D_t204812840* L_1 = ___h10; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_001b; } } IL_001a: { return; } IL_001b: { HeaderU5BU5D_t204812840* L_2 = ___h10; V_1 = L_2; V_2 = 0; goto IL_003e; } IL_0024: { HeaderU5BU5D_t204812840* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; Header_t549724581 * L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; Header_t549724581 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->get_Name_2(); Header_t549724581 * L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = L_9->get_Value_3(); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(16 /* System.Void System.Runtime.Remoting.Messaging.MethodCall::InitMethodProperty(System.String,System.Object) */, __this, L_8, L_10); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003e: { int32_t L_12 = V_2; HeaderU5BU5D_t204812840* L_13 = V_1; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0024; } } { MethodCall_ResolveMethod_m326183261(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.MethodCall::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MethodCall__ctor_m3517356389 (MethodCall_t861078140 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { SerializationEntry_t648286436 V_0; memset(&V_0, 0, sizeof(V_0)); SerializationInfoEnumerator_t2232395945 * V_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); VirtActionInvoker0::Invoke(21 /* System.Void System.Runtime.Remoting.Messaging.MethodCall::Init() */, __this); SerializationInfo_t950877179 * L_0 = ___info0; NullCheck(L_0); SerializationInfoEnumerator_t2232395945 * L_1 = SerializationInfo_GetEnumerator_m1082663843(L_0, /*hidden argument*/NULL); V_1 = L_1; goto IL_0033; } IL_0018: { SerializationInfoEnumerator_t2232395945 * L_2 = V_1; NullCheck(L_2); SerializationEntry_t648286436 L_3 = SerializationInfoEnumerator_get_Current_m1365373082(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = SerializationEntry_get_Name_m1530029541((&V_0), /*hidden argument*/NULL); RuntimeObject * L_5 = SerializationEntry_get_Value_m2039470570((&V_0), /*hidden argument*/NULL); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(16 /* System.Void System.Runtime.Remoting.Messaging.MethodCall::InitMethodProperty(System.String,System.Object) */, __this, L_4, L_5); } IL_0033: { SerializationInfoEnumerator_t2232395945 * L_6 = V_1; NullCheck(L_6); bool L_7 = SerializationInfoEnumerator_MoveNext_m2496151825(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0018; } } { return; } } // System.Void System.Runtime.Remoting.Messaging.MethodCall::.ctor() extern "C" IL2CPP_METHOD_ATTR void MethodCall__ctor_m3669645 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.MethodCall::System.Runtime.Remoting.Messaging.IInternalMessage.set_Uri(System.String) extern "C" IL2CPP_METHOD_ATTR void MethodCall_System_Runtime_Remoting_Messaging_IInternalMessage_set_Uri_m1919576807 (MethodCall_t861078140 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; MethodCall_set_Uri_m3442466207(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.MethodCall::InitMethodProperty(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void MethodCall_InitMethodProperty_m1333573177 (MethodCall_t861078140 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodCall_InitMethodProperty_m1333573177_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___key0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0107; } } { Dictionary_2_t2736202052 * L_2 = ((MethodCall_t861078140_StaticFields*)il2cpp_codegen_static_fields_for(MethodCall_t861078140_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map24_10(); if (L_2) { goto IL_0073; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 7, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral3558185924, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral173495195, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral3718528097, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral1369512519, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral2468877509, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral2975507201, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral39394251, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; ((MethodCall_t861078140_StaticFields*)il2cpp_codegen_static_fields_for(MethodCall_t861078140_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map24_10(L_11); } IL_0073: { Dictionary_2_t2736202052 * L_12 = ((MethodCall_t861078140_StaticFields*)il2cpp_codegen_static_fields_for(MethodCall_t861078140_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map24_10(); String_t* L_13 = V_0; NullCheck(L_12); bool L_14 = Dictionary_2_TryGetValue_m1013208020(L_12, L_13, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_14) { goto IL_0107; } } { int32_t L_15 = V_2; switch (L_15) { case 0: { goto IL_00ac; } case 1: { goto IL_00b9; } case 2: { goto IL_00c6; } case 3: { goto IL_00d3; } case 4: { goto IL_00e0; } case 5: { goto IL_00ed; } case 6: { goto IL_00fa; } } } { goto IL_0107; } IL_00ac: { RuntimeObject * L_16 = ___value1; __this->set__typeName_1(((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var))); return; } IL_00b9: { RuntimeObject * L_17 = ___value1; __this->set__methodName_2(((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var))); return; } IL_00c6: { RuntimeObject * L_18 = ___value1; __this->set__methodSignature_4(((TypeU5BU5D_t3940880105*)Castclass((RuntimeObject*)L_18, TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var))); return; } IL_00d3: { RuntimeObject * L_19 = ___value1; __this->set__args_3(((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_19, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var))); return; } IL_00e0: { RuntimeObject * L_20 = ___value1; __this->set__callContext_6(((LogicalCallContext_t3342013719 *)CastclassSealed((RuntimeObject*)L_20, LogicalCallContext_t3342013719_il2cpp_TypeInfo_var))); return; } IL_00ed: { RuntimeObject * L_21 = ___value1; __this->set__uri_0(((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var))); return; } IL_00fa: { RuntimeObject * L_22 = ___value1; __this->set__genericArguments_7(((TypeU5BU5D_t3940880105*)Castclass((RuntimeObject*)L_22, TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var))); return; } IL_0107: { RuntimeObject* L_23 = VirtFuncInvoker0< RuntimeObject* >::Invoke(18 /* System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodCall::get_Properties() */, __this); String_t* L_24 = ___key0; RuntimeObject * L_25 = ___value1; NullCheck(L_23); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_23, L_24, L_25); return; } } // System.Void System.Runtime.Remoting.Messaging.MethodCall::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MethodCall_GetObjectData_m3807460959 (MethodCall_t861078140 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodCall_GetObjectData_m3807460959_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { SerializationInfo_t950877179 * L_0 = ___info0; String_t* L_1 = __this->get__typeName_1(); NullCheck(L_0); SerializationInfo_AddValue_m2872281893(L_0, _stringLiteral3558185924, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = __this->get__methodName_2(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral173495195, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; TypeU5BU5D_t3940880105* L_5 = __this->get__methodSignature_4(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral3718528097, (RuntimeObject *)(RuntimeObject *)L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; ObjectU5BU5D_t2843939325* L_7 = __this->get__args_3(); NullCheck(L_6); SerializationInfo_AddValue_m2872281893(L_6, _stringLiteral1369512519, (RuntimeObject *)(RuntimeObject *)L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; LogicalCallContext_t3342013719 * L_9 = __this->get__callContext_6(); NullCheck(L_8); SerializationInfo_AddValue_m2872281893(L_8, _stringLiteral2468877509, L_9, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_10 = ___info0; String_t* L_11 = __this->get__uri_0(); NullCheck(L_10); SerializationInfo_AddValue_m2872281893(L_10, _stringLiteral2975507201, L_11, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_12 = ___info0; TypeU5BU5D_t3940880105* L_13 = __this->get__genericArguments_7(); NullCheck(L_12); SerializationInfo_AddValue_m2872281893(L_12, _stringLiteral39394251, (RuntimeObject *)(RuntimeObject *)L_13, /*hidden argument*/NULL); RuntimeObject* L_14 = __this->get_InternalProperties_9(); if (!L_14) { goto IL_00da; } } { RuntimeObject* L_15 = __this->get_InternalProperties_9(); NullCheck(L_15); RuntimeObject* L_16 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_15); V_1 = L_16; } IL_008e: try { // begin try (depth: 1) { goto IL_00b8; } IL_0093: { RuntimeObject* L_17 = V_1; NullCheck(L_17); RuntimeObject * L_18 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); V_0 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_18, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); SerializationInfo_t950877179 * L_19 = ___info0; RuntimeObject * L_20 = DictionaryEntry_get_Key_m3117378551((&V_0), /*hidden argument*/NULL); RuntimeObject * L_21 = DictionaryEntry_get_Value_m618120527((&V_0), /*hidden argument*/NULL); NullCheck(L_19); SerializationInfo_AddValue_m2872281893(L_19, ((String_t*)CastclassSealed((RuntimeObject*)L_20, String_t_il2cpp_TypeInfo_var)), L_21, /*hidden argument*/NULL); } IL_00b8: { RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0093; } } IL_00c3: { IL2CPP_LEAVE(0xDA, FINALLY_00c8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c8; } FINALLY_00c8: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_2; if (L_25) { goto IL_00d3; } } IL_00d2: { IL2CPP_END_FINALLY(200) } IL_00d3: { RuntimeObject* L_26 = V_2; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); IL2CPP_END_FINALLY(200) } } // end finally (depth: 1) IL2CPP_CLEANUP(200) { IL2CPP_JUMP_TBL(0xDA, IL_00da) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00da: { return; } } // System.Int32 System.Runtime.Remoting.Messaging.MethodCall::get_ArgCount() extern "C" IL2CPP_METHOD_ATTR int32_t MethodCall_get_ArgCount_m1601487409 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__args_3(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Object[] System.Runtime.Remoting.Messaging.MethodCall::get_Args() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MethodCall_get_Args_m148309537 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__args_3(); return L_0; } } // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.MethodCall::get_LogicalCallContext() extern "C" IL2CPP_METHOD_ATTR LogicalCallContext_t3342013719 * MethodCall_get_LogicalCallContext_m555393702 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodCall_get_LogicalCallContext_m555393702_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LogicalCallContext_t3342013719 * L_0 = __this->get__callContext_6(); if (L_0) { goto IL_0016; } } { LogicalCallContext_t3342013719 * L_1 = (LogicalCallContext_t3342013719 *)il2cpp_codegen_object_new(LogicalCallContext_t3342013719_il2cpp_TypeInfo_var); LogicalCallContext__ctor_m1263247987(L_1, /*hidden argument*/NULL); __this->set__callContext_6(L_1); } IL_0016: { LogicalCallContext_t3342013719 * L_2 = __this->get__callContext_6(); return L_2; } } // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.MethodCall::get_MethodBase() extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MethodCall_get_MethodBase_m550047245 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { { MethodBase_t * L_0 = __this->get__methodBase_5(); if (L_0) { goto IL_0011; } } { MethodCall_ResolveMethod_m326183261(__this, /*hidden argument*/NULL); } IL_0011: { MethodBase_t * L_1 = __this->get__methodBase_5(); return L_1; } } // System.String System.Runtime.Remoting.Messaging.MethodCall::get_MethodName() extern "C" IL2CPP_METHOD_ATTR String_t* MethodCall_get_MethodName_m264867159 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__methodName_2(); if (L_0) { goto IL_001c; } } { MethodBase_t * L_1 = __this->get__methodBase_5(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1); __this->set__methodName_2(L_2); } IL_001c: { String_t* L_3 = __this->get__methodName_2(); return L_3; } } // System.Object System.Runtime.Remoting.Messaging.MethodCall::get_MethodSignature() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodCall_get_MethodSignature_m2407904958 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodCall_get_MethodSignature_m2407904958_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; int32_t V_1 = 0; { TypeU5BU5D_t3940880105* L_0 = __this->get__methodSignature_4(); if (L_0) { goto IL_0054; } } { MethodBase_t * L_1 = __this->get__methodBase_5(); if (!L_1) { goto IL_0054; } } { MethodBase_t * L_2 = __this->get__methodBase_5(); NullCheck(L_2); ParameterInfoU5BU5D_t390618515* L_3 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_2); V_0 = L_3; ParameterInfoU5BU5D_t390618515* L_4 = V_0; NullCheck(L_4); __this->set__methodSignature_4(((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))); V_1 = 0; goto IL_004b; } IL_0037: { TypeU5BU5D_t3940880105* L_5 = __this->get__methodSignature_4(); int32_t L_6 = V_1; ParameterInfoU5BU5D_t390618515* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; ParameterInfo_t1861056598 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_10); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_11); (L_5)->SetAt(static_cast(L_6), (Type_t *)L_11); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004b: { int32_t L_13 = V_1; ParameterInfoU5BU5D_t390618515* L_14 = V_0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0037; } } IL_0054: { TypeU5BU5D_t3940880105* L_15 = __this->get__methodSignature_4(); return (RuntimeObject *)L_15; } } // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodCall::get_Properties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodCall_get_Properties_m3740161820 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_ExternalProperties_8(); if (L_0) { goto IL_0011; } } { VirtActionInvoker0::Invoke(19 /* System.Void System.Runtime.Remoting.Messaging.MethodCall::InitDictionary() */, __this); } IL_0011: { RuntimeObject* L_1 = __this->get_ExternalProperties_8(); return L_1; } } // System.Void System.Runtime.Remoting.Messaging.MethodCall::InitDictionary() extern "C" IL2CPP_METHOD_ATTR void MethodCall_InitDictionary_m865799153 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodCall_InitDictionary_m865799153_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodCallDictionary_t605791082 * V_0 = NULL; { MethodCallDictionary_t605791082 * L_0 = (MethodCallDictionary_t605791082 *)il2cpp_codegen_object_new(MethodCallDictionary_t605791082_il2cpp_TypeInfo_var); MethodCallDictionary__ctor_m2167303393(L_0, __this, /*hidden argument*/NULL); V_0 = L_0; MethodCallDictionary_t605791082 * L_1 = V_0; __this->set_ExternalProperties_8(L_1); MethodCallDictionary_t605791082 * L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3 = MethodDictionary_GetInternalProperties_m2215984424(L_2, /*hidden argument*/NULL); __this->set_InternalProperties_9(L_3); return; } } // System.String System.Runtime.Remoting.Messaging.MethodCall::get_TypeName() extern "C" IL2CPP_METHOD_ATTR String_t* MethodCall_get_TypeName_m3873929301 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__typeName_1(); if (L_0) { goto IL_0021; } } { MethodBase_t * L_1 = __this->get__methodBase_5(); NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_1); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_2); __this->set__typeName_1(L_3); } IL_0021: { String_t* L_4 = __this->get__typeName_1(); return L_4; } } // System.String System.Runtime.Remoting.Messaging.MethodCall::get_Uri() extern "C" IL2CPP_METHOD_ATTR String_t* MethodCall_get_Uri_m1720935531 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__uri_0(); return L_0; } } // System.Void System.Runtime.Remoting.Messaging.MethodCall::set_Uri(System.String) extern "C" IL2CPP_METHOD_ATTR void MethodCall_set_Uri_m3442466207 (MethodCall_t861078140 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__uri_0(L_0); return; } } // System.Object System.Runtime.Remoting.Messaging.MethodCall::GetArg(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodCall_GetArg_m502890301 (MethodCall_t861078140 * __this, int32_t ___argNum0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__args_3(); int32_t L_1 = ___argNum0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void System.Runtime.Remoting.Messaging.MethodCall::Init() extern "C" IL2CPP_METHOD_ATTR void MethodCall_Init_m86192062 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Runtime.Remoting.Messaging.MethodCall::ResolveMethod() extern "C" IL2CPP_METHOD_ATTR void MethodCall_ResolveMethod_m326183261 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodCall_ResolveMethod_m326183261_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; Type_t * V_2 = NULL; String_t* G_B5_0 = NULL; { String_t* L_0 = __this->get__uri_0(); if (!L_0) { goto IL_0171; } } { String_t* L_1 = __this->get__uri_0(); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Type_t * L_2 = RemotingServices_GetServerTypeForUri_m1917852216(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; Type_t * L_3 = V_0; if (L_3) { goto IL_0064; } } { String_t* L_4 = __this->get__typeName_1(); if (!L_4) { goto IL_0042; } } { String_t* L_5 = __this->get__typeName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3451041664, L_5, _stringLiteral3452614535, /*hidden argument*/NULL); G_B5_0 = L_6; goto IL_0047; } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B5_0 = L_7; } IL_0047: { V_1 = G_B5_0; String_t* L_8 = V_1; String_t* L_9 = __this->get__uri_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral3578383268, L_8, _stringLiteral2521740452, L_9, /*hidden argument*/NULL); RemotingException_t2290474311 * L_11 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,MethodCall_ResolveMethod_m326183261_RuntimeMethod_var); } IL_0064: { String_t* L_12 = __this->get__typeName_1(); Type_t * L_13 = V_0; Type_t * L_14 = MethodCall_CastTo_m1915249774(__this, L_12, L_13, /*hidden argument*/NULL); V_2 = L_14; Type_t * L_15 = V_2; if (L_15) { goto IL_00b3; } } { StringU5BU5D_t1281789340* L_16 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral2657219118); (L_16)->SetAt(static_cast(0), (String_t*)_stringLiteral2657219118); StringU5BU5D_t1281789340* L_17 = L_16; String_t* L_18 = __this->get__typeName_1(); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(1), (String_t*)L_18); StringU5BU5D_t1281789340* L_19 = L_17; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral1469014815); (L_19)->SetAt(static_cast(2), (String_t*)_stringLiteral1469014815); StringU5BU5D_t1281789340* L_20 = L_19; Type_t * L_21 = V_0; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_21); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(3), (String_t*)L_22); StringU5BU5D_t1281789340* L_23 = L_20; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral3452614521); (L_23)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614521); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m1809518182(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); RemotingException_t2290474311 * L_25 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,MethodCall_ResolveMethod_m326183261_RuntimeMethod_var); } IL_00b3: { Type_t * L_26 = V_2; String_t* L_27 = __this->get__methodName_2(); TypeU5BU5D_t3940880105* L_28 = __this->get__methodSignature_4(); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); MethodBase_t * L_29 = RemotingServices_GetMethodBaseFromName_m3194612939(NULL /*static, unused*/, L_26, L_27, L_28, /*hidden argument*/NULL); __this->set__methodBase_5(L_29); MethodBase_t * L_30 = __this->get__methodBase_5(); if (L_30) { goto IL_0104; } } { ObjectU5BU5D_t2843939325* L_31 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral246712796); (L_31)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral246712796); ObjectU5BU5D_t2843939325* L_32 = L_31; String_t* L_33 = __this->get__methodName_2(); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(1), (RuntimeObject *)L_33); ObjectU5BU5D_t2843939325* L_34 = L_32; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral2101859228); (L_34)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2101859228); ObjectU5BU5D_t2843939325* L_35 = L_34; Type_t * L_36 = V_2; NullCheck(L_35); ArrayElementTypeCheck (L_35, L_36); (L_35)->SetAt(static_cast(3), (RuntimeObject *)L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m2971454694(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); RemotingException_t2290474311 * L_38 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_38, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,MethodCall_ResolveMethod_m326183261_RuntimeMethod_var); } IL_0104: { Type_t * L_39 = V_2; Type_t * L_40 = V_0; if ((((RuntimeObject*)(Type_t *)L_39) == ((RuntimeObject*)(Type_t *)L_40))) { goto IL_016c; } } { Type_t * L_41 = V_2; NullCheck(L_41); bool L_42 = Type_get_IsInterface_m3284996719(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_016c; } } { Type_t * L_43 = V_0; NullCheck(L_43); bool L_44 = Type_get_IsInterface_m3284996719(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_016c; } } { Type_t * L_45 = V_0; MethodBase_t * L_46 = __this->get__methodBase_5(); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); MethodBase_t * L_47 = RemotingServices_GetVirtualMethod_m3786317812(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); __this->set__methodBase_5(L_47); MethodBase_t * L_48 = __this->get__methodBase_5(); if (L_48) { goto IL_016c; } } { ObjectU5BU5D_t2843939325* L_49 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_49); ArrayElementTypeCheck (L_49, _stringLiteral246712796); (L_49)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral246712796); ObjectU5BU5D_t2843939325* L_50 = L_49; String_t* L_51 = __this->get__methodName_2(); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_51); (L_50)->SetAt(static_cast(1), (RuntimeObject *)L_51); ObjectU5BU5D_t2843939325* L_52 = L_50; NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral2101859228); (L_52)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2101859228); ObjectU5BU5D_t2843939325* L_53 = L_52; Type_t * L_54 = V_0; NullCheck(L_53); ArrayElementTypeCheck (L_53, L_54); (L_53)->SetAt(static_cast(3), (RuntimeObject *)L_54); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_55 = String_Concat_m2971454694(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); RemotingException_t2290474311 * L_56 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_56, L_55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56,MethodCall_ResolveMethod_m326183261_RuntimeMethod_var); } IL_016c: { goto IL_01a9; } IL_0171: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); MethodBase_t * L_57 = RemotingServices_GetMethodBaseFromMethodMessage_m383468467(NULL /*static, unused*/, __this, /*hidden argument*/NULL); __this->set__methodBase_5(L_57); MethodBase_t * L_58 = __this->get__methodBase_5(); if (L_58) { goto IL_01a9; } } { String_t* L_59 = __this->get__methodName_2(); String_t* L_60 = MethodCall_get_TypeName_m3873929301(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_61 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral246712796, L_59, _stringLiteral2101859228, L_60, /*hidden argument*/NULL); RemotingException_t2290474311 * L_62 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_62, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62,MethodCall_ResolveMethod_m326183261_RuntimeMethod_var); } IL_01a9: { MethodBase_t * L_63 = __this->get__methodBase_5(); NullCheck(L_63); bool L_64 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_63); if (!L_64) { goto IL_01fb; } } { MethodBase_t * L_65 = __this->get__methodBase_5(); NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Reflection.MethodBase::get_ContainsGenericParameters() */, L_65); if (!L_66) { goto IL_01fb; } } { TypeU5BU5D_t3940880105* L_67 = MethodCall_get_GenericArguments_m1010093584(__this, /*hidden argument*/NULL); if (L_67) { goto IL_01df; } } { RemotingException_t2290474311 * L_68 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_68, _stringLiteral2348863943, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68,MethodCall_ResolveMethod_m326183261_RuntimeMethod_var); } IL_01df: { MethodBase_t * L_69 = __this->get__methodBase_5(); TypeU5BU5D_t3940880105* L_70 = MethodCall_get_GenericArguments_m1010093584(__this, /*hidden argument*/NULL); NullCheck(((MethodInfo_t *)CastclassClass((RuntimeObject*)L_69, MethodInfo_t_il2cpp_TypeInfo_var))); MethodInfo_t * L_71 = VirtFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(33 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_69, MethodInfo_t_il2cpp_TypeInfo_var)), L_70); __this->set__methodBase_5(L_71); } IL_01fb: { return; } } // System.Type System.Runtime.Remoting.Messaging.MethodCall::CastTo(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * MethodCall_CastTo_m1915249774 (MethodCall_t861078140 * __this, String_t* ___clientType0, Type_t * ___serverType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodCall_CastTo_m1915249774_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; TypeU5BU5D_t3940880105* V_1 = NULL; Type_t * V_2 = NULL; TypeU5BU5D_t3940880105* V_3 = NULL; int32_t V_4 = 0; { String_t* L_0 = ___clientType0; String_t* L_1 = MethodCall_GetTypeNameFromAssemblyQualifiedName_m1018622420(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ___clientType0 = L_1; String_t* L_2 = ___clientType0; Type_t * L_3 = ___serverType1; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001b; } } { Type_t * L_6 = ___serverType1; return L_6; } IL_001b: { Type_t * L_7 = ___serverType1; NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_7); V_0 = L_8; goto IL_0041; } IL_0027: { String_t* L_9 = ___clientType0; Type_t * L_10 = V_0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003a; } } { Type_t * L_13 = V_0; return L_13; } IL_003a: { Type_t * L_14 = V_0; NullCheck(L_14); Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_14); V_0 = L_15; } IL_0041: { Type_t * L_16 = V_0; if (L_16) { goto IL_0027; } } { Type_t * L_17 = ___serverType1; NullCheck(L_17); TypeU5BU5D_t3940880105* L_18 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(42 /* System.Type[] System.Type::GetInterfaces() */, L_17); V_1 = L_18; TypeU5BU5D_t3940880105* L_19 = V_1; V_3 = L_19; V_4 = 0; goto IL_0076; } IL_0058: { TypeU5BU5D_t3940880105* L_20 = V_3; int32_t L_21 = V_4; NullCheck(L_20); int32_t L_22 = L_21; Type_t * L_23 = (L_20)->GetAt(static_cast(L_22)); V_2 = L_23; String_t* L_24 = ___clientType0; Type_t * L_25 = V_2; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Equality_m920492651(NULL /*static, unused*/, L_24, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0070; } } { Type_t * L_28 = V_2; return L_28; } IL_0070: { int32_t L_29 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0076: { int32_t L_30 = V_4; TypeU5BU5D_t3940880105* L_31 = V_3; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_0058; } } { return (Type_t *)NULL; } } // System.String System.Runtime.Remoting.Messaging.MethodCall::GetTypeNameFromAssemblyQualifiedName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* MethodCall_GetTypeNameFromAssemblyQualifiedName_m1018622420 (RuntimeObject * __this /* static, unused */, String_t* ___aqname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodCall_GetTypeNameFromAssemblyQualifiedName_m1018622420_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B2_0 = 0; String_t* G_B2_1 = NULL; int32_t G_B1_0 = 0; String_t* G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; String_t* G_B3_2 = NULL; { String_t* L_0 = ___aqname0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m1977622757(L_0, _stringLiteral3458054131, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___aqname0; int32_t L_3 = V_0; G_B1_0 = ((int32_t)44); G_B1_1 = L_2; if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { G_B2_0 = ((int32_t)44); G_B2_1 = L_2; goto IL_001c; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_001f; } IL_001c: { int32_t L_4 = V_0; G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)2)); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_001f: { NullCheck(G_B3_2); int32_t L_5 = String_IndexOf_m2466398549(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_003b; } } { String_t* L_7 = ___aqname0; int32_t L_8 = V_1; NullCheck(L_7); String_t* L_9 = String_Substring_m1610150815(L_7, 0, L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = String_Trim_m923598732(L_9, /*hidden argument*/NULL); ___aqname0 = L_10; } IL_003b: { String_t* L_11 = ___aqname0; return L_11; } } // System.Type[] System.Runtime.Remoting.Messaging.MethodCall::get_GenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MethodCall_get_GenericArguments_m1010093584 (MethodCall_t861078140 * __this, const RuntimeMethod* method) { TypeU5BU5D_t3940880105* V_0 = NULL; { TypeU5BU5D_t3940880105* L_0 = __this->get__genericArguments_7(); if (!L_0) { goto IL_0012; } } { TypeU5BU5D_t3940880105* L_1 = __this->get__genericArguments_7(); return L_1; } IL_0012: { MethodBase_t * L_2 = MethodCall_get_MethodBase_m550047245(__this, /*hidden argument*/NULL); NullCheck(L_2); TypeU5BU5D_t3940880105* L_3 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(27 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_2); TypeU5BU5D_t3940880105* L_4 = L_3; V_0 = L_4; __this->set__genericArguments_7(L_4); TypeU5BU5D_t3940880105* L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.MethodCallDictionary::.ctor(System.Runtime.Remoting.Messaging.IMethodMessage) extern "C" IL2CPP_METHOD_ATTR void MethodCallDictionary__ctor_m2167303393 (MethodCallDictionary_t605791082 * __this, RuntimeObject* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodCallDictionary__ctor_m2167303393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___message0; MethodDictionary__ctor_m4235342752(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MethodCallDictionary_t605791082_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_1 = ((MethodCallDictionary_t605791082_StaticFields*)il2cpp_codegen_static_fields_for(MethodCallDictionary_t605791082_il2cpp_TypeInfo_var))->get_InternalKeys_6(); MethodDictionary_set_MethodKeys_m1451825752(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.MethodCallDictionary::.cctor() extern "C" IL2CPP_METHOD_ATTR void MethodCallDictionary__cctor_m2213329406 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodCallDictionary__cctor_m2213329406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral2975507201); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral2975507201); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral173495195); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral173495195); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral3558185924); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral3558185924); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3718528097); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral3718528097); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral1369512519); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral1369512519); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral2468877509); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral2468877509); ((MethodCallDictionary_t605791082_StaticFields*)il2cpp_codegen_static_fields_for(MethodCallDictionary_t605791082_il2cpp_TypeInfo_var))->set_InternalKeys_6(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.Messaging.MethodDictionary::.ctor(System.Runtime.Remoting.Messaging.IMethodMessage) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary__ctor_m4235342752 (MethodDictionary_t207894204 * __this, RuntimeObject* ___message0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___message0; __this->set__message_1(L_0); return; } } // System.Collections.IEnumerator System.Runtime.Remoting.Messaging.MethodDictionary::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodDictionary_System_Collections_IEnumerable_GetEnumerator_m4169036899 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_System_Collections_IEnumerable_GetEnumerator_m4169036899_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryEnumerator_t2516729552 * L_0 = (DictionaryEnumerator_t2516729552 *)il2cpp_codegen_object_new(DictionaryEnumerator_t2516729552_il2cpp_TypeInfo_var); DictionaryEnumerator__ctor_m713073424(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::set_MethodKeys(System.String[]) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary_set_MethodKeys_m1451825752 (MethodDictionary_t207894204 * __this, StringU5BU5D_t1281789340* ___value0, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = ___value0; __this->set__methodKeys_2(L_0); return; } } // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodDictionary::AllocInternalProperties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodDictionary_AllocInternalProperties_m1683153261 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_AllocInternalProperties_m1683153261_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__ownProperties_3((bool)1); Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); return L_0; } } // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodDictionary::GetInternalProperties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodDictionary_GetInternalProperties_m2215984424 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__internalProperties_0(); if (L_0) { goto IL_0017; } } { RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(20 /* System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodDictionary::AllocInternalProperties() */, __this); __this->set__internalProperties_0(L_1); } IL_0017: { RuntimeObject* L_2 = __this->get__internalProperties_0(); return L_2; } } // System.Boolean System.Runtime.Remoting.Messaging.MethodDictionary::IsOverridenKey(System.String) extern "C" IL2CPP_METHOD_ATTR bool MethodDictionary_IsOverridenKey_m946843558 (MethodDictionary_t207894204 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_IsOverridenKey_m946843558_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; { bool L_0 = __this->get__ownProperties_3(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { StringU5BU5D_t1281789340* L_1 = __this->get__methodKeys_2(); V_1 = L_1; V_2 = 0; goto IL_0031; } IL_001b: { StringU5BU5D_t1281789340* L_2 = V_1; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; String_t* L_6 = ___key0; String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002d; } } { return (bool)1; } IL_002d: { int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0031: { int32_t L_10 = V_2; StringU5BU5D_t1281789340* L_11 = V_1; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_001b; } } { return (bool)0; } } // System.Boolean System.Runtime.Remoting.Messaging.MethodDictionary::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool MethodDictionary_get_IsFixedSize_m902579908 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Runtime.Remoting.Messaging.MethodDictionary::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool MethodDictionary_get_IsReadOnly_m220406240 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Runtime.Remoting.Messaging.MethodDictionary::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodDictionary_get_Item_m1201458851 (MethodDictionary_t207894204 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_get_Item_m1201458851_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___key0; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); V_1 = 0; goto IL_002d; } IL_000e: { StringU5BU5D_t1281789340* L_1 = __this->get__methodKeys_2(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { String_t* L_7 = V_0; RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, String_t* >::Invoke(21 /* System.Object System.Runtime.Remoting.Messaging.MethodDictionary::GetMethodProperty(System.String) */, __this, L_7); return L_8; } IL_0029: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { int32_t L_10 = V_1; StringU5BU5D_t1281789340* L_11 = __this->get__methodKeys_2(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_000e; } } { RuntimeObject* L_12 = __this->get__internalProperties_0(); if (!L_12) { goto IL_0053; } } { RuntimeObject* L_13 = __this->get__internalProperties_0(); RuntimeObject * L_14 = ___key0; NullCheck(L_13); RuntimeObject * L_15 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_13, L_14); return L_15; } IL_0053: { return NULL; } } // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary_set_Item_m489343035 (MethodDictionary_t207894204 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; RuntimeObject * L_1 = ___value1; MethodDictionary_Add_m1460237891(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Object System.Runtime.Remoting.Messaging.MethodDictionary::GetMethodProperty(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodDictionary_GetMethodProperty_m3206728418 (MethodDictionary_t207894204 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_GetMethodProperty_m3206728418_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___key0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0126; } } { Dictionary_2_t2736202052 * L_2 = ((MethodDictionary_t207894204_StaticFields*)il2cpp_codegen_static_fields_for(MethodDictionary_t207894204_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map26_4(); if (L_2) { goto IL_007f; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 8, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral2975507201, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral173495195, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral3558185924, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral3718528097, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral2468877509, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral1369512519, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral3983780215, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral2444676567, 7, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_1; ((MethodDictionary_t207894204_StaticFields*)il2cpp_codegen_static_fields_for(MethodDictionary_t207894204_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map26_4(L_12); } IL_007f: { Dictionary_2_t2736202052 * L_13 = ((MethodDictionary_t207894204_StaticFields*)il2cpp_codegen_static_fields_for(MethodDictionary_t207894204_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map26_4(); String_t* L_14 = V_0; NullCheck(L_13); bool L_15 = Dictionary_2_TryGetValue_m1013208020(L_13, L_14, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_15) { goto IL_0126; } } { int32_t L_16 = V_2; switch (L_16) { case 0: { goto IL_00bc; } case 1: { goto IL_00c8; } case 2: { goto IL_00d4; } case 3: { goto IL_00e0; } case 4: { goto IL_00ec; } case 5: { goto IL_00f8; } case 6: { goto IL_0104; } case 7: { goto IL_0115; } } } { goto IL_0126; } IL_00bc: { RuntimeObject* L_17 = __this->get__message_1(); NullCheck(L_17); String_t* L_18 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_Uri() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_17); return L_18; } IL_00c8: { RuntimeObject* L_19 = __this->get__message_1(); NullCheck(L_19); String_t* L_20 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodName() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_19); return L_20; } IL_00d4: { RuntimeObject* L_21 = __this->get__message_1(); NullCheck(L_21); String_t* L_22 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_TypeName() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_21); return L_22; } IL_00e0: { RuntimeObject* L_23 = __this->get__message_1(); NullCheck(L_23); RuntimeObject * L_24 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(5 /* System.Object System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodSignature() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_23); return L_24; } IL_00ec: { RuntimeObject* L_25 = __this->get__message_1(); NullCheck(L_25); LogicalCallContext_t3342013719 * L_26 = InterfaceFuncInvoker0< LogicalCallContext_t3342013719 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_25); return L_26; } IL_00f8: { RuntimeObject* L_27 = __this->get__message_1(); NullCheck(L_27); ObjectU5BU5D_t2843939325* L_28 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodMessage::get_Args() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_27); return (RuntimeObject *)L_28; } IL_0104: { RuntimeObject* L_29 = __this->get__message_1(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_29, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var))); ObjectU5BU5D_t2843939325* L_30 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(2 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_OutArgs() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_29, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var))); return (RuntimeObject *)L_30; } IL_0115: { RuntimeObject* L_31 = __this->get__message_1(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_31, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var))); RuntimeObject * L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(3 /* System.Object System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_ReturnValue() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_31, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var))); return L_32; } IL_0126: { return NULL; } } // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::SetMethodProperty(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary_SetMethodProperty_m3032369066 (MethodDictionary_t207894204 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_SetMethodProperty_m3032369066_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___key0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_00cb; } } { Dictionary_2_t2736202052 * L_2 = ((MethodDictionary_t207894204_StaticFields*)il2cpp_codegen_static_fields_for(MethodDictionary_t207894204_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map27_5(); if (L_2) { goto IL_007f; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 8, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral2468877509, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3983780215, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral2444676567, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral173495195, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral3558185924, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral3718528097, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral1369512519, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral2975507201, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_1; ((MethodDictionary_t207894204_StaticFields*)il2cpp_codegen_static_fields_for(MethodDictionary_t207894204_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map27_5(L_12); } IL_007f: { Dictionary_2_t2736202052 * L_13 = ((MethodDictionary_t207894204_StaticFields*)il2cpp_codegen_static_fields_for(MethodDictionary_t207894204_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map27_5(); String_t* L_14 = V_0; NullCheck(L_13); bool L_15 = Dictionary_2_TryGetValue_m1013208020(L_13, L_14, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_15) { goto IL_00cb; } } { int32_t L_16 = V_2; switch (L_16) { case 0: { goto IL_00a8; } case 1: { goto IL_00a9; } case 2: { goto IL_00b4; } } } { goto IL_00cb; } IL_00a8: { return; } IL_00a9: { ArgumentException_t132251570 * L_17 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_17, _stringLiteral4217326889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,MethodDictionary_SetMethodProperty_m3032369066_RuntimeMethod_var); } IL_00b4: { RuntimeObject* L_18 = __this->get__message_1(); RuntimeObject * L_19 = ___value1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_18, IInternalMessage_t517198925_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< String_t* >::Invoke(0 /* System.Void System.Runtime.Remoting.Messaging.IInternalMessage::set_Uri(System.String) */, IInternalMessage_t517198925_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IInternalMessage_t517198925_il2cpp_TypeInfo_var)), ((String_t*)CastclassSealed((RuntimeObject*)L_19, String_t_il2cpp_TypeInfo_var))); return; } IL_00cb: { return; } } // System.Collections.ICollection System.Runtime.Remoting.Messaging.MethodDictionary::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodDictionary_get_Keys_m1563095311 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_get_Keys_m1563095311_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_0020; } IL_000d: { ArrayList_t2718874744 * L_1 = V_0; StringU5BU5D_t1281789340* L_2 = __this->get__methodKeys_2(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_1); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_1, L_5); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0020: { int32_t L_7 = V_1; StringU5BU5D_t1281789340* L_8 = __this->get__methodKeys_2(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_000d; } } { RuntimeObject* L_9 = __this->get__internalProperties_0(); if (!L_9) { goto IL_0094; } } { RuntimeObject* L_10 = __this->get__internalProperties_0(); NullCheck(L_10); RuntimeObject* L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_10); NullCheck(L_11); RuntimeObject* L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_11); V_3 = L_12; } IL_004a: try { // begin try (depth: 1) { goto IL_006f; } IL_004f: { RuntimeObject* L_13 = V_3; NullCheck(L_13); RuntimeObject * L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var)); String_t* L_15 = V_2; bool L_16 = MethodDictionary_IsOverridenKey_m946843558(__this, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_006f; } } IL_0067: { ArrayList_t2718874744 * L_17 = V_0; String_t* L_18 = V_2; NullCheck(L_17); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); } IL_006f: { RuntimeObject* L_19 = V_3; NullCheck(L_19); bool L_20 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_004f; } } IL_007a: { IL2CPP_LEAVE(0x94, FINALLY_007f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007f; } FINALLY_007f: { // begin finally (depth: 1) { RuntimeObject* L_21 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_4; if (L_22) { goto IL_008c; } } IL_008b: { IL2CPP_END_FINALLY(127) } IL_008c: { RuntimeObject* L_23 = V_4; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_23); IL2CPP_END_FINALLY(127) } } // end finally (depth: 1) IL2CPP_CLEANUP(127) { IL2CPP_JUMP_TBL(0x94, IL_0094) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0094: { ArrayList_t2718874744 * L_24 = V_0; return L_24; } } // System.Collections.ICollection System.Runtime.Remoting.Messaging.MethodDictionary::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodDictionary_get_Values_m957801003 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_get_Values_m957801003_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; int32_t V_1 = 0; DictionaryEntry_t3123975638 V_2; memset(&V_2, 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_0026; } IL_000d: { ArrayList_t2718874744 * L_1 = V_0; StringU5BU5D_t1281789340* L_2 = __this->get__methodKeys_2(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, String_t* >::Invoke(21 /* System.Object System.Runtime.Remoting.Messaging.MethodDictionary::GetMethodProperty(System.String) */, __this, L_5); NullCheck(L_1); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_1, L_6); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0026: { int32_t L_8 = V_1; StringU5BU5D_t1281789340* L_9 = __this->get__methodKeys_2(); NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_000d; } } { RuntimeObject* L_10 = __this->get__internalProperties_0(); if (!L_10) { goto IL_00a6; } } { RuntimeObject* L_11 = __this->get__internalProperties_0(); NullCheck(L_11); RuntimeObject* L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_11); V_3 = L_12; } IL_004b: try { // begin try (depth: 1) { goto IL_0081; } IL_0050: { RuntimeObject* L_13 = V_3; NullCheck(L_13); RuntimeObject * L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); V_2 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_14, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_15 = DictionaryEntry_get_Key_m3117378551((&V_2), /*hidden argument*/NULL); bool L_16 = MethodDictionary_IsOverridenKey_m946843558(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_16) { goto IL_0081; } } IL_0073: { ArrayList_t2718874744 * L_17 = V_0; RuntimeObject * L_18 = DictionaryEntry_get_Value_m618120527((&V_2), /*hidden argument*/NULL); NullCheck(L_17); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); } IL_0081: { RuntimeObject* L_19 = V_3; NullCheck(L_19); bool L_20 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_0050; } } IL_008c: { IL2CPP_LEAVE(0xA6, FINALLY_0091); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0091; } FINALLY_0091: { // begin finally (depth: 1) { RuntimeObject* L_21 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_4; if (L_22) { goto IL_009e; } } IL_009d: { IL2CPP_END_FINALLY(145) } IL_009e: { RuntimeObject* L_23 = V_4; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_23); IL2CPP_END_FINALLY(145) } } // end finally (depth: 1) IL2CPP_CLEANUP(145) { IL2CPP_JUMP_TBL(0xA6, IL_00a6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a6: { ArrayList_t2718874744 * L_24 = V_0; return L_24; } } // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary_Add_m1460237891 (MethodDictionary_t207894204 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_Add_m1460237891_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___key0; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); V_1 = 0; goto IL_002e; } IL_000e: { StringU5BU5D_t1281789340* L_1 = __this->get__methodKeys_2(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002a; } } { String_t* L_7 = V_0; RuntimeObject * L_8 = ___value1; VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(22 /* System.Void System.Runtime.Remoting.Messaging.MethodDictionary::SetMethodProperty(System.String,System.Object) */, __this, L_7, L_8); return; } IL_002a: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002e: { int32_t L_10 = V_1; StringU5BU5D_t1281789340* L_11 = __this->get__methodKeys_2(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_000e; } } { RuntimeObject* L_12 = __this->get__internalProperties_0(); if (L_12) { goto IL_0053; } } { RuntimeObject* L_13 = VirtFuncInvoker0< RuntimeObject* >::Invoke(20 /* System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodDictionary::AllocInternalProperties() */, __this); __this->set__internalProperties_0(L_13); } IL_0053: { RuntimeObject* L_14 = __this->get__internalProperties_0(); RuntimeObject * L_15 = ___key0; RuntimeObject * L_16 = ___value1; NullCheck(L_14); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_14, L_15, L_16); return; } } // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::Clear() extern "C" IL2CPP_METHOD_ATTR void MethodDictionary_Clear_m755497004 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_Clear_m755497004_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__internalProperties_0(); if (!L_0) { goto IL_0016; } } { RuntimeObject* L_1 = __this->get__internalProperties_0(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(7 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_1); } IL_0016: { return; } } // System.Boolean System.Runtime.Remoting.Messaging.MethodDictionary::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MethodDictionary_Contains_m1697266319 (MethodDictionary_t207894204 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_Contains_m1697266319_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___key0; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); V_1 = 0; goto IL_0027; } IL_000e: { StringU5BU5D_t1281789340* L_1 = __this->get__methodKeys_2(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0023; } } { return (bool)1; } IL_0023: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0027: { int32_t L_8 = V_1; StringU5BU5D_t1281789340* L_9 = __this->get__methodKeys_2(); NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_000e; } } { RuntimeObject* L_10 = __this->get__internalProperties_0(); if (!L_10) { goto IL_004d; } } { RuntimeObject* L_11 = __this->get__internalProperties_0(); RuntimeObject * L_12 = ___key0; NullCheck(L_11); bool L_13 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_11, L_12); return L_13; } IL_004d: { return (bool)0; } } // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary_Remove_m2649551615 (MethodDictionary_t207894204 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_Remove_m2649551615_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___key0; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); V_1 = 0; goto IL_0030; } IL_000e: { StringU5BU5D_t1281789340* L_1 = __this->get__methodKeys_2(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002c; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, _stringLiteral4217326889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,MethodDictionary_Remove_m2649551615_RuntimeMethod_var); } IL_002c: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0030: { int32_t L_9 = V_1; StringU5BU5D_t1281789340* L_10 = __this->get__methodKeys_2(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_000e; } } { RuntimeObject* L_11 = __this->get__internalProperties_0(); if (!L_11) { goto IL_0055; } } { RuntimeObject* L_12 = __this->get__internalProperties_0(); RuntimeObject * L_13 = ___key0; NullCheck(L_12); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_12, L_13); } IL_0055: { return; } } // System.Int32 System.Runtime.Remoting.Messaging.MethodDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t MethodDictionary_get_Count_m4037025569 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_get_Count_m4037025569_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__internalProperties_0(); if (!L_0) { goto IL_0020; } } { RuntimeObject* L_1 = __this->get__internalProperties_0(); NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_1); StringU5BU5D_t1281789340* L_3 = __this->get__methodKeys_2(); NullCheck(L_3); return ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))); } IL_0020: { StringU5BU5D_t1281789340* L_4 = __this->get__methodKeys_2(); NullCheck(L_4); return (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))); } } // System.Boolean System.Runtime.Remoting.Messaging.MethodDictionary::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool MethodDictionary_get_IsSynchronized_m1982724966 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Runtime.Remoting.Messaging.MethodDictionary::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodDictionary_get_SyncRoot_m518515391 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Runtime.Remoting.Messaging.MethodDictionary::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MethodDictionary_CopyTo_m2912468790 (MethodDictionary_t207894204 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_CopyTo_m2912468790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = MethodDictionary_get_Values_m957801003(__this, /*hidden argument*/NULL); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } // System.Collections.IDictionaryEnumerator System.Runtime.Remoting.Messaging.MethodDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodDictionary_GetEnumerator_m1619497063 (MethodDictionary_t207894204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodDictionary_GetEnumerator_m1619497063_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryEnumerator_t2516729552 * L_0 = (DictionaryEnumerator_t2516729552 *)il2cpp_codegen_object_new(DictionaryEnumerator_t2516729552_il2cpp_TypeInfo_var); DictionaryEnumerator__ctor_m713073424(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::.ctor(System.Runtime.Remoting.Messaging.MethodDictionary) extern "C" IL2CPP_METHOD_ATTR void DictionaryEnumerator__ctor_m713073424 (DictionaryEnumerator_t2516729552 * __this, MethodDictionary_t207894204 * ___methodDictionary0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEnumerator__ctor_m713073424_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; DictionaryEnumerator_t2516729552 * G_B2_0 = NULL; DictionaryEnumerator_t2516729552 * G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; DictionaryEnumerator_t2516729552 * G_B3_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); MethodDictionary_t207894204 * L_0 = ___methodDictionary0; __this->set__methodDictionary_0(L_0); MethodDictionary_t207894204 * L_1 = __this->get__methodDictionary_0(); NullCheck(L_1); RuntimeObject* L_2 = L_1->get__internalProperties_0(); G_B1_0 = __this; if (!L_2) { G_B2_0 = __this; goto IL_0035; } } { MethodDictionary_t207894204 * L_3 = __this->get__methodDictionary_0(); NullCheck(L_3); RuntimeObject* L_4 = L_3->get__internalProperties_0(); NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_4); V_0 = L_5; RuntimeObject* L_6 = V_0; G_B3_0 = L_6; G_B3_1 = G_B1_0; goto IL_0036; } IL_0035: { G_B3_0 = ((RuntimeObject*)(NULL)); G_B3_1 = G_B2_0; } IL_0036: { NullCheck(G_B3_1); G_B3_1->set__hashtableEnum_1(G_B3_0); __this->set__posMethod_2((-1)); return; } } // System.Object System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEnumerator_get_Current_m2769714278 (DictionaryEnumerator_t2516729552 * __this, const RuntimeMethod* method) { DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); { DictionaryEntry_t3123975638 L_0 = DictionaryEnumerator_get_Entry_m1635969600(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject * L_1 = DictionaryEntry_get_Value_m618120527((&V_0), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool DictionaryEnumerator_MoveNext_m1462973125 (DictionaryEnumerator_t2516729552 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEnumerator_MoveNext_m1462973125_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__posMethod_2(); if ((((int32_t)L_0) == ((int32_t)((int32_t)-2)))) { goto IL_003d; } } { int32_t L_1 = __this->get__posMethod_2(); __this->set__posMethod_2(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); int32_t L_2 = __this->get__posMethod_2(); MethodDictionary_t207894204 * L_3 = __this->get__methodDictionary_0(); NullCheck(L_3); StringU5BU5D_t1281789340* L_4 = L_3->get__methodKeys_2(); NullCheck(L_4); if ((((int32_t)L_2) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0035; } } { return (bool)1; } IL_0035: { __this->set__posMethod_2(((int32_t)-2)); } IL_003d: { RuntimeObject* L_5 = __this->get__hashtableEnum_1(); if (L_5) { goto IL_004a; } } { return (bool)0; } IL_004a: { goto IL_0071; } IL_004f: { MethodDictionary_t207894204 * L_6 = __this->get__methodDictionary_0(); RuntimeObject* L_7 = __this->get__hashtableEnum_1(); NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_7); NullCheck(L_6); bool L_9 = MethodDictionary_IsOverridenKey_m946843558(L_6, ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_9) { goto IL_0071; } } { return (bool)1; } IL_0071: { RuntimeObject* L_10 = __this->get__hashtableEnum_1(); NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_004f; } } { return (bool)0; } } // System.Void System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void DictionaryEnumerator_Reset_m2916117190 (DictionaryEnumerator_t2516729552 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEnumerator_Reset_m2916117190_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__posMethod_2((-1)); RuntimeObject* L_0 = __this->get__hashtableEnum_1(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } // System.Collections.DictionaryEntry System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 DictionaryEnumerator_get_Entry_m1635969600 (DictionaryEnumerator_t2516729552 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEnumerator_get_Entry_m1635969600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__posMethod_2(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0041; } } { MethodDictionary_t207894204 * L_1 = __this->get__methodDictionary_0(); NullCheck(L_1); StringU5BU5D_t1281789340* L_2 = L_1->get__methodKeys_2(); int32_t L_3 = __this->get__posMethod_2(); NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); MethodDictionary_t207894204 * L_6 = __this->get__methodDictionary_0(); MethodDictionary_t207894204 * L_7 = __this->get__methodDictionary_0(); NullCheck(L_7); StringU5BU5D_t1281789340* L_8 = L_7->get__methodKeys_2(); int32_t L_9 = __this->get__posMethod_2(); NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, String_t* >::Invoke(21 /* System.Object System.Runtime.Remoting.Messaging.MethodDictionary::GetMethodProperty(System.String) */, L_6, L_11); DictionaryEntry_t3123975638 L_13; memset(&L_13, 0, sizeof(L_13)); DictionaryEntry__ctor_m2585376310((&L_13), L_5, L_12, /*hidden argument*/NULL); return L_13; } IL_0041: { int32_t L_14 = __this->get__posMethod_2(); if ((((int32_t)L_14) == ((int32_t)(-1)))) { goto IL_0058; } } { RuntimeObject* L_15 = __this->get__hashtableEnum_1(); if (L_15) { goto IL_0063; } } IL_0058: { InvalidOperationException_t56020091 * L_16 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_16, _stringLiteral1989285094, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,DictionaryEnumerator_get_Entry_m1635969600_RuntimeMethod_var); } IL_0063: { RuntimeObject* L_17 = __this->get__hashtableEnum_1(); NullCheck(L_17); DictionaryEntry_t3123975638 L_18 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_17); return L_18; } } // System.Object System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEnumerator_get_Key_m2423649820 (DictionaryEnumerator_t2516729552 * __this, const RuntimeMethod* method) { DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); { DictionaryEntry_t3123975638 L_0 = DictionaryEnumerator_get_Entry_m1635969600(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject * L_1 = DictionaryEntry_get_Key_m3117378551((&V_0), /*hidden argument*/NULL); return L_1; } } // System.Object System.Runtime.Remoting.Messaging.MethodDictionary/DictionaryEnumerator::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEnumerator_get_Value_m2166220004 (DictionaryEnumerator_t2516729552 * __this, const RuntimeMethod* method) { DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); { DictionaryEntry_t3123975638 L_0 = DictionaryEnumerator_get_Entry_m1635969600(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject * L_1 = DictionaryEntry_get_Value_m618120527((&V_0), /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.MethodReturnDictionary::.ctor(System.Runtime.Remoting.Messaging.IMethodReturnMessage) extern "C" IL2CPP_METHOD_ATTR void MethodReturnDictionary__ctor_m3850821940 (MethodReturnDictionary_t2551046119 * __this, RuntimeObject* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodReturnDictionary__ctor_m3850821940_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___message0; MethodDictionary__ctor_m4235342752(__this, L_0, /*hidden argument*/NULL); RuntimeObject* L_1 = ___message0; NullCheck(L_1); Exception_t * L_2 = InterfaceFuncInvoker0< Exception_t * >::Invoke(0 /* System.Exception System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_Exception() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_3 = ((MethodReturnDictionary_t2551046119_StaticFields*)il2cpp_codegen_static_fields_for(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var))->get_InternalReturnKeys_6(); MethodDictionary_set_MethodKeys_m1451825752(__this, L_3, /*hidden argument*/NULL); goto IL_002d; } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_4 = ((MethodReturnDictionary_t2551046119_StaticFields*)il2cpp_codegen_static_fields_for(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var))->get_InternalExceptionKeys_7(); MethodDictionary_set_MethodKeys_m1451825752(__this, L_4, /*hidden argument*/NULL); } IL_002d: { return; } } // System.Void System.Runtime.Remoting.Messaging.MethodReturnDictionary::.cctor() extern "C" IL2CPP_METHOD_ATTR void MethodReturnDictionary__cctor_m278392388 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodReturnDictionary__cctor_m278392388_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)7)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral2975507201); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral2975507201); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral173495195); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral173495195); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral3558185924); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral3558185924); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3718528097); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral3718528097); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3983780215); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral3983780215); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral2444676567); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral2444676567); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral2468877509); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral2468877509); ((MethodReturnDictionary_t2551046119_StaticFields*)il2cpp_codegen_static_fields_for(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var))->set_InternalReturnKeys_6(L_6); StringU5BU5D_t1281789340* L_7 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2468877509); (L_7)->SetAt(static_cast(0), (String_t*)_stringLiteral2468877509); ((MethodReturnDictionary_t2551046119_StaticFields*)il2cpp_codegen_static_fields_for(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var))->set_InternalExceptionKeys_7(L_7); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MonoMethodMessage::get_Properties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MonoMethodMessage_get_Properties_m3713673222 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethodMessage_get_Properties_m3713673222_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodCallDictionary_t605791082 * L_0 = __this->get_properties_8(); if (L_0) { goto IL_0017; } } { MethodCallDictionary_t605791082 * L_1 = (MethodCallDictionary_t605791082 *)il2cpp_codegen_object_new(MethodCallDictionary_t605791082_il2cpp_TypeInfo_var); MethodCallDictionary__ctor_m2167303393(L_1, __this, /*hidden argument*/NULL); __this->set_properties_8(L_1); } IL_0017: { MethodCallDictionary_t605791082 * L_2 = __this->get_properties_8(); return L_2; } } // System.Int32 System.Runtime.Remoting.Messaging.MonoMethodMessage::get_ArgCount() extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethodMessage_get_ArgCount_m632716600 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { { int32_t L_0 = MonoMethodMessage_get_CallType_m3702481004(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_000e; } } { return (-1); } IL_000e: { ObjectU5BU5D_t2843939325* L_1 = __this->get_args_1(); if (L_1) { goto IL_001b; } } { return 0; } IL_001b: { ObjectU5BU5D_t2843939325* L_2 = __this->get_args_1(); NullCheck(L_2); return (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); } } // System.Object[] System.Runtime.Remoting.Messaging.MonoMethodMessage::get_Args() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoMethodMessage_get_Args_m2110710723 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get_args_1(); return L_0; } } // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.MonoMethodMessage::get_LogicalCallContext() extern "C" IL2CPP_METHOD_ATTR LogicalCallContext_t3342013719 * MonoMethodMessage_get_LogicalCallContext_m2835676725 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { { LogicalCallContext_t3342013719 * L_0 = __this->get_ctx_3(); return L_0; } } // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.MonoMethodMessage::get_MethodBase() extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MonoMethodMessage_get_MethodBase_m2884727594 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { { MonoMethod_t * L_0 = __this->get_method_0(); return L_0; } } // System.String System.Runtime.Remoting.Messaging.MonoMethodMessage::get_MethodName() extern "C" IL2CPP_METHOD_ATTR String_t* MonoMethodMessage_get_MethodName_m3805361957 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethodMessage_get_MethodName_m3805361957_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoMethod_t * L_0 = __this->get_method_0(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { MonoMethod_t * L_2 = __this->get_method_0(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MonoMethod::get_Name() */, L_2); return L_3; } } // System.Object System.Runtime.Remoting.Messaging.MonoMethodMessage::get_MethodSignature() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoMethodMessage_get_MethodSignature_m580784519 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethodMessage_get_MethodSignature_m580784519_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; int32_t V_1 = 0; { TypeU5BU5D_t3940880105* L_0 = __this->get_methodSignature_9(); if (L_0) { goto IL_0049; } } { MonoMethod_t * L_1 = __this->get_method_0(); NullCheck(L_1); ParameterInfoU5BU5D_t390618515* L_2 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MonoMethod::GetParameters() */, L_1); V_0 = L_2; ParameterInfoU5BU5D_t390618515* L_3 = V_0; NullCheck(L_3); __this->set_methodSignature_9(((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))); V_1 = 0; goto IL_0040; } IL_002c: { TypeU5BU5D_t3940880105* L_4 = __this->get_methodSignature_9(); int32_t L_5 = V_1; ParameterInfoU5BU5D_t390618515* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; ParameterInfo_t1861056598 * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_9); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_10); (L_4)->SetAt(static_cast(L_5), (Type_t *)L_10); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0040: { int32_t L_12 = V_1; ParameterInfoU5BU5D_t390618515* L_13 = V_0; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_002c; } } IL_0049: { TypeU5BU5D_t3940880105* L_14 = __this->get_methodSignature_9(); return (RuntimeObject *)L_14; } } // System.String System.Runtime.Remoting.Messaging.MonoMethodMessage::get_TypeName() extern "C" IL2CPP_METHOD_ATTR String_t* MonoMethodMessage_get_TypeName_m3758247133 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethodMessage_get_TypeName_m3758247133_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoMethod_t * L_0 = __this->get_method_0(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { MonoMethod_t * L_2 = __this->get_method_0(); NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MonoMethod::get_DeclaringType() */, L_2); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_3); return L_4; } } // System.String System.Runtime.Remoting.Messaging.MonoMethodMessage::get_Uri() extern "C" IL2CPP_METHOD_ATTR String_t* MonoMethodMessage_get_Uri_m2484777536 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_uri_7(); return L_0; } } // System.Void System.Runtime.Remoting.Messaging.MonoMethodMessage::set_Uri(System.String) extern "C" IL2CPP_METHOD_ATTR void MonoMethodMessage_set_Uri_m958867306 (MonoMethodMessage_t2807636944 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_uri_7(L_0); return; } } // System.Object System.Runtime.Remoting.Messaging.MonoMethodMessage::GetArg(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoMethodMessage_GetArg_m2932717642 (MonoMethodMessage_t2807636944 * __this, int32_t ___arg_num0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get_args_1(); if (L_0) { goto IL_000d; } } { return NULL; } IL_000d: { ObjectU5BU5D_t2843939325* L_1 = __this->get_args_1(); int32_t L_2 = ___arg_num0; NullCheck(L_1); int32_t L_3 = L_2; RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } } // System.Exception System.Runtime.Remoting.Messaging.MonoMethodMessage::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * MonoMethodMessage_get_Exception_m1271355240 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exc_5(); return L_0; } } // System.Int32 System.Runtime.Remoting.Messaging.MonoMethodMessage::get_OutArgCount() extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethodMessage_get_OutArgCount_m3123660340 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; uint8_t V_1 = 0x0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; { ObjectU5BU5D_t2843939325* L_0 = __this->get_args_1(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { V_0 = 0; ByteU5BU5D_t4116647657* L_1 = __this->get_arg_types_2(); V_2 = L_1; V_3 = 0; goto IL_0031; } IL_001d: { ByteU5BU5D_t4116647657* L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; uint8_t L_6 = V_1; if (!((int32_t)((int32_t)L_6&(int32_t)2))) { goto IL_002d; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002d: { int32_t L_8 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0031: { int32_t L_9 = V_3; ByteU5BU5D_t4116647657* L_10 = V_2; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_001d; } } { int32_t L_11 = V_0; return L_11; } } // System.Object[] System.Runtime.Remoting.Messaging.MonoMethodMessage::get_OutArgs() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoMethodMessage_get_OutArgs_m1742115111 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethodMessage_get_OutArgs_m1742115111_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ObjectU5BU5D_t2843939325* V_3 = NULL; uint8_t V_4 = 0x0; ByteU5BU5D_t4116647657* V_5 = NULL; int32_t V_6 = 0; { ObjectU5BU5D_t2843939325* L_0 = __this->get_args_1(); if (L_0) { goto IL_000d; } } { return (ObjectU5BU5D_t2843939325*)NULL; } IL_000d: { int32_t L_1 = MonoMethodMessage_get_OutArgCount_m3123660340(__this, /*hidden argument*/NULL); V_2 = L_1; int32_t L_2 = V_2; V_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_2)); int32_t L_3 = 0; V_1 = L_3; V_0 = L_3; ByteU5BU5D_t4116647657* L_4 = __this->get_arg_types_2(); V_5 = L_4; V_6 = 0; goto IL_0058; } IL_002f: { ByteU5BU5D_t4116647657* L_5 = V_5; int32_t L_6 = V_6; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_4 = L_8; uint8_t L_9 = V_4; if (!((int32_t)((int32_t)L_9&(int32_t)2))) { goto IL_004e; } } { ObjectU5BU5D_t2843939325* L_10 = V_3; int32_t L_11 = V_1; int32_t L_12 = L_11; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); ObjectU5BU5D_t2843939325* L_13 = __this->get_args_1(); int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; RuntimeObject * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_16); (L_10)->SetAt(static_cast(L_12), (RuntimeObject *)L_16); } IL_004e: { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int32_t L_18 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0058: { int32_t L_19 = V_6; ByteU5BU5D_t4116647657* L_20 = V_5; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_002f; } } { ObjectU5BU5D_t2843939325* L_21 = V_3; return L_21; } } // System.Object System.Runtime.Remoting.Messaging.MonoMethodMessage::get_ReturnValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoMethodMessage_get_ReturnValue_m1500706237 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_rval_4(); return L_0; } } // System.Runtime.Remoting.Messaging.CallType System.Runtime.Remoting.Messaging.MonoMethodMessage::get_CallType() extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethodMessage_get_CallType_m3702481004 (MonoMethodMessage_t2807636944 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethodMessage_get_CallType_m3702481004_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_call_type_6(); if (L_0) { goto IL_0022; } } { MonoMethod_t * L_1 = __this->get_method_0(); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); bool L_2 = RemotingServices_IsOneWay_m1772807839(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { __this->set_call_type_6(3); } IL_0022: { int32_t L_3 = __this->get_call_type_6(); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.ObjRefSurrogate::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjRefSurrogate__ctor_m455472707 (ObjRefSurrogate_t3860276170 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.ObjRefSurrogate::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ObjRefSurrogate_GetObjectData_m4269947720 (ObjRefSurrogate_t3860276170 * __this, RuntimeObject * ___obj0, SerializationInfo_t950877179 * ___si1, StreamingContext_t3711869237 ___sc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjRefSurrogate_GetObjectData_m4269947720_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000c; } } { SerializationInfo_t950877179 * L_1 = ___si1; if (L_1) { goto IL_0012; } } IL_000c: { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ObjRefSurrogate_GetObjectData_m4269947720_RuntimeMethod_var); } IL_0012: { RuntimeObject * L_3 = ___obj0; SerializationInfo_t950877179 * L_4 = ___si1; StreamingContext_t3711869237 L_5 = ___sc2; NullCheck(((ObjRef_t2141158884 *)CastclassClass((RuntimeObject*)L_3, ObjRef_t2141158884_il2cpp_TypeInfo_var))); VirtActionInvoker2< SerializationInfo_t950877179 *, StreamingContext_t3711869237 >::Invoke(13 /* System.Void System.Runtime.Remoting.ObjRef::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, ((ObjRef_t2141158884 *)CastclassClass((RuntimeObject*)L_3, ObjRef_t2141158884_il2cpp_TypeInfo_var)), L_4, L_5); SerializationInfo_t950877179 * L_6 = ___si1; NullCheck(L_6); SerializationInfo_AddValue_m412754688(L_6, _stringLiteral3779179069, 0, /*hidden argument*/NULL); return; } } // System.Object System.Runtime.Remoting.Messaging.ObjRefSurrogate::SetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjRefSurrogate_SetObjectData_m2217650033 (ObjRefSurrogate_t3860276170 * __this, RuntimeObject * ___obj0, SerializationInfo_t950877179 * ___si1, StreamingContext_t3711869237 ___sc2, RuntimeObject* ___selector3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjRefSurrogate_SetObjectData_m2217650033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral2294744408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ObjRefSurrogate_SetObjectData_m2217650033_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.RemotingSurrogate::.ctor() extern "C" IL2CPP_METHOD_ATTR void RemotingSurrogate__ctor_m1062105321 (RemotingSurrogate_t2834579653 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.RemotingSurrogate::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void RemotingSurrogate_GetObjectData_m1446383768 (RemotingSurrogate_t2834579653 * __this, RuntimeObject * ___obj0, SerializationInfo_t950877179 * ___si1, StreamingContext_t3711869237 ___sc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingSurrogate_GetObjectData_m1446383768_MetadataUsageId); s_Il2CppMethodInitialized = true; } RealProxy_t2312050253 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000c; } } { SerializationInfo_t950877179 * L_1 = ___si1; if (L_1) { goto IL_0012; } } IL_000c: { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RemotingSurrogate_GetObjectData_m1446383768_RuntimeMethod_var); } IL_0012: { RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); bool L_4 = RemotingServices_IsTransparentProxy_m1535738947(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0031; } } { RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RealProxy_t2312050253 * L_6 = RemotingServices_GetRealProxy_m2081098851(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = L_6; RealProxy_t2312050253 * L_7 = V_0; SerializationInfo_t950877179 * L_8 = ___si1; StreamingContext_t3711869237 L_9 = ___sc2; NullCheck(L_7); VirtActionInvoker2< SerializationInfo_t950877179 *, StreamingContext_t3711869237 >::Invoke(4 /* System.Void System.Runtime.Remoting.Proxies.RealProxy::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, L_7, L_8, L_9); goto IL_0039; } IL_0031: { RuntimeObject * L_10 = ___obj0; SerializationInfo_t950877179 * L_11 = ___si1; StreamingContext_t3711869237 L_12 = ___sc2; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_GetObjectData_m3902019633(NULL /*static, unused*/, L_10, L_11, L_12, /*hidden argument*/NULL); } IL_0039: { return; } } // System.Object System.Runtime.Remoting.Messaging.RemotingSurrogate::SetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingSurrogate_SetObjectData_m2713731796 (RemotingSurrogate_t2834579653 * __this, RuntimeObject * ___obj0, SerializationInfo_t950877179 * ___si1, StreamingContext_t3711869237 ___sc2, RuntimeObject* ___selector3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingSurrogate_SetObjectData_m2713731796_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,RemotingSurrogate_SetObjectData_m2713731796_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.Runtime.Remoting.Messaging.RemotingSurrogateSelector::.ctor() extern "C" IL2CPP_METHOD_ATTR void RemotingSurrogateSelector__ctor_m1846610173 (RemotingSurrogateSelector_t2472351973 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::.cctor() extern "C" IL2CPP_METHOD_ATTR void RemotingSurrogateSelector__cctor_m332560138 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingSurrogateSelector__cctor_m332560138_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (ObjRef_t2141158884_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ((RemotingSurrogateSelector_t2472351973_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var))->set_s_cachedTypeObjRef_0(L_1); ObjRefSurrogate_t3860276170 * L_2 = (ObjRefSurrogate_t3860276170 *)il2cpp_codegen_object_new(ObjRefSurrogate_t3860276170_il2cpp_TypeInfo_var); ObjRefSurrogate__ctor_m455472707(L_2, /*hidden argument*/NULL); ((RemotingSurrogateSelector_t2472351973_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var))->set__objRefSurrogate_1(L_2); RemotingSurrogate_t2834579653 * L_3 = (RemotingSurrogate_t2834579653 *)il2cpp_codegen_object_new(RemotingSurrogate_t2834579653_il2cpp_TypeInfo_var); RemotingSurrogate__ctor_m1062105321(L_3, /*hidden argument*/NULL); ((RemotingSurrogateSelector_t2472351973_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var))->set__objRemotingSurrogate_2(L_3); return; } } // System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RemotingSurrogateSelector_GetSurrogate_m3900875713 (RemotingSurrogateSelector_t2472351973 * __this, Type_t * ___type0, StreamingContext_t3711869237 ___context1, RuntimeObject** ___ssout2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingSurrogateSelector_GetSurrogate_m3900875713_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsMarshalByRef_m1681525688(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { RuntimeObject** L_2 = ___ssout2; *((RuntimeObject **)(L_2)) = (RuntimeObject *)__this; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_2), (RuntimeObject *)__this); IL2CPP_RUNTIME_CLASS_INIT(RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var); RemotingSurrogate_t2834579653 * L_3 = ((RemotingSurrogateSelector_t2472351973_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var))->get__objRemotingSurrogate_2(); return L_3; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var); Type_t * L_4 = ((RemotingSurrogateSelector_t2472351973_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var))->get_s_cachedTypeObjRef_0(); Type_t * L_5 = ___type0; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_4, L_5); if (!L_6) { goto IL_002d; } } { RuntimeObject** L_7 = ___ssout2; *((RuntimeObject **)(L_7)) = (RuntimeObject *)__this; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_7), (RuntimeObject *)__this); IL2CPP_RUNTIME_CLASS_INIT(RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var); ObjRefSurrogate_t3860276170 * L_8 = ((RemotingSurrogateSelector_t2472351973_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var))->get__objRefSurrogate_1(); return L_8; } IL_002d: { RuntimeObject* L_9 = __this->get__next_3(); if (!L_9) { goto IL_0047; } } { RuntimeObject* L_10 = __this->get__next_3(); Type_t * L_11 = ___type0; StreamingContext_t3711869237 L_12 = ___context1; RuntimeObject** L_13 = ___ssout2; NullCheck(L_10); RuntimeObject* L_14 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t3711869237 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t3040401154_il2cpp_TypeInfo_var, L_10, L_11, L_12, L_13); return L_14; } IL_0047: { RuntimeObject** L_15 = ___ssout2; *((RuntimeObject **)(L_15)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_15), (RuntimeObject *)NULL); return (RuntimeObject*)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.Runtime.Remoting.Messaging.ReturnMessage::.ctor(System.Object,System.Object[],System.Int32,System.Runtime.Remoting.Messaging.LogicalCallContext,System.Runtime.Remoting.Messaging.IMethodCallMessage) extern "C" IL2CPP_METHOD_ATTR void ReturnMessage__ctor_m2352989078 (ReturnMessage_t1376985608 * __this, RuntimeObject * ___ret0, ObjectU5BU5D_t2843939325* ___outArgs1, int32_t ___outArgsCount2, LogicalCallContext_t3342013719 * ___callCtx3, RuntimeObject* ___mcm4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReturnMessage__ctor_m2352989078_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___ret0; __this->set__returnValue_4(L_0); ObjectU5BU5D_t2843939325* L_1 = ___outArgs1; __this->set__args_1(L_1); int32_t L_2 = ___outArgsCount2; __this->set__outArgsCount_2(L_2); LogicalCallContext_t3342013719 * L_3 = ___callCtx3; __this->set__callCtx_3(L_3); RuntimeObject* L_4 = ___mcm4; if (!L_4) { goto IL_0044; } } { RuntimeObject* L_5 = ___mcm4; NullCheck(L_5); String_t* L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_Uri() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_5); __this->set__uri_5(L_6); RuntimeObject* L_7 = ___mcm4; NullCheck(L_7); MethodBase_t * L_8 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_7); __this->set__methodBase_7(L_8); } IL_0044: { ObjectU5BU5D_t2843939325* L_9 = __this->get__args_1(); if (L_9) { goto IL_005b; } } { int32_t L_10 = ___outArgsCount2; __this->set__args_1(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_10))); } IL_005b: { return; } } // System.Void System.Runtime.Remoting.Messaging.ReturnMessage::.ctor(System.Exception,System.Runtime.Remoting.Messaging.IMethodCallMessage) extern "C" IL2CPP_METHOD_ATTR void ReturnMessage__ctor_m1555286069 (ReturnMessage_t1376985608 * __this, Exception_t * ___e0, RuntimeObject* ___mcm1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReturnMessage__ctor_m1555286069_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Exception_t * L_0 = ___e0; __this->set__exception_6(L_0); RuntimeObject* L_1 = ___mcm1; if (!L_1) { goto IL_002b; } } { RuntimeObject* L_2 = ___mcm1; NullCheck(L_2); MethodBase_t * L_3 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_2); __this->set__methodBase_7(L_3); RuntimeObject* L_4 = ___mcm1; NullCheck(L_4); LogicalCallContext_t3342013719 * L_5 = InterfaceFuncInvoker0< LogicalCallContext_t3342013719 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_4); __this->set__callCtx_3(L_5); } IL_002b: { __this->set__args_1(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0))); return; } } // System.Void System.Runtime.Remoting.Messaging.ReturnMessage::System.Runtime.Remoting.Messaging.IInternalMessage.set_Uri(System.String) extern "C" IL2CPP_METHOD_ATTR void ReturnMessage_System_Runtime_Remoting_Messaging_IInternalMessage_set_Uri_m2462079058 (ReturnMessage_t1376985608 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; ReturnMessage_set_Uri_m3134200303(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 System.Runtime.Remoting.Messaging.ReturnMessage::get_ArgCount() extern "C" IL2CPP_METHOD_ATTR int32_t ReturnMessage_get_ArgCount_m51405423 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__args_1(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Object[] System.Runtime.Remoting.Messaging.ReturnMessage::get_Args() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ReturnMessage_get_Args_m398905527 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__args_1(); return L_0; } } // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.ReturnMessage::get_LogicalCallContext() extern "C" IL2CPP_METHOD_ATTR LogicalCallContext_t3342013719 * ReturnMessage_get_LogicalCallContext_m2352570297 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReturnMessage_get_LogicalCallContext_m2352570297_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LogicalCallContext_t3342013719 * L_0 = __this->get__callCtx_3(); if (L_0) { goto IL_0016; } } { LogicalCallContext_t3342013719 * L_1 = (LogicalCallContext_t3342013719 *)il2cpp_codegen_object_new(LogicalCallContext_t3342013719_il2cpp_TypeInfo_var); LogicalCallContext__ctor_m1263247987(L_1, /*hidden argument*/NULL); __this->set__callCtx_3(L_1); } IL_0016: { LogicalCallContext_t3342013719 * L_2 = __this->get__callCtx_3(); return L_2; } } // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.ReturnMessage::get_MethodBase() extern "C" IL2CPP_METHOD_ATTR MethodBase_t * ReturnMessage_get_MethodBase_m2391555884 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { { MethodBase_t * L_0 = __this->get__methodBase_7(); return L_0; } } // System.String System.Runtime.Remoting.Messaging.ReturnMessage::get_MethodName() extern "C" IL2CPP_METHOD_ATTR String_t* ReturnMessage_get_MethodName_m1311605024 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { { MethodBase_t * L_0 = __this->get__methodBase_7(); if (!L_0) { goto IL_0027; } } { String_t* L_1 = __this->get__methodName_8(); if (L_1) { goto IL_0027; } } { MethodBase_t * L_2 = __this->get__methodBase_7(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2); __this->set__methodName_8(L_3); } IL_0027: { String_t* L_4 = __this->get__methodName_8(); return L_4; } } // System.Object System.Runtime.Remoting.Messaging.ReturnMessage::get_MethodSignature() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReturnMessage_get_MethodSignature_m399735125 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReturnMessage_get_MethodSignature_m399735125_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; int32_t V_1 = 0; { MethodBase_t * L_0 = __this->get__methodBase_7(); if (!L_0) { goto IL_0054; } } { TypeU5BU5D_t3940880105* L_1 = __this->get__methodSignature_9(); if (L_1) { goto IL_0054; } } { MethodBase_t * L_2 = __this->get__methodBase_7(); NullCheck(L_2); ParameterInfoU5BU5D_t390618515* L_3 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_2); V_0 = L_3; ParameterInfoU5BU5D_t390618515* L_4 = V_0; NullCheck(L_4); __this->set__methodSignature_9(((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))); V_1 = 0; goto IL_004b; } IL_0037: { TypeU5BU5D_t3940880105* L_5 = __this->get__methodSignature_9(); int32_t L_6 = V_1; ParameterInfoU5BU5D_t390618515* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; ParameterInfo_t1861056598 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_10); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_11); (L_5)->SetAt(static_cast(L_6), (Type_t *)L_11); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004b: { int32_t L_13 = V_1; ParameterInfoU5BU5D_t390618515* L_14 = V_0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0037; } } IL_0054: { TypeU5BU5D_t3940880105* L_15 = __this->get__methodSignature_9(); return (RuntimeObject *)L_15; } } // System.Collections.IDictionary System.Runtime.Remoting.Messaging.ReturnMessage::get_Properties() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReturnMessage_get_Properties_m3665464616 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReturnMessage_get_Properties_m3665464616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodReturnDictionary_t2551046119 * L_0 = __this->get__properties_11(); if (L_0) { goto IL_0017; } } { MethodReturnDictionary_t2551046119 * L_1 = (MethodReturnDictionary_t2551046119 *)il2cpp_codegen_object_new(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var); MethodReturnDictionary__ctor_m3850821940(L_1, __this, /*hidden argument*/NULL); __this->set__properties_11(L_1); } IL_0017: { MethodReturnDictionary_t2551046119 * L_2 = __this->get__properties_11(); return L_2; } } // System.String System.Runtime.Remoting.Messaging.ReturnMessage::get_TypeName() extern "C" IL2CPP_METHOD_ATTR String_t* ReturnMessage_get_TypeName_m3469766621 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { { MethodBase_t * L_0 = __this->get__methodBase_7(); if (!L_0) { goto IL_002c; } } { String_t* L_1 = __this->get__typeName_10(); if (L_1) { goto IL_002c; } } { MethodBase_t * L_2 = __this->get__methodBase_7(); NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_2); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_3); __this->set__typeName_10(L_4); } IL_002c: { String_t* L_5 = __this->get__typeName_10(); return L_5; } } // System.String System.Runtime.Remoting.Messaging.ReturnMessage::get_Uri() extern "C" IL2CPP_METHOD_ATTR String_t* ReturnMessage_get_Uri_m2690508903 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__uri_5(); return L_0; } } // System.Void System.Runtime.Remoting.Messaging.ReturnMessage::set_Uri(System.String) extern "C" IL2CPP_METHOD_ATTR void ReturnMessage_set_Uri_m3134200303 (ReturnMessage_t1376985608 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__uri_5(L_0); return; } } // System.Object System.Runtime.Remoting.Messaging.ReturnMessage::GetArg(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReturnMessage_GetArg_m3510565487 (ReturnMessage_t1376985608 * __this, int32_t ___argNum0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__args_1(); int32_t L_1 = ___argNum0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Exception System.Runtime.Remoting.Messaging.ReturnMessage::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * ReturnMessage_get_Exception_m3375728265 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get__exception_6(); return L_0; } } // System.Int32 System.Runtime.Remoting.Messaging.ReturnMessage::get_OutArgCount() extern "C" IL2CPP_METHOD_ATTR int32_t ReturnMessage_get_OutArgCount_m1954300070 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReturnMessage_get_OutArgCount_m1954300070_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = __this->get__args_1(); if (!L_0) { goto IL_0018; } } { ObjectU5BU5D_t2843939325* L_1 = __this->get__args_1(); NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_001a; } } IL_0018: { return 0; } IL_001a: { ArgInfo_t3261134217 * L_2 = __this->get__inArgInfo_12(); if (L_2) { goto IL_0037; } } { MethodBase_t * L_3 = ReturnMessage_get_MethodBase_m2391555884(__this, /*hidden argument*/NULL); ArgInfo_t3261134217 * L_4 = (ArgInfo_t3261134217 *)il2cpp_codegen_object_new(ArgInfo_t3261134217_il2cpp_TypeInfo_var); ArgInfo__ctor_m1950205784(L_4, L_3, 1, /*hidden argument*/NULL); __this->set__inArgInfo_12(L_4); } IL_0037: { ArgInfo_t3261134217 * L_5 = __this->get__inArgInfo_12(); NullCheck(L_5); int32_t L_6 = ArgInfo_GetInOutArgCount_m2742066148(L_5, /*hidden argument*/NULL); return L_6; } } // System.Object[] System.Runtime.Remoting.Messaging.ReturnMessage::get_OutArgs() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ReturnMessage_get_OutArgs_m1641976511 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReturnMessage_get_OutArgs_m1641976511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = __this->get__outArgs_0(); if (L_0) { goto IL_004a; } } { ObjectU5BU5D_t2843939325* L_1 = __this->get__args_1(); if (!L_1) { goto IL_004a; } } { ArgInfo_t3261134217 * L_2 = __this->get__inArgInfo_12(); if (L_2) { goto IL_0033; } } { MethodBase_t * L_3 = ReturnMessage_get_MethodBase_m2391555884(__this, /*hidden argument*/NULL); ArgInfo_t3261134217 * L_4 = (ArgInfo_t3261134217 *)il2cpp_codegen_object_new(ArgInfo_t3261134217_il2cpp_TypeInfo_var); ArgInfo__ctor_m1950205784(L_4, L_3, 1, /*hidden argument*/NULL); __this->set__inArgInfo_12(L_4); } IL_0033: { ArgInfo_t3261134217 * L_5 = __this->get__inArgInfo_12(); ObjectU5BU5D_t2843939325* L_6 = __this->get__args_1(); NullCheck(L_5); ObjectU5BU5D_t2843939325* L_7 = ArgInfo_GetInOutArgs_m3837333346(L_5, L_6, /*hidden argument*/NULL); __this->set__outArgs_0(L_7); } IL_004a: { ObjectU5BU5D_t2843939325* L_8 = __this->get__outArgs_0(); return L_8; } } // System.Object System.Runtime.Remoting.Messaging.ReturnMessage::get_ReturnValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReturnMessage_get_ReturnValue_m3976996692 (ReturnMessage_t1376985608 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__returnValue_4(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.ServerContextTerminatorSink::.ctor() extern "C" IL2CPP_METHOD_ATTR void ServerContextTerminatorSink__ctor_m2519287841 (ServerContextTerminatorSink_t16296004 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.ServerObjectTerminatorSink::.ctor(System.Runtime.Remoting.Messaging.IMessageSink) extern "C" IL2CPP_METHOD_ATTR void ServerObjectTerminatorSink__ctor_m3974426286 (ServerObjectTerminatorSink_t4187339465 * __this, RuntimeObject* ___nextSink0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___nextSink0; __this->set__nextSink_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.StackBuilderSink::.ctor(System.MarshalByRefObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackBuilderSink__ctor_m2065448592 (StackBuilderSink_t883411942 * __this, MarshalByRefObject_t2760389100 * ___obj0, bool ___forceInternalExecute1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StackBuilderSink__ctor_m2065448592_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); MarshalByRefObject_t2760389100 * L_0 = ___obj0; __this->set__target_0(L_0); bool L_1 = ___forceInternalExecute1; if (L_1) { goto IL_002a; } } { MarshalByRefObject_t2760389100 * L_2 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); bool L_3 = RemotingServices_IsTransparentProxy_m1535738947(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { MarshalByRefObject_t2760389100 * L_4 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RealProxy_t2312050253 * L_5 = RemotingServices_GetRealProxy_m2081098851(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); __this->set__rp_1(L_5); } IL_002a: { 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.Metadata.SoapAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void SoapAttribute__ctor_m1857608874 (SoapAttribute_t411004526 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapAttribute::get_UseAttribute() extern "C" IL2CPP_METHOD_ATTR bool SoapAttribute_get_UseAttribute_m3866369531 (SoapAttribute_t411004526 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__useAttribute_0(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapAttribute::get_XmlNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* SoapAttribute_get_XmlNamespace_m859394681 (SoapAttribute_t411004526 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ProtXmlNamespace_1(); return L_0; } } // System.Void System.Runtime.Remoting.Metadata.SoapAttribute::SetReflectionObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void SoapAttribute_SetReflectionObject_m4109300849 (SoapAttribute_t411004526 * __this, RuntimeObject * ___reflectionObject0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___reflectionObject0; __this->set_ReflectInfo_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Metadata.SoapFieldAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void SoapFieldAttribute__ctor_m790943423 (SoapFieldAttribute_t1164342470 * __this, const RuntimeMethod* method) { { SoapAttribute__ctor_m1857608874(__this, /*hidden argument*/NULL); return; } } // System.String System.Runtime.Remoting.Metadata.SoapFieldAttribute::get_XmlElementName() extern "C" IL2CPP_METHOD_ATTR String_t* SoapFieldAttribute_get_XmlElementName_m2203304026 (SoapFieldAttribute_t1164342470 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_3(); return L_0; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapFieldAttribute::IsInteropXmlElement() extern "C" IL2CPP_METHOD_ATTR bool SoapFieldAttribute_IsInteropXmlElement_m2819415462 (SoapFieldAttribute_t1164342470 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isElement_4(); return L_0; } } // System.Void System.Runtime.Remoting.Metadata.SoapFieldAttribute::SetReflectionObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void SoapFieldAttribute_SetReflectionObject_m1576380366 (SoapFieldAttribute_t1164342470 * __this, RuntimeObject * ___reflectionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapFieldAttribute_SetReflectionObject_m1576380366_MetadataUsageId); s_Il2CppMethodInitialized = true; } FieldInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___reflectionObject0; V_0 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_0, FieldInfo_t_il2cpp_TypeInfo_var)); String_t* L_1 = __this->get__elementName_3(); if (L_1) { goto IL_001e; } } { FieldInfo_t * L_2 = V_0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2); __this->set__elementName_3(L_3); } IL_001e: { 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.Metadata.SoapMethodAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void SoapMethodAttribute__ctor_m1788265923 (SoapMethodAttribute_t1935009310 * __this, const RuntimeMethod* method) { { SoapAttribute__ctor_m1857608874(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapMethodAttribute::get_UseAttribute() extern "C" IL2CPP_METHOD_ATTR bool SoapMethodAttribute_get_UseAttribute_m1147780171 (SoapMethodAttribute_t1935009310 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__useAttribute_7(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::get_XmlNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* SoapMethodAttribute_get_XmlNamespace_m4029617514 (SoapMethodAttribute_t1935009310 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_8(); return L_0; } } // System.Void System.Runtime.Remoting.Metadata.SoapMethodAttribute::SetReflectionObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void SoapMethodAttribute_SetReflectionObject_m503748123 (SoapMethodAttribute_t1935009310 * __this, RuntimeObject * ___reflectionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapMethodAttribute_SetReflectionObject_m503748123_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; { RuntimeObject * L_0 = ___reflectionObject0; V_0 = ((MethodBase_t *)CastclassClass((RuntimeObject*)L_0, MethodBase_t_il2cpp_TypeInfo_var)); String_t* L_1 = __this->get__responseElement_3(); if (L_1) { goto IL_0028; } } { MethodBase_t * L_2 = V_0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_3, _stringLiteral1084337761, /*hidden argument*/NULL); __this->set__responseElement_3(L_4); } IL_0028: { String_t* L_5 = __this->get__responseNamespace_4(); if (L_5) { goto IL_003f; } } { MethodBase_t * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); String_t* L_7 = SoapServices_GetXmlNamespaceForMethodResponse_m72953636(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); __this->set__responseNamespace_4(L_7); } IL_003f: { String_t* L_8 = __this->get__returnElement_5(); if (L_8) { goto IL_0055; } } { __this->set__returnElement_5(_stringLiteral3134897496); } IL_0055: { String_t* L_9 = __this->get__soapAction_6(); if (L_9) { goto IL_007c; } } { MethodBase_t * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); String_t* L_11 = SoapServices_GetXmlNamespaceForMethodCall_m4199193440(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); MethodBase_t * L_12 = V_0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3755062657(NULL /*static, unused*/, L_11, _stringLiteral3452614525, L_13, /*hidden argument*/NULL); __this->set__soapAction_6(L_14); } IL_007c: { String_t* L_15 = __this->get__namespace_8(); if (L_15) { goto IL_0093; } } { MethodBase_t * L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); String_t* L_17 = SoapServices_GetXmlNamespaceForMethodCall_m4199193440(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); __this->set__namespace_8(L_17); } IL_0093: { 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.Metadata.SoapParameterAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void SoapParameterAttribute__ctor_m2146835121 (SoapParameterAttribute_t1445364003 * __this, const RuntimeMethod* method) { { SoapAttribute__ctor_m1857608874(__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.Metadata.SoapTypeAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void SoapTypeAttribute__ctor_m4090878544 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method) { { SoapAttribute__ctor_m1857608874(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_UseAttribute() extern "C" IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_UseAttribute_m3046604208 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__useAttribute_3(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlElementName() extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlElementName_m2920861364 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlElementName_4(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlNamespace_m1959618787 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlNamespace_5(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeName_m3319890470 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlTypeName_6(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlTypeNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeNamespace_m4211398148 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlTypeNamespace_7(); return L_0; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_IsInteropXmlElement() extern "C" IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlElement_m3413949955 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isElement_9(); return L_0; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_IsInteropXmlType() extern "C" IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlType_m629667929 (SoapTypeAttribute_t1750930817 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isType_8(); return L_0; } } // System.Void System.Runtime.Remoting.Metadata.SoapTypeAttribute::SetReflectionObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void SoapTypeAttribute_SetReflectionObject_m1691526413 (SoapTypeAttribute_t1750930817 * __this, RuntimeObject * ___reflectionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapTypeAttribute_SetReflectionObject_m1691526413_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___reflectionObject0; V_0 = ((Type_t *)CastclassClass((RuntimeObject*)L_0, Type_t_il2cpp_TypeInfo_var)); String_t* L_1 = __this->get__xmlElementName_4(); if (L_1) { goto IL_001e; } } { Type_t * L_2 = V_0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2); __this->set__xmlElementName_4(L_3); } IL_001e: { String_t* L_4 = __this->get__xmlTypeName_6(); if (L_4) { goto IL_0035; } } { Type_t * L_5 = V_0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5); __this->set__xmlTypeName_6(L_6); } IL_0035: { String_t* L_7 = __this->get__xmlTypeNamespace_7(); if (L_7) { goto IL_0088; } } { Type_t * L_8 = V_0; NullCheck(L_8); Assembly_t * L_9 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_8); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_11); Assembly_t * L_12 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_11); if ((!(((RuntimeObject*)(Assembly_t *)L_9) == ((RuntimeObject*)(Assembly_t *)L_12)))) { goto IL_0065; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_13; goto IL_0076; } IL_0065: { Type_t * L_14 = V_0; NullCheck(L_14); Assembly_t * L_15 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_14); NullCheck(L_15); AssemblyName_t270931938 * L_16 = VirtFuncInvoker0< AssemblyName_t270931938 * >::Invoke(20 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_15); NullCheck(L_16); String_t* L_17 = AssemblyName_get_Name_m4072373679(L_16, /*hidden argument*/NULL); V_1 = L_17; } IL_0076: { Type_t * L_18 = V_0; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Type::get_Namespace() */, L_18); String_t* L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); String_t* L_21 = SoapServices_CodeXmlNamespaceForClrTypeNamespace_m4100633536(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); __this->set__xmlTypeNamespace_7(L_21); } IL_0088: { String_t* L_22 = __this->get__xmlNamespace_5(); if (L_22) { goto IL_009f; } } { String_t* L_23 = __this->get__xmlTypeNamespace_7(); __this->set__xmlNamespace_5(L_23); } IL_009f: { 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.ObjRef::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjRef__ctor_m823137228 (ObjRef_t2141158884 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ObjRef_UpdateChannelInfo_m871421559(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.ObjRef::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ObjRef__ctor_m1843524090 (ObjRef_t2141158884 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjRef__ctor_m1843524090_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfoEnumerator_t2232395945 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; String_t* V_4 = NULL; Dictionary_2_t2736202052 * V_5 = NULL; int32_t V_6 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; NullCheck(L_0); SerializationInfoEnumerator_t2232395945 * L_1 = SerializationInfo_GetEnumerator_m1082663843(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = (bool)1; goto IL_016d; } IL_0014: { SerializationInfoEnumerator_t2232395945 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = SerializationInfoEnumerator_get_Name_m4203920197(L_2, /*hidden argument*/NULL); V_4 = L_3; String_t* L_4 = V_4; if (!L_4) { goto IL_0167; } } { IL2CPP_RUNTIME_CLASS_INIT(ObjRef_t2141158884_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_5 = ((ObjRef_t2141158884_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t2141158884_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map21_8(); if (L_5) { goto IL_008a; } } { Dictionary_2_t2736202052 * L_6 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_6, 6, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_5 = L_6; Dictionary_2_t2736202052 * L_7 = V_5; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral3313977880, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_5; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral3667667319, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_5; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral335231881, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_5; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral3544678862, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_5; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral3779179069, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_5; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral293480521, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_5; IL2CPP_RUNTIME_CLASS_INIT(ObjRef_t2141158884_il2cpp_TypeInfo_var); ((ObjRef_t2141158884_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t2141158884_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map21_8(L_13); } IL_008a: { IL2CPP_RUNTIME_CLASS_INIT(ObjRef_t2141158884_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_14 = ((ObjRef_t2141158884_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t2141158884_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map21_8(); String_t* L_15 = V_4; NullCheck(L_14); bool L_16 = Dictionary_2_TryGetValue_m1013208020(L_14, L_15, (&V_6), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_16) { goto IL_0167; } } { int32_t L_17 = V_6; switch (L_17) { case 0: { goto IL_00c1; } case 1: { goto IL_00d7; } case 2: { goto IL_00ed; } case 3: { goto IL_0103; } case 4: { goto IL_0119; } case 5: { goto IL_0151; } } } { goto IL_0167; } IL_00c1: { SerializationInfoEnumerator_t2232395945 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19 = SerializationInfoEnumerator_get_Value_m433044828(L_18, /*hidden argument*/NULL); __this->set_uri_1(((String_t*)CastclassSealed((RuntimeObject*)L_19, String_t_il2cpp_TypeInfo_var))); goto IL_016d; } IL_00d7: { SerializationInfoEnumerator_t2232395945 * L_20 = V_0; NullCheck(L_20); RuntimeObject * L_21 = SerializationInfoEnumerator_get_Value_m433044828(L_20, /*hidden argument*/NULL); __this->set_typeInfo_2(((RuntimeObject*)Castclass((RuntimeObject*)L_21, IRemotingTypeInfo_t2222593263_il2cpp_TypeInfo_var))); goto IL_016d; } IL_00ed: { SerializationInfoEnumerator_t2232395945 * L_22 = V_0; NullCheck(L_22); RuntimeObject * L_23 = SerializationInfoEnumerator_get_Value_m433044828(L_22, /*hidden argument*/NULL); __this->set_channel_info_0(((RuntimeObject*)Castclass((RuntimeObject*)L_23, IChannelInfo_t3866172133_il2cpp_TypeInfo_var))); goto IL_016d; } IL_0103: { SerializationInfoEnumerator_t2232395945 * L_24 = V_0; NullCheck(L_24); RuntimeObject * L_25 = SerializationInfoEnumerator_get_Value_m433044828(L_24, /*hidden argument*/NULL); __this->set_envoyInfo_3(((RuntimeObject*)Castclass((RuntimeObject*)L_25, IEnvoyInfo_t2180778907_il2cpp_TypeInfo_var))); goto IL_016d; } IL_0119: { SerializationInfoEnumerator_t2232395945 * L_26 = V_0; NullCheck(L_26); RuntimeObject * L_27 = SerializationInfoEnumerator_get_Value_m433044828(L_26, /*hidden argument*/NULL); V_3 = L_27; RuntimeObject * L_28 = V_3; if (!((String_t*)IsInstSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var))) { goto IL_013d; } } { RuntimeObject * L_29 = V_3; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_29, IConvertible_t2977365677_il2cpp_TypeInfo_var))); int32_t L_30 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_29, IConvertible_t2977365677_il2cpp_TypeInfo_var)), (RuntimeObject*)NULL); V_2 = L_30; goto IL_0144; } IL_013d: { RuntimeObject * L_31 = V_3; V_2 = ((*(int32_t*)((int32_t*)UnBox(L_31, Int32_t2950945753_il2cpp_TypeInfo_var)))); } IL_0144: { int32_t L_32 = V_2; if (L_32) { goto IL_014c; } } { V_1 = (bool)0; } IL_014c: { goto IL_016d; } IL_0151: { SerializationInfoEnumerator_t2232395945 * L_33 = V_0; NullCheck(L_33); RuntimeObject * L_34 = SerializationInfoEnumerator_get_Value_m433044828(L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_35 = Convert_ToInt32_m2608095889(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); __this->set_flags_4(L_35); goto IL_016d; } IL_0167: { NotSupportedException_t1314879016 * L_36 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_36, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,ObjRef__ctor_m1843524090_RuntimeMethod_var); } IL_016d: { SerializationInfoEnumerator_t2232395945 * L_37 = V_0; NullCheck(L_37); bool L_38 = SerializationInfoEnumerator_MoveNext_m2496151825(L_37, /*hidden argument*/NULL); if (L_38) { goto IL_0014; } } { bool L_39 = V_1; if (!L_39) { goto IL_0190; } } { int32_t L_40 = __this->get_flags_4(); IL2CPP_RUNTIME_CLASS_INIT(ObjRef_t2141158884_il2cpp_TypeInfo_var); int32_t L_41 = ((ObjRef_t2141158884_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t2141158884_il2cpp_TypeInfo_var))->get_MarshalledObjectRef_6(); __this->set_flags_4(((int32_t)((int32_t)L_40|(int32_t)L_41))); } IL_0190: { return; } } // System.Void System.Runtime.Remoting.ObjRef::.cctor() extern "C" IL2CPP_METHOD_ATTR void ObjRef__cctor_m1958474437 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjRef__cctor_m1958474437_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ObjRef_t2141158884_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t2141158884_il2cpp_TypeInfo_var))->set_MarshalledObjectRef_6(1); ((ObjRef_t2141158884_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t2141158884_il2cpp_TypeInfo_var))->set_WellKnowObjectRef_7(2); return; } } // System.Boolean System.Runtime.Remoting.ObjRef::get_IsReferenceToWellKnow() extern "C" IL2CPP_METHOD_ATTR bool ObjRef_get_IsReferenceToWellKnow_m3951611746 (ObjRef_t2141158884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjRef_get_IsReferenceToWellKnow_m3951611746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_flags_4(); IL2CPP_RUNTIME_CLASS_INIT(ObjRef_t2141158884_il2cpp_TypeInfo_var); int32_t L_1 = ((ObjRef_t2141158884_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t2141158884_il2cpp_TypeInfo_var))->get_WellKnowObjectRef_7(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) > ((int32_t)0))? 1 : 0); } } // System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::get_ChannelInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ObjRef_get_ChannelInfo_m434196038 (ObjRef_t2141158884 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_channel_info_0(); return L_0; } } // System.Runtime.Remoting.IEnvoyInfo System.Runtime.Remoting.ObjRef::get_EnvoyInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ObjRef_get_EnvoyInfo_m1782007847 (ObjRef_t2141158884 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_envoyInfo_3(); return L_0; } } // System.Void System.Runtime.Remoting.ObjRef::set_EnvoyInfo(System.Runtime.Remoting.IEnvoyInfo) extern "C" IL2CPP_METHOD_ATTR void ObjRef_set_EnvoyInfo_m3653812956 (ObjRef_t2141158884 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_envoyInfo_3(L_0); return; } } // System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::get_TypeInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ObjRef_get_TypeInfo_m1614059810 (ObjRef_t2141158884 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_typeInfo_2(); return L_0; } } // System.Void System.Runtime.Remoting.ObjRef::set_TypeInfo(System.Runtime.Remoting.IRemotingTypeInfo) extern "C" IL2CPP_METHOD_ATTR void ObjRef_set_TypeInfo_m2180735217 (ObjRef_t2141158884 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_typeInfo_2(L_0); return; } } // System.String System.Runtime.Remoting.ObjRef::get_URI() extern "C" IL2CPP_METHOD_ATTR String_t* ObjRef_get_URI_m3017576950 (ObjRef_t2141158884 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_uri_1(); return L_0; } } // System.Void System.Runtime.Remoting.ObjRef::set_URI(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjRef_set_URI_m2491129464 (ObjRef_t2141158884 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_uri_1(L_0); return; } } // System.Void System.Runtime.Remoting.ObjRef::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ObjRef_GetObjectData_m270012899 (ObjRef_t2141158884 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjRef_GetObjectData_m270012899_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_0); SerializationInfo_SetType_m3923964808(L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = __this->get_uri_1(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral3313977880, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; RuntimeObject* L_5 = __this->get_typeInfo_2(); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (IRemotingTypeInfo_t2222593263_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_4); SerializationInfo_AddValue_m3906743584(L_4, _stringLiteral3667667319, L_5, L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; RuntimeObject* L_9 = __this->get_envoyInfo_3(); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (IEnvoyInfo_t2180778907_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_8); SerializationInfo_AddValue_m3906743584(L_8, _stringLiteral3544678862, L_9, L_11, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_12 = ___info0; RuntimeObject* L_13 = __this->get_channel_info_0(); RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (IChannelInfo_t3866172133_0_0_0_var) }; Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_12); SerializationInfo_AddValue_m3906743584(L_12, _stringLiteral335231881, L_13, L_15, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_16 = ___info0; int32_t L_17 = __this->get_flags_4(); NullCheck(L_16); SerializationInfo_AddValue_m412754688(L_16, _stringLiteral293480521, L_17, /*hidden argument*/NULL); return; } } // System.Object System.Runtime.Remoting.ObjRef::GetRealObject(System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjRef_GetRealObject_m2243479605 (ObjRef_t2141158884 * __this, StreamingContext_t3711869237 ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjRef_GetRealObject_m2243479605_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_flags_4(); IL2CPP_RUNTIME_CLASS_INIT(ObjRef_t2141158884_il2cpp_TypeInfo_var); int32_t L_1 = ((ObjRef_t2141158884_StaticFields*)il2cpp_codegen_static_fields_for(ObjRef_t2141158884_il2cpp_TypeInfo_var))->get_MarshalledObjectRef_6(); if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) <= ((int32_t)0))) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RuntimeObject * L_2 = RemotingServices_Unmarshal_m3744595373(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_2; } IL_0019: { return __this; } } // System.Void System.Runtime.Remoting.ObjRef::UpdateChannelInfo() extern "C" IL2CPP_METHOD_ATTR void ObjRef_UpdateChannelInfo_m871421559 (ObjRef_t2141158884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjRef_UpdateChannelInfo_m871421559_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ChannelInfo_t2064577689 * L_0 = (ChannelInfo_t2064577689 *)il2cpp_codegen_object_new(ChannelInfo_t2064577689_il2cpp_TypeInfo_var); ChannelInfo__ctor_m1094732233(L_0, /*hidden argument*/NULL); __this->set_channel_info_0(L_0); return; } } // System.Type System.Runtime.Remoting.ObjRef::get_ServerType() extern "C" IL2CPP_METHOD_ATTR Type_t * ObjRef_get_ServerType_m4102914975 (ObjRef_t2141158884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjRef_get_ServerType_m4102914975_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get__serverType_5(); if (L_0) { goto IL_0021; } } { RuntimeObject* L_1 = __this->get_typeInfo_2(); NullCheck(L_1); String_t* L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Runtime.Remoting.IRemotingTypeInfo::get_TypeName() */, IRemotingTypeInfo_t2222593263_il2cpp_TypeInfo_var, L_1); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_2, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); __this->set__serverType_5(L_3); } IL_0021: { Type_t * L_4 = __this->get__serverType_5(); 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.ProviderData::.ctor() extern "C" IL2CPP_METHOD_ATTR void ProviderData__ctor_m2835711616 (ProviderData_t3272123318 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProviderData__ctor_m2835711616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set_CustomProperties_3(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.ProviderData::CopyFrom(System.Runtime.Remoting.ProviderData) extern "C" IL2CPP_METHOD_ATTR void ProviderData_CopyFrom_m3402276734 (ProviderData_t3272123318 * __this, ProviderData_t3272123318 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProviderData_CopyFrom_m3402276734_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; SinkProviderData_t4151372974 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = __this->get_Ref_0(); if (L_0) { goto IL_0017; } } { ProviderData_t3272123318 * L_1 = ___other0; NullCheck(L_1); String_t* L_2 = L_1->get_Ref_0(); __this->set_Ref_0(L_2); } IL_0017: { String_t* L_3 = __this->get_Id_2(); if (L_3) { goto IL_002e; } } { ProviderData_t3272123318 * L_4 = ___other0; NullCheck(L_4); String_t* L_5 = L_4->get_Id_2(); __this->set_Id_2(L_5); } IL_002e: { String_t* L_6 = __this->get_Type_1(); if (L_6) { goto IL_0045; } } { ProviderData_t3272123318 * L_7 = ___other0; NullCheck(L_7); String_t* L_8 = L_7->get_Type_1(); __this->set_Type_1(L_8); } IL_0045: { ProviderData_t3272123318 * L_9 = ___other0; NullCheck(L_9); Hashtable_t1853889766 * L_10 = L_9->get_CustomProperties_3(); NullCheck(L_10); RuntimeObject* L_11 = VirtFuncInvoker0< RuntimeObject* >::Invoke(36 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_10); V_1 = L_11; } IL_0051: try { // begin try (depth: 1) { goto IL_0092; } IL_0056: { RuntimeObject* L_12 = V_1; NullCheck(L_12); RuntimeObject * L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); V_0 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_13, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); Hashtable_t1853889766 * L_14 = __this->get_CustomProperties_3(); RuntimeObject * L_15 = DictionaryEntry_get_Key_m3117378551((&V_0), /*hidden argument*/NULL); NullCheck(L_14); bool L_16 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_14, L_15); if (L_16) { goto IL_0092; } } IL_0079: { Hashtable_t1853889766 * L_17 = __this->get_CustomProperties_3(); RuntimeObject * L_18 = DictionaryEntry_get_Key_m3117378551((&V_0), /*hidden argument*/NULL); RuntimeObject * L_19 = DictionaryEntry_get_Value_m618120527((&V_0), /*hidden argument*/NULL); NullCheck(L_17); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_17, L_18, L_19); } IL_0092: { RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_0056; } } IL_009d: { IL2CPP_LEAVE(0xB7, FINALLY_00a2); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a2; } FINALLY_00a2: { // begin finally (depth: 1) { RuntimeObject* L_22 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_4; if (L_23) { goto IL_00af; } } IL_00ae: { IL2CPP_END_FINALLY(162) } IL_00af: { RuntimeObject* L_24 = V_4; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_24); IL2CPP_END_FINALLY(162) } } // end finally (depth: 1) IL2CPP_CLEANUP(162) { IL2CPP_JUMP_TBL(0xB7, IL_00b7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b7: { ProviderData_t3272123318 * L_25 = ___other0; NullCheck(L_25); RuntimeObject* L_26 = L_25->get_CustomData_4(); if (!L_26) { goto IL_0127; } } { RuntimeObject* L_27 = __this->get_CustomData_4(); if (L_27) { goto IL_00d8; } } { ArrayList_t2718874744 * L_28 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_28, /*hidden argument*/NULL); __this->set_CustomData_4(L_28); } IL_00d8: { ProviderData_t3272123318 * L_29 = ___other0; NullCheck(L_29); RuntimeObject* L_30 = L_29->get_CustomData_4(); NullCheck(L_30); RuntimeObject* L_31 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_30); V_3 = L_31; } IL_00e4: try { // begin try (depth: 1) { goto IL_0102; } IL_00e9: { RuntimeObject* L_32 = V_3; NullCheck(L_32); RuntimeObject * L_33 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_32); V_2 = ((SinkProviderData_t4151372974 *)CastclassClass((RuntimeObject*)L_33, SinkProviderData_t4151372974_il2cpp_TypeInfo_var)); RuntimeObject* L_34 = __this->get_CustomData_4(); SinkProviderData_t4151372974 * L_35 = V_2; NullCheck(L_34); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_34, L_35); } IL_0102: { RuntimeObject* L_36 = V_3; NullCheck(L_36); bool L_37 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_36); if (L_37) { goto IL_00e9; } } IL_010d: { IL2CPP_LEAVE(0x127, FINALLY_0112); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0112; } FINALLY_0112: { // begin finally (depth: 1) { RuntimeObject* L_38 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_38, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_39 = V_5; if (L_39) { goto IL_011f; } } IL_011e: { IL2CPP_END_FINALLY(274) } IL_011f: { RuntimeObject* L_40 = V_5; NullCheck(L_40); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_40); IL2CPP_END_FINALLY(274) } } // end finally (depth: 1) IL2CPP_CLEANUP(274) { IL2CPP_JUMP_TBL(0x127, IL_0127) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0127: { 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.MarshalByRefObject System.Runtime.Remoting.Proxies.ProxyAttribute::CreateInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR MarshalByRefObject_t2760389100 * ProxyAttribute_CreateInstance_m1531306115 (ProxyAttribute_t455382724 * __this, Type_t * ___serverType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyAttribute_CreateInstance_m1531306115_MetadataUsageId); s_Il2CppMethodInitialized = true; } RemotingProxy_t2444335113 * V_0 = NULL; { Type_t * L_0 = ___serverType0; IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_t3942013484_il2cpp_TypeInfo_var); String_t* L_1 = ((ChannelServices_t3942013484_StaticFields*)il2cpp_codegen_static_fields_for(ChannelServices_t3942013484_il2cpp_TypeInfo_var))->get_CrossContextUrl_3(); RemotingProxy_t2444335113 * L_2 = (RemotingProxy_t2444335113 *)il2cpp_codegen_object_new(RemotingProxy_t2444335113_il2cpp_TypeInfo_var); RemotingProxy__ctor_m2714995444(L_2, L_0, L_1, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); V_0 = L_2; RemotingProxy_t2444335113 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, L_3); return ((MarshalByRefObject_t2760389100 *)CastclassClass((RuntimeObject*)L_4, MarshalByRefObject_t2760389100_il2cpp_TypeInfo_var)); } } // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.Proxies.ProxyAttribute::CreateProxy(System.Runtime.Remoting.ObjRef,System.Type,System.Object,System.Runtime.Remoting.Contexts.Context) extern "C" IL2CPP_METHOD_ATTR RealProxy_t2312050253 * ProxyAttribute_CreateProxy_m2826946776 (ProxyAttribute_t455382724 * __this, ObjRef_t2141158884 * ___objRef0, Type_t * ___serverType1, RuntimeObject * ___serverObject2, Context_t3285446944 * ___serverContext3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyAttribute_CreateProxy_m2826946776_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjRef_t2141158884 * L_0 = ___objRef0; Type_t * L_1 = ___serverType1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RuntimeObject * L_2 = RemotingServices_GetProxyForRemoteObject_m1790739297(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); RealProxy_t2312050253 * L_3 = RemotingServices_GetRealProxy_m2081098851(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Runtime.Remoting.Proxies.ProxyAttribute::GetPropertiesForNewContext(System.Runtime.Remoting.Activation.IConstructionCallMessage) extern "C" IL2CPP_METHOD_ATTR void ProxyAttribute_GetPropertiesForNewContext_m3751460645 (ProxyAttribute_t455382724 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Runtime.Remoting.Proxies.ProxyAttribute::IsContextOK(System.Runtime.Remoting.Contexts.Context,System.Runtime.Remoting.Activation.IConstructionCallMessage) extern "C" IL2CPP_METHOD_ATTR bool ProxyAttribute_IsContextOK_m1572386839 (ProxyAttribute_t455382724 * __this, Context_t3285446944 * ___ctx0, RuntimeObject* ___msg1, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void RealProxy__ctor_m1860285982 (RealProxy_t2312050253 * __this, Type_t * ___classToProxy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RealProxy__ctor_m1860285982_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___classToProxy0; RealProxy__ctor_m192642440(__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) extern "C" IL2CPP_METHOD_ATTR void RealProxy__ctor_m192459610 (RealProxy_t2312050253 * __this, Type_t * ___classToProxy0, ClientIdentity_t1428046844 * ___identity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RealProxy__ctor_m192459610_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___classToProxy0; RealProxy__ctor_m192642440(__this, L_0, (intptr_t)(0), NULL, /*hidden argument*/NULL); ClientIdentity_t1428046844 * L_1 = ___identity1; __this->set__objectIdentity_5(L_1); return; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type,System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void RealProxy__ctor_m192642440 (RealProxy_t2312050253 * __this, Type_t * ___classToProxy0, intptr_t ___stub1, RuntimeObject * ___stubData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RealProxy__ctor_m192642440_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__targetDomainId_3((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Type_t * L_0 = ___classToProxy0; NullCheck(L_0); bool L_1 = Type_get_IsMarshalByRef_m1681525688(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_002e; } } { Type_t * L_2 = ___classToProxy0; NullCheck(L_2); bool L_3 = Type_get_IsInterface_m3284996719(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002e; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral2282728454, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,RealProxy__ctor_m192642440_RuntimeMethod_var); } IL_002e: { Type_t * L_5 = ___classToProxy0; __this->set_class_to_proxy_0(L_5); intptr_t L_6 = ___stub1; bool L_7 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_6, (intptr_t)(0), /*hidden argument*/NULL); if (!L_7) { goto IL_0050; } } { NotSupportedException_t1314879016 * L_8 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_8, _stringLiteral4252271005, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,RealProxy__ctor_m192642440_RuntimeMethod_var); } IL_0050: { return; } } // System.Type System.Runtime.Remoting.Proxies.RealProxy::InternalGetProxyType(System.Object) extern "C" IL2CPP_METHOD_ATTR Type_t * RealProxy_InternalGetProxyType_m2154819545 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___transparentProxy0, const RuntimeMethod* method) { typedef Type_t * (*RealProxy_InternalGetProxyType_m2154819545_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((RealProxy_InternalGetProxyType_m2154819545_ftn)mscorlib::System::Runtime::Remoting::Proxies::RealProxy::InternalGetProxyType) (___transparentProxy0); } // System.Type System.Runtime.Remoting.Proxies.RealProxy::GetProxiedType() extern "C" IL2CPP_METHOD_ATTR Type_t * RealProxy_GetProxiedType_m130698758 (RealProxy_t2312050253 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RealProxy_GetProxiedType_m130698758_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get__objTP_6(); if (L_0) { goto IL_002d; } } { Type_t * L_1 = __this->get_class_to_proxy_0(); NullCheck(L_1); bool L_2 = Type_get_IsInterface_m3284996719(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (MarshalByRefObject_t2760389100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return L_4; } IL_0026: { Type_t * L_5 = __this->get_class_to_proxy_0(); return L_5; } IL_002d: { RuntimeObject * L_6 = __this->get__objTP_6(); Type_t * L_7 = RealProxy_InternalGetProxyType_m2154819545(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_7; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void RealProxy_GetObjectData_m3709348912 (RealProxy_t2312050253 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RealProxy_GetObjectData_m3709348912_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, __this); V_0 = L_0; RuntimeObject * L_1 = V_0; SerializationInfo_t950877179 * L_2 = ___info0; StreamingContext_t3711869237 L_3 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_GetObjectData_m3902019633(NULL /*static, unused*/, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Runtime.Remoting.Identity System.Runtime.Remoting.Proxies.RealProxy::get_ObjectIdentity() extern "C" IL2CPP_METHOD_ATTR Identity_t1873279371 * RealProxy_get_ObjectIdentity_m2790771985 (RealProxy_t2312050253 * __this, const RuntimeMethod* method) { { Identity_t1873279371 * L_0 = __this->get__objectIdentity_5(); return L_0; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::set_ObjectIdentity(System.Runtime.Remoting.Identity) extern "C" IL2CPP_METHOD_ATTR void RealProxy_set_ObjectIdentity_m1045687518 (RealProxy_t2312050253 * __this, Identity_t1873279371 * ___value0, const RuntimeMethod* method) { { Identity_t1873279371 * L_0 = ___value0; __this->set__objectIdentity_5(L_0); return; } } // System.Object System.Runtime.Remoting.Proxies.RealProxy::InternalGetTransparentProxy(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RealProxy_InternalGetTransparentProxy_m1765012608 (RealProxy_t2312050253 * __this, String_t* ___className0, const RuntimeMethod* method) { typedef RuntimeObject * (*RealProxy_InternalGetTransparentProxy_m1765012608_ftn) (RealProxy_t2312050253 *, String_t*); using namespace il2cpp::icalls; return ((RealProxy_InternalGetTransparentProxy_m1765012608_ftn)mscorlib::System::Runtime::Remoting::Proxies::RealProxy::InternalGetTransparentProxy) (__this, ___className0); } // System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RealProxy_GetTransparentProxy_m3318846301 (RealProxy_t2312050253 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RealProxy_GetTransparentProxy_m3318846301_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject * L_0 = __this->get__objTP_6(); if (L_0) { goto IL_0069; } } { V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)__this, IRemotingTypeInfo_t2222593263_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_1; if (!L_1) { goto IL_0050; } } { RuntimeObject* L_2 = V_1; NullCheck(L_2); String_t* L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Runtime.Remoting.IRemotingTypeInfo::get_TypeName() */, IRemotingTypeInfo_t2222593263_il2cpp_TypeInfo_var, L_2); V_0 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_003f; } } { String_t* L_5 = V_0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (MarshalByRefObject_t2760389100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004b; } } IL_003f: { Type_t * L_10 = __this->get_class_to_proxy_0(); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_10); V_0 = L_11; } IL_004b: { goto IL_005c; } IL_0050: { Type_t * L_12 = __this->get_class_to_proxy_0(); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_12); V_0 = L_13; } IL_005c: { String_t* L_14 = V_0; RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, String_t* >::Invoke(5 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::InternalGetTransparentProxy(System.String) */, __this, L_14); __this->set__objTP_6(L_15); } IL_0069: { RuntimeObject * L_16 = __this->get__objTP_6(); return L_16; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::SetTargetDomain(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RealProxy_SetTargetDomain_m1886392211 (RealProxy_t2312050253 * __this, int32_t ___domainId0, const RuntimeMethod* method) { { int32_t L_0 = ___domainId0; __this->set__targetDomainId_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::.ctor(System.Type,System.Runtime.Remoting.ClientIdentity) extern "C" IL2CPP_METHOD_ATTR void RemotingProxy__ctor_m1504681762 (RemotingProxy_t2444335113 * __this, Type_t * ___type0, ClientIdentity_t1428046844 * ___identity1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ClientIdentity_t1428046844 * L_1 = ___identity1; RealProxy__ctor_m192459610(__this, L_0, L_1, /*hidden argument*/NULL); ClientIdentity_t1428046844 * L_2 = ___identity1; NullCheck(L_2); RuntimeObject* L_3 = Identity_get_ChannelSink_m3905420913(L_2, /*hidden argument*/NULL); __this->set__sink_10(L_3); __this->set__hasEnvoySink_11((bool)0); ClientIdentity_t1428046844 * L_4 = ___identity1; NullCheck(L_4); String_t* L_5 = ClientIdentity_get_TargetUri_m648770569(L_4, /*hidden argument*/NULL); ((RealProxy_t2312050253 *)__this)->set__targetUri_4(L_5); return; } } // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::.ctor(System.Type,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void RemotingProxy__ctor_m2714995444 (RemotingProxy_t2444335113 * __this, Type_t * ___type0, String_t* ___activationUrl1, ObjectU5BU5D_t2843939325* ___activationAttributes2, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; RealProxy__ctor_m1860285982(__this, L_0, /*hidden argument*/NULL); __this->set__hasEnvoySink_11((bool)0); Type_t * L_1 = ___type0; String_t* L_2 = ___activationUrl1; ObjectU5BU5D_t2843939325* L_3 = ___activationAttributes2; ConstructionCall_t4011594745 * L_4 = ActivationServices_CreateConstructionCall_m2894682304(NULL /*static, unused*/, L_1, L_2, L_3, /*hidden argument*/NULL); __this->set__ctorCall_12(L_4); return; } } // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::.cctor() extern "C" IL2CPP_METHOD_ATTR void RemotingProxy__cctor_m4096951805 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingProxy__cctor_m4096951805_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); NullCheck(L_1); MethodInfo_t * L_2 = Type_GetMethod_m2019726356(L_1, _stringLiteral1568736171, /*hidden argument*/NULL); ((RemotingProxy_t2444335113_StaticFields*)il2cpp_codegen_static_fields_for(RemotingProxy_t2444335113_il2cpp_TypeInfo_var))->set__cache_GetTypeMethod_8(L_2); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_4); MethodInfo_t * L_5 = Type_GetMethod_m2019726356(L_4, _stringLiteral476607165, /*hidden argument*/NULL); ((RemotingProxy_t2444335113_StaticFields*)il2cpp_codegen_static_fields_for(RemotingProxy_t2444335113_il2cpp_TypeInfo_var))->set__cache_GetHashCodeMethod_9(L_5); return; } } // System.String System.Runtime.Remoting.Proxies.RemotingProxy::get_TypeName() extern "C" IL2CPP_METHOD_ATTR String_t* RemotingProxy_get_TypeName_m4085898624 (RemotingProxy_t2444335113 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingProxy_get_TypeName_m4085898624_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjRef_t2141158884 * V_0 = NULL; { Identity_t1873279371 * L_0 = ((RealProxy_t2312050253 *)__this)->get__objectIdentity_5(); if (!((ClientIdentity_t1428046844 *)IsInstClass((RuntimeObject*)L_0, ClientIdentity_t1428046844_il2cpp_TypeInfo_var))) { goto IL_0034; } } { Identity_t1873279371 * L_1 = ((RealProxy_t2312050253 *)__this)->get__objectIdentity_5(); NullCheck(L_1); ObjRef_t2141158884 * L_2 = VirtFuncInvoker1< ObjRef_t2141158884 *, 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_t2141158884 * L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::get_TypeInfo() */, L_3); if (!L_4) { goto IL_0034; } } { ObjRef_t2141158884 * L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6 = VirtFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::get_TypeInfo() */, L_5); NullCheck(L_6); String_t* L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Runtime.Remoting.IRemotingTypeInfo::get_TypeName() */, IRemotingTypeInfo_t2222593263_il2cpp_TypeInfo_var, L_6); return L_7; } IL_0034: { Type_t * L_8 = RealProxy_GetProxiedType_m130698758(__this, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_8); return L_9; } } // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::Finalize() extern "C" IL2CPP_METHOD_ATTR void RemotingProxy_Finalize_m2695236116 (RemotingProxy_t2444335113 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingProxy_Finalize_m2695236116_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { Identity_t1873279371 * L_0 = ((RealProxy_t2312050253 *)__this)->get__objectIdentity_5(); if (!L_0) { goto IL_0026; } } IL_000b: { Identity_t1873279371 * L_1 = ((RealProxy_t2312050253 *)__this)->get__objectIdentity_5(); if (((ClientActivatedIdentity_t3849543081 *)IsInstClass((RuntimeObject*)L_1, ClientActivatedIdentity_t3849543081_il2cpp_TypeInfo_var))) { goto IL_0026; } } IL_001b: { Identity_t1873279371 * L_2 = ((RealProxy_t2312050253 *)__this)->get__objectIdentity_5(); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_DisposeIdentity_m2605848806(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0026: { IL2CPP_LEAVE(0x32, FINALLY_002b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(43) } // end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.RemotingConfiguration::.cctor() extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration__cctor_m2997734064 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration__cctor_m2997734064_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_applicationID_0((String_t*)NULL); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_applicationName_1((String_t*)NULL); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_processGuid_2((String_t*)NULL); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_defaultConfigRead_3((bool)0); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_defaultDelayedConfigRead_4((bool)0); Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_wellKnownClientEntries_6(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_activatedClientEntries_7(L_1); Hashtable_t1853889766 * L_2 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_2, /*hidden argument*/NULL); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_wellKnownServiceEntries_8(L_2); Hashtable_t1853889766 * L_3 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_3, /*hidden argument*/NULL); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_activatedServiceEntries_9(L_3); Hashtable_t1853889766 * L_4 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_4, /*hidden argument*/NULL); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_channelTemplates_10(L_4); Hashtable_t1853889766 * L_5 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_5, /*hidden argument*/NULL); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_clientProviderTemplates_11(L_5); Hashtable_t1853889766 * L_6 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_6, /*hidden argument*/NULL); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_serverProviderTemplates_12(L_6); return; } } // System.String System.Runtime.Remoting.RemotingConfiguration::get_ApplicationName() extern "C" IL2CPP_METHOD_ATTR String_t* RemotingConfiguration_get_ApplicationName_m593755586 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_get_ApplicationName_m593755586_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); String_t* L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_applicationName_1(); return L_0; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::set_ApplicationName(System.String) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_set_ApplicationName_m2517000516 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_set_ApplicationName_m2517000516_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_applicationName_1(L_0); return; } } // System.String System.Runtime.Remoting.RemotingConfiguration::get_ProcessId() extern "C" IL2CPP_METHOD_ATTR String_t* RemotingConfiguration_get_ProcessId_m2180277012 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_get_ProcessId_m2180277012_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); String_t* L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_processGuid_2(); if (L_0) { goto IL_0014; } } { String_t* L_1 = AppDomain_GetProcessGuid_m3316193837(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_processGuid_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); String_t* L_2 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_processGuid_2(); return L_2; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::LoadDefaultDelayedChannels() extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_LoadDefaultDelayedChannels_m1289761552 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_LoadDefaultDelayedChannels_m1289761552_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; SmallXmlParser_t973787839 * V_1 = NULL; TextReader_t283511965 * V_2 = NULL; ConfigHandler_t4192437216 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); bool L_2 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_defaultDelayedConfigRead_4(); if (L_2) { goto IL_0020; } } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); bool L_3 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_defaultConfigRead_3(); if (!L_3) { goto IL_0025; } } IL_0020: { IL2CPP_LEAVE(0x69, FINALLY_0062); } IL_0025: { SmallXmlParser_t973787839 * L_4 = (SmallXmlParser_t973787839 *)il2cpp_codegen_object_new(SmallXmlParser_t973787839_il2cpp_TypeInfo_var); SmallXmlParser__ctor_m202236734(L_4, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = Environment_GetMachineConfigPath_m43519138(NULL /*static, unused*/, /*hidden argument*/NULL); StreamReader_t4009935899 * L_6 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m1616861391(L_6, L_5, /*hidden argument*/NULL); V_2 = L_6; } IL_0036: try { // begin try (depth: 2) ConfigHandler_t4192437216 * L_7 = (ConfigHandler_t4192437216 *)il2cpp_codegen_object_new(ConfigHandler_t4192437216_il2cpp_TypeInfo_var); ConfigHandler__ctor_m1707380160(L_7, (bool)1, /*hidden argument*/NULL); V_3 = L_7; SmallXmlParser_t973787839 * L_8 = V_1; TextReader_t283511965 * L_9 = V_2; ConfigHandler_t4192437216 * L_10 = V_3; NullCheck(L_8); SmallXmlParser_Parse_m2140493703(L_8, L_9, L_10, /*hidden argument*/NULL); IL2CPP_LEAVE(0x57, FINALLY_004a); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004a; } FINALLY_004a: { // begin finally (depth: 2) { TextReader_t283511965 * L_11 = V_2; if (!L_11) { goto IL_0056; } } IL_0050: { TextReader_t283511965 * L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_12); } IL_0056: { IL2CPP_END_FINALLY(74) } } // end finally (depth: 2) IL2CPP_CLEANUP(74) { IL2CPP_JUMP_TBL(0x57, IL_0057) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0057: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set_defaultDelayedConfigRead_4((bool)1); IL2CPP_LEAVE(0x69, FINALLY_0062); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0062; } FINALLY_0062: { // begin finally (depth: 1) Hashtable_t1853889766 * L_13 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); IL2CPP_END_FINALLY(98) } // end finally (depth: 1) IL2CPP_CLEANUP(98) { IL2CPP_JUMP_TBL(0x69, IL_0069) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0069: { return; } } // System.Runtime.Remoting.ActivatedClientTypeEntry System.Runtime.Remoting.RemotingConfiguration::IsRemotelyActivatedClientType(System.Type) extern "C" IL2CPP_METHOD_ATTR ActivatedClientTypeEntry_t761233661 * RemotingConfiguration_IsRemotelyActivatedClientType_m4117048589 (RuntimeObject * __this /* static, unused */, Type_t * ___svrType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_IsRemotelyActivatedClientType_m4117048589_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; ActivatedClientTypeEntry_t761233661 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_activatedClientEntries_7(); Type_t * L_3 = ___svrType0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_1 = ((ActivatedClientTypeEntry_t761233661 *)IsInstClass((RuntimeObject*)L_4, ActivatedClientTypeEntry_t761233661_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x2E, FINALLY_0027); } IL_0022: { ; // IL_0022: leave IL_002e } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0027; } FINALLY_0027: { // begin finally (depth: 1) Hashtable_t1853889766 * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(39) } // end finally (depth: 1) IL2CPP_CLEANUP(39) { IL2CPP_JUMP_TBL(0x2E, IL_002e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002e: { ActivatedClientTypeEntry_t761233661 * L_6 = V_1; return L_6; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedClientType(System.Runtime.Remoting.ActivatedClientTypeEntry) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedClientType_m4212089575 (RuntimeObject * __this /* static, unused */, ActivatedClientTypeEntry_t761233661 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_RegisterActivatedClientType_m4212089575_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_wellKnownClientEntries_6(); ActivatedClientTypeEntry_t761233661 * L_3 = ___entry0; NullCheck(L_3); Type_t * L_4 = ActivatedClientTypeEntry_get_ObjectType_m1969125393(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_2, L_4); if (L_5) { goto IL_0036; } } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_6 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_activatedClientEntries_7(); ActivatedClientTypeEntry_t761233661 * L_7 = ___entry0; NullCheck(L_7); Type_t * L_8 = ActivatedClientTypeEntry_get_ObjectType_m1969125393(L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_6, L_8); if (!L_9) { goto IL_0056; } } IL_0036: { ActivatedClientTypeEntry_t761233661 * L_10 = ___entry0; NullCheck(L_10); Type_t * L_11 = ActivatedClientTypeEntry_get_ObjectType_m1969125393(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1306504071, L_12, _stringLiteral2326069976, /*hidden argument*/NULL); RemotingException_t2290474311 * L_14 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,RemotingConfiguration_RegisterActivatedClientType_m4212089575_RuntimeMethod_var); } IL_0056: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_15 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_activatedClientEntries_7(); ActivatedClientTypeEntry_t761233661 * L_16 = ___entry0; NullCheck(L_16); Type_t * L_17 = ActivatedClientTypeEntry_get_ObjectType_m1969125393(L_16, /*hidden argument*/NULL); ActivatedClientTypeEntry_t761233661 * L_18 = ___entry0; NullCheck(L_15); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_15, L_17, L_18); ActivatedClientTypeEntry_t761233661 * L_19 = ___entry0; NullCheck(L_19); Type_t * L_20 = ActivatedClientTypeEntry_get_ObjectType_m1969125393(L_19, /*hidden argument*/NULL); ActivationServices_EnableProxyActivation_m1823951881(NULL /*static, unused*/, L_20, (bool)1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x7F, FINALLY_0078); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: { // begin finally (depth: 1) Hashtable_t1853889766 * L_21 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); IL2CPP_END_FINALLY(120) } // end finally (depth: 1) IL2CPP_CLEANUP(120) { IL2CPP_JUMP_TBL(0x7F, IL_007f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007f: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedServiceType(System.Runtime.Remoting.ActivatedServiceTypeEntry) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedServiceType_m526187030 (RuntimeObject * __this /* static, unused */, ActivatedServiceTypeEntry_t3761108592 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_RegisterActivatedServiceType_m526187030_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_activatedServiceEntries_9(); ActivatedServiceTypeEntry_t3761108592 * L_3 = ___entry0; NullCheck(L_3); Type_t * L_4 = ActivatedServiceTypeEntry_get_ObjectType_m537376111(L_3, /*hidden argument*/NULL); ActivatedServiceTypeEntry_t3761108592 * L_5 = ___entry0; NullCheck(L_2); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_2, L_4, L_5); 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) Hashtable_t1853889766 * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(34) } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_JUMP_TBL(0x29, IL_0029) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0029: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownClientType(System.Runtime.Remoting.WellKnownClientTypeEntry) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownClientType_m1237674062 (RuntimeObject * __this /* static, unused */, WellKnownClientTypeEntry_t1333916391 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_RegisterWellKnownClientType_m1237674062_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_wellKnownClientEntries_6(); WellKnownClientTypeEntry_t1333916391 * L_3 = ___entry0; NullCheck(L_3); Type_t * L_4 = WellKnownClientTypeEntry_get_ObjectType_m1043664788(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_2, L_4); if (L_5) { goto IL_0036; } } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_6 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_activatedClientEntries_7(); WellKnownClientTypeEntry_t1333916391 * L_7 = ___entry0; NullCheck(L_7); Type_t * L_8 = WellKnownClientTypeEntry_get_ObjectType_m1043664788(L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_6, L_8); if (!L_9) { goto IL_0056; } } IL_0036: { WellKnownClientTypeEntry_t1333916391 * L_10 = ___entry0; NullCheck(L_10); Type_t * L_11 = WellKnownClientTypeEntry_get_ObjectType_m1043664788(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1306504071, L_12, _stringLiteral2326069976, /*hidden argument*/NULL); RemotingException_t2290474311 * L_14 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,RemotingConfiguration_RegisterWellKnownClientType_m1237674062_RuntimeMethod_var); } IL_0056: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_15 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_wellKnownClientEntries_6(); WellKnownClientTypeEntry_t1333916391 * L_16 = ___entry0; NullCheck(L_16); Type_t * L_17 = WellKnownClientTypeEntry_get_ObjectType_m1043664788(L_16, /*hidden argument*/NULL); WellKnownClientTypeEntry_t1333916391 * L_18 = ___entry0; NullCheck(L_15); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_15, L_17, L_18); WellKnownClientTypeEntry_t1333916391 * L_19 = ___entry0; NullCheck(L_19); Type_t * L_20 = WellKnownClientTypeEntry_get_ObjectType_m1043664788(L_19, /*hidden argument*/NULL); ActivationServices_EnableProxyActivation_m1823951881(NULL /*static, unused*/, L_20, (bool)1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x7F, FINALLY_0078); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: { // begin finally (depth: 1) Hashtable_t1853889766 * L_21 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); IL2CPP_END_FINALLY(120) } // end finally (depth: 1) IL2CPP_CLEANUP(120) { IL2CPP_JUMP_TBL(0x7F, IL_007f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007f: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownServiceType(System.Runtime.Remoting.WellKnownServiceTypeEntry) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownServiceType_m4099334725 (RuntimeObject * __this /* static, unused */, WellKnownServiceTypeEntry_t2561527180 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_RegisterWellKnownServiceType_m4099334725_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_wellKnownServiceEntries_8(); WellKnownServiceTypeEntry_t2561527180 * L_3 = ___entry0; NullCheck(L_3); String_t* L_4 = WellKnownServiceTypeEntry_get_ObjectUri_m560402900(L_3, /*hidden argument*/NULL); WellKnownServiceTypeEntry_t2561527180 * L_5 = ___entry0; NullCheck(L_2); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_2, L_4, L_5); WellKnownServiceTypeEntry_t2561527180 * L_6 = ___entry0; NullCheck(L_6); Type_t * L_7 = WellKnownServiceTypeEntry_get_ObjectType_m3211195371(L_6, /*hidden argument*/NULL); WellKnownServiceTypeEntry_t2561527180 * L_8 = ___entry0; NullCheck(L_8); String_t* L_9 = WellKnownServiceTypeEntry_get_ObjectUri_m560402900(L_8, /*hidden argument*/NULL); WellKnownServiceTypeEntry_t2561527180 * L_10 = ___entry0; NullCheck(L_10); int32_t L_11 = WellKnownServiceTypeEntry_get_Mode_m514401854(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_CreateWellKnownServerIdentity_m1170328801(NULL /*static, unused*/, L_7, L_9, L_11, /*hidden argument*/NULL); IL2CPP_LEAVE(0x41, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) Hashtable_t1853889766 * L_12 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_JUMP_TBL(0x41, IL_0041) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0041: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterChannelTemplate(System.Runtime.Remoting.ChannelData) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterChannelTemplate_m3105688054 (RuntimeObject * __this /* static, unused */, ChannelData_t3353629972 * ___channel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_RegisterChannelTemplate_m3105688054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_channelTemplates_10(); ChannelData_t3353629972 * L_1 = ___channel0; NullCheck(L_1); String_t* L_2 = L_1->get_Id_2(); ChannelData_t3353629972 * L_3 = ___channel0; NullCheck(L_0); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* 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) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterClientProviderTemplate_m3950558786 (RuntimeObject * __this /* static, unused */, ProviderData_t3272123318 * ___prov0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_RegisterClientProviderTemplate_m3950558786_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_clientProviderTemplates_11(); ProviderData_t3272123318 * L_1 = ___prov0; NullCheck(L_1); String_t* L_2 = L_1->get_Id_2(); ProviderData_t3272123318 * L_3 = ___prov0; NullCheck(L_0); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* 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) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterServerProviderTemplate_m2865814762 (RuntimeObject * __this /* static, unused */, ProviderData_t3272123318 * ___prov0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_RegisterServerProviderTemplate_m2865814762_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_serverProviderTemplates_12(); ProviderData_t3272123318 * L_1 = ___prov0; NullCheck(L_1); String_t* L_2 = L_1->get_Id_2(); ProviderData_t3272123318 * L_3 = ___prov0; NullCheck(L_0); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* 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) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterChannels_m1089224873 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___channels0, bool ___onlyDelayed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_RegisterChannels_m1089224873_MetadataUsageId); s_Il2CppMethodInitialized = true; } ChannelData_t3353629972 * V_0 = NULL; RuntimeObject* V_1 = NULL; ChannelData_t3353629972 * V_2 = NULL; ProviderData_t3272123318 * V_3 = NULL; RuntimeObject* V_4 = NULL; ProviderData_t3272123318 * V_5 = NULL; ProviderData_t3272123318 * V_6 = NULL; RuntimeObject* V_7 = NULL; ProviderData_t3272123318 * V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; RuntimeObject* V_11 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = ___channels0; NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_1 = L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_01d4; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_0 = ((ChannelData_t3353629972 *)CastclassClass((RuntimeObject*)L_3, ChannelData_t3353629972_il2cpp_TypeInfo_var)); bool L_4 = ___onlyDelayed1; if (!L_4) { goto IL_0038; } } IL_001e: { ChannelData_t3353629972 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = L_5->get_DelayLoadAsClientChannel_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral4002445229, /*hidden argument*/NULL); if (!L_7) { goto IL_0038; } } IL_0033: { goto IL_01d4; } IL_0038: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); bool L_8 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_defaultDelayedConfigRead_4(); if (!L_8) { goto IL_005c; } } IL_0042: { ChannelData_t3353629972 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = L_9->get_DelayLoadAsClientChannel_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral4002445229, /*hidden argument*/NULL); if (!L_11) { goto IL_005c; } } IL_0057: { goto IL_01d4; } IL_005c: { ChannelData_t3353629972 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = L_12->get_Ref_0(); if (!L_13) { goto IL_00a5; } } IL_0067: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_14 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_channelTemplates_10(); ChannelData_t3353629972 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = L_15->get_Ref_0(); NullCheck(L_14); RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_16); V_2 = ((ChannelData_t3353629972 *)CastclassClass((RuntimeObject*)L_17, ChannelData_t3353629972_il2cpp_TypeInfo_var)); ChannelData_t3353629972 * L_18 = V_2; if (L_18) { goto IL_009e; } } IL_0083: { ChannelData_t3353629972 * L_19 = V_0; NullCheck(L_19); String_t* L_20 = L_19->get_Ref_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2904737297, L_20, _stringLiteral3217295237, /*hidden argument*/NULL); RemotingException_t2290474311 * L_22 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,RemotingConfiguration_RegisterChannels_m1089224873_RuntimeMethod_var); } IL_009e: { ChannelData_t3353629972 * L_23 = V_0; ChannelData_t3353629972 * L_24 = V_2; NullCheck(L_23); ChannelData_CopyFrom_m727830216(L_23, L_24, /*hidden argument*/NULL); } IL_00a5: { ChannelData_t3353629972 * L_25 = V_0; NullCheck(L_25); ArrayList_t2718874744 * L_26 = ChannelData_get_ServerProviders_m632481016(L_25, /*hidden argument*/NULL); NullCheck(L_26); RuntimeObject* L_27 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_26); V_4 = L_27; } IL_00b2: try { // begin try (depth: 2) { goto IL_0110; } IL_00b7: { RuntimeObject* L_28 = V_4; NullCheck(L_28); RuntimeObject * L_29 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_28); V_3 = ((ProviderData_t3272123318 *)CastclassClass((RuntimeObject*)L_29, ProviderData_t3272123318_il2cpp_TypeInfo_var)); ProviderData_t3272123318 * L_30 = V_3; NullCheck(L_30); String_t* L_31 = L_30->get_Ref_0(); if (!L_31) { goto IL_0110; } } IL_00cf: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_32 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_serverProviderTemplates_12(); ProviderData_t3272123318 * L_33 = V_3; NullCheck(L_33); String_t* L_34 = L_33->get_Ref_0(); NullCheck(L_32); RuntimeObject * L_35 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_32, L_34); V_5 = ((ProviderData_t3272123318 *)CastclassClass((RuntimeObject*)L_35, ProviderData_t3272123318_il2cpp_TypeInfo_var)); ProviderData_t3272123318 * L_36 = V_5; if (L_36) { goto IL_0108; } } IL_00ed: { ProviderData_t3272123318 * L_37 = V_3; NullCheck(L_37); String_t* L_38 = L_37->get_Ref_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3167327210, L_38, _stringLiteral3217295237, /*hidden argument*/NULL); RemotingException_t2290474311 * L_40 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_40, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,RemotingConfiguration_RegisterChannels_m1089224873_RuntimeMethod_var); } IL_0108: { ProviderData_t3272123318 * L_41 = V_3; ProviderData_t3272123318 * L_42 = V_5; NullCheck(L_41); ProviderData_CopyFrom_m3402276734(L_41, L_42, /*hidden argument*/NULL); } IL_0110: { RuntimeObject* L_43 = V_4; NullCheck(L_43); bool L_44 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_43); if (L_44) { goto IL_00b7; } } IL_011c: { IL2CPP_LEAVE(0x137, FINALLY_0121); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0121; } FINALLY_0121: { // begin finally (depth: 2) { RuntimeObject* L_45 = V_4; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_45, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_46 = V_9; if (L_46) { goto IL_012f; } } IL_012e: { IL2CPP_END_FINALLY(289) } IL_012f: { RuntimeObject* L_47 = V_9; NullCheck(L_47); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_47); IL2CPP_END_FINALLY(289) } } // end finally (depth: 2) IL2CPP_CLEANUP(289) { IL2CPP_JUMP_TBL(0x137, IL_0137) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0137: { ChannelData_t3353629972 * L_48 = V_0; NullCheck(L_48); ArrayList_t2718874744 * L_49 = ChannelData_get_ClientProviders_m594662942(L_48, /*hidden argument*/NULL); NullCheck(L_49); RuntimeObject* L_50 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_49); V_7 = L_50; } IL_0144: try { // begin try (depth: 2) { goto IL_01a7; } IL_0149: { RuntimeObject* L_51 = V_7; NullCheck(L_51); RuntimeObject * L_52 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_51); V_6 = ((ProviderData_t3272123318 *)CastclassClass((RuntimeObject*)L_52, ProviderData_t3272123318_il2cpp_TypeInfo_var)); ProviderData_t3272123318 * L_53 = V_6; NullCheck(L_53); String_t* L_54 = L_53->get_Ref_0(); if (!L_54) { goto IL_01a7; } } IL_0163: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_55 = ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->get_clientProviderTemplates_11(); ProviderData_t3272123318 * L_56 = V_6; NullCheck(L_56); String_t* L_57 = L_56->get_Ref_0(); NullCheck(L_55); RuntimeObject * L_58 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_55, L_57); V_8 = ((ProviderData_t3272123318 *)CastclassClass((RuntimeObject*)L_58, ProviderData_t3272123318_il2cpp_TypeInfo_var)); ProviderData_t3272123318 * L_59 = V_8; if (L_59) { goto IL_019e; } } IL_0182: { ProviderData_t3272123318 * L_60 = V_6; NullCheck(L_60); String_t* L_61 = L_60->get_Ref_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_62 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3167327210, L_61, _stringLiteral3217295237, /*hidden argument*/NULL); RemotingException_t2290474311 * L_63 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_63, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63,RemotingConfiguration_RegisterChannels_m1089224873_RuntimeMethod_var); } IL_019e: { ProviderData_t3272123318 * L_64 = V_6; ProviderData_t3272123318 * L_65 = V_8; NullCheck(L_64); ProviderData_CopyFrom_m3402276734(L_64, L_65, /*hidden argument*/NULL); } IL_01a7: { RuntimeObject* L_66 = V_7; NullCheck(L_66); bool L_67 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_66); if (L_67) { goto IL_0149; } } IL_01b3: { IL2CPP_LEAVE(0x1CE, FINALLY_01b8); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01b8; } FINALLY_01b8: { // begin finally (depth: 2) { RuntimeObject* L_68 = V_7; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_68, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_69 = V_10; if (L_69) { goto IL_01c6; } } IL_01c5: { IL2CPP_END_FINALLY(440) } IL_01c6: { RuntimeObject* L_70 = V_10; NullCheck(L_70); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_70); IL2CPP_END_FINALLY(440) } } // end finally (depth: 2) IL2CPP_CLEANUP(440) { IL2CPP_JUMP_TBL(0x1CE, IL_01ce) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01ce: { ChannelData_t3353629972 * L_71 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_t3942013484_il2cpp_TypeInfo_var); ChannelServices_RegisterChannelConfig_m3525848799(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); } IL_01d4: { RuntimeObject* L_72 = V_1; NullCheck(L_72); bool L_73 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_72); if (L_73) { goto IL_000c; } } IL_01df: { IL2CPP_LEAVE(0x1F9, FINALLY_01e4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01e4; } FINALLY_01e4: { // begin finally (depth: 1) { RuntimeObject* L_74 = V_1; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_74, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_75 = V_11; if (L_75) { goto IL_01f1; } } IL_01f0: { IL2CPP_END_FINALLY(484) } IL_01f1: { RuntimeObject* L_76 = V_11; NullCheck(L_76); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_76); IL2CPP_END_FINALLY(484) } } // end finally (depth: 1) IL2CPP_CLEANUP(484) { IL2CPP_JUMP_TBL(0x1F9, IL_01f9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01f9: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterTypes(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterTypes_m2378540395 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___types0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_RegisterTypes_m2378540395_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeEntry_t3903395172 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = ___types0; NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_1 = L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_007f; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_0 = ((TypeEntry_t3903395172 *)CastclassClass((RuntimeObject*)L_3, TypeEntry_t3903395172_il2cpp_TypeInfo_var)); TypeEntry_t3903395172 * L_4 = V_0; if (!((ActivatedClientTypeEntry_t761233661 *)IsInstClass((RuntimeObject*)L_4, ActivatedClientTypeEntry_t761233661_il2cpp_TypeInfo_var))) { goto IL_0033; } } IL_0023: { TypeEntry_t3903395172 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); RemotingConfiguration_RegisterActivatedClientType_m4212089575(NULL /*static, unused*/, ((ActivatedClientTypeEntry_t761233661 *)CastclassClass((RuntimeObject*)L_5, ActivatedClientTypeEntry_t761233661_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_007f; } IL_0033: { TypeEntry_t3903395172 * L_6 = V_0; if (!((ActivatedServiceTypeEntry_t3761108592 *)IsInstClass((RuntimeObject*)L_6, ActivatedServiceTypeEntry_t3761108592_il2cpp_TypeInfo_var))) { goto IL_004e; } } IL_003e: { TypeEntry_t3903395172 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); RemotingConfiguration_RegisterActivatedServiceType_m526187030(NULL /*static, unused*/, ((ActivatedServiceTypeEntry_t3761108592 *)CastclassClass((RuntimeObject*)L_7, ActivatedServiceTypeEntry_t3761108592_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_007f; } IL_004e: { TypeEntry_t3903395172 * L_8 = V_0; if (!((WellKnownClientTypeEntry_t1333916391 *)IsInstClass((RuntimeObject*)L_8, WellKnownClientTypeEntry_t1333916391_il2cpp_TypeInfo_var))) { goto IL_0069; } } IL_0059: { TypeEntry_t3903395172 * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); RemotingConfiguration_RegisterWellKnownClientType_m1237674062(NULL /*static, unused*/, ((WellKnownClientTypeEntry_t1333916391 *)CastclassClass((RuntimeObject*)L_9, WellKnownClientTypeEntry_t1333916391_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_007f; } IL_0069: { TypeEntry_t3903395172 * L_10 = V_0; if (!((WellKnownServiceTypeEntry_t2561527180 *)IsInstClass((RuntimeObject*)L_10, WellKnownServiceTypeEntry_t2561527180_il2cpp_TypeInfo_var))) { goto IL_007f; } } IL_0074: { TypeEntry_t3903395172 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); RemotingConfiguration_RegisterWellKnownServiceType_m4099334725(NULL /*static, unused*/, ((WellKnownServiceTypeEntry_t2561527180 *)CastclassClass((RuntimeObject*)L_11, WellKnownServiceTypeEntry_t2561527180_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_007f: { RuntimeObject* L_12 = V_1; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_000c; } } IL_008a: { IL2CPP_LEAVE(0xA1, FINALLY_008f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008f; } FINALLY_008f: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_2; if (L_15) { goto IL_009a; } } IL_0099: { IL2CPP_END_FINALLY(143) } IL_009a: { RuntimeObject* L_16 = V_2; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); IL2CPP_END_FINALLY(143) } } // end finally (depth: 1) IL2CPP_CLEANUP(143) { IL2CPP_JUMP_TBL(0xA1, IL_00a1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a1: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::SetCustomErrorsMode(System.String) extern "C" IL2CPP_METHOD_ATTR void RemotingConfiguration_SetCustomErrorsMode_m12233052 (RuntimeObject * __this /* static, unused */, String_t* ___mode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingConfiguration_SetCustomErrorsMode_m12233052_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___mode0; if (L_0) { goto IL_0011; } } { RemotingException_t2290474311 * L_1 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_1, _stringLiteral2830366848, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RemotingConfiguration_SetCustomErrorsMode_m12233052_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___mode0; NullCheck(L_2); String_t* L_3 = String_ToLower_m2029374922(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_4, _stringLiteral3454842817, /*hidden argument*/NULL); if (!L_5) { goto IL_0059; } } { String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral133445101, /*hidden argument*/NULL); if (!L_7) { goto IL_0059; } } { String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_8, _stringLiteral3810373675, /*hidden argument*/NULL); if (!L_9) { goto IL_0059; } } { String_t* L_10 = ___mode0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2174306086, L_10, /*hidden argument*/NULL); RemotingException_t2290474311 * L_12 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,RemotingConfiguration_SetCustomErrorsMode_m12233052_RuntimeMethod_var); } IL_0059: { String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); ((RemotingConfiguration_t4113740665_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var))->set__errorMode_5(L_13); 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() extern "C" IL2CPP_METHOD_ATTR void RemotingException__ctor_m1814113852 (RemotingException_t2290474311 * __this, const RuntimeMethod* method) { { SystemException__ctor_m4274309232(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void RemotingException__ctor_m2916537666 (RemotingException_t2290474311 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.RemotingException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void RemotingException__ctor_m1015537352 (RemotingException_t2290474311 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void RemotingException__ctor_m3625866612 (RemotingException_t2290474311 * __this, String_t* ___message0, Exception_t * ___InnerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___InnerException1; SystemException__ctor_m4132668650(__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.RemotingServices::.cctor() extern "C" IL2CPP_METHOD_ATTR void RemotingServices__cctor_m4056345423 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices__cctor_m4056345423_MetadataUsageId); s_Il2CppMethodInitialized = true; } RemotingSurrogateSelector_t2472351973 * V_0 = NULL; StreamingContext_t3711869237 V_1; memset(&V_1, 0, sizeof(V_1)); Guid_t V_2; memset(&V_2, 0, sizeof(V_2)); { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->set_uri_hash_0(L_0); ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->set_next_id_4(1); ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->set_methodBindings_5(((int32_t)52)); RemotingSurrogateSelector_t2472351973 * L_1 = (RemotingSurrogateSelector_t2472351973 *)il2cpp_codegen_object_new(RemotingSurrogateSelector_t2472351973_il2cpp_TypeInfo_var); RemotingSurrogateSelector__ctor_m1846610173(L_1, /*hidden argument*/NULL); V_0 = L_1; StreamingContext__ctor_m2604757771((&V_1), ((int32_t)16), NULL, /*hidden argument*/NULL); RemotingSurrogateSelector_t2472351973 * L_2 = V_0; StreamingContext_t3711869237 L_3 = V_1; BinaryFormatter_t3197753202 * L_4 = (BinaryFormatter_t3197753202 *)il2cpp_codegen_object_new(BinaryFormatter_t3197753202_il2cpp_TypeInfo_var); BinaryFormatter__ctor_m2620705134(L_4, L_2, L_3, /*hidden argument*/NULL); ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->set__serializationFormatter_1(L_4); StreamingContext_t3711869237 L_5 = V_1; BinaryFormatter_t3197753202 * L_6 = (BinaryFormatter_t3197753202 *)il2cpp_codegen_object_new(BinaryFormatter_t3197753202_il2cpp_TypeInfo_var); BinaryFormatter__ctor_m2620705134(L_6, (RuntimeObject*)NULL, L_5, /*hidden argument*/NULL); ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->set__deserializationFormatter_2(L_6); BinaryFormatter_t3197753202 * L_7 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get__serializationFormatter_1(); NullCheck(L_7); BinaryFormatter_set_AssemblyFormat_m1359106493(L_7, 1, /*hidden argument*/NULL); BinaryFormatter_t3197753202 * L_8 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get__deserializationFormatter_2(); NullCheck(L_8); BinaryFormatter_set_AssemblyFormat_m1359106493(L_8, 1, /*hidden argument*/NULL); RemotingServices_RegisterInternalChannels_m3803685582(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_9 = Guid_NewGuid_m923091018(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_9; String_t* L_10 = Guid_ToString_m3279186591((&V_2), /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = String_Replace_m3726209165(L_10, ((int32_t)45), ((int32_t)95), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, L_11, _stringLiteral3452614529, /*hidden argument*/NULL); ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->set_app_id_3(L_12); RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (RemoteActivator_t2150046731_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); RemotingServices_CreateWellKnownServerIdentity_m1170328801(NULL /*static, unused*/, L_14, _stringLiteral426695164, 1, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); NullCheck(L_16); MethodInfo_t * L_17 = Type_GetMethod_m1197120913(L_16, _stringLiteral1603020684, ((int32_t)36), /*hidden argument*/NULL); ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->set_FieldSetterMethod_6(L_17); RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); NullCheck(L_19); MethodInfo_t * L_20 = Type_GetMethod_m1197120913(L_19, _stringLiteral1564485516, ((int32_t)36), /*hidden argument*/NULL); ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->set_FieldGetterMethod_7(L_20); return; } } // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetVirtualMethod(System.Type,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetVirtualMethod_m3786317812 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, MethodBase_t * ___method1, const RuntimeMethod* method) { typedef MethodBase_t * (*RemotingServices_GetVirtualMethod_m3786317812_ftn) (Type_t *, MethodBase_t *); using namespace il2cpp::icalls; return ((RemotingServices_GetVirtualMethod_m3786317812_ftn)mscorlib::System::Runtime::Remoting::RemotingServices::GetVirtualMethod) (___type0, ___method1); } // System.Boolean System.Runtime.Remoting.RemotingServices::IsTransparentProxy(System.Object) extern "C" IL2CPP_METHOD_ATTR bool RemotingServices_IsTransparentProxy_m1535738947 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___proxy0, const RuntimeMethod* method) { typedef bool (*RemotingServices_IsTransparentProxy_m1535738947_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((RemotingServices_IsTransparentProxy_m1535738947_ftn)mscorlib::System::Runtime::Remoting::RemotingServices::IsTransparentProxy) (___proxy0); } // System.Type System.Runtime.Remoting.RemotingServices::GetServerTypeForUri(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * RemotingServices_GetServerTypeForUri_m1917852216 (RuntimeObject * __this /* static, unused */, String_t* ___URI0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetServerTypeForUri_m1917852216_MetadataUsageId); s_Il2CppMethodInitialized = true; } ServerIdentity_t2342208608 * V_0 = NULL; { String_t* L_0 = ___URI0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Identity_t1873279371 * L_1 = RemotingServices_GetIdentityForUri_m2001974121(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = ((ServerIdentity_t2342208608 *)IsInstClass((RuntimeObject*)L_1, ServerIdentity_t2342208608_il2cpp_TypeInfo_var)); ServerIdentity_t2342208608 * L_2 = V_0; if (L_2) { goto IL_0014; } } { return (Type_t *)NULL; } IL_0014: { ServerIdentity_t2342208608 * L_3 = V_0; NullCheck(L_3); Type_t * L_4 = ServerIdentity_get_ObjectType_m1709199788(L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Runtime.Remoting.RemotingServices::Unmarshal(System.Runtime.Remoting.ObjRef) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_Unmarshal_m3744595373 (RuntimeObject * __this /* static, unused */, ObjRef_t2141158884 * ___objectRef0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_Unmarshal_m3744595373_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjRef_t2141158884 * L_0 = ___objectRef0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RuntimeObject * L_1 = RemotingServices_Unmarshal_m260048024(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Object System.Runtime.Remoting.RemotingServices::Unmarshal(System.Runtime.Remoting.ObjRef,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_Unmarshal_m260048024 (RuntimeObject * __this /* static, unused */, ObjRef_t2141158884 * ___objectRef0, bool ___fRefine1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_Unmarshal_m260048024_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; ProxyAttribute_t455382724 * V_3 = NULL; Type_t * G_B3_0 = NULL; { bool L_0 = ___fRefine1; if (!L_0) { goto IL_0011; } } { ObjRef_t2141158884 * L_1 = ___objectRef0; NullCheck(L_1); Type_t * L_2 = ObjRef_get_ServerType_m4102914975(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001b; } IL_0011: { RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (MarshalByRefObject_t2760389100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_001b: { V_0 = G_B3_0; Type_t * L_5 = V_0; if (L_5) { goto IL_002d; } } { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (MarshalByRefObject_t2760389100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_002d: { ObjRef_t2141158884 * L_8 = ___objectRef0; NullCheck(L_8); bool L_9 = ObjRef_get_IsReferenceToWellKnow_m3951611746(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0049; } } { ObjRef_t2141158884 * L_10 = ___objectRef0; Type_t * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RuntimeObject * L_12 = RemotingServices_GetRemoteObject_m2117098022(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; RuntimeObject * L_13 = V_1; ObjRef_t2141158884 * L_14 = ___objectRef0; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); TrackingServices_NotifyUnmarshaledObject_m2784831802(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); RuntimeObject * L_15 = V_1; return L_15; } IL_0049: { Type_t * L_16 = V_0; NullCheck(L_16); bool L_17 = Type_get_IsContextful_m1494289047(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_008a; } } { Type_t * L_18 = V_0; RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (ProxyAttribute_t455382724_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); Attribute_t861562559 * L_21 = Attribute_GetCustomAttribute_m1244111375(NULL /*static, unused*/, L_18, L_20, (bool)1, /*hidden argument*/NULL); V_3 = ((ProxyAttribute_t455382724 *)CastclassClass((RuntimeObject*)L_21, ProxyAttribute_t455382724_il2cpp_TypeInfo_var)); ProxyAttribute_t455382724 * L_22 = V_3; if (!L_22) { goto IL_008a; } } { ProxyAttribute_t455382724 * L_23 = V_3; ObjRef_t2141158884 * L_24 = ___objectRef0; Type_t * L_25 = V_0; NullCheck(L_23); RealProxy_t2312050253 * L_26 = VirtFuncInvoker4< RealProxy_t2312050253 *, ObjRef_t2141158884 *, Type_t *, RuntimeObject *, Context_t3285446944 * >::Invoke(9 /* 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_t3285446944 *)NULL); NullCheck(L_26); RuntimeObject * L_27 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, L_26); V_2 = L_27; RuntimeObject * L_28 = V_2; ObjRef_t2141158884 * L_29 = ___objectRef0; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); TrackingServices_NotifyUnmarshaledObject_m2784831802(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); RuntimeObject * L_30 = V_2; return L_30; } IL_008a: { ObjRef_t2141158884 * L_31 = ___objectRef0; Type_t * L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RuntimeObject * L_33 = RemotingServices_GetProxyForRemoteObject_m1790739297(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); V_2 = L_33; RuntimeObject * L_34 = V_2; ObjRef_t2141158884 * L_35 = ___objectRef0; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); TrackingServices_NotifyUnmarshaledObject_m2784831802(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); RuntimeObject * L_36 = V_2; return L_36; } } // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.RemotingServices::Marshal(System.MarshalByRefObject) extern "C" IL2CPP_METHOD_ATTR ObjRef_t2141158884 * RemotingServices_Marshal_m98061768 (RuntimeObject * __this /* static, unused */, MarshalByRefObject_t2760389100 * ___Obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_Marshal_m98061768_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MarshalByRefObject_t2760389100 * L_0 = ___Obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); ObjRef_t2141158884 * L_1 = RemotingServices_Marshal_m3646189857(NULL /*static, unused*/, 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) extern "C" IL2CPP_METHOD_ATTR ObjRef_t2141158884 * RemotingServices_Marshal_m3646189857 (RuntimeObject * __this /* static, unused */, MarshalByRefObject_t2760389100 * ___Obj0, String_t* ___ObjURI1, Type_t * ___RequestedType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_Marshal_m3646189857_MetadataUsageId); s_Il2CppMethodInitialized = true; } RealProxy_t2312050253 * V_0 = NULL; Identity_t1873279371 * V_1 = NULL; ClientActivatedIdentity_t3849543081 * V_2 = NULL; ObjRef_t2141158884 * V_3 = NULL; ClientActivatedIdentity_t3849543081 * V_4 = NULL; ObjRef_t2141158884 * V_5 = NULL; { MarshalByRefObject_t2760389100 * L_0 = ___Obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); bool L_1 = RemotingServices_IsTransparentProxy_m1535738947(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_009b; } } { MarshalByRefObject_t2760389100 * L_2 = ___Obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RealProxy_t2312050253 * L_3 = RemotingServices_GetRealProxy_m2081098851(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; RealProxy_t2312050253 * L_4 = V_0; NullCheck(L_4); Identity_t1873279371 * L_5 = RealProxy_get_ObjectIdentity_m2790771985(L_4, /*hidden argument*/NULL); V_1 = L_5; Identity_t1873279371 * L_6 = V_1; if (!L_6) { goto IL_009b; } } { RealProxy_t2312050253 * L_7 = V_0; NullCheck(L_7); Type_t * L_8 = RealProxy_GetProxiedType_m130698758(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9 = Type_get_IsContextful_m1494289047(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0074; } } { Identity_t1873279371 * L_10 = V_1; NullCheck(L_10); bool L_11 = Identity_get_IsConnected_m2848760353(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0074; } } { Identity_t1873279371 * L_12 = V_1; V_2 = ((ClientActivatedIdentity_t3849543081 *)CastclassClass((RuntimeObject*)L_12, ClientActivatedIdentity_t3849543081_il2cpp_TypeInfo_var)); String_t* L_13 = ___ObjURI1; if (L_13) { goto IL_004e; } } { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); String_t* L_14 = RemotingServices_NewUri_m4184087063(NULL /*static, unused*/, /*hidden argument*/NULL); ___ObjURI1 = L_14; } IL_004e: { ClientActivatedIdentity_t3849543081 * L_15 = V_2; String_t* L_16 = ___ObjURI1; NullCheck(L_15); Identity_set_ObjectUri_m3158626967(L_15, L_16, /*hidden argument*/NULL); ClientActivatedIdentity_t3849543081 * L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_RegisterServerIdentity_m196914637(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); ClientActivatedIdentity_t3849543081 * L_18 = V_2; MarshalByRefObject_t2760389100 * L_19 = ___Obj0; NullCheck(L_19); RuntimeObject * L_20 = VirtFuncInvoker0< RuntimeObject * >::Invoke(5 /* System.Object System.MarshalByRefObject::InitializeLifetimeService() */, L_19); NullCheck(L_18); ServerIdentity_StartTrackingLifetime_m861002296(L_18, ((RuntimeObject*)Castclass((RuntimeObject*)L_20, ILease_t2998816618_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ClientActivatedIdentity_t3849543081 * L_21 = V_2; Type_t * L_22 = ___RequestedType2; NullCheck(L_21); ObjRef_t2141158884 * L_23 = VirtFuncInvoker1< ObjRef_t2141158884 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.Runtime.Remoting.ServerIdentity::CreateObjRef(System.Type) */, L_21, L_22); return L_23; } IL_0074: { String_t* L_24 = ___ObjURI1; if (!L_24) { goto IL_0085; } } { RemotingException_t2290474311 * L_25 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_25, _stringLiteral1839654354, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,RemotingServices_Marshal_m3646189857_RuntimeMethod_var); } IL_0085: { RealProxy_t2312050253 * L_26 = V_0; NullCheck(L_26); Identity_t1873279371 * L_27 = RealProxy_get_ObjectIdentity_m2790771985(L_26, /*hidden argument*/NULL); Type_t * L_28 = ___RequestedType2; NullCheck(L_27); ObjRef_t2141158884 * L_29 = VirtFuncInvoker1< ObjRef_t2141158884 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::CreateObjRef(System.Type) */, L_27, L_28); V_3 = L_29; MarshalByRefObject_t2760389100 * L_30 = ___Obj0; ObjRef_t2141158884 * L_31 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); TrackingServices_NotifyMarshaledObject_m2850851267(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); ObjRef_t2141158884 * L_32 = V_3; return L_32; } IL_009b: { Type_t * L_33 = ___RequestedType2; if (L_33) { goto IL_00a9; } } { MarshalByRefObject_t2760389100 * L_34 = ___Obj0; NullCheck(L_34); Type_t * L_35 = Object_GetType_m88164663(L_34, /*hidden argument*/NULL); ___RequestedType2 = L_35; } IL_00a9: { String_t* L_36 = ___ObjURI1; if (L_36) { goto IL_00cf; } } { MarshalByRefObject_t2760389100 * L_37 = ___Obj0; NullCheck(L_37); ServerIdentity_t2342208608 * L_38 = MarshalByRefObject_get_ObjectIdentity_m186877036(L_37, /*hidden argument*/NULL); if (L_38) { goto IL_00ca; } } { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); String_t* L_39 = RemotingServices_NewUri_m4184087063(NULL /*static, unused*/, /*hidden argument*/NULL); ___ObjURI1 = L_39; MarshalByRefObject_t2760389100 * L_40 = ___Obj0; Type_t * L_41 = ___RequestedType2; String_t* L_42 = ___ObjURI1; RemotingServices_CreateClientActivatedServerIdentity_m3488968707(NULL /*static, unused*/, L_40, L_41, L_42, /*hidden argument*/NULL); } IL_00ca: { goto IL_0103; } IL_00cf: { String_t* L_43 = ___ObjURI1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614529, L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Identity_t1873279371 * L_45 = RemotingServices_GetIdentityForUri_m2001974121(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); V_4 = ((ClientActivatedIdentity_t3849543081 *)IsInstClass((RuntimeObject*)L_45, ClientActivatedIdentity_t3849543081_il2cpp_TypeInfo_var)); ClientActivatedIdentity_t3849543081 * L_46 = V_4; if (!L_46) { goto IL_00fa; } } { MarshalByRefObject_t2760389100 * L_47 = ___Obj0; ClientActivatedIdentity_t3849543081 * L_48 = V_4; NullCheck(L_48); MarshalByRefObject_t2760389100 * L_49 = ClientActivatedIdentity_GetServerObject_m446547394(L_48, /*hidden argument*/NULL); if ((((RuntimeObject*)(MarshalByRefObject_t2760389100 *)L_47) == ((RuntimeObject*)(MarshalByRefObject_t2760389100 *)L_49))) { goto IL_0103; } } IL_00fa: { MarshalByRefObject_t2760389100 * L_50 = ___Obj0; Type_t * L_51 = ___RequestedType2; String_t* L_52 = ___ObjURI1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_CreateClientActivatedServerIdentity_m3488968707(NULL /*static, unused*/, L_50, L_51, L_52, /*hidden argument*/NULL); } IL_0103: { MarshalByRefObject_t2760389100 * L_53 = ___Obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); bool L_54 = RemotingServices_IsTransparentProxy_m1535738947(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0126; } } { MarshalByRefObject_t2760389100 * L_55 = ___Obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RealProxy_t2312050253 * L_56 = RemotingServices_GetRealProxy_m2081098851(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); NullCheck(L_56); Identity_t1873279371 * L_57 = RealProxy_get_ObjectIdentity_m2790771985(L_56, /*hidden argument*/NULL); Type_t * L_58 = ___RequestedType2; NullCheck(L_57); ObjRef_t2141158884 * L_59 = VirtFuncInvoker1< ObjRef_t2141158884 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::CreateObjRef(System.Type) */, L_57, L_58); V_5 = L_59; goto IL_012f; } IL_0126: { MarshalByRefObject_t2760389100 * L_60 = ___Obj0; Type_t * L_61 = ___RequestedType2; NullCheck(L_60); ObjRef_t2141158884 * L_62 = VirtFuncInvoker1< ObjRef_t2141158884 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.MarshalByRefObject::CreateObjRef(System.Type) */, L_60, L_61); V_5 = L_62; } IL_012f: { MarshalByRefObject_t2760389100 * L_63 = ___Obj0; ObjRef_t2141158884 * L_64 = V_5; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); TrackingServices_NotifyMarshaledObject_m2850851267(NULL /*static, unused*/, L_63, L_64, /*hidden argument*/NULL); ObjRef_t2141158884 * L_65 = V_5; return L_65; } } // System.String System.Runtime.Remoting.RemotingServices::NewUri() extern "C" IL2CPP_METHOD_ATTR String_t* RemotingServices_NewUri_m4184087063 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_NewUri_m4184087063_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); int32_t L_0 = Interlocked_Increment_m3548166048(NULL /*static, unused*/, (((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_address_of_next_id_4()), /*hidden argument*/NULL); V_0 = L_0; ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); String_t* L_2 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_app_id_3(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_1; int32_t L_4 = Environment_get_TickCount_m2088073110(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = Int32_ToString_m372259452((&V_1), _stringLiteral3452614616, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3452614641); (L_6)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614641); ObjectU5BU5D_t2843939325* L_7 = L_6; int32_t L_8 = V_0; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(3), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_7; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral1949286675); (L_11)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral1949286675); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m2971454694(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return L_12; } } // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.RemotingServices::GetRealProxy(System.Object) extern "C" IL2CPP_METHOD_ATTR RealProxy_t2312050253 * RemotingServices_GetRealProxy_m2081098851 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___proxy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetRealProxy_m2081098851_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___proxy0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); bool L_1 = RemotingServices_IsTransparentProxy_m1535738947(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { RemotingException_t2290474311 * L_2 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_2, _stringLiteral1200381254, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RemotingServices_GetRealProxy_m2081098851_RuntimeMethod_var); } IL_0016: { RuntimeObject * L_3 = ___proxy0; NullCheck(((TransparentProxy_t431418284 *)CastclassClass((RuntimeObject*)L_3, TransparentProxy_t431418284_il2cpp_TypeInfo_var))); RealProxy_t2312050253 * L_4 = ((TransparentProxy_t431418284 *)CastclassClass((RuntimeObject*)L_3, TransparentProxy_t431418284_il2cpp_TypeInfo_var))->get__rp_0(); return L_4; } } // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetMethodBaseFromMethodMessage(System.Runtime.Remoting.Messaging.IMethodMessage) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetMethodBaseFromMethodMessage_m383468467 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetMethodBaseFromMethodMessage_m383468467_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject* L_0 = ___msg0; NullCheck(L_0); String_t* L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_TypeName() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_0); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_1, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_0 = L_2; Type_t * L_3 = V_0; if (L_3) { goto IL_002d; } } { RuntimeObject* L_4 = ___msg0; NullCheck(L_4); String_t* L_5 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_TypeName() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2097671996, L_5, _stringLiteral3013478277, /*hidden argument*/NULL); RemotingException_t2290474311 * L_7 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,RemotingServices_GetMethodBaseFromMethodMessage_m383468467_RuntimeMethod_var); } IL_002d: { Type_t * L_8 = V_0; RuntimeObject* L_9 = ___msg0; NullCheck(L_9); String_t* L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodName() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_9); RuntimeObject* L_11 = ___msg0; NullCheck(L_11); RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(5 /* System.Object System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodSignature() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_11); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); MethodBase_t * L_13 = RemotingServices_GetMethodBaseFromName_m3194612939(NULL /*static, unused*/, L_8, L_10, ((TypeU5BU5D_t3940880105*)Castclass((RuntimeObject*)L_12, TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_13; } } // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetMethodBaseFromName(System.Type,System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetMethodBaseFromName_m3194612939 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t* ___methodName1, TypeU5BU5D_t3940880105* ___signature2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetMethodBaseFromName_m3194612939_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsInterface_m3284996719(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { Type_t * L_2 = ___type0; String_t* L_3 = ___methodName1; TypeU5BU5D_t3940880105* L_4 = ___signature2; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); MethodBase_t * L_5 = RemotingServices_FindInterfaceMethod_m2125212568(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0014: { V_0 = (MethodBase_t *)NULL; TypeU5BU5D_t3940880105* L_6 = ___signature2; if (L_6) { goto IL_002e; } } { Type_t * L_7 = ___type0; String_t* L_8 = ___methodName1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); int32_t L_9 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_methodBindings_5(); NullCheck(L_7); MethodInfo_t * L_10 = Type_GetMethod_m1197120913(L_7, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; goto IL_003e; } IL_002e: { Type_t * L_11 = ___type0; String_t* L_12 = ___methodName1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); int32_t L_13 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_methodBindings_5(); TypeU5BU5D_t3940880105* L_14 = ___signature2; NullCheck(L_11); MethodInfo_t * L_15 = Type_GetMethod_m637078096(L_11, L_12, L_13, (Binder_t2999457153 *)NULL, L_14, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL, /*hidden argument*/NULL); V_0 = L_15; } IL_003e: { MethodBase_t * L_16 = V_0; if (!L_16) { goto IL_0046; } } { MethodBase_t * L_17 = V_0; return L_17; } IL_0046: { String_t* L_18 = ___methodName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Equality_m920492651(NULL /*static, unused*/, L_18, _stringLiteral1603020684, /*hidden argument*/NULL); if (!L_19) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); MethodInfo_t * L_20 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_FieldSetterMethod_6(); return L_20; } IL_005c: { String_t* L_21 = ___methodName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Equality_m920492651(NULL /*static, unused*/, L_21, _stringLiteral1564485516, /*hidden argument*/NULL); if (!L_22) { goto IL_0072; } } { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); MethodInfo_t * L_23 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_FieldGetterMethod_7(); return L_23; } IL_0072: { TypeU5BU5D_t3940880105* L_24 = ___signature2; if (L_24) { goto IL_008b; } } { Type_t * L_25 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); int32_t L_26 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_methodBindings_5(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_27 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); NullCheck(L_25); ConstructorInfo_t5769829 * L_28 = Type_GetConstructor_m950313272(L_25, L_26, (Binder_t2999457153 *)NULL, L_27, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL, /*hidden argument*/NULL); return L_28; } IL_008b: { Type_t * L_29 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); int32_t L_30 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_methodBindings_5(); TypeU5BU5D_t3940880105* L_31 = ___signature2; NullCheck(L_29); ConstructorInfo_t5769829 * L_32 = Type_GetConstructor_m950313272(L_29, L_30, (Binder_t2999457153 *)NULL, L_31, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL, /*hidden argument*/NULL); return L_32; } } // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::FindInterfaceMethod(System.Type,System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_FindInterfaceMethod_m2125212568 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t* ___methodName1, TypeU5BU5D_t3940880105* ___signature2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_FindInterfaceMethod_m2125212568_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; Type_t * V_1 = NULL; TypeU5BU5D_t3940880105* V_2 = NULL; int32_t V_3 = 0; { V_0 = (MethodBase_t *)NULL; TypeU5BU5D_t3940880105* L_0 = ___signature2; if (L_0) { goto IL_001a; } } { Type_t * L_1 = ___type0; String_t* L_2 = ___methodName1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); int32_t L_3 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_methodBindings_5(); NullCheck(L_1); MethodInfo_t * L_4 = Type_GetMethod_m1197120913(L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_002a; } IL_001a: { Type_t * L_5 = ___type0; String_t* L_6 = ___methodName1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); int32_t L_7 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_methodBindings_5(); TypeU5BU5D_t3940880105* L_8 = ___signature2; NullCheck(L_5); MethodInfo_t * L_9 = Type_GetMethod_m637078096(L_5, L_6, L_7, (Binder_t2999457153 *)NULL, L_8, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL, /*hidden argument*/NULL); V_0 = L_9; } IL_002a: { MethodBase_t * L_10 = V_0; if (!L_10) { goto IL_0032; } } { MethodBase_t * L_11 = V_0; return L_11; } IL_0032: { Type_t * L_12 = ___type0; NullCheck(L_12); TypeU5BU5D_t3940880105* L_13 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(42 /* System.Type[] System.Type::GetInterfaces() */, L_12); V_2 = L_13; V_3 = 0; goto IL_0059; } IL_0040: { TypeU5BU5D_t3940880105* L_14 = V_2; int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; Type_t * L_17 = (L_14)->GetAt(static_cast(L_16)); V_1 = L_17; Type_t * L_18 = V_1; String_t* L_19 = ___methodName1; TypeU5BU5D_t3940880105* L_20 = ___signature2; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); MethodBase_t * L_21 = RemotingServices_FindInterfaceMethod_m2125212568(NULL /*static, unused*/, L_18, L_19, L_20, /*hidden argument*/NULL); V_0 = L_21; MethodBase_t * L_22 = V_0; if (!L_22) { goto IL_0055; } } { MethodBase_t * L_23 = V_0; return L_23; } IL_0055: { int32_t L_24 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0059: { int32_t L_25 = V_3; TypeU5BU5D_t3940880105* L_26 = V_2; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length))))))) { goto IL_0040; } } { return (MethodBase_t *)NULL; } } // System.Void System.Runtime.Remoting.RemotingServices::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void RemotingServices_GetObjectData_m3902019633 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, SerializationInfo_t950877179 * ___info1, StreamingContext_t3711869237 ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetObjectData_m3902019633_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjRef_t2141158884 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RemotingServices_GetObjectData_m3902019633_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); ObjRef_t2141158884 * L_3 = RemotingServices_Marshal_m98061768(NULL /*static, unused*/, ((MarshalByRefObject_t2760389100 *)CastclassClass((RuntimeObject*)L_2, MarshalByRefObject_t2760389100_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_3; ObjRef_t2141158884 * L_4 = V_0; SerializationInfo_t950877179 * L_5 = ___info1; StreamingContext_t3711869237 L_6 = ___context2; NullCheck(L_4); VirtActionInvoker2< SerializationInfo_t950877179 *, StreamingContext_t3711869237 >::Invoke(13 /* System.Void System.Runtime.Remoting.ObjRef::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, L_4, L_5, L_6); return; } } // System.Boolean System.Runtime.Remoting.RemotingServices::IsMethodOverloaded(System.Runtime.Remoting.Messaging.IMethodMessage) extern "C" IL2CPP_METHOD_ATTR bool RemotingServices_IsMethodOverloaded_m3262659413 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_IsMethodOverloaded_m3262659413_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MonoType_t * V_1 = NULL; { RuntimeObject* L_0 = ___msg0; NullCheck(L_0); MethodBase_t * L_1 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_1); V_1 = ((MonoType_t *)CastclassClass((RuntimeObject*)L_2, MonoType_t_il2cpp_TypeInfo_var)); MonoType_t * L_3 = V_1; RuntimeObject* L_4 = ___msg0; NullCheck(L_4); String_t* L_5 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodName() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_4); MonoType_t * L_6 = V_1; NullCheck(L_3); MethodInfoU5BU5D_t2572182361* L_7 = MonoType_GetMethodsByName_m2005909471(L_3, L_5, ((int32_t)52), (bool)0, L_6, /*hidden argument*/NULL); NullCheck(L_7); return (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) > ((int32_t)1))? 1 : 0); } } // System.Boolean System.Runtime.Remoting.RemotingServices::IsOneWay(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR bool RemotingServices_IsOneWay_m1772807839 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_IsOneWay_m1772807839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodBase_t * L_0 = ___method0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (OneWayAttribute_t936468379_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); bool L_3 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(11 /* 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[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_CreateClientProxy_m3886727610 (RuntimeObject * __this /* static, unused */, ActivatedClientTypeEntry_t761233661 * ___entry0, ObjectU5BU5D_t2843939325* ___activationAttributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_CreateClientProxy_m3886727610_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; { ActivatedClientTypeEntry_t761233661 * L_0 = ___entry0; NullCheck(L_0); IContextAttributeU5BU5D_t1656595889* L_1 = ActivatedClientTypeEntry_get_ContextAttributes_m4017563407(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { ObjectU5BU5D_t2843939325* L_2 = ___activationAttributes1; if (!L_2) { goto IL_0053; } } IL_0011: { ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); V_0 = L_3; ActivatedClientTypeEntry_t761233661 * L_4 = ___entry0; NullCheck(L_4); IContextAttributeU5BU5D_t1656595889* L_5 = ActivatedClientTypeEntry_get_ContextAttributes_m4017563407(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002e; } } { ArrayList_t2718874744 * L_6 = V_0; ActivatedClientTypeEntry_t761233661 * L_7 = ___entry0; NullCheck(L_7); IContextAttributeU5BU5D_t1656595889* L_8 = ActivatedClientTypeEntry_get_ContextAttributes_m4017563407(L_7, /*hidden argument*/NULL); NullCheck(L_6); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_6, (RuntimeObject*)(RuntimeObject*)L_8); } IL_002e: { ObjectU5BU5D_t2843939325* L_9 = ___activationAttributes1; if (!L_9) { goto IL_003b; } } { ArrayList_t2718874744 * L_10 = V_0; ObjectU5BU5D_t2843939325* L_11 = ___activationAttributes1; NullCheck(L_10); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_10, (RuntimeObject*)(RuntimeObject*)L_11); } IL_003b: { ActivatedClientTypeEntry_t761233661 * L_12 = ___entry0; NullCheck(L_12); Type_t * L_13 = ActivatedClientTypeEntry_get_ObjectType_m1969125393(L_12, /*hidden argument*/NULL); ActivatedClientTypeEntry_t761233661 * L_14 = ___entry0; NullCheck(L_14); String_t* L_15 = ActivatedClientTypeEntry_get_ApplicationUrl_m2894992111(L_14, /*hidden argument*/NULL); ArrayList_t2718874744 * L_16 = V_0; NullCheck(L_16); ObjectU5BU5D_t2843939325* L_17 = VirtFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(47 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RuntimeObject * L_18 = RemotingServices_CreateClientProxy_m809906894(NULL /*static, unused*/, L_13, L_15, L_17, /*hidden argument*/NULL); return L_18; } IL_0053: { ActivatedClientTypeEntry_t761233661 * L_19 = ___entry0; NullCheck(L_19); Type_t * L_20 = ActivatedClientTypeEntry_get_ObjectType_m1969125393(L_19, /*hidden argument*/NULL); ActivatedClientTypeEntry_t761233661 * L_21 = ___entry0; NullCheck(L_21); String_t* L_22 = ActivatedClientTypeEntry_get_ApplicationUrl_m2894992111(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RuntimeObject * L_23 = RemotingServices_CreateClientProxy_m809906894(NULL /*static, unused*/, L_20, L_22, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_23; } } // System.Object System.Runtime.Remoting.RemotingServices::CreateClientProxy(System.Type,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_CreateClientProxy_m809906894 (RuntimeObject * __this /* static, unused */, Type_t * ___objectType0, String_t* ___url1, ObjectU5BU5D_t2843939325* ___activationAttributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_CreateClientProxy_m809906894_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; RemotingProxy_t2444335113 * V_2 = NULL; { String_t* L_0 = ___url1; V_0 = L_0; String_t* L_1 = V_0; NullCheck(L_1); bool L_2 = String_EndsWith_m1901926500(L_1, _stringLiteral3452614529, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_3, _stringLiteral3452614529, /*hidden argument*/NULL); V_0 = L_4; } IL_001e: { String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, _stringLiteral426695164, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_GetClientChannelSinkChain_m1499550585(NULL /*static, unused*/, L_7, NULL, (&V_1), /*hidden argument*/NULL); Type_t * L_8 = ___objectType0; String_t* L_9 = V_0; ObjectU5BU5D_t2843939325* L_10 = ___activationAttributes2; RemotingProxy_t2444335113 * L_11 = (RemotingProxy_t2444335113 *)il2cpp_codegen_object_new(RemotingProxy_t2444335113_il2cpp_TypeInfo_var); RemotingProxy__ctor_m2714995444(L_11, L_8, L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; RemotingProxy_t2444335113 * L_12 = V_2; NullCheck(L_12); RuntimeObject * L_13 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, L_12); return L_13; } } // System.Object System.Runtime.Remoting.RemotingServices::CreateClientProxyForContextBound(System.Type,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_CreateClientProxyForContextBound_m783705199 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, ObjectU5BU5D_t2843939325* ___activationAttributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_CreateClientProxyForContextBound_m783705199_MetadataUsageId); s_Il2CppMethodInitialized = true; } ProxyAttribute_t455382724 * V_0 = NULL; RemotingProxy_t2444335113 * V_1 = NULL; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsContextful_m1494289047(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0030; } } { Type_t * L_2 = ___type0; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (ProxyAttribute_t455382724_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); Attribute_t861562559 * L_5 = Attribute_GetCustomAttribute_m1244111375(NULL /*static, unused*/, L_2, L_4, (bool)1, /*hidden argument*/NULL); V_0 = ((ProxyAttribute_t455382724 *)CastclassClass((RuntimeObject*)L_5, ProxyAttribute_t455382724_il2cpp_TypeInfo_var)); ProxyAttribute_t455382724 * L_6 = V_0; if (!L_6) { goto IL_0030; } } { ProxyAttribute_t455382724 * L_7 = V_0; Type_t * L_8 = ___type0; NullCheck(L_7); MarshalByRefObject_t2760389100 * L_9 = VirtFuncInvoker1< MarshalByRefObject_t2760389100 *, Type_t * >::Invoke(8 /* System.MarshalByRefObject System.Runtime.Remoting.Proxies.ProxyAttribute::CreateInstance(System.Type) */, L_7, L_8); return L_9; } IL_0030: { Type_t * L_10 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_t3942013484_il2cpp_TypeInfo_var); String_t* L_11 = ((ChannelServices_t3942013484_StaticFields*)il2cpp_codegen_static_fields_for(ChannelServices_t3942013484_il2cpp_TypeInfo_var))->get_CrossContextUrl_3(); ObjectU5BU5D_t2843939325* L_12 = ___activationAttributes1; RemotingProxy_t2444335113 * L_13 = (RemotingProxy_t2444335113 *)il2cpp_codegen_object_new(RemotingProxy_t2444335113_il2cpp_TypeInfo_var); RemotingProxy__ctor_m2714995444(L_13, L_10, L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; RemotingProxy_t2444335113 * L_14 = V_1; NullCheck(L_14); RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, L_14); return L_15; } } // System.Runtime.Remoting.Identity System.Runtime.Remoting.RemotingServices::GetIdentityForUri(System.String) extern "C" IL2CPP_METHOD_ATTR Identity_t1873279371 * RemotingServices_GetIdentityForUri_m2001974121 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetIdentityForUri_m2001974121_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Hashtable_t1853889766 * V_1 = NULL; Identity_t1873279371 * V_2 = NULL; Identity_t1873279371 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); String_t* L_1 = RemotingServices_GetNormalizedUri_m3119784285(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; Hashtable_t1853889766 * L_2 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); V_1 = L_2; Hashtable_t1853889766 * L_3 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0013: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_4 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); String_t* L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5); V_2 = ((Identity_t1873279371 *)CastclassClass((RuntimeObject*)L_6, Identity_t1873279371_il2cpp_TypeInfo_var)); Identity_t1873279371 * L_7 = V_2; if (L_7) { goto IL_0048; } } IL_002a: { String_t* L_8 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); String_t* L_9 = RemotingServices_RemoveAppNameFromUri_m388703745(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = V_0; if (!L_10) { goto IL_0048; } } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_11 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); String_t* L_12 = V_0; NullCheck(L_11); RuntimeObject * L_13 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_11, L_12); V_2 = ((Identity_t1873279371 *)CastclassClass((RuntimeObject*)L_13, Identity_t1873279371_il2cpp_TypeInfo_var)); } IL_0048: { Identity_t1873279371 * L_14 = V_2; V_3 = L_14; IL2CPP_LEAVE(0x5B, FINALLY_0054); } IL_004f: { ; // IL_004f: leave IL_005b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: { // begin finally (depth: 1) Hashtable_t1853889766 * L_15 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); IL2CPP_END_FINALLY(84) } // end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_JUMP_TBL(0x5B, IL_005b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005b: { Identity_t1873279371 * L_16 = V_3; return L_16; } } // System.String System.Runtime.Remoting.RemotingServices::RemoveAppNameFromUri(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* RemotingServices_RemoveAppNameFromUri_m388703745 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_RemoveAppNameFromUri_m388703745_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t4113740665_il2cpp_TypeInfo_var); String_t* L_0 = RemotingConfiguration_get_ApplicationName_m593755586(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; if (L_1) { goto IL_000e; } } { return (String_t*)NULL; } IL_000e: { String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614529, L_2, _stringLiteral3452614529, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = ___uri0; String_t* L_5 = V_0; NullCheck(L_4); bool L_6 = String_StartsWith_m1759067526(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0038; } } { String_t* L_7 = ___uri0; String_t* L_8 = V_0; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_10 = String_Substring_m2848979100(L_7, L_9, /*hidden argument*/NULL); return L_10; } IL_0038: { return (String_t*)NULL; } } // System.Runtime.Remoting.ClientIdentity System.Runtime.Remoting.RemotingServices::GetOrCreateClientIdentity(System.Runtime.Remoting.ObjRef,System.Type,System.Object&) extern "C" IL2CPP_METHOD_ATTR ClientIdentity_t1428046844 * RemotingServices_GetOrCreateClientIdentity_m648299611 (RuntimeObject * __this /* static, unused */, ObjRef_t2141158884 * ___objRef0, Type_t * ___proxyType1, RuntimeObject ** ___clientProxy2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetOrCreateClientIdentity_m648299611_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; Hashtable_t1853889766 * V_3 = NULL; String_t* V_4 = NULL; ClientIdentity_t1428046844 * V_5 = NULL; RemotingProxy_t2444335113 * V_6 = NULL; CrossAppDomainSink_t2177102621 * V_7 = NULL; ClientIdentity_t1428046844 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); ObjectU5BU5D_t2843939325* G_B3_0 = NULL; { ObjRef_t2141158884 * L_0 = ___objRef0; NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::get_ChannelInfo() */, L_0); if (!L_1) { goto IL_001b; } } { ObjRef_t2141158884 * L_2 = ___objRef0; NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::get_ChannelInfo() */, L_2); NullCheck(L_3); ObjectU5BU5D_t2843939325* L_4 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(0 /* System.Object[] System.Runtime.Remoting.IChannelInfo::get_ChannelData() */, IChannelInfo_t3866172133_il2cpp_TypeInfo_var, L_3); G_B3_0 = L_4; goto IL_001c; } IL_001b: { G_B3_0 = ((ObjectU5BU5D_t2843939325*)(NULL)); } IL_001c: { V_0 = (RuntimeObject *)G_B3_0; ObjRef_t2141158884 * L_5 = ___objRef0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Runtime.Remoting.ObjRef::get_URI() */, L_5); RuntimeObject * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RuntimeObject* L_8 = RemotingServices_GetClientChannelSinkChain_m1499550585(NULL /*static, unused*/, L_6, L_7, (&V_1), /*hidden argument*/NULL); V_2 = L_8; String_t* L_9 = V_1; if (L_9) { goto IL_0039; } } { ObjRef_t2141158884 * L_10 = ___objRef0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Runtime.Remoting.ObjRef::get_URI() */, L_10); V_1 = L_11; } IL_0039: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_12 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); V_3 = L_12; Hashtable_t1853889766 * L_13 = V_3; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); } IL_0045: try { // begin try (depth: 1) { RuntimeObject ** L_14 = ___clientProxy2; *((RuntimeObject **)(L_14)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_14), (RuntimeObject *)NULL); ObjRef_t2141158884 * L_15 = ___objRef0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Runtime.Remoting.ObjRef::get_URI() */, L_15); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); String_t* L_17 = RemotingServices_GetNormalizedUri_m3119784285(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_4 = L_17; Hashtable_t1853889766 * L_18 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); String_t* L_19 = V_4; NullCheck(L_18); RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_19); V_5 = ((ClientIdentity_t1428046844 *)IsInstClass((RuntimeObject*)L_20, ClientIdentity_t1428046844_il2cpp_TypeInfo_var)); ClientIdentity_t1428046844 * L_21 = V_5; if (!L_21) { goto IL_008f; } } IL_006f: { RuntimeObject ** L_22 = ___clientProxy2; ClientIdentity_t1428046844 * L_23 = V_5; NullCheck(L_23); MarshalByRefObject_t2760389100 * L_24 = ClientIdentity_get_ClientProxy_m1281632708(L_23, /*hidden argument*/NULL); *((RuntimeObject **)(L_22)) = (RuntimeObject *)L_24; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_22), (RuntimeObject *)L_24); RuntimeObject ** L_25 = ___clientProxy2; RuntimeObject * L_26 = *((RuntimeObject **)L_25); if (!L_26) { goto IL_0088; } } IL_007f: { ClientIdentity_t1428046844 * L_27 = V_5; V_8 = L_27; IL2CPP_LEAVE(0x107, FINALLY_0100); } IL_0088: { ClientIdentity_t1428046844 * L_28 = V_5; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_DisposeIdentity_m2605848806(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); } IL_008f: { String_t* L_29 = V_1; ObjRef_t2141158884 * L_30 = ___objRef0; ClientIdentity_t1428046844 * L_31 = (ClientIdentity_t1428046844 *)il2cpp_codegen_object_new(ClientIdentity_t1428046844_il2cpp_TypeInfo_var); ClientIdentity__ctor_m3042435594(L_31, L_29, L_30, /*hidden argument*/NULL); V_5 = L_31; ClientIdentity_t1428046844 * L_32 = V_5; RuntimeObject* L_33 = V_2; NullCheck(L_32); Identity_set_ChannelSink_m3085217742(L_32, L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_34 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); String_t* L_35 = V_4; ClientIdentity_t1428046844 * L_36 = V_5; NullCheck(L_34); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_34, L_35, L_36); Type_t * L_37 = ___proxyType1; if (!L_37) { goto IL_00f2; } } IL_00b4: { Type_t * L_38 = ___proxyType1; ClientIdentity_t1428046844 * L_39 = V_5; RemotingProxy_t2444335113 * L_40 = (RemotingProxy_t2444335113 *)il2cpp_codegen_object_new(RemotingProxy_t2444335113_il2cpp_TypeInfo_var); RemotingProxy__ctor_m1504681762(L_40, L_38, L_39, /*hidden argument*/NULL); V_6 = L_40; RuntimeObject* L_41 = V_2; V_7 = ((CrossAppDomainSink_t2177102621 *)IsInstClass((RuntimeObject*)L_41, CrossAppDomainSink_t2177102621_il2cpp_TypeInfo_var)); CrossAppDomainSink_t2177102621 * L_42 = V_7; if (!L_42) { goto IL_00db; } } IL_00cd: { RemotingProxy_t2444335113 * L_43 = V_6; CrossAppDomainSink_t2177102621 * L_44 = V_7; NullCheck(L_44); int32_t L_45 = CrossAppDomainSink_get_TargetDomainId_m1510098893(L_44, /*hidden argument*/NULL); NullCheck(L_43); RealProxy_SetTargetDomain_m1886392211(L_43, L_45, /*hidden argument*/NULL); } IL_00db: { RuntimeObject ** L_46 = ___clientProxy2; RemotingProxy_t2444335113 * L_47 = V_6; NullCheck(L_47); RuntimeObject * L_48 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, L_47); *((RuntimeObject **)(L_46)) = (RuntimeObject *)L_48; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_46), (RuntimeObject *)L_48); ClientIdentity_t1428046844 * L_49 = V_5; RuntimeObject ** L_50 = ___clientProxy2; RuntimeObject * L_51 = *((RuntimeObject **)L_50); NullCheck(L_49); ClientIdentity_set_ClientProxy_m3470388302(L_49, ((MarshalByRefObject_t2760389100 *)CastclassClass((RuntimeObject*)L_51, MarshalByRefObject_t2760389100_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_00f2: { ClientIdentity_t1428046844 * L_52 = V_5; V_8 = L_52; IL2CPP_LEAVE(0x107, FINALLY_0100); } IL_00fb: { ; // IL_00fb: leave IL_0107 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0100; } FINALLY_0100: { // begin finally (depth: 1) Hashtable_t1853889766 * L_53 = V_3; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); IL2CPP_END_FINALLY(256) } // end finally (depth: 1) IL2CPP_CLEANUP(256) { IL2CPP_JUMP_TBL(0x107, IL_0107) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0107: { ClientIdentity_t1428046844 * L_54 = V_8; return L_54; } } // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.RemotingServices::GetClientChannelSinkChain(System.String,System.Object,System.String&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RemotingServices_GetClientChannelSinkChain_m1499550585 (RuntimeObject * __this /* static, unused */, String_t* ___url0, RuntimeObject * ___channelData1, String_t** ___objectUri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetClientChannelSinkChain_m1499550585_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { String_t* L_0 = ___url0; RuntimeObject * L_1 = ___channelData1; String_t** L_2 = ___objectUri2; IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_t3942013484_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ChannelServices_CreateClientChannelSinkChain_m3117081582(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; RuntimeObject* L_4 = V_0; if (L_4) { goto IL_003b; } } { String_t* L_5 = ___url0; if (!L_5) { goto IL_0028; } } { String_t* L_6 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1694385042, L_6, /*hidden argument*/NULL); V_1 = L_7; String_t* L_8 = V_1; RemotingException_t2290474311 * L_9 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,RemotingServices_GetClientChannelSinkChain_m1499550585_RuntimeMethod_var); } IL_0028: { String_t* L_10 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2255460365, L_10, /*hidden argument*/NULL); V_2 = L_11; String_t* L_12 = V_2; RemotingException_t2290474311 * L_13 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,RemotingServices_GetClientChannelSinkChain_m1499550585_RuntimeMethod_var); } IL_003b: { RuntimeObject* L_14 = V_0; return L_14; } } // System.Runtime.Remoting.ClientActivatedIdentity System.Runtime.Remoting.RemotingServices::CreateClientActivatedServerIdentity(System.MarshalByRefObject,System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR ClientActivatedIdentity_t3849543081 * RemotingServices_CreateClientActivatedServerIdentity_m3488968707 (RuntimeObject * __this /* static, unused */, MarshalByRefObject_t2760389100 * ___realObject0, Type_t * ___objectType1, String_t* ___objectUri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_CreateClientActivatedServerIdentity_m3488968707_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClientActivatedIdentity_t3849543081 * V_0 = NULL; { String_t* L_0 = ___objectUri2; Type_t * L_1 = ___objectType1; ClientActivatedIdentity_t3849543081 * L_2 = (ClientActivatedIdentity_t3849543081 *)il2cpp_codegen_object_new(ClientActivatedIdentity_t3849543081_il2cpp_TypeInfo_var); ClientActivatedIdentity__ctor_m20616531(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ClientActivatedIdentity_t3849543081 * L_3 = V_0; MarshalByRefObject_t2760389100 * L_4 = ___realObject0; IL2CPP_RUNTIME_CLASS_INIT(Context_t3285446944_il2cpp_TypeInfo_var); Context_t3285446944 * L_5 = Context_get_DefaultContext_m2041247543(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ServerIdentity_AttachServerObject_m3892044390(L_3, L_4, L_5, /*hidden argument*/NULL); ClientActivatedIdentity_t3849543081 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_RegisterServerIdentity_m196914637(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); ClientActivatedIdentity_t3849543081 * L_7 = V_0; MarshalByRefObject_t2760389100 * L_8 = ___realObject0; NullCheck(L_8); RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(5 /* System.Object System.MarshalByRefObject::InitializeLifetimeService() */, L_8); NullCheck(L_7); ServerIdentity_StartTrackingLifetime_m861002296(L_7, ((RuntimeObject*)Castclass((RuntimeObject*)L_9, ILease_t2998816618_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ClientActivatedIdentity_t3849543081 * L_10 = V_0; return L_10; } } // System.Runtime.Remoting.ServerIdentity System.Runtime.Remoting.RemotingServices::CreateWellKnownServerIdentity(System.Type,System.String,System.Runtime.Remoting.WellKnownObjectMode) extern "C" IL2CPP_METHOD_ATTR ServerIdentity_t2342208608 * RemotingServices_CreateWellKnownServerIdentity_m1170328801 (RuntimeObject * __this /* static, unused */, Type_t * ___objectType0, String_t* ___objectUri1, int32_t ___mode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_CreateWellKnownServerIdentity_m1170328801_MetadataUsageId); s_Il2CppMethodInitialized = true; } ServerIdentity_t2342208608 * V_0 = NULL; { int32_t L_0 = ___mode2; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0019; } } { String_t* L_1 = ___objectUri1; IL2CPP_RUNTIME_CLASS_INIT(Context_t3285446944_il2cpp_TypeInfo_var); Context_t3285446944 * L_2 = Context_get_DefaultContext_m2041247543(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_3 = ___objectType0; SingleCallIdentity_t1525242393 * L_4 = (SingleCallIdentity_t1525242393 *)il2cpp_codegen_object_new(SingleCallIdentity_t1525242393_il2cpp_TypeInfo_var); SingleCallIdentity__ctor_m512106477(L_4, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0026; } IL_0019: { String_t* L_5 = ___objectUri1; IL2CPP_RUNTIME_CLASS_INIT(Context_t3285446944_il2cpp_TypeInfo_var); Context_t3285446944 * L_6 = Context_get_DefaultContext_m2041247543(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_7 = ___objectType0; SingletonIdentity_t2425810587 * L_8 = (SingletonIdentity_t2425810587 *)il2cpp_codegen_object_new(SingletonIdentity_t2425810587_il2cpp_TypeInfo_var); SingletonIdentity__ctor_m3846583373(L_8, L_5, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0026: { ServerIdentity_t2342208608 * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_RegisterServerIdentity_m196914637(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); ServerIdentity_t2342208608 * L_10 = V_0; return L_10; } } // System.Void System.Runtime.Remoting.RemotingServices::RegisterServerIdentity(System.Runtime.Remoting.ServerIdentity) extern "C" IL2CPP_METHOD_ATTR void RemotingServices_RegisterServerIdentity_m196914637 (RuntimeObject * __this /* static, unused */, ServerIdentity_t2342208608 * ___identity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_RegisterServerIdentity_m196914637_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); ServerIdentity_t2342208608 * L_3 = ___identity0; NullCheck(L_3); String_t* L_4 = Identity_get_ObjectUri_m3138646444(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_2, L_4); if (!L_5) { goto IL_003c; } } IL_0021: { ServerIdentity_t2342208608 * L_6 = ___identity0; NullCheck(L_6); String_t* L_7 = Identity_get_ObjectUri_m3138646444(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral46899543, L_7, _stringLiteral3452614530, /*hidden argument*/NULL); RemotingException_t2290474311 * L_9 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,RemotingServices_RegisterServerIdentity_m196914637_RuntimeMethod_var); } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_10 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); ServerIdentity_t2342208608 * L_11 = ___identity0; NullCheck(L_11); String_t* L_12 = Identity_get_ObjectUri_m3138646444(L_11, /*hidden argument*/NULL); ServerIdentity_t2342208608 * L_13 = ___identity0; NullCheck(L_10); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_10, L_12, L_13); IL2CPP_LEAVE(0x59, 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) Hashtable_t1853889766 * L_14 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); IL2CPP_END_FINALLY(82) } // end finally (depth: 1) IL2CPP_CLEANUP(82) { IL2CPP_JUMP_TBL(0x59, IL_0059) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0059: { return; } } // System.Object System.Runtime.Remoting.RemotingServices::GetProxyForRemoteObject(System.Runtime.Remoting.ObjRef,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_GetProxyForRemoteObject_m1790739297 (RuntimeObject * __this /* static, unused */, ObjRef_t2141158884 * ___objref0, Type_t * ___classToProxy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetProxyForRemoteObject_m1790739297_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClientActivatedIdentity_t3849543081 * V_0 = NULL; { ObjRef_t2141158884 * L_0 = ___objref0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Runtime.Remoting.ObjRef::get_URI() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Identity_t1873279371 * L_2 = RemotingServices_GetIdentityForUri_m2001974121(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = ((ClientActivatedIdentity_t3849543081 *)IsInstClass((RuntimeObject*)L_2, ClientActivatedIdentity_t3849543081_il2cpp_TypeInfo_var)); ClientActivatedIdentity_t3849543081 * L_3 = V_0; if (!L_3) { goto IL_001e; } } { ClientActivatedIdentity_t3849543081 * L_4 = V_0; NullCheck(L_4); MarshalByRefObject_t2760389100 * L_5 = ClientActivatedIdentity_GetServerObject_m446547394(L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { ObjRef_t2141158884 * L_6 = ___objref0; Type_t * L_7 = ___classToProxy1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RuntimeObject * L_8 = RemotingServices_GetRemoteObject_m2117098022(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.Runtime.Remoting.RemotingServices::GetRemoteObject(System.Runtime.Remoting.ObjRef,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_GetRemoteObject_m2117098022 (RuntimeObject * __this /* static, unused */, ObjRef_t2141158884 * ___objRef0, Type_t * ___proxyType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetRemoteObject_m2117098022_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { ObjRef_t2141158884 * L_0 = ___objRef0; Type_t * L_1 = ___proxyType1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RemotingServices_GetOrCreateClientIdentity_m648299611(NULL /*static, unused*/, L_0, L_1, (&V_0), /*hidden argument*/NULL); RuntimeObject * L_2 = V_0; return L_2; } } // System.Void System.Runtime.Remoting.RemotingServices::RegisterInternalChannels() extern "C" IL2CPP_METHOD_ATTR void RemotingServices_RegisterInternalChannels_m3803685582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_RegisterInternalChannels_m3803685582_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CrossAppDomainChannel_t1606809047_il2cpp_TypeInfo_var); CrossAppDomainChannel_RegisterCrossAppDomainChannel_m1413768602(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.RemotingServices::DisposeIdentity(System.Runtime.Remoting.Identity) extern "C" IL2CPP_METHOD_ATTR void RemotingServices_DisposeIdentity_m2605848806 (RuntimeObject * __this /* static, unused */, Identity_t1873279371 * ___ident0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_DisposeIdentity_m2605848806_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; ClientIdentity_t1428046844 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { Identity_t1873279371 * L_2 = ___ident0; NullCheck(L_2); bool L_3 = Identity_get_Disposed_m2663903683(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0055; } } IL_0017: { Identity_t1873279371 * L_4 = ___ident0; V_1 = ((ClientIdentity_t1428046844 *)IsInstClass((RuntimeObject*)L_4, ClientIdentity_t1428046844_il2cpp_TypeInfo_var)); ClientIdentity_t1428046844 * L_5 = V_1; if (!L_5) { goto IL_003e; } } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_6 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); ClientIdentity_t1428046844 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = ClientIdentity_get_TargetUri_m648770569(L_7, /*hidden argument*/NULL); String_t* L_9 = RemotingServices_GetNormalizedUri_m3119784285(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_6); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_6, L_9); goto IL_004e; } IL_003e: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_10 = ((RemotingServices_t1401195504_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_t1401195504_il2cpp_TypeInfo_var))->get_uri_hash_0(); Identity_t1873279371 * L_11 = ___ident0; NullCheck(L_11); String_t* L_12 = Identity_get_ObjectUri_m3138646444(L_11, /*hidden argument*/NULL); NullCheck(L_10); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_10, L_12); } IL_004e: { Identity_t1873279371 * L_13 = ___ident0; NullCheck(L_13); Identity_set_Disposed_m1049871465(L_13, (bool)1, /*hidden argument*/NULL); } IL_0055: { IL2CPP_LEAVE(0x61, FINALLY_005a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005a; } FINALLY_005a: { // begin finally (depth: 1) Hashtable_t1853889766 * L_14 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); IL2CPP_END_FINALLY(90) } // end finally (depth: 1) IL2CPP_CLEANUP(90) { IL2CPP_JUMP_TBL(0x61, IL_0061) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0061: { return; } } // System.String System.Runtime.Remoting.RemotingServices::GetNormalizedUri(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* RemotingServices_GetNormalizedUri_m3119784285 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemotingServices_GetNormalizedUri_m3119784285_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___uri0; NullCheck(L_0); bool L_1 = String_StartsWith_m1759067526(L_0, _stringLiteral3452614529, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { String_t* L_2 = ___uri0; NullCheck(L_2); String_t* L_3 = String_Substring_m2848979100(L_2, 1, /*hidden argument*/NULL); return L_3; } IL_0018: { 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.ServerIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) extern "C" IL2CPP_METHOD_ATTR void ServerIdentity__ctor_m1627037015 (ServerIdentity_t2342208608 * __this, String_t* ___objectUri0, Context_t3285446944 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method) { { String_t* L_0 = ___objectUri0; Identity__ctor_m2221672896(__this, L_0, /*hidden argument*/NULL); Type_t * L_1 = ___objectType2; __this->set__objectType_7(L_1); Context_t3285446944 * L_2 = ___context1; __this->set__context_10(L_2); return; } } // System.Type System.Runtime.Remoting.ServerIdentity::get_ObjectType() extern "C" IL2CPP_METHOD_ATTR Type_t * ServerIdentity_get_ObjectType_m1709199788 (ServerIdentity_t2342208608 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__objectType_7(); return L_0; } } // System.Void System.Runtime.Remoting.ServerIdentity::StartTrackingLifetime(System.Runtime.Remoting.Lifetime.ILease) extern "C" IL2CPP_METHOD_ATTR void ServerIdentity_StartTrackingLifetime_m861002296 (ServerIdentity_t2342208608 * __this, RuntimeObject* ___lease0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServerIdentity_StartTrackingLifetime_m861002296_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___lease0; if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = ___lease0; NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Runtime.Remoting.Lifetime.LeaseState System.Runtime.Remoting.Lifetime.ILease::get_CurrentState() */, ILease_t2998816618_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_0014; } } { ___lease0 = (RuntimeObject*)NULL; } IL_0014: { RuntimeObject* L_3 = ___lease0; if (!L_3) { goto IL_003e; } } { RuntimeObject* L_4 = ___lease0; if (((Lease_t4051722892 *)IsInstClass((RuntimeObject*)L_4, Lease_t4051722892_il2cpp_TypeInfo_var))) { goto IL_002c; } } { Lease_t4051722892 * L_5 = (Lease_t4051722892 *)il2cpp_codegen_object_new(Lease_t4051722892_il2cpp_TypeInfo_var); Lease__ctor_m3269477734(L_5, /*hidden argument*/NULL); ___lease0 = L_5; } IL_002c: { RuntimeObject* L_6 = ___lease0; __this->set__lease_11(((Lease_t4051722892 *)CastclassClass((RuntimeObject*)L_6, Lease_t4051722892_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_t3061370510_il2cpp_TypeInfo_var); LifetimeServices_TrackLifetime_m2415237423(NULL /*static, unused*/, __this, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void System.Runtime.Remoting.ServerIdentity::OnLifetimeExpired() extern "C" IL2CPP_METHOD_ATTR void ServerIdentity_OnLifetimeExpired_m3729485875 (ServerIdentity_t2342208608 * __this, const RuntimeMethod* method) { { ServerIdentity_DisposeServerObject_m1376146261(__this, /*hidden argument*/NULL); return; } } // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.ServerIdentity::CreateObjRef(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjRef_t2141158884 * ServerIdentity_CreateObjRef_m3435315642 (ServerIdentity_t2342208608 * __this, Type_t * ___requestedType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServerIdentity_CreateObjRef_m3435315642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjRef_t2141158884 * L_0 = ((Identity_t1873279371 *)__this)->get__objRef_5(); if (!L_0) { goto IL_001d; } } { ObjRef_t2141158884 * L_1 = ((Identity_t1873279371 *)__this)->get__objRef_5(); NullCheck(L_1); ObjRef_UpdateChannelInfo_m871421559(L_1, /*hidden argument*/NULL); ObjRef_t2141158884 * L_2 = ((Identity_t1873279371 *)__this)->get__objRef_5(); return L_2; } IL_001d: { Type_t * L_3 = ___requestedType0; if (L_3) { goto IL_002b; } } { Type_t * L_4 = __this->get__objectType_7(); ___requestedType0 = L_4; } IL_002b: { ObjRef_t2141158884 * L_5 = (ObjRef_t2141158884 *)il2cpp_codegen_object_new(ObjRef_t2141158884_il2cpp_TypeInfo_var); ObjRef__ctor_m823137228(L_5, /*hidden argument*/NULL); ((Identity_t1873279371 *)__this)->set__objRef_5(L_5); ObjRef_t2141158884 * L_6 = ((Identity_t1873279371 *)__this)->get__objRef_5(); Type_t * L_7 = ___requestedType0; TypeInfo_t3108865556 * L_8 = (TypeInfo_t3108865556 *)il2cpp_codegen_object_new(TypeInfo_t3108865556_il2cpp_TypeInfo_var); TypeInfo__ctor_m3520353822(L_8, L_7, /*hidden argument*/NULL); NullCheck(L_6); VirtActionInvoker1< RuntimeObject* >::Invoke(10 /* System.Void System.Runtime.Remoting.ObjRef::set_TypeInfo(System.Runtime.Remoting.IRemotingTypeInfo) */, L_6, L_8); ObjRef_t2141158884 * L_9 = ((Identity_t1873279371 *)__this)->get__objRef_5(); String_t* L_10 = ((Identity_t1873279371 *)__this)->get__objectUri_0(); NullCheck(L_9); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Runtime.Remoting.ObjRef::set_URI(System.String) */, L_9, L_10); RuntimeObject* L_11 = ((Identity_t1873279371 *)__this)->get__envoySink_2(); if (!L_11) { goto IL_0089; } } { RuntimeObject* L_12 = ((Identity_t1873279371 *)__this)->get__envoySink_2(); if (((EnvoyTerminatorSink_t3654193516 *)IsInstClass((RuntimeObject*)L_12, EnvoyTerminatorSink_t3654193516_il2cpp_TypeInfo_var))) { goto IL_0089; } } { ObjRef_t2141158884 * L_13 = ((Identity_t1873279371 *)__this)->get__objRef_5(); RuntimeObject* L_14 = ((Identity_t1873279371 *)__this)->get__envoySink_2(); EnvoyInfo_t22149680 * L_15 = (EnvoyInfo_t22149680 *)il2cpp_codegen_object_new(EnvoyInfo_t22149680_il2cpp_TypeInfo_var); EnvoyInfo__ctor_m276600651(L_15, L_14, /*hidden argument*/NULL); NullCheck(L_13); VirtActionInvoker1< RuntimeObject* >::Invoke(8 /* System.Void System.Runtime.Remoting.ObjRef::set_EnvoyInfo(System.Runtime.Remoting.IEnvoyInfo) */, L_13, L_15); } IL_0089: { ObjRef_t2141158884 * L_16 = ((Identity_t1873279371 *)__this)->get__objRef_5(); return L_16; } } // System.Void System.Runtime.Remoting.ServerIdentity::AttachServerObject(System.MarshalByRefObject,System.Runtime.Remoting.Contexts.Context) extern "C" IL2CPP_METHOD_ATTR void ServerIdentity_AttachServerObject_m3892044390 (ServerIdentity_t2342208608 * __this, MarshalByRefObject_t2760389100 * ___serverObject0, Context_t3285446944 * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServerIdentity_AttachServerObject_m3892044390_MetadataUsageId); s_Il2CppMethodInitialized = true; } RealProxy_t2312050253 * V_0 = NULL; { ServerIdentity_DisposeServerObject_m1376146261(__this, /*hidden argument*/NULL); Context_t3285446944 * L_0 = ___context1; __this->set__context_10(L_0); MarshalByRefObject_t2760389100 * L_1 = ___serverObject0; __this->set__serverObject_8(L_1); MarshalByRefObject_t2760389100 * L_2 = ___serverObject0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); bool L_3 = RemotingServices_IsTransparentProxy_m1535738947(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003d; } } { MarshalByRefObject_t2760389100 * L_4 = ___serverObject0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); RealProxy_t2312050253 * L_5 = RemotingServices_GetRealProxy_m2081098851(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; RealProxy_t2312050253 * L_6 = V_0; NullCheck(L_6); Identity_t1873279371 * L_7 = RealProxy_get_ObjectIdentity_m2790771985(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0038; } } { RealProxy_t2312050253 * L_8 = V_0; NullCheck(L_8); RealProxy_set_ObjectIdentity_m1045687518(L_8, __this, /*hidden argument*/NULL); } IL_0038: { goto IL_0066; } IL_003d: { Type_t * L_9 = __this->get__objectType_7(); NullCheck(L_9); bool L_10 = Type_get_IsContextful_m1494289047(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005a; } } { Context_t3285446944 * L_11 = ___context1; MarshalByRefObject_t2760389100 * L_12 = ___serverObject0; NullCheck(L_11); RuntimeObject* L_13 = Context_CreateEnvoySink_m3365634710(L_11, L_12, /*hidden argument*/NULL); ((Identity_t1873279371 *)__this)->set__envoySink_2(L_13); } IL_005a: { MarshalByRefObject_t2760389100 * L_14 = __this->get__serverObject_8(); NullCheck(L_14); MarshalByRefObject_set_ObjectIdentity_m2909674674(L_14, __this, /*hidden argument*/NULL); } IL_0066: { return; } } // System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::get_Lease() extern "C" IL2CPP_METHOD_ATTR Lease_t4051722892 * ServerIdentity_get_Lease_m2153931427 (ServerIdentity_t2342208608 * __this, const RuntimeMethod* method) { { Lease_t4051722892 * L_0 = __this->get__lease_11(); return L_0; } } // System.Void System.Runtime.Remoting.ServerIdentity::DisposeServerObject() extern "C" IL2CPP_METHOD_ATTR void ServerIdentity_DisposeServerObject_m1376146261 (ServerIdentity_t2342208608 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServerIdentity_DisposeServerObject_m1376146261_MetadataUsageId); s_Il2CppMethodInitialized = true; } MarshalByRefObject_t2760389100 * V_0 = NULL; { MarshalByRefObject_t2760389100 * L_0 = __this->get__serverObject_8(); if (!L_0) { goto IL_0032; } } { MarshalByRefObject_t2760389100 * L_1 = __this->get__serverObject_8(); V_0 = L_1; MarshalByRefObject_t2760389100 * L_2 = __this->get__serverObject_8(); NullCheck(L_2); MarshalByRefObject_set_ObjectIdentity_m2909674674(L_2, (ServerIdentity_t2342208608 *)NULL, /*hidden argument*/NULL); __this->set__serverObject_8((MarshalByRefObject_t2760389100 *)NULL); __this->set__serverSink_9((RuntimeObject*)NULL); MarshalByRefObject_t2760389100 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); TrackingServices_NotifyDisconnectedObject_m1755566214(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0032: { 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.Services.TrackingServices::.cctor() extern "C" IL2CPP_METHOD_ATTR void TrackingServices__cctor_m2525949557 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TrackingServices__cctor_m2525949557_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); ((TrackingServices_t409076583_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t409076583_il2cpp_TypeInfo_var))->set__handlers_0(L_0); return; } } // System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyMarshaledObject(System.Object,System.Runtime.Remoting.ObjRef) extern "C" IL2CPP_METHOD_ATTR void TrackingServices_NotifyMarshaledObject_m2850851267 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, ObjRef_t2141158884 * ___or1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TrackingServices_NotifyMarshaledObject_m2850851267_MetadataUsageId); s_Il2CppMethodInitialized = true; } ITrackingHandlerU5BU5D_t3758023570* V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_0 = ((TrackingServices_t409076583_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t409076583_il2cpp_TypeInfo_var))->get__handlers_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); V_1 = L_1; RuntimeObject * L_2 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0011: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_3 = ((TrackingServices_t409076583_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t409076583_il2cpp_TypeInfo_var))->get__handlers_0(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); if (L_4) { goto IL_0025; } } IL_0020: { IL2CPP_LEAVE(0x69, FINALLY_0044); } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_5 = ((TrackingServices_t409076583_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t409076583_il2cpp_TypeInfo_var))->get__handlers_0(); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (ITrackingHandler_t1244553475_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeArray * L_8 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_5, L_7); V_0 = ((ITrackingHandlerU5BU5D_t3758023570*)Castclass((RuntimeObject*)L_8, ITrackingHandlerU5BU5D_t3758023570_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x4B, FINALLY_0044); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: { // begin finally (depth: 1) RuntimeObject * L_9 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(68) } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_JUMP_TBL(0x69, IL_0069) IL2CPP_JUMP_TBL(0x4B, IL_004b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004b: { V_2 = 0; goto IL_0060; } IL_0052: { ITrackingHandlerU5BU5D_t3758023570* L_10 = V_0; int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject* L_13 = (L_10)->GetAt(static_cast(L_12)); RuntimeObject * L_14 = ___obj0; ObjRef_t2141158884 * L_15 = ___or1; NullCheck(L_13); InterfaceActionInvoker2< RuntimeObject *, ObjRef_t2141158884 * >::Invoke(1 /* System.Void System.Runtime.Remoting.Services.ITrackingHandler::MarshaledObject(System.Object,System.Runtime.Remoting.ObjRef) */, ITrackingHandler_t1244553475_il2cpp_TypeInfo_var, L_13, L_14, L_15); int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0060: { int32_t L_17 = V_2; ITrackingHandlerU5BU5D_t3758023570* L_18 = V_0; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0052; } } IL_0069: { return; } } // System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyUnmarshaledObject(System.Object,System.Runtime.Remoting.ObjRef) extern "C" IL2CPP_METHOD_ATTR void TrackingServices_NotifyUnmarshaledObject_m2784831802 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, ObjRef_t2141158884 * ___or1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TrackingServices_NotifyUnmarshaledObject_m2784831802_MetadataUsageId); s_Il2CppMethodInitialized = true; } ITrackingHandlerU5BU5D_t3758023570* V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_0 = ((TrackingServices_t409076583_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t409076583_il2cpp_TypeInfo_var))->get__handlers_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); V_1 = L_1; RuntimeObject * L_2 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0011: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_3 = ((TrackingServices_t409076583_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t409076583_il2cpp_TypeInfo_var))->get__handlers_0(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); if (L_4) { goto IL_0025; } } IL_0020: { IL2CPP_LEAVE(0x69, FINALLY_0044); } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_5 = ((TrackingServices_t409076583_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t409076583_il2cpp_TypeInfo_var))->get__handlers_0(); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (ITrackingHandler_t1244553475_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeArray * L_8 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_5, L_7); V_0 = ((ITrackingHandlerU5BU5D_t3758023570*)Castclass((RuntimeObject*)L_8, ITrackingHandlerU5BU5D_t3758023570_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x4B, FINALLY_0044); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: { // begin finally (depth: 1) RuntimeObject * L_9 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(68) } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_JUMP_TBL(0x69, IL_0069) IL2CPP_JUMP_TBL(0x4B, IL_004b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004b: { V_2 = 0; goto IL_0060; } IL_0052: { ITrackingHandlerU5BU5D_t3758023570* L_10 = V_0; int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject* L_13 = (L_10)->GetAt(static_cast(L_12)); RuntimeObject * L_14 = ___obj0; ObjRef_t2141158884 * L_15 = ___or1; NullCheck(L_13); InterfaceActionInvoker2< RuntimeObject *, ObjRef_t2141158884 * >::Invoke(2 /* System.Void System.Runtime.Remoting.Services.ITrackingHandler::UnmarshaledObject(System.Object,System.Runtime.Remoting.ObjRef) */, ITrackingHandler_t1244553475_il2cpp_TypeInfo_var, L_13, L_14, L_15); int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0060: { int32_t L_17 = V_2; ITrackingHandlerU5BU5D_t3758023570* L_18 = V_0; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0052; } } IL_0069: { return; } } // System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyDisconnectedObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void TrackingServices_NotifyDisconnectedObject_m1755566214 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TrackingServices_NotifyDisconnectedObject_m1755566214_MetadataUsageId); s_Il2CppMethodInitialized = true; } ITrackingHandlerU5BU5D_t3758023570* V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_0 = ((TrackingServices_t409076583_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t409076583_il2cpp_TypeInfo_var))->get__handlers_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); V_1 = L_1; RuntimeObject * L_2 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0011: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_3 = ((TrackingServices_t409076583_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t409076583_il2cpp_TypeInfo_var))->get__handlers_0(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); if (L_4) { goto IL_0025; } } IL_0020: { IL2CPP_LEAVE(0x68, FINALLY_0044); } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_t409076583_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_5 = ((TrackingServices_t409076583_StaticFields*)il2cpp_codegen_static_fields_for(TrackingServices_t409076583_il2cpp_TypeInfo_var))->get__handlers_0(); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (ITrackingHandler_t1244553475_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeArray * L_8 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_5, L_7); V_0 = ((ITrackingHandlerU5BU5D_t3758023570*)Castclass((RuntimeObject*)L_8, ITrackingHandlerU5BU5D_t3758023570_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x4B, FINALLY_0044); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: { // begin finally (depth: 1) RuntimeObject * L_9 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(68) } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_JUMP_TBL(0x68, IL_0068) IL2CPP_JUMP_TBL(0x4B, IL_004b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004b: { V_2 = 0; goto IL_005f; } IL_0052: { ITrackingHandlerU5BU5D_t3758023570* L_10 = V_0; int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject* L_13 = (L_10)->GetAt(static_cast(L_12)); RuntimeObject * L_14 = ___obj0; NullCheck(L_13); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void System.Runtime.Remoting.Services.ITrackingHandler::DisconnectedObject(System.Object) */, ITrackingHandler_t1244553475_il2cpp_TypeInfo_var, L_13, L_14); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005f: { int32_t L_16 = V_2; ITrackingHandlerU5BU5D_t3758023570* L_17 = V_0; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0052; } } IL_0068: { 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.SingleCallIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) extern "C" IL2CPP_METHOD_ATTR void SingleCallIdentity__ctor_m512106477 (SingleCallIdentity_t1525242393 * __this, String_t* ___objectUri0, Context_t3285446944 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method) { { String_t* L_0 = ___objectUri0; Context_t3285446944 * L_1 = ___context1; Type_t * L_2 = ___objectType2; ServerIdentity__ctor_m1627037015(__this, L_0, L_1, L_2, /*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.SingletonIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) extern "C" IL2CPP_METHOD_ATTR void SingletonIdentity__ctor_m3846583373 (SingletonIdentity_t2425810587 * __this, String_t* ___objectUri0, Context_t3285446944 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method) { { String_t* L_0 = ___objectUri0; Context_t3285446944 * L_1 = ___context1; Type_t * L_2 = ___objectType2; ServerIdentity__ctor_m1627037015(__this, L_0, L_1, L_2, /*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.SoapServices::.cctor() extern "C" IL2CPP_METHOD_ATTR void SoapServices__cctor_m3121621510 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices__cctor_m3121621510_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->set__xmlTypes_0(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->set__xmlElements_1(L_1); Hashtable_t1853889766 * L_2 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_2, /*hidden argument*/NULL); ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->set__soapActions_2(L_2); Hashtable_t1853889766 * L_3 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_3, /*hidden argument*/NULL); ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->set__soapActionsMethods_3(L_3); Hashtable_t1853889766 * L_4 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_4, /*hidden argument*/NULL); ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->set__typeInfos_4(L_4); return; } } // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithAssembly() extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithAssembly_m2133585561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_get_XmlNsForClrTypeWithAssembly_m2133585561_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3320754130; } } // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNs() extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNs_m3680841936 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_get_XmlNsForClrTypeWithNs_m3680841936_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral2815104098; } } // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNsAndAssembly() extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m2954042252 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m2954042252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral344609744; } } // System.String System.Runtime.Remoting.SoapServices::CodeXmlNamespaceForClrTypeNamespace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_CodeXmlNamespaceForClrTypeNamespace_m4100633536 (RuntimeObject * __this /* static, unused */, String_t* ___typeNamespace0, String_t* ___assemblyName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_CodeXmlNamespaceForClrTypeNamespace_m4100633536_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___assemblyName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); String_t* L_3 = SoapServices_get_XmlNsForClrTypeWithNs_m3680841936(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = ___typeNamespace0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_001c: { String_t* L_6 = ___typeNamespace0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); String_t* L_9 = SoapServices_get_XmlNsForClrTypeWithAssembly_m2133585561(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_10 = ___assemblyName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); String_t* L_12 = SoapServices_EncodeNs_m635167772(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return L_12; } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); String_t* L_13 = SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m2954042252(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_14 = ___typeNamespace0; String_t* L_15 = ___assemblyName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2163913788(NULL /*static, unused*/, L_13, L_14, _stringLiteral3452614529, L_15, /*hidden argument*/NULL); String_t* L_17 = SoapServices_EncodeNs_m635167772(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); return L_17; } } // System.String System.Runtime.Remoting.SoapServices::GetNameKey(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetNameKey_m1553516689 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___namspace1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_GetNameKey_m1553516689_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___namspace1; if (L_0) { goto IL_0008; } } { String_t* L_1 = ___name0; return L_1; } IL_0008: { String_t* L_2 = ___name0; String_t* L_3 = ___namspace1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3452614528, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Runtime.Remoting.SoapServices::GetAssemblyName(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetAssemblyName_m1160306025 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___mb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_GetAssemblyName_m1160306025_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodBase_t * L_0 = ___mb0; NullCheck(L_0); Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0); NullCheck(L_1); Assembly_t * L_2 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_1); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_4); Assembly_t * L_5 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_4); if ((!(((RuntimeObject*)(Assembly_t *)L_2) == ((RuntimeObject*)(Assembly_t *)L_5)))) { goto IL_0025; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_6; } IL_0025: { MethodBase_t * L_7 = ___mb0; NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_7); NullCheck(L_8); Assembly_t * L_9 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_8); NullCheck(L_9); AssemblyName_t270931938 * L_10 = VirtFuncInvoker0< AssemblyName_t270931938 * >::Invoke(20 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_9); NullCheck(L_10); String_t* L_11 = AssemblyName_get_Name_m4072373679(L_10, /*hidden argument*/NULL); return L_11; } } // System.Boolean System.Runtime.Remoting.SoapServices::GetXmlElementForInteropType(System.Type,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool SoapServices_GetXmlElementForInteropType_m1310850578 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t** ___xmlElement1, String_t** ___xmlNamespace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_GetXmlElementForInteropType_m1310850578_MetadataUsageId); s_Il2CppMethodInitialized = true; } SoapTypeAttribute_t1750930817 * V_0 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t949022444_il2cpp_TypeInfo_var); SoapAttribute_t411004526 * L_1 = InternalRemotingServices_GetCachedSoapAttribute_m1042302982(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = ((SoapTypeAttribute_t1750930817 *)CastclassSealed((RuntimeObject*)L_1, SoapTypeAttribute_t1750930817_il2cpp_TypeInfo_var)); SoapTypeAttribute_t1750930817 * L_2 = V_0; NullCheck(L_2); bool L_3 = SoapTypeAttribute_get_IsInteropXmlElement_m3413949955(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } { String_t** L_4 = ___xmlElement1; *((RuntimeObject **)(L_4)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)NULL); String_t** L_5 = ___xmlNamespace2; *((RuntimeObject **)(L_5)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_5), (RuntimeObject *)NULL); return (bool)0; } IL_001f: { String_t** L_6 = ___xmlElement1; SoapTypeAttribute_t1750930817 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = SoapTypeAttribute_get_XmlElementName_m2920861364(L_7, /*hidden argument*/NULL); *((RuntimeObject **)(L_6)) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_6), (RuntimeObject *)L_8); String_t** L_9 = ___xmlNamespace2; SoapTypeAttribute_t1750930817 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = SoapTypeAttribute_get_XmlNamespace_m1959618787(L_10, /*hidden argument*/NULL); *((RuntimeObject **)(L_9)) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_9), (RuntimeObject *)L_11); return (bool)1; } } // System.String System.Runtime.Remoting.SoapServices::GetXmlNamespaceForMethodCall(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetXmlNamespaceForMethodCall_m4199193440 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___mb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_GetXmlNamespaceForMethodCall_m4199193440_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodBase_t * L_0 = ___mb0; NullCheck(L_0); Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); MethodBase_t * L_3 = ___mb0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); String_t* L_4 = SoapServices_GetAssemblyName_m1160306025(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); String_t* L_5 = SoapServices_CodeXmlNamespaceForClrTypeNamespace_m4100633536(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Runtime.Remoting.SoapServices::GetXmlNamespaceForMethodResponse(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_GetXmlNamespaceForMethodResponse_m72953636 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___mb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_GetXmlNamespaceForMethodResponse_m72953636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodBase_t * L_0 = ___mb0; NullCheck(L_0); Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); MethodBase_t * L_3 = ___mb0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); String_t* L_4 = SoapServices_GetAssemblyName_m1160306025(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); String_t* L_5 = SoapServices_CodeXmlNamespaceForClrTypeNamespace_m4100633536(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Runtime.Remoting.SoapServices::GetXmlTypeForInteropType(System.Type,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool SoapServices_GetXmlTypeForInteropType_m226269097 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t** ___xmlType1, String_t** ___xmlTypeNamespace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_GetXmlTypeForInteropType_m226269097_MetadataUsageId); s_Il2CppMethodInitialized = true; } SoapTypeAttribute_t1750930817 * V_0 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t949022444_il2cpp_TypeInfo_var); SoapAttribute_t411004526 * L_1 = InternalRemotingServices_GetCachedSoapAttribute_m1042302982(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = ((SoapTypeAttribute_t1750930817 *)CastclassSealed((RuntimeObject*)L_1, SoapTypeAttribute_t1750930817_il2cpp_TypeInfo_var)); SoapTypeAttribute_t1750930817 * L_2 = V_0; NullCheck(L_2); bool L_3 = SoapTypeAttribute_get_IsInteropXmlType_m629667929(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } { String_t** L_4 = ___xmlType1; *((RuntimeObject **)(L_4)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)NULL); String_t** L_5 = ___xmlTypeNamespace2; *((RuntimeObject **)(L_5)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_5), (RuntimeObject *)NULL); return (bool)0; } IL_001f: { String_t** L_6 = ___xmlType1; SoapTypeAttribute_t1750930817 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = SoapTypeAttribute_get_XmlTypeName_m3319890470(L_7, /*hidden argument*/NULL); *((RuntimeObject **)(L_6)) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_6), (RuntimeObject *)L_8); String_t** L_9 = ___xmlTypeNamespace2; SoapTypeAttribute_t1750930817 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = SoapTypeAttribute_get_XmlTypeNamespace_m4211398148(L_10, /*hidden argument*/NULL); *((RuntimeObject **)(L_9)) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_9), (RuntimeObject *)L_11); return (bool)1; } } // System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR void SoapServices_PreLoad_m3694555274 (RuntimeObject * __this /* static, unused */, Assembly_t * ___assembly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_PreLoad_m3694555274_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; { Assembly_t * L_0 = ___assembly0; NullCheck(L_0); TypeU5BU5D_t3940880105* L_1 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(15 /* System.Type[] System.Reflection.Assembly::GetTypes() */, L_0); V_1 = L_1; V_2 = 0; goto IL_001c; } IL_000e: { TypeU5BU5D_t3940880105* L_2 = V_1; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; Type_t * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; Type_t * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); SoapServices_PreLoad_m1533129052(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001c: { int32_t L_8 = V_2; TypeU5BU5D_t3940880105* L_9 = V_1; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_000e; } } { return; } } // System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Type) extern "C" IL2CPP_METHOD_ATTR void SoapServices_PreLoad_m1533129052 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_PreLoad_m1533129052_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; TypeInfo_t3204178358 * V_2 = NULL; RuntimeObject * V_3 = NULL; FieldInfoU5BU5D_t846150980* V_4 = NULL; FieldInfo_t * V_5 = NULL; FieldInfoU5BU5D_t846150980* V_6 = NULL; int32_t V_7 = 0; SoapFieldAttribute_t1164342470 * V_8 = NULL; String_t* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->get__typeInfos_4(); Type_t * L_1 = ___type0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); V_2 = ((TypeInfo_t3204178358 *)IsInstClass((RuntimeObject*)L_2, TypeInfo_t3204178358_il2cpp_TypeInfo_var)); TypeInfo_t3204178358 * L_3 = V_2; if (!L_3) { goto IL_0018; } } { return; } IL_0018: { Type_t * L_4 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); bool L_5 = SoapServices_GetXmlTypeForInteropType_m226269097(NULL /*static, unused*/, L_4, (&V_0), (&V_1), /*hidden argument*/NULL); if (!L_5) { goto IL_002f; } } { String_t* L_6 = V_0; String_t* L_7 = V_1; Type_t * L_8 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); SoapServices_RegisterInteropXmlType_m3725804773(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); } IL_002f: { Type_t * L_9 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); bool L_10 = SoapServices_GetXmlElementForInteropType_m1310850578(NULL /*static, unused*/, L_9, (&V_0), (&V_1), /*hidden argument*/NULL); if (!L_10) { goto IL_0046; } } { String_t* L_11 = V_0; String_t* L_12 = V_1; Type_t * L_13 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); SoapServices_RegisterInteropXmlElement_m2539810323(NULL /*static, unused*/, L_11, L_12, L_13, /*hidden argument*/NULL); } IL_0046: { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_14 = ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->get__typeInfos_4(); NullCheck(L_14); RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_14); V_3 = L_15; RuntimeObject * L_16 = V_3; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); } IL_0057: try { // begin try (depth: 1) { TypeInfo_t3204178358 * L_17 = (TypeInfo_t3204178358 *)il2cpp_codegen_object_new(TypeInfo_t3204178358_il2cpp_TypeInfo_var); TypeInfo__ctor_m3177869375(L_17, /*hidden argument*/NULL); V_2 = L_17; Type_t * L_18 = ___type0; NullCheck(L_18); FieldInfoU5BU5D_t846150980* L_19 = VirtFuncInvoker1< FieldInfoU5BU5D_t846150980*, int32_t >::Invoke(51 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_18, ((int32_t)52)); V_4 = L_19; FieldInfoU5BU5D_t846150980* L_20 = V_4; V_6 = L_20; V_7 = 0; goto IL_010f; } IL_0073: { FieldInfoU5BU5D_t846150980* L_21 = V_6; int32_t L_22 = V_7; NullCheck(L_21); int32_t L_23 = L_22; FieldInfo_t * L_24 = (L_21)->GetAt(static_cast(L_23)); V_5 = L_24; FieldInfo_t * L_25 = V_5; IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t949022444_il2cpp_TypeInfo_var); SoapAttribute_t411004526 * L_26 = InternalRemotingServices_GetCachedSoapAttribute_m1042302982(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); V_8 = ((SoapFieldAttribute_t1164342470 *)CastclassSealed((RuntimeObject*)L_26, SoapFieldAttribute_t1164342470_il2cpp_TypeInfo_var)); SoapFieldAttribute_t1164342470 * L_27 = V_8; NullCheck(L_27); bool L_28 = SoapFieldAttribute_IsInteropXmlElement_m2819415462(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_0099; } } IL_0094: { goto IL_0109; } IL_0099: { SoapFieldAttribute_t1164342470 * L_29 = V_8; NullCheck(L_29); String_t* L_30 = SoapFieldAttribute_get_XmlElementName_m2203304026(L_29, /*hidden argument*/NULL); SoapFieldAttribute_t1164342470 * L_31 = V_8; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Runtime.Remoting.Metadata.SoapAttribute::get_XmlNamespace() */, L_31); IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); String_t* L_33 = SoapServices_GetNameKey_m1553516689(NULL /*static, unused*/, L_30, L_32, /*hidden argument*/NULL); V_9 = L_33; SoapFieldAttribute_t1164342470 * L_34 = V_8; NullCheck(L_34); bool L_35 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Runtime.Remoting.Metadata.SoapAttribute::get_UseAttribute() */, L_34); if (!L_35) { goto IL_00e4; } } IL_00ba: { TypeInfo_t3204178358 * L_36 = V_2; NullCheck(L_36); Hashtable_t1853889766 * L_37 = L_36->get_Attributes_0(); if (L_37) { goto IL_00d0; } } IL_00c5: { TypeInfo_t3204178358 * L_38 = V_2; Hashtable_t1853889766 * L_39 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_39, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_Attributes_0(L_39); } IL_00d0: { TypeInfo_t3204178358 * L_40 = V_2; NullCheck(L_40); Hashtable_t1853889766 * L_41 = L_40->get_Attributes_0(); String_t* L_42 = V_9; FieldInfo_t * L_43 = V_5; NullCheck(L_41); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_41, L_42, L_43); goto IL_0109; } IL_00e4: { TypeInfo_t3204178358 * L_44 = V_2; NullCheck(L_44); Hashtable_t1853889766 * L_45 = L_44->get_Elements_1(); if (L_45) { goto IL_00fa; } } IL_00ef: { TypeInfo_t3204178358 * L_46 = V_2; Hashtable_t1853889766 * L_47 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_47, /*hidden argument*/NULL); NullCheck(L_46); L_46->set_Elements_1(L_47); } IL_00fa: { TypeInfo_t3204178358 * L_48 = V_2; NullCheck(L_48); Hashtable_t1853889766 * L_49 = L_48->get_Elements_1(); String_t* L_50 = V_9; FieldInfo_t * L_51 = V_5; NullCheck(L_49); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_49, L_50, L_51); } IL_0109: { int32_t L_52 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_010f: { int32_t L_53 = V_7; FieldInfoU5BU5D_t846150980* L_54 = V_6; NullCheck(L_54); if ((((int32_t)L_53) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_54)->max_length))))))) { goto IL_0073; } } IL_011a: { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_55 = ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->get__typeInfos_4(); Type_t * L_56 = ___type0; TypeInfo_t3204178358 * L_57 = V_2; NullCheck(L_55); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_55, L_56, L_57); IL2CPP_LEAVE(0x132, FINALLY_012b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_012b; } FINALLY_012b: { // begin finally (depth: 1) RuntimeObject * L_58 = V_3; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); IL2CPP_END_FINALLY(299) } // end finally (depth: 1) IL2CPP_CLEANUP(299) { IL2CPP_JUMP_TBL(0x132, IL_0132) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0132: { return; } } // System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlElement(System.String,System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlElement_m2539810323 (RuntimeObject * __this /* static, unused */, String_t* ___xmlElement0, String_t* ___xmlNamespace1, Type_t * ___type2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_RegisterInteropXmlElement_m2539810323_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->get__xmlElements_1(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0011: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_3 = ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->get__xmlElements_1(); String_t* L_4 = ___xmlElement0; String_t* L_5 = ___xmlNamespace1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3452614528, L_5, /*hidden argument*/NULL); Type_t * L_7 = ___type2; NullCheck(L_3); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_3, L_6, L_7); IL2CPP_LEAVE(0x34, FINALLY_002d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: { // begin finally (depth: 1) RuntimeObject * L_8 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(45) } // end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_JUMP_TBL(0x34, IL_0034) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0034: { return; } } // System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlType(System.String,System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlType_m3725804773 (RuntimeObject * __this /* static, unused */, String_t* ___xmlType0, String_t* ___xmlTypeNamespace1, Type_t * ___type2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_RegisterInteropXmlType_m3725804773_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->get__xmlTypes_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0011: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(SoapServices_t133988723_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_3 = ((SoapServices_t133988723_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_t133988723_il2cpp_TypeInfo_var))->get__xmlTypes_0(); String_t* L_4 = ___xmlType0; String_t* L_5 = ___xmlTypeNamespace1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3452614528, L_5, /*hidden argument*/NULL); Type_t * L_7 = ___type2; NullCheck(L_3); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_3, L_6, L_7); IL2CPP_LEAVE(0x34, FINALLY_002d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: { // begin finally (depth: 1) RuntimeObject * L_8 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(45) } // end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_JUMP_TBL(0x34, IL_0034) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0034: { return; } } // System.String System.Runtime.Remoting.SoapServices::EncodeNs(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SoapServices_EncodeNs_m635167772 (RuntimeObject * __this /* static, unused */, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SoapServices_EncodeNs_m635167772_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___ns0; NullCheck(L_0); String_t* L_1 = String_Replace_m1273907647(L_0, _stringLiteral3452614532, _stringLiteral3403891830, /*hidden argument*/NULL); ___ns0 = L_1; String_t* L_2 = ___ns0; NullCheck(L_2); String_t* L_3 = String_Replace_m1273907647(L_2, _stringLiteral3452614528, _stringLiteral3074512661, /*hidden argument*/NULL); ___ns0 = L_3; String_t* L_4 = ___ns0; NullCheck(L_4); String_t* L_5 = String_Replace_m1273907647(L_4, _stringLiteral3452614547, _stringLiteral1837742353, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.SoapServices/TypeInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeInfo__ctor_m3177869375 (TypeInfo_t3204178358 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.TypeEntry::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeEntry__ctor_m3850067423 (TypeEntry_t3903395172 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String System.Runtime.Remoting.TypeEntry::get_AssemblyName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeEntry_get_AssemblyName_m249907965 (TypeEntry_t3903395172 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_assembly_name_0(); return L_0; } } // System.Void System.Runtime.Remoting.TypeEntry::set_AssemblyName(System.String) extern "C" IL2CPP_METHOD_ATTR void TypeEntry_set_AssemblyName_m740439947 (TypeEntry_t3903395172 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_assembly_name_0(L_0); return; } } // System.String System.Runtime.Remoting.TypeEntry::get_TypeName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeEntry_get_TypeName_m3730760050 (TypeEntry_t3903395172 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_type_name_1(); return L_0; } } // System.Void System.Runtime.Remoting.TypeEntry::set_TypeName(System.String) extern "C" IL2CPP_METHOD_ATTR void TypeEntry_set_TypeName_m2292673915 (TypeEntry_t3903395172 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_type_name_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.TypeInfo::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void TypeInfo__ctor_m3520353822 (TypeInfo_t3108865556 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeInfo__ctor_m3520353822_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; int32_t V_2 = 0; TypeU5BU5D_t3940880105* V_3 = NULL; int32_t V_4 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsInterface_m3284996719(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_004c; } } { RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (MarshalByRefObject_t2760389100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_3); __this->set_serverType_0(L_4); __this->set_serverHierarchy_1(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0))); StringU5BU5D_t1281789340* L_5 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_6 = ___type0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (String_t*)L_7); __this->set_interfacesImplemented_2(L_5); goto IL_010a; } IL_004c: { Type_t * L_8 = ___type0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_8); __this->set_serverType_0(L_9); V_0 = 0; Type_t * L_10 = ___type0; NullCheck(L_10); Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_10); V_1 = L_11; goto IL_0071; } IL_0066: { Type_t * L_12 = V_1; NullCheck(L_12); Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_12); V_1 = L_13; int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0071: { Type_t * L_15 = V_1; RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (MarshalByRefObject_t2760389100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_15) == ((RuntimeObject*)(Type_t *)L_17))) { goto IL_0091; } } { Type_t * L_18 = V_1; RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_18) == ((RuntimeObject*)(Type_t *)L_20)))) { goto IL_0066; } } IL_0091: { int32_t L_21 = V_0; __this->set_serverHierarchy_1(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_21))); Type_t * L_22 = ___type0; NullCheck(L_22); Type_t * L_23 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_22); V_1 = L_23; V_2 = 0; goto IL_00c4; } IL_00ab: { StringU5BU5D_t1281789340* L_24 = __this->get_serverHierarchy_1(); int32_t L_25 = V_2; Type_t * L_26 = V_1; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_26); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_27); (L_24)->SetAt(static_cast(L_25), (String_t*)L_27); Type_t * L_28 = V_1; NullCheck(L_28); Type_t * L_29 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_28); V_1 = L_29; int32_t L_30 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00c4: { int32_t L_31 = V_2; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_00ab; } } { Type_t * L_33 = ___type0; NullCheck(L_33); TypeU5BU5D_t3940880105* L_34 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(42 /* System.Type[] System.Type::GetInterfaces() */, L_33); V_3 = L_34; TypeU5BU5D_t3940880105* L_35 = V_3; NullCheck(L_35); __this->set_interfacesImplemented_2(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))); V_4 = 0; goto IL_0100; } IL_00e8: { StringU5BU5D_t1281789340* L_36 = __this->get_interfacesImplemented_2(); int32_t L_37 = V_4; TypeU5BU5D_t3940880105* L_38 = V_3; int32_t L_39 = V_4; NullCheck(L_38); int32_t L_40 = L_39; Type_t * L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_41); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_42); (L_36)->SetAt(static_cast(L_37), (String_t*)L_42); int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_0100: { int32_t L_44 = V_4; TypeU5BU5D_t3940880105* L_45 = V_3; NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))))) { goto IL_00e8; } } IL_010a: { return; } } // System.String System.Runtime.Remoting.TypeInfo::get_TypeName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeInfo_get_TypeName_m3637299865 (TypeInfo_t3108865556 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_serverType_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.WellKnownClientTypeEntry::.ctor(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WellKnownClientTypeEntry__ctor_m2471908952 (WellKnownClientTypeEntry_t1333916391 * __this, String_t* ___typeName0, String_t* ___assemblyName1, String_t* ___objectUrl2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WellKnownClientTypeEntry__ctor_m2471908952_MetadataUsageId); s_Il2CppMethodInitialized = true; } Assembly_t * V_0 = NULL; { TypeEntry__ctor_m3850067423(__this, /*hidden argument*/NULL); String_t* L_0 = ___objectUrl2; __this->set_obj_url_3(L_0); String_t* L_1 = ___assemblyName1; TypeEntry_set_AssemblyName_m740439947(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___typeName0; TypeEntry_set_TypeName_m2292673915(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = ___assemblyName1; Assembly_t * L_4 = Assembly_Load_m3487507613(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; Assembly_t * L_5 = V_0; String_t* L_6 = ___typeName0; NullCheck(L_5); Type_t * L_7 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(17 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_5, L_6); __this->set_obj_type_2(L_7); Type_t * L_8 = __this->get_obj_type_2(); if (L_8) { goto IL_0051; } } { String_t* L_9 = ___typeName0; String_t* L_10 = ___assemblyName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral1773946259, L_9, _stringLiteral3450517380, L_10, /*hidden argument*/NULL); RemotingException_t2290474311 * L_12 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,WellKnownClientTypeEntry__ctor_m2471908952_RuntimeMethod_var); } IL_0051: { return; } } // System.String System.Runtime.Remoting.WellKnownClientTypeEntry::get_ApplicationUrl() extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_get_ApplicationUrl_m3926146748 (WellKnownClientTypeEntry_t1333916391 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_app_url_4(); return L_0; } } // System.Type System.Runtime.Remoting.WellKnownClientTypeEntry::get_ObjectType() extern "C" IL2CPP_METHOD_ATTR Type_t * WellKnownClientTypeEntry_get_ObjectType_m1043664788 (WellKnownClientTypeEntry_t1333916391 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_obj_type_2(); return L_0; } } // System.String System.Runtime.Remoting.WellKnownClientTypeEntry::get_ObjectUrl() extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_get_ObjectUrl_m2025814880 (WellKnownClientTypeEntry_t1333916391 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_obj_url_3(); return L_0; } } // System.String System.Runtime.Remoting.WellKnownClientTypeEntry::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_ToString_m1119458503 (WellKnownClientTypeEntry_t1333916391 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WellKnownClientTypeEntry_ToString_m1119458503_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = WellKnownClientTypeEntry_get_ApplicationUrl_m3926146748(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0029; } } { String_t* L_1 = TypeEntry_get_TypeName_m3730760050(__this, /*hidden argument*/NULL); String_t* L_2 = TypeEntry_get_AssemblyName_m249907965(__this, /*hidden argument*/NULL); String_t* L_3 = WellKnownClientTypeEntry_get_ObjectUrl_m2025814880(__this, /*hidden argument*/NULL); String_t* L_4 = WellKnownClientTypeEntry_get_ApplicationUrl_m3926146748(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m2163913788(NULL /*static, unused*/, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0029: { String_t* L_6 = TypeEntry_get_TypeName_m3730760050(__this, /*hidden argument*/NULL); String_t* L_7 = TypeEntry_get_AssemblyName_m249907965(__this, /*hidden argument*/NULL); String_t* L_8 = WellKnownClientTypeEntry_get_ObjectUrl_m2025814880(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3755062657(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } #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.Remoting.WellKnownServiceTypeEntry::.ctor(System.String,System.String,System.String,System.Runtime.Remoting.WellKnownObjectMode) extern "C" IL2CPP_METHOD_ATTR void WellKnownServiceTypeEntry__ctor_m2390594423 (WellKnownServiceTypeEntry_t2561527180 * __this, String_t* ___typeName0, String_t* ___assemblyName1, String_t* ___objectUri2, int32_t ___mode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WellKnownServiceTypeEntry__ctor_m2390594423_MetadataUsageId); s_Il2CppMethodInitialized = true; } Assembly_t * V_0 = NULL; { TypeEntry__ctor_m3850067423(__this, /*hidden argument*/NULL); String_t* L_0 = ___assemblyName1; TypeEntry_set_AssemblyName_m740439947(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___typeName0; TypeEntry_set_TypeName_m2292673915(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___assemblyName1; Assembly_t * L_3 = Assembly_Load_m3487507613(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; Assembly_t * L_4 = V_0; String_t* L_5 = ___typeName0; NullCheck(L_4); Type_t * L_6 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(17 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_4, L_5); __this->set_obj_type_2(L_6); String_t* L_7 = ___objectUri2; __this->set_obj_uri_3(L_7); int32_t L_8 = ___mode3; __this->set_obj_mode_4(L_8); Type_t * L_9 = __this->get_obj_type_2(); if (L_9) { goto IL_0059; } } { String_t* L_10 = ___typeName0; String_t* L_11 = ___assemblyName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral1773946259, L_10, _stringLiteral3450517380, L_11, /*hidden argument*/NULL); RemotingException_t2290474311 * L_13 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,WellKnownServiceTypeEntry__ctor_m2390594423_RuntimeMethod_var); } IL_0059: { return; } } // System.Runtime.Remoting.WellKnownObjectMode System.Runtime.Remoting.WellKnownServiceTypeEntry::get_Mode() extern "C" IL2CPP_METHOD_ATTR int32_t WellKnownServiceTypeEntry_get_Mode_m514401854 (WellKnownServiceTypeEntry_t2561527180 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_obj_mode_4(); return L_0; } } // System.Type System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectType() extern "C" IL2CPP_METHOD_ATTR Type_t * WellKnownServiceTypeEntry_get_ObjectType_m3211195371 (WellKnownServiceTypeEntry_t2561527180 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_obj_type_2(); return L_0; } } // System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectUri() extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownServiceTypeEntry_get_ObjectUri_m560402900 (WellKnownServiceTypeEntry_t2561527180 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_obj_uri_3(); return L_0; } } // System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* WellKnownServiceTypeEntry_ToString_m1546833365 (WellKnownServiceTypeEntry_t2561527180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WellKnownServiceTypeEntry_ToString_m1546833365_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); String_t* L_1 = TypeEntry_get_TypeName_m3730760050(__this, /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_1); (L_0)->SetAt(static_cast(0), (String_t*)L_1); StringU5BU5D_t1281789340* L_2 = L_0; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral3450517380); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral3450517380); StringU5BU5D_t1281789340* L_3 = L_2; String_t* L_4 = TypeEntry_get_AssemblyName_m249907965(__this, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(2), (String_t*)L_4); StringU5BU5D_t1281789340* L_5 = L_3; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3452614528); (L_5)->SetAt(static_cast(3), (String_t*)_stringLiteral3452614528); StringU5BU5D_t1281789340* L_6 = L_5; String_t* L_7 = WellKnownServiceTypeEntry_get_ObjectUri_m560402900(__this, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(4), (String_t*)L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m1809518182(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_8; } } #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.ArrayFixupRecord::.ctor(System.Runtime.Serialization.ObjectRecord,System.Int32,System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void ArrayFixupRecord__ctor_m3071763795 (ArrayFixupRecord_t4271256269 * __this, ObjectRecord_t1187467272 * ___objectToBeFixed0, int32_t ___index1, ObjectRecord_t1187467272 * ___objectRequired2, const RuntimeMethod* method) { { ObjectRecord_t1187467272 * L_0 = ___objectToBeFixed0; ObjectRecord_t1187467272 * L_1 = ___objectRequired2; BaseFixupRecord__ctor_m3105931241(__this, L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___index1; __this->set__index_4(L_2); return; } } // System.Void System.Runtime.Serialization.ArrayFixupRecord::FixupImpl(System.Runtime.Serialization.ObjectManager) extern "C" IL2CPP_METHOD_ATTR void ArrayFixupRecord_FixupImpl_m4264567432 (ArrayFixupRecord_t4271256269 * __this, ObjectManager_t1653064325 * ___manager0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayFixupRecord_FixupImpl_m4264567432_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; { ObjectRecord_t1187467272 * L_0 = ((BaseFixupRecord_t3185653456 *)__this)->get_ObjectToBeFixed_0(); NullCheck(L_0); RuntimeObject * L_1 = L_0->get_ObjectInstance_2(); V_0 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_1, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_2 = V_0; ObjectRecord_t1187467272 * L_3 = ((BaseFixupRecord_t3185653456 *)__this)->get_ObjectRequired_1(); NullCheck(L_3); RuntimeObject * L_4 = L_3->get_ObjectInstance_2(); int32_t L_5 = __this->get__index_4(); NullCheck(L_2); Array_SetValue_m3412255035(L_2, L_4, L_5, /*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.BaseFixupRecord::.ctor(System.Runtime.Serialization.ObjectRecord,System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void BaseFixupRecord__ctor_m3105931241 (BaseFixupRecord_t3185653456 * __this, ObjectRecord_t1187467272 * ___objectToBeFixed0, ObjectRecord_t1187467272 * ___objectRequired1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ObjectRecord_t1187467272 * L_0 = ___objectToBeFixed0; __this->set_ObjectToBeFixed_0(L_0); ObjectRecord_t1187467272 * L_1 = ___objectRequired1; __this->set_ObjectRequired_1(L_1); return; } } // System.Boolean System.Runtime.Serialization.BaseFixupRecord::DoFixup(System.Runtime.Serialization.ObjectManager,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool BaseFixupRecord_DoFixup_m1407429548 (BaseFixupRecord_t3185653456 * __this, ObjectManager_t1653064325 * ___manager0, bool ___strict1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseFixupRecord_DoFixup_m1407429548_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectRecord_t1187467272 * L_0 = __this->get_ObjectToBeFixed_0(); NullCheck(L_0); bool L_1 = ObjectRecord_get_IsRegistered_m1980446745(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0029; } } { ObjectRecord_t1187467272 * L_2 = __this->get_ObjectRequired_1(); NullCheck(L_2); bool L_3 = ObjectRecord_get_IsInstanceReady_m2304516395(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0029; } } { ObjectManager_t1653064325 * L_4 = ___manager0; VirtActionInvoker1< ObjectManager_t1653064325 * >::Invoke(4 /* System.Void System.Runtime.Serialization.BaseFixupRecord::FixupImpl(System.Runtime.Serialization.ObjectManager) */, __this, L_4); return (bool)1; } IL_0029: { bool L_5 = ___strict1; if (!L_5) { goto IL_009b; } } { ObjectRecord_t1187467272 * L_6 = __this->get_ObjectToBeFixed_0(); NullCheck(L_6); bool L_7 = ObjectRecord_get_IsRegistered_m1980446745(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0064; } } { ObjectRecord_t1187467272 * L_8 = __this->get_ObjectToBeFixed_0(); NullCheck(L_8); int64_t L_9 = L_8->get_ObjectID_3(); int64_t L_10 = L_9; RuntimeObject * L_11 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2013382497, L_11, _stringLiteral810363262, /*hidden argument*/NULL); SerializationException_t3941511869 * L_13 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,BaseFixupRecord_DoFixup_m1407429548_RuntimeMethod_var); } IL_0064: { ObjectRecord_t1187467272 * L_14 = __this->get_ObjectRequired_1(); NullCheck(L_14); bool L_15 = ObjectRecord_get_IsRegistered_m1980446745(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0099; } } { ObjectRecord_t1187467272 * L_16 = __this->get_ObjectRequired_1(); NullCheck(L_16); int64_t L_17 = L_16->get_ObjectID_3(); int64_t L_18 = L_17; RuntimeObject * L_19 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_18); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2013382497, L_19, _stringLiteral810363262, /*hidden argument*/NULL); SerializationException_t3941511869 * L_21 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,BaseFixupRecord_DoFixup_m1407429548_RuntimeMethod_var); } IL_0099: { return (bool)0; } IL_009b: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.DelayedFixupRecord::.ctor(System.Runtime.Serialization.ObjectRecord,System.String,System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void DelayedFixupRecord__ctor_m1500671818 (DelayedFixupRecord_t2425570624 * __this, ObjectRecord_t1187467272 * ___objectToBeFixed0, String_t* ___memberName1, ObjectRecord_t1187467272 * ___objectRequired2, const RuntimeMethod* method) { { ObjectRecord_t1187467272 * L_0 = ___objectToBeFixed0; ObjectRecord_t1187467272 * L_1 = ___objectRequired2; BaseFixupRecord__ctor_m3105931241(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___memberName1; __this->set__memberName_4(L_2); return; } } // System.Void System.Runtime.Serialization.DelayedFixupRecord::FixupImpl(System.Runtime.Serialization.ObjectManager) extern "C" IL2CPP_METHOD_ATTR void DelayedFixupRecord_FixupImpl_m521536759 (DelayedFixupRecord_t2425570624 * __this, ObjectManager_t1653064325 * ___manager0, const RuntimeMethod* method) { { ObjectRecord_t1187467272 * L_0 = ((BaseFixupRecord_t3185653456 *)__this)->get_ObjectToBeFixed_0(); ObjectManager_t1653064325 * L_1 = ___manager0; String_t* L_2 = __this->get__memberName_4(); ObjectRecord_t1187467272 * L_3 = ((BaseFixupRecord_t3185653456 *)__this)->get_ObjectRequired_1(); NullCheck(L_3); RuntimeObject * L_4 = L_3->get_ObjectInstance_2(); NullCheck(L_0); ObjectRecord_SetMemberValue_m4000081321(L_0, L_1, L_2, L_4, /*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.FixupRecord::.ctor(System.Runtime.Serialization.ObjectRecord,System.Reflection.MemberInfo,System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void FixupRecord__ctor_m4156740480 (FixupRecord_t4176629420 * __this, ObjectRecord_t1187467272 * ___objectToBeFixed0, MemberInfo_t * ___member1, ObjectRecord_t1187467272 * ___objectRequired2, const RuntimeMethod* method) { { ObjectRecord_t1187467272 * L_0 = ___objectToBeFixed0; ObjectRecord_t1187467272 * L_1 = ___objectRequired2; BaseFixupRecord__ctor_m3105931241(__this, L_0, L_1, /*hidden argument*/NULL); MemberInfo_t * L_2 = ___member1; __this->set__member_4(L_2); return; } } // System.Void System.Runtime.Serialization.FixupRecord::FixupImpl(System.Runtime.Serialization.ObjectManager) extern "C" IL2CPP_METHOD_ATTR void FixupRecord_FixupImpl_m2569366786 (FixupRecord_t4176629420 * __this, ObjectManager_t1653064325 * ___manager0, const RuntimeMethod* method) { { ObjectRecord_t1187467272 * L_0 = ((BaseFixupRecord_t3185653456 *)__this)->get_ObjectToBeFixed_0(); ObjectManager_t1653064325 * L_1 = ___manager0; MemberInfo_t * L_2 = __this->get__member_4(); ObjectRecord_t1187467272 * L_3 = ((BaseFixupRecord_t3185653456 *)__this)->get_ObjectRequired_1(); NullCheck(L_3); RuntimeObject * L_4 = L_3->get_ObjectInstance_2(); NullCheck(L_0); ObjectRecord_SetMemberValue_m1045887821(L_0, L_1, L_2, L_4, /*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.FormatterConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void FormatterConverter__ctor_m4071877133 (FormatterConverter_t2760117746 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object System.Runtime.Serialization.FormatterConverter::Convert(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterConverter_Convert_m1357098163 (FormatterConverter_t2760117746 * __this, RuntimeObject * ___value0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterConverter_Convert_m1357098163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; Type_t * L_1 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_2 = Convert_ChangeType_m739676612(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Runtime.Serialization.FormatterConverter::ToBoolean(System.Object) extern "C" IL2CPP_METHOD_ATTR bool FormatterConverter_ToBoolean_m1680758923 (FormatterConverter_t2760117746 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterConverter_ToBoolean_m1680758923_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2046370954, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FormatterConverter_ToBoolean_m1680758923_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_3 = Convert_ToBoolean_m2072772931(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int16 System.Runtime.Serialization.FormatterConverter::ToInt16(System.Object) extern "C" IL2CPP_METHOD_ATTR int16_t FormatterConverter_ToInt16_m4282804414 (FormatterConverter_t2760117746 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterConverter_ToInt16_m4282804414_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2046370954, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FormatterConverter_ToInt16_m4282804414_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_3 = Convert_ToInt16_m198393465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Runtime.Serialization.FormatterConverter::ToInt32(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t FormatterConverter_ToInt32_m2929341202 (FormatterConverter_t2760117746 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterConverter_ToInt32_m2929341202_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2046370954, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FormatterConverter_ToInt32_m2929341202_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_3 = Convert_ToInt32_m2608095889(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int64 System.Runtime.Serialization.FormatterConverter::ToInt64(System.Object) extern "C" IL2CPP_METHOD_ATTR int64_t FormatterConverter_ToInt64_m495840699 (FormatterConverter_t2760117746 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterConverter_ToInt64_m495840699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2046370954, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FormatterConverter_ToInt64_m495840699_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_3 = Convert_ToInt64_m3240678588(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.Runtime.Serialization.FormatterConverter::ToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* FormatterConverter_ToString_m1584725205 (FormatterConverter_t2760117746 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterConverter_ToString_m1584725205_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2046370954, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FormatterConverter_ToString_m1584725205_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_3 = Convert_ToString_m2219349533(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.UInt32 System.Runtime.Serialization.FormatterConverter::ToUInt32(System.Object) extern "C" IL2CPP_METHOD_ATTR uint32_t FormatterConverter_ToUInt32_m2336213161 (FormatterConverter_t2760117746 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterConverter_ToUInt32_m2336213161_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2046370954, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FormatterConverter_ToUInt32_m2336213161_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_3 = Convert_ToUInt32_m668801151(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCommon::.cctor() extern "C" IL2CPP_METHOD_ATTR void BinaryCommon__cctor_m2978407547 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryCommon__cctor_m2978407547_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D37_28_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->set_BinaryHeader_0(L_0); ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->set_UseReflectionSerialization_3((bool)0); ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->set__typeCodesToType_1(((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19)))); TypeU5BU5D_t3940880105* L_2 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(1), (Type_t *)L_4); TypeU5BU5D_t3940880105* L_5 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(2), (Type_t *)L_7); TypeU5BU5D_t3940880105* L_8 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(3), (Type_t *)L_10); TypeU5BU5D_t3940880105* L_11 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(((int32_t)12)), (Type_t *)L_13); TypeU5BU5D_t3940880105* L_14 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(((int32_t)13)), (Type_t *)L_16); TypeU5BU5D_t3940880105* L_17 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(5), (Type_t *)L_19); TypeU5BU5D_t3940880105* L_20 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(6), (Type_t *)L_22); TypeU5BU5D_t3940880105* L_23 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(7), (Type_t *)L_25); TypeU5BU5D_t3940880105* L_26 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_28); (L_26)->SetAt(static_cast(8), (Type_t *)L_28); TypeU5BU5D_t3940880105* L_29 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_30 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_31 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_31); (L_29)->SetAt(static_cast(((int32_t)9)), (Type_t *)L_31); TypeU5BU5D_t3940880105* L_32 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_33 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; Type_t * L_34 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_34); (L_32)->SetAt(static_cast(((int32_t)10)), (Type_t *)L_34); TypeU5BU5D_t3940880105* L_35 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_36 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; Type_t * L_37 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_37); (L_35)->SetAt(static_cast(((int32_t)11)), (Type_t *)L_37); TypeU5BU5D_t3940880105* L_38 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_39 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; Type_t * L_40 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_40); (L_38)->SetAt(static_cast(((int32_t)14)), (Type_t *)L_40); TypeU5BU5D_t3940880105* L_41 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_42 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; Type_t * L_43 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_43); (L_41)->SetAt(static_cast(((int32_t)15)), (Type_t *)L_43); TypeU5BU5D_t3940880105* L_44 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_45 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; Type_t * L_46 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_46); (L_44)->SetAt(static_cast(((int32_t)16)), (Type_t *)L_46); TypeU5BU5D_t3940880105* L_47 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); NullCheck(L_47); ArrayElementTypeCheck (L_47, NULL); (L_47)->SetAt(static_cast(((int32_t)17)), (Type_t *)NULL); TypeU5BU5D_t3940880105* L_48 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); RuntimeTypeHandle_t3027515415 L_49 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_50 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_50); (L_48)->SetAt(static_cast(((int32_t)18)), (Type_t *)L_50); ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->set__typeCodeMap_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)))); ByteU5BU5D_t4116647657* L_51 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_51); (L_51)->SetAt(static_cast(3), (uint8_t)1); ByteU5BU5D_t4116647657* L_52 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_52); (L_52)->SetAt(static_cast(6), (uint8_t)2); ByteU5BU5D_t4116647657* L_53 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_53); (L_53)->SetAt(static_cast(4), (uint8_t)3); ByteU5BU5D_t4116647657* L_54 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)16)), (uint8_t)((int32_t)13)); ByteU5BU5D_t4116647657* L_55 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_55); (L_55)->SetAt(static_cast(((int32_t)15)), (uint8_t)5); ByteU5BU5D_t4116647657* L_56 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_56); (L_56)->SetAt(static_cast(((int32_t)14)), (uint8_t)6); ByteU5BU5D_t4116647657* L_57 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_57); (L_57)->SetAt(static_cast(7), (uint8_t)7); ByteU5BU5D_t4116647657* L_58 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_58); (L_58)->SetAt(static_cast(((int32_t)9)), (uint8_t)8); ByteU5BU5D_t4116647657* L_59 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)11)), (uint8_t)((int32_t)9)); ByteU5BU5D_t4116647657* L_60 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_60); (L_60)->SetAt(static_cast(5), (uint8_t)((int32_t)10)); ByteU5BU5D_t4116647657* L_61 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_61); (L_61)->SetAt(static_cast(((int32_t)13)), (uint8_t)((int32_t)11)); ByteU5BU5D_t4116647657* L_62 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_62); (L_62)->SetAt(static_cast(8), (uint8_t)((int32_t)14)); ByteU5BU5D_t4116647657* L_63 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_63); (L_63)->SetAt(static_cast(((int32_t)10)), (uint8_t)((int32_t)15)); ByteU5BU5D_t4116647657* L_64 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_64); (L_64)->SetAt(static_cast(((int32_t)12)), (uint8_t)((int32_t)16)); ByteU5BU5D_t4116647657* L_65 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); NullCheck(L_65); (L_65)->SetAt(static_cast(((int32_t)18)), (uint8_t)((int32_t)18)); String_t* L_66 = Environment_GetEnvironmentVariable_m394552009(NULL /*static, unused*/, _stringLiteral4002481453, /*hidden argument*/NULL); V_0 = L_66; String_t* L_67 = V_0; if (L_67) { goto IL_01f7; } } { V_0 = _stringLiteral3454777282; } IL_01f7: { String_t* L_68 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_69 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_68, _stringLiteral3454777282, /*hidden argument*/NULL); ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->set_UseReflectionSerialization_3(L_69); return; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.BinaryCommon::IsPrimitive(System.Type) extern "C" IL2CPP_METHOD_ATTR bool BinaryCommon_IsPrimitive_m378904036 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryCommon_IsPrimitive_m378904036_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B6_0 = 0; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsPrimitive_m1114712797(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { Type_t * L_2 = ___type0; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IntPtr_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_004a; } } IL_001b: { Type_t * L_5 = ___type0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_004a; } } { Type_t * L_8 = ___type0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10))) { goto IL_004a; } } { Type_t * L_11 = ___type0; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); G_B6_0 = ((((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_13))? 1 : 0); goto IL_004b; } IL_004a: { G_B6_0 = 1; } IL_004b: { return (bool)G_B6_0; } } // System.Byte System.Runtime.Serialization.Formatters.Binary.BinaryCommon::GetTypeCode(System.Type) extern "C" IL2CPP_METHOD_ATTR uint8_t BinaryCommon_GetTypeCode_m448697888 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryCommon_GetTypeCode_m448697888_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0013; } } { return (uint8_t)((int32_t)12); } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_3 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodeMap_2(); Type_t * L_4 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_5 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_6 = L_5; uint8_t L_7 = (L_3)->GetAt(static_cast(L_6)); return L_7; } } // System.Type System.Runtime.Serialization.Formatters.Binary.BinaryCommon::GetTypeFromCode(System.Int32) extern "C" IL2CPP_METHOD_ATTR Type_t * BinaryCommon_GetTypeFromCode_m39036572 (RuntimeObject * __this /* static, unused */, int32_t ___code0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryCommon_GetTypeFromCode_m39036572_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_0 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get__typeCodesToType_1(); int32_t L_1 = ___code0; NullCheck(L_0); int32_t L_2 = L_1; Type_t * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCommon::CheckSerializable(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void BinaryCommon_CheckSerializable_m3673092502 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject* ___selector1, StreamingContext_t3711869237 ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryCommon_CheckSerializable_m3673092502_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsSerializable_m1040556850(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0042; } } { Type_t * L_2 = ___type0; NullCheck(L_2); bool L_3 = Type_get_IsInterface_m3284996719(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0042; } } { RuntimeObject* L_4 = ___selector1; if (!L_4) { goto IL_002c; } } { RuntimeObject* L_5 = ___selector1; Type_t * L_6 = ___type0; StreamingContext_t3711869237 L_7 = ___context2; NullCheck(L_5); RuntimeObject* L_8 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t3711869237 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t3040401154_il2cpp_TypeInfo_var, L_5, L_6, L_7, (&___selector1)); if (!L_8) { goto IL_002c; } } { return; } IL_002c: { Type_t * L_9 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2099965756, L_9, _stringLiteral3251688156, /*hidden argument*/NULL); SerializationException_t3941511869 * L_11 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,BinaryCommon_CheckSerializable_m3673092502_RuntimeMethod_var); } IL_0042: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryCommon::SwapBytes(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BinaryCommon_SwapBytes_m3963737189 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___byteArray0, int32_t ___size1, int32_t ___dataSize2, const RuntimeMethod* method) { uint8_t V_0 = 0x0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___dataSize2; if ((!(((uint32_t)L_0) == ((uint32_t)8)))) { goto IL_0072; } } { V_1 = 0; goto IL_0066; } IL_000e: { ByteU5BU5D_t4116647657* L_1 = ___byteArray0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; ByteU5BU5D_t4116647657* L_5 = ___byteArray0; int32_t L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = ___byteArray0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)7)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (uint8_t)L_10); ByteU5BU5D_t4116647657* L_11 = ___byteArray0; int32_t L_12 = V_1; uint8_t L_13 = V_0; NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)7))), (uint8_t)L_13); ByteU5BU5D_t4116647657* L_14 = ___byteArray0; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_0 = L_17; ByteU5BU5D_t4116647657* L_18 = ___byteArray0; int32_t L_19 = V_1; ByteU5BU5D_t4116647657* L_20 = ___byteArray0; int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)6)); uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))), (uint8_t)L_23); ByteU5BU5D_t4116647657* L_24 = ___byteArray0; int32_t L_25 = V_1; uint8_t L_26 = V_0; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)6))), (uint8_t)L_26); ByteU5BU5D_t4116647657* L_27 = ___byteArray0; int32_t L_28 = V_1; NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2)); uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); V_0 = L_30; ByteU5BU5D_t4116647657* L_31 = ___byteArray0; int32_t L_32 = V_1; ByteU5BU5D_t4116647657* L_33 = ___byteArray0; int32_t L_34 = V_1; NullCheck(L_33); int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)5)); uint8_t L_36 = (L_33)->GetAt(static_cast(L_35)); NullCheck(L_31); (L_31)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)2))), (uint8_t)L_36); ByteU5BU5D_t4116647657* L_37 = ___byteArray0; int32_t L_38 = V_1; uint8_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)5))), (uint8_t)L_39); ByteU5BU5D_t4116647657* L_40 = ___byteArray0; int32_t L_41 = V_1; NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)3)); uint8_t L_43 = (L_40)->GetAt(static_cast(L_42)); V_0 = L_43; ByteU5BU5D_t4116647657* L_44 = ___byteArray0; int32_t L_45 = V_1; ByteU5BU5D_t4116647657* L_46 = ___byteArray0; int32_t L_47 = V_1; NullCheck(L_46); int32_t L_48 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)4)); uint8_t L_49 = (L_46)->GetAt(static_cast(L_48)); NullCheck(L_44); (L_44)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)3))), (uint8_t)L_49); ByteU5BU5D_t4116647657* L_50 = ___byteArray0; int32_t L_51 = V_1; uint8_t L_52 = V_0; NullCheck(L_50); (L_50)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)4))), (uint8_t)L_52); int32_t L_53 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)8)); } IL_0066: { int32_t L_54 = V_1; int32_t L_55 = ___size1; if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_000e; } } { goto IL_00e3; } IL_0072: { int32_t L_56 = ___dataSize2; if ((!(((uint32_t)L_56) == ((uint32_t)4)))) { goto IL_00b8; } } { V_2 = 0; goto IL_00ac; } IL_0080: { ByteU5BU5D_t4116647657* L_57 = ___byteArray0; int32_t L_58 = V_2; NullCheck(L_57); int32_t L_59 = L_58; uint8_t L_60 = (L_57)->GetAt(static_cast(L_59)); V_0 = L_60; ByteU5BU5D_t4116647657* L_61 = ___byteArray0; int32_t L_62 = V_2; ByteU5BU5D_t4116647657* L_63 = ___byteArray0; int32_t L_64 = V_2; NullCheck(L_63); int32_t L_65 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)3)); uint8_t L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_61); (L_61)->SetAt(static_cast(L_62), (uint8_t)L_66); ByteU5BU5D_t4116647657* L_67 = ___byteArray0; int32_t L_68 = V_2; uint8_t L_69 = V_0; NullCheck(L_67); (L_67)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)3))), (uint8_t)L_69); ByteU5BU5D_t4116647657* L_70 = ___byteArray0; int32_t L_71 = V_2; NullCheck(L_70); int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); uint8_t L_73 = (L_70)->GetAt(static_cast(L_72)); V_0 = L_73; ByteU5BU5D_t4116647657* L_74 = ___byteArray0; int32_t L_75 = V_2; ByteU5BU5D_t4116647657* L_76 = ___byteArray0; int32_t L_77 = V_2; NullCheck(L_76); int32_t L_78 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)2)); uint8_t L_79 = (L_76)->GetAt(static_cast(L_78)); NullCheck(L_74); (L_74)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1))), (uint8_t)L_79); ByteU5BU5D_t4116647657* L_80 = ___byteArray0; int32_t L_81 = V_2; uint8_t L_82 = V_0; NullCheck(L_80); (L_80)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)2))), (uint8_t)L_82); int32_t L_83 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)4)); } IL_00ac: { int32_t L_84 = V_2; int32_t L_85 = ___size1; if ((((int32_t)L_84) < ((int32_t)L_85))) { goto IL_0080; } } { goto IL_00e3; } IL_00b8: { int32_t L_86 = ___dataSize2; if ((!(((uint32_t)L_86) == ((uint32_t)2)))) { goto IL_00e3; } } { V_3 = 0; goto IL_00dc; } IL_00c6: { ByteU5BU5D_t4116647657* L_87 = ___byteArray0; int32_t L_88 = V_3; NullCheck(L_87); int32_t L_89 = L_88; uint8_t L_90 = (L_87)->GetAt(static_cast(L_89)); V_0 = L_90; ByteU5BU5D_t4116647657* L_91 = ___byteArray0; int32_t L_92 = V_3; ByteU5BU5D_t4116647657* L_93 = ___byteArray0; int32_t L_94 = V_3; NullCheck(L_93); int32_t L_95 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); uint8_t L_96 = (L_93)->GetAt(static_cast(L_95)); NullCheck(L_91); (L_91)->SetAt(static_cast(L_92), (uint8_t)L_96); ByteU5BU5D_t4116647657* L_97 = ___byteArray0; int32_t L_98 = V_3; uint8_t L_99 = V_0; NullCheck(L_97); (L_97)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1))), (uint8_t)L_99); int32_t L_100 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)2)); } IL_00dc: { int32_t L_101 = V_3; int32_t L_102 = ___size1; if ((((int32_t)L_101) < ((int32_t)L_102))) { goto IL_00c6; } } IL_00e3: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_m971003555 (BinaryFormatter_t3197753202 * __this, const RuntimeMethod* method) { { __this->set_type_format_4(1); __this->set_filter_level_5(3); Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = BinaryFormatter_get_DefaultSurrogateSelector_m3548531270(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_surrogate_selector_3(L_0); StreamingContext_t3711869237 L_1; memset(&L_1, 0, sizeof(L_1)); StreamingContext__ctor_m1072028025((&L_1), ((int32_t)255), /*hidden argument*/NULL); __this->set_context_2(L_1); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_m2620705134 (BinaryFormatter_t3197753202 * __this, RuntimeObject* ___selector0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { __this->set_type_format_4(1); __this->set_filter_level_5(3); Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___selector0; __this->set_surrogate_selector_3(L_0); StreamingContext_t3711869237 L_1 = ___context1; __this->set_context_2(L_1); return; } } // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::get_DefaultSurrogateSelector() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BinaryFormatter_get_DefaultSurrogateSelector_m3548531270 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryFormatter_get_DefaultSurrogateSelector_m3548531270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((BinaryFormatter_t3197753202_StaticFields*)il2cpp_codegen_static_fields_for(BinaryFormatter_t3197753202_il2cpp_TypeInfo_var))->get_U3CDefaultSurrogateSelectorU3Ek__BackingField_6(); return L_0; } } // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::set_AssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_set_AssemblyFormat_m1359106493 (BinaryFormatter_t3197753202 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_assembly_format_0(L_0); return; } } // System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::get_Binder() extern "C" IL2CPP_METHOD_ATTR SerializationBinder_t274213469 * BinaryFormatter_get_Binder_m166854567 (BinaryFormatter_t3197753202 * __this, const RuntimeMethod* method) { { SerializationBinder_t274213469 * L_0 = __this->get_binder_1(); return L_0; } } // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::get_Context() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 BinaryFormatter_get_Context_m1651087560 (BinaryFormatter_t3197753202 * __this, const RuntimeMethod* method) { { StreamingContext_t3711869237 L_0 = __this->get_context_2(); return L_0; } } // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::get_SurrogateSelector() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BinaryFormatter_get_SurrogateSelector_m2111882017 (BinaryFormatter_t3197753202 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_surrogate_selector_3(); return L_0; } } // System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::get_FilterLevel() extern "C" IL2CPP_METHOD_ATTR int32_t BinaryFormatter_get_FilterLevel_m1292975963 (BinaryFormatter_t3197753202 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_filter_level_5(); return L_0; } } // System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Deserialize(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_Deserialize_m193346007 (BinaryFormatter_t3197753202 * __this, Stream_t1273022909 * ___serializationStream0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___serializationStream0; RuntimeObject * L_1 = BinaryFormatter_NoCheckDeserialize_m2274318934(__this, L_0, (HeaderHandler_t2878040134 *)NULL, /*hidden argument*/NULL); return L_1; } } // System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::NoCheckDeserialize(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_NoCheckDeserialize_m2274318934 (BinaryFormatter_t3197753202 * __this, Stream_t1273022909 * ___serializationStream0, HeaderHandler_t2878040134 * ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryFormatter_NoCheckDeserialize_m2274318934_MetadataUsageId); s_Il2CppMethodInitialized = true; } BinaryReader_t2428077293 * V_0 = NULL; bool V_1 = false; uint8_t V_2 = 0; ObjectReader_t1940957392 * V_3 = NULL; RuntimeObject * V_4 = NULL; HeaderU5BU5D_t204812840* V_5 = NULL; { Stream_t1273022909 * L_0 = ___serializationStream0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2520318809, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryFormatter_NoCheckDeserialize_m2274318934_RuntimeMethod_var); } IL_0011: { Stream_t1273022909 * L_2 = ___serializationStream0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_2); if (!L_3) { goto IL_0032; } } { Stream_t1273022909 * L_4 = ___serializationStream0; NullCheck(L_4); int64_t L_5 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_4); if (L_5) { goto IL_0032; } } { SerializationException_t3941511869 * L_6 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_6, _stringLiteral4223623723, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,BinaryFormatter_NoCheckDeserialize_m2274318934_RuntimeMethod_var); } IL_0032: { Stream_t1273022909 * L_7 = ___serializationStream0; BinaryReader_t2428077293 * L_8 = (BinaryReader_t2428077293 *)il2cpp_codegen_object_new(BinaryReader_t2428077293_il2cpp_TypeInfo_var); BinaryReader__ctor_m2602947653(L_8, L_7, /*hidden argument*/NULL); V_0 = L_8; BinaryReader_t2428077293 * L_9 = V_0; BinaryFormatter_ReadBinaryHeader_m2339643348(__this, L_9, (&V_1), /*hidden argument*/NULL); BinaryReader_t2428077293 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.BinaryReader::Read() */, L_10); V_2 = (((int32_t)((uint8_t)L_11))); uint8_t L_12 = V_2; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)21))))) { goto IL_005d; } } { uint8_t L_13 = V_2; BinaryReader_t2428077293 * L_14 = V_0; bool L_15 = V_1; HeaderHandler_t2878040134 * L_16 = ___handler1; RuntimeObject * L_17 = MessageFormatter_ReadMethodCall_m2327590823(NULL /*static, unused*/, L_13, L_14, L_15, L_16, __this, /*hidden argument*/NULL); return L_17; } IL_005d: { uint8_t L_18 = V_2; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)22))))) { goto IL_0071; } } { uint8_t L_19 = V_2; BinaryReader_t2428077293 * L_20 = V_0; bool L_21 = V_1; HeaderHandler_t2878040134 * L_22 = ___handler1; RuntimeObject * L_23 = MessageFormatter_ReadMethodResponse_m1946725361(NULL /*static, unused*/, L_19, L_20, L_21, L_22, (RuntimeObject*)NULL, __this, /*hidden argument*/NULL); return L_23; } IL_0071: { ObjectReader_t1940957392 * L_24 = (ObjectReader_t1940957392 *)il2cpp_codegen_object_new(ObjectReader_t1940957392_il2cpp_TypeInfo_var); ObjectReader__ctor_m2595396997(L_24, __this, /*hidden argument*/NULL); V_3 = L_24; ObjectReader_t1940957392 * L_25 = V_3; uint8_t L_26 = V_2; BinaryReader_t2428077293 * L_27 = V_0; bool L_28 = V_1; NullCheck(L_25); ObjectReader_ReadObjectGraph_m1689734232(L_25, L_26, L_27, L_28, (&V_4), (&V_5), /*hidden argument*/NULL); HeaderHandler_t2878040134 * L_29 = ___handler1; if (!L_29) { goto IL_0094; } } { HeaderHandler_t2878040134 * L_30 = ___handler1; HeaderU5BU5D_t204812840* L_31 = V_5; NullCheck(L_30); HeaderHandler_Invoke_m3513051789(L_30, L_31, /*hidden argument*/NULL); } IL_0094: { RuntimeObject * L_32 = V_4; return L_32; } } // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_m1744386044 (BinaryFormatter_t3197753202 * __this, Stream_t1273022909 * ___serializationStream0, RuntimeObject * ___graph1, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___serializationStream0; RuntimeObject * L_1 = ___graph1; BinaryFormatter_Serialize_m2476455399(__this, L_0, L_1, (HeaderU5BU5D_t204812840*)(HeaderU5BU5D_t204812840*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object,System.Runtime.Remoting.Messaging.Header[]) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_m2476455399 (BinaryFormatter_t3197753202 * __this, Stream_t1273022909 * ___serializationStream0, RuntimeObject * ___graph1, HeaderU5BU5D_t204812840* ___headers2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryFormatter_Serialize_m2476455399_MetadataUsageId); s_Il2CppMethodInitialized = true; } BinaryWriter_t3992595042 * V_0 = NULL; ObjectWriter_t2968406231 * V_1 = NULL; { Stream_t1273022909 * L_0 = ___serializationStream0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2520318809, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryFormatter_Serialize_m2476455399_RuntimeMethod_var); } IL_0011: { Stream_t1273022909 * L_2 = ___serializationStream0; BinaryWriter_t3992595042 * L_3 = (BinaryWriter_t3992595042 *)il2cpp_codegen_object_new(BinaryWriter_t3992595042_il2cpp_TypeInfo_var); BinaryWriter__ctor_m1874693998(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; BinaryWriter_t3992595042 * L_4 = V_0; HeaderU5BU5D_t204812840* L_5 = ___headers2; BinaryFormatter_WriteBinaryHeader_m4239804844(__this, L_4, (bool)((((int32_t)((((RuntimeObject*)(HeaderU5BU5D_t204812840*)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); RuntimeObject * L_6 = ___graph1; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_6, IMethodCallMessage_t2377797630_il2cpp_TypeInfo_var))) { goto IL_0056; } } { BinaryWriter_t3992595042 * L_7 = V_0; RuntimeObject * L_8 = ___graph1; HeaderU5BU5D_t204812840* L_9 = ___headers2; RuntimeObject* L_10 = __this->get_surrogate_selector_3(); StreamingContext_t3711869237 L_11 = __this->get_context_2(); int32_t L_12 = __this->get_assembly_format_0(); int32_t L_13 = __this->get_type_format_4(); MessageFormatter_WriteMethodCall_m4240742925(NULL /*static, unused*/, L_7, L_8, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); goto IL_00ad; } IL_0056: { RuntimeObject * L_14 = ___graph1; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_14, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var))) { goto IL_0086; } } { BinaryWriter_t3992595042 * L_15 = V_0; RuntimeObject * L_16 = ___graph1; HeaderU5BU5D_t204812840* L_17 = ___headers2; RuntimeObject* L_18 = __this->get_surrogate_selector_3(); StreamingContext_t3711869237 L_19 = __this->get_context_2(); int32_t L_20 = __this->get_assembly_format_0(); int32_t L_21 = __this->get_type_format_4(); MessageFormatter_WriteMethodResponse_m514023078(NULL /*static, unused*/, L_15, L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); goto IL_00ad; } IL_0086: { RuntimeObject* L_22 = __this->get_surrogate_selector_3(); StreamingContext_t3711869237 L_23 = __this->get_context_2(); int32_t L_24 = __this->get_assembly_format_0(); int32_t L_25 = __this->get_type_format_4(); ObjectWriter_t2968406231 * L_26 = (ObjectWriter_t2968406231 *)il2cpp_codegen_object_new(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter__ctor_m2586423995(L_26, L_22, L_23, L_24, L_25, /*hidden argument*/NULL); V_1 = L_26; ObjectWriter_t2968406231 * L_27 = V_1; BinaryWriter_t3992595042 * L_28 = V_0; RuntimeObject * L_29 = ___graph1; HeaderU5BU5D_t204812840* L_30 = ___headers2; NullCheck(L_27); ObjectWriter_WriteObjectGraph_m1096671657(L_27, L_28, L_29, L_30, /*hidden argument*/NULL); } IL_00ad: { BinaryWriter_t3992595042 * L_31 = V_0; NullCheck(L_31); VirtActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryWriter::Flush() */, L_31); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::WriteBinaryHeader(System.IO.BinaryWriter,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_WriteBinaryHeader_m4239804844 (BinaryFormatter_t3197753202 * __this, BinaryWriter_t3992595042 * ___writer0, bool ___hasHeaders1, const RuntimeMethod* method) { { BinaryWriter_t3992595042 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_0, (uint8_t)0); BinaryWriter_t3992595042 * L_1 = ___writer0; NullCheck(L_1); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_1, 1); bool L_2 = ___hasHeaders1; if (!L_2) { goto IL_0020; } } { BinaryWriter_t3992595042 * L_3 = ___writer0; NullCheck(L_3); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_3, 2); goto IL_0027; } IL_0020: { BinaryWriter_t3992595042 * L_4 = ___writer0; NullCheck(L_4); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_4, (-1)); } IL_0027: { BinaryWriter_t3992595042 * L_5 = ___writer0; NullCheck(L_5); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_5, 1); BinaryWriter_t3992595042 * L_6 = ___writer0; NullCheck(L_6); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_6, 0); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::ReadBinaryHeader(System.IO.BinaryReader,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_ReadBinaryHeader_m2339643348 (BinaryFormatter_t3197753202 * __this, BinaryReader_t2428077293 * ___reader0, bool* ___hasHeaders1, const RuntimeMethod* method) { int32_t V_0 = 0; { BinaryReader_t2428077293 * L_0 = ___reader0; NullCheck(L_0); VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_0); BinaryReader_t2428077293 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_1); BinaryReader_t2428077293 * L_2 = ___reader0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_2); V_0 = L_3; bool* L_4 = ___hasHeaders1; int32_t L_5 = V_0; *((int8_t*)(L_4)) = (int8_t)((((int32_t)L_5) == ((int32_t)2))? 1 : 0); BinaryReader_t2428077293 * L_6 = ___reader0; NullCheck(L_6); VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_6); BinaryReader_t2428077293 * L_7 = ___reader0; NullCheck(L_7); VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_7); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.ClrTypeMetadata::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void ClrTypeMetadata__ctor_m420857278 (ClrTypeMetadata_t3885853035 * __this, Type_t * ___instanceType0, const RuntimeMethod* method) { { TypeMetadata__ctor_m3381216780(__this, /*hidden argument*/NULL); Type_t * L_0 = ___instanceType0; __this->set_InstanceType_2(L_0); Type_t * L_1 = ___instanceType0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); ((TypeMetadata_t2187352167 *)__this)->set_InstanceTypeName_1(L_2); Type_t * L_3 = ___instanceType0; NullCheck(L_3); Assembly_t * L_4 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_3); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_4); ((TypeMetadata_t2187352167 *)__this)->set_TypeAssemblyName_0(L_5); return; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.ClrTypeMetadata::get_RequiresTypes() extern "C" IL2CPP_METHOD_ATTR bool ClrTypeMetadata_get_RequiresTypes_m1619438370 (ClrTypeMetadata_t3885853035 * __this, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::.cctor() extern "C" IL2CPP_METHOD_ATTR void CodeGenerator__cctor_m3167429173 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGenerator__cctor_m3167429173_MetadataUsageId); s_Il2CppMethodInitialized = true; } AppDomain_t1571427825 * V_0 = NULL; AssemblyName_t270931938 * V_1 = NULL; AssemblyBuilder_t359885250 * V_2 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); ((CodeGenerator_t1096194562_StaticFields*)il2cpp_codegen_static_fields_for(CodeGenerator_t1096194562_il2cpp_TypeInfo_var))->set_monitor_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); AppDomain_t1571427825 * L_1 = Thread_GetDomain_m1615404259(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; AssemblyName_t270931938 * L_2 = (AssemblyName_t270931938 *)il2cpp_codegen_object_new(AssemblyName_t270931938_il2cpp_TypeInfo_var); AssemblyName__ctor_m2786326352(L_2, /*hidden argument*/NULL); V_1 = L_2; AssemblyName_t270931938 * L_3 = V_1; NullCheck(L_3); AssemblyName_set_Name_m1981626655(L_3, _stringLiteral4177441227, /*hidden argument*/NULL); AppDomain_t1571427825 * L_4 = V_0; AssemblyName_t270931938 * L_5 = V_1; NullCheck(L_4); AssemblyBuilder_t359885250 * L_6 = AppDomain_DefineInternalDynamicAssembly_m3889239439(L_4, L_5, 1, /*hidden argument*/NULL); V_2 = L_6; AssemblyBuilder_t359885250 * L_7 = V_2; NullCheck(L_7); ModuleBuilder_t731887691 * L_8 = AssemblyBuilder_DefineDynamicModule_m1476011641(L_7, _stringLiteral2220300598, (bool)0, /*hidden argument*/NULL); ((CodeGenerator_t1096194562_StaticFields*)il2cpp_codegen_static_fields_for(CodeGenerator_t1096194562_il2cpp_TypeInfo_var))->set__module_1(L_8); return; } } // System.Type System.Runtime.Serialization.Formatters.Binary.CodeGenerator::GenerateMetadataType(System.Type,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR Type_t * CodeGenerator_GenerateMetadataType_m649965872 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGenerator_GenerateMetadataType_m649965872_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Type_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((CodeGenerator_t1096194562_StaticFields*)il2cpp_codegen_static_fields_for(CodeGenerator_t1096194562_il2cpp_TypeInfo_var))->get_monitor_0(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { Type_t * L_2 = ___type0; StreamingContext_t3711869237 L_3 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); Type_t * L_4 = CodeGenerator_GenerateMetadataTypeInternal_m675242502(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; IL2CPP_LEAVE(0x25, FINALLY_001e); } IL_0019: { ; // IL_0019: leave IL_0025 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { Type_t * L_6 = V_1; return L_6; } } // System.Type System.Runtime.Serialization.Formatters.Binary.CodeGenerator::GenerateMetadataTypeInternal(System.Type,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR Type_t * CodeGenerator_GenerateMetadataTypeInternal_m675242502 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGenerator_GenerateMetadataTypeInternal_m675242502_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; MemberInfoU5BU5D_t1302094432* V_3 = NULL; TypeBuilder_t1073948154 * V_4 = NULL; TypeU5BU5D_t3940880105* V_5 = NULL; MethodBuilder_t2807316753 * V_6 = NULL; ILGenerator_t1388622344 * V_7 = NULL; ConstructorBuilder_t2813524108 * V_8 = NULL; ConstructorInfo_t5769829 * V_9 = NULL; FieldInfo_t * V_10 = NULL; MemberInfoU5BU5D_t1302094432* V_11 = NULL; int32_t V_12 = 0; Type_t * V_13 = NULL; FieldInfo_t * V_14 = NULL; MemberInfoU5BU5D_t1302094432* V_15 = NULL; int32_t V_16 = 0; Label_t2281661643 V_17; memset(&V_17, 0, sizeof(V_17)); FieldInfo_t * V_18 = NULL; MemberInfoU5BU5D_t1302094432* V_19 = NULL; int32_t V_20 = 0; FieldInfo_t * V_21 = NULL; MemberInfoU5BU5D_t1302094432* V_22 = NULL; int32_t V_23 = 0; LocalBuilder_t3562264111 * V_24 = NULL; OpCode_t123070264 V_25; memset(&V_25, 0, sizeof(V_25)); FieldInfo_t * V_26 = NULL; MemberInfoU5BU5D_t1302094432* V_27 = NULL; int32_t V_28 = 0; Type_t * V_29 = NULL; int32_t V_30 = 0; { Type_t * L_0 = ___type0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, _stringLiteral218448502, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_3; V_2 = 0; goto IL_002d; } IL_001e: { 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; V_30 = L_5; String_t* L_6 = Int32_ToString_m141394615((&V_30), /*hidden argument*/NULL); V_1 = L_6; } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); ModuleBuilder_t731887691 * L_7 = ((CodeGenerator_t1096194562_StaticFields*)il2cpp_codegen_static_fields_for(CodeGenerator_t1096194562_il2cpp_TypeInfo_var))->get__module_1(); String_t* L_8 = V_0; String_t* L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); NullCheck(L_7); Type_t * L_11 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(9 /* System.Type System.Reflection.Emit.ModuleBuilder::GetType(System.String) */, L_7, L_10); if (L_11) { goto IL_001e; } } { String_t* L_12 = V_0; String_t* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; Type_t * L_15 = ___type0; StreamingContext_t3711869237 L_16 = ___context1; MemberInfoU5BU5D_t1302094432* L_17 = FormatterServices_GetSerializableMembers_m3934333240(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); V_3 = L_17; IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); ModuleBuilder_t731887691 * L_18 = ((CodeGenerator_t1096194562_StaticFields*)il2cpp_codegen_static_fields_for(CodeGenerator_t1096194562_il2cpp_TypeInfo_var))->get__module_1(); String_t* L_19 = V_0; RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (ClrTypeMetadata_t3885853035_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_18); TypeBuilder_t1073948154 * L_22 = ModuleBuilder_DefineType_m3763661967(L_18, L_19, 1, L_21, /*hidden argument*/NULL); V_4 = L_22; TypeU5BU5D_t3940880105* L_23 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); V_5 = L_23; TypeBuilder_t1073948154 * L_24 = V_4; TypeU5BU5D_t3940880105* L_25 = V_5; NullCheck(L_24); ConstructorBuilder_t2813524108 * L_26 = TypeBuilder_DefineConstructor_m2989882735(L_24, 6, 1, L_25, /*hidden argument*/NULL); V_8 = L_26; RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (ClrTypeMetadata_t3885853035_0_0_0_var) }; Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_29 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_30 = { reinterpret_cast (Type_t_0_0_0_var) }; Type_t * L_31 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_31); (L_29)->SetAt(static_cast(0), (Type_t *)L_31); NullCheck(L_28); ConstructorInfo_t5769829 * L_32 = Type_GetConstructor_m2219014380(L_28, L_29, /*hidden argument*/NULL); V_9 = L_32; ConstructorBuilder_t2813524108 * L_33 = V_8; NullCheck(L_33); ILGenerator_t1388622344 * L_34 = ConstructorBuilder_GetILGenerator_m1421260830(L_33, /*hidden argument*/NULL); V_7 = L_34; ILGenerator_t1388622344 * L_35 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_36 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_0_2(); NullCheck(L_35); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_35, L_36); ILGenerator_t1388622344 * L_37 = V_7; OpCode_t123070264 L_38 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldtoken_174(); Type_t * L_39 = ___type0; NullCheck(L_37); VirtActionInvoker2< OpCode_t123070264 , Type_t * >::Invoke(17 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Type) */, L_37, L_38, L_39); ILGenerator_t1388622344 * L_40 = V_7; OpCode_t123070264 L_41 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); RuntimeTypeHandle_t3027515415 L_42 = { reinterpret_cast (Type_t_0_0_0_var) }; Type_t * L_43 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); NullCheck(L_43); MethodInfo_t * L_44 = Type_GetMethod_m2019726356(L_43, _stringLiteral3726808488, /*hidden argument*/NULL); NullCheck(L_40); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_40, L_41, L_44, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); ILGenerator_t1388622344 * L_45 = V_7; OpCode_t123070264 L_46 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); ConstructorInfo_t5769829 * L_47 = V_9; NullCheck(L_45); VirtActionInvoker2< OpCode_t123070264 , ConstructorInfo_t5769829 * >::Invoke(9 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.ConstructorInfo) */, L_45, L_46, L_47); ILGenerator_t1388622344 * L_48 = V_7; OpCode_t123070264 L_49 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ret_41(); NullCheck(L_48); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_48, L_49); TypeU5BU5D_t3940880105* L_50 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeTypeHandle_t3027515415 L_51 = { reinterpret_cast (ObjectWriter_t2968406231_0_0_0_var) }; Type_t * L_52 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_52); (L_50)->SetAt(static_cast(0), (Type_t *)L_52); TypeU5BU5D_t3940880105* L_53 = L_50; RuntimeTypeHandle_t3027515415 L_54 = { reinterpret_cast (BinaryWriter_t3992595042_0_0_0_var) }; Type_t * L_55 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_54, /*hidden argument*/NULL); NullCheck(L_53); ArrayElementTypeCheck (L_53, L_55); (L_53)->SetAt(static_cast(1), (Type_t *)L_55); V_5 = L_53; TypeBuilder_t1073948154 * L_56 = V_4; RuntimeTypeHandle_t3027515415 L_57 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; Type_t * L_58 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_59 = V_5; NullCheck(L_56); MethodBuilder_t2807316753 * L_60 = TypeBuilder_DefineMethod_m422510144(L_56, _stringLiteral1639216586, ((int32_t)70), L_58, L_59, /*hidden argument*/NULL); V_6 = L_60; MethodBuilder_t2807316753 * L_61 = V_6; NullCheck(L_61); ILGenerator_t1388622344 * L_62 = MethodBuilder_GetILGenerator_m4152496715(L_61, /*hidden argument*/NULL); V_7 = L_62; MemberInfoU5BU5D_t1302094432* L_63 = V_3; V_11 = L_63; V_12 = 0; goto IL_01ed; } IL_0152: { MemberInfoU5BU5D_t1302094432* L_64 = V_11; int32_t L_65 = V_12; NullCheck(L_64); int32_t L_66 = L_65; MemberInfo_t * L_67 = (L_64)->GetAt(static_cast(L_66)); V_10 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_67, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t * L_68 = V_10; NullCheck(L_68); Type_t * L_69 = VirtFuncInvoker0< Type_t * >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_68); V_13 = L_69; goto IL_0175; } IL_016c: { Type_t * L_70 = V_13; NullCheck(L_70); Type_t * L_71 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_70); V_13 = L_71; } IL_0175: { Type_t * L_72 = V_13; NullCheck(L_72); bool L_73 = Type_get_IsArray_m2591212821(L_72, /*hidden argument*/NULL); if (L_73) { goto IL_016c; } } { Type_t * L_74 = V_13; NullCheck(L_74); Assembly_t * L_75 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); Assembly_t * L_76 = ((ObjectWriter_t2968406231_StaticFields*)il2cpp_codegen_static_fields_for(ObjectWriter_t2968406231_il2cpp_TypeInfo_var))->get_CorlibAssembly_5(); if ((((RuntimeObject*)(Assembly_t *)L_75) == ((RuntimeObject*)(Assembly_t *)L_76))) { goto IL_01e7; } } { ILGenerator_t1388622344 * L_77 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_78 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_1_3(); NullCheck(L_77); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_77, L_78); ILGenerator_t1388622344 * L_79 = V_7; OpCode_t123070264 L_80 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_79); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_79, L_80); ILGenerator_t1388622344 * L_81 = V_7; Type_t * L_82 = V_13; FieldInfo_t * L_83 = V_10; NullCheck(L_83); String_t* L_84 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_83); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitLoadTypeAssembly_m1985536832(NULL /*static, unused*/, L_81, L_82, L_84, /*hidden argument*/NULL); ILGenerator_t1388622344 * L_85 = V_7; OpCode_t123070264 L_86 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Callvirt_110(); RuntimeTypeHandle_t3027515415 L_87 = { reinterpret_cast (ObjectWriter_t2968406231_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_88 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_87, /*hidden argument*/NULL); NullCheck(L_88); MethodInfo_t * L_89 = Type_GetMethod_m2019726356(L_88, _stringLiteral48316095, /*hidden argument*/NULL); NullCheck(L_85); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_85, L_86, L_89, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); ILGenerator_t1388622344 * L_90 = V_7; OpCode_t123070264 L_91 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Pop_37(); NullCheck(L_90); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_90, L_91); } IL_01e7: { int32_t L_92 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); } IL_01ed: { int32_t L_93 = V_12; MemberInfoU5BU5D_t1302094432* L_94 = V_11; NullCheck(L_94); if ((((int32_t)L_93) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_94)->max_length))))))) { goto IL_0152; } } { ILGenerator_t1388622344 * L_95 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_96 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ret_41(); NullCheck(L_95); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_95, L_96); TypeBuilder_t1073948154 * L_97 = V_4; MethodBuilder_t2807316753 * L_98 = V_6; RuntimeTypeHandle_t3027515415 L_99 = { reinterpret_cast (TypeMetadata_t2187352167_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_100 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_99, /*hidden argument*/NULL); NullCheck(L_100); MethodInfo_t * L_101 = Type_GetMethod_m2019726356(L_100, _stringLiteral1639216586, /*hidden argument*/NULL); NullCheck(L_97); TypeBuilder_DefineMethodOverride_m2703939108(L_97, L_98, L_101, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_102 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeTypeHandle_t3027515415 L_103 = { reinterpret_cast (ObjectWriter_t2968406231_0_0_0_var) }; Type_t * L_104 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_103, /*hidden argument*/NULL); NullCheck(L_102); ArrayElementTypeCheck (L_102, L_104); (L_102)->SetAt(static_cast(0), (Type_t *)L_104); TypeU5BU5D_t3940880105* L_105 = L_102; RuntimeTypeHandle_t3027515415 L_106 = { reinterpret_cast (BinaryWriter_t3992595042_0_0_0_var) }; Type_t * L_107 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_106, /*hidden argument*/NULL); NullCheck(L_105); ArrayElementTypeCheck (L_105, L_107); (L_105)->SetAt(static_cast(1), (Type_t *)L_107); TypeU5BU5D_t3940880105* L_108 = L_105; RuntimeTypeHandle_t3027515415 L_109 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_110 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); NullCheck(L_108); ArrayElementTypeCheck (L_108, L_110); (L_108)->SetAt(static_cast(2), (Type_t *)L_110); V_5 = L_108; TypeBuilder_t1073948154 * L_111 = V_4; RuntimeTypeHandle_t3027515415 L_112 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; Type_t * L_113 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_112, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_114 = V_5; NullCheck(L_111); MethodBuilder_t2807316753 * L_115 = TypeBuilder_DefineMethod_m422510144(L_111, _stringLiteral918167318, ((int32_t)70), L_113, L_114, /*hidden argument*/NULL); V_6 = L_115; MethodBuilder_t2807316753 * L_116 = V_6; NullCheck(L_116); ILGenerator_t1388622344 * L_117 = MethodBuilder_GetILGenerator_m4152496715(L_116, /*hidden argument*/NULL); V_7 = L_117; ILGenerator_t1388622344 * L_118 = V_7; OpCode_t123070264 L_119 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_118); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_118, L_119); ILGenerator_t1388622344 * L_120 = V_7; OpCode_t123070264 L_121 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldc_I4_32(); MemberInfoU5BU5D_t1302094432* L_122 = V_3; NullCheck(L_122); NullCheck(L_120); VirtActionInvoker2< OpCode_t123070264 , int32_t >::Invoke(11 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Int32) */, L_120, L_121, (((int32_t)((int32_t)(((RuntimeArray *)L_122)->max_length))))); ILGenerator_t1388622344 * L_123 = V_7; RuntimeTypeHandle_t3027515415 L_124 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_125 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_124, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_123, L_125, /*hidden argument*/NULL); MemberInfoU5BU5D_t1302094432* L_126 = V_3; V_15 = L_126; V_16 = 0; goto IL_02ee; } IL_02ac: { MemberInfoU5BU5D_t1302094432* L_127 = V_15; int32_t L_128 = V_16; NullCheck(L_127); int32_t L_129 = L_128; MemberInfo_t * L_130 = (L_127)->GetAt(static_cast(L_129)); V_14 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_130, FieldInfo_t_il2cpp_TypeInfo_var)); ILGenerator_t1388622344 * L_131 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_132 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_131); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_131, L_132); ILGenerator_t1388622344 * L_133 = V_7; OpCode_t123070264 L_134 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldstr_113(); FieldInfo_t * L_135 = V_14; NullCheck(L_135); String_t* L_136 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_135); NullCheck(L_133); VirtActionInvoker2< OpCode_t123070264 , String_t* >::Invoke(16 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.String) */, L_133, L_134, L_136); ILGenerator_t1388622344 * L_137 = V_7; RuntimeTypeHandle_t3027515415 L_138 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_139 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_138, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_137, L_139, /*hidden argument*/NULL); int32_t L_140 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); } IL_02ee: { int32_t L_141 = V_16; MemberInfoU5BU5D_t1302094432* L_142 = V_15; NullCheck(L_142); if ((((int32_t)L_141) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_142)->max_length))))))) { goto IL_02ac; } } { ILGenerator_t1388622344 * L_143 = V_7; NullCheck(L_143); Label_t2281661643 L_144 = VirtFuncInvoker0< Label_t2281661643 >::Invoke(6 /* System.Reflection.Emit.Label System.Reflection.Emit.ILGenerator::DefineLabel() */, L_143); V_17 = L_144; ILGenerator_t1388622344 * L_145 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_146 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_3_5(); NullCheck(L_145); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_145, L_146); ILGenerator_t1388622344 * L_147 = V_7; OpCode_t123070264 L_148 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Brfalse_56(); Label_t2281661643 L_149 = V_17; NullCheck(L_147); VirtActionInvoker2< OpCode_t123070264 , Label_t2281661643 >::Invoke(13 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.Label) */, L_147, L_148, L_149); MemberInfoU5BU5D_t1302094432* L_150 = V_3; V_19 = L_150; V_20 = 0; goto IL_036e; } IL_0327: { MemberInfoU5BU5D_t1302094432* L_151 = V_19; int32_t L_152 = V_20; NullCheck(L_151); int32_t L_153 = L_152; MemberInfo_t * L_154 = (L_151)->GetAt(static_cast(L_153)); V_18 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_154, FieldInfo_t_il2cpp_TypeInfo_var)); ILGenerator_t1388622344 * L_155 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_156 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_155); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_155, L_156); ILGenerator_t1388622344 * L_157 = V_7; OpCode_t123070264 L_158 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldc_I4_S_31(); FieldInfo_t * L_159 = V_18; NullCheck(L_159); Type_t * L_160 = VirtFuncInvoker0< Type_t * >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_159); IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); uint8_t L_161 = ObjectWriter_GetTypeTag_m1892768509(NULL /*static, unused*/, L_160, /*hidden argument*/NULL); NullCheck(L_157); VirtActionInvoker2< OpCode_t123070264 , uint8_t >::Invoke(8 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Byte) */, L_157, L_158, L_161); ILGenerator_t1388622344 * L_162 = V_7; RuntimeTypeHandle_t3027515415 L_163 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_164 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_163, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_162, L_164, /*hidden argument*/NULL); int32_t L_165 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)1)); } IL_036e: { int32_t L_166 = V_20; MemberInfoU5BU5D_t1302094432* L_167 = V_19; NullCheck(L_167); if ((((int32_t)L_166) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_167)->max_length))))))) { goto IL_0327; } } { MemberInfoU5BU5D_t1302094432* L_168 = V_3; V_22 = L_168; V_23 = 0; goto IL_03ab; } IL_0384: { MemberInfoU5BU5D_t1302094432* L_169 = V_22; int32_t L_170 = V_23; NullCheck(L_169); int32_t L_171 = L_170; MemberInfo_t * L_172 = (L_169)->GetAt(static_cast(L_171)); V_21 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_172, FieldInfo_t_il2cpp_TypeInfo_var)); ILGenerator_t1388622344 * L_173 = V_7; FieldInfo_t * L_174 = V_21; NullCheck(L_174); Type_t * L_175 = VirtFuncInvoker0< Type_t * >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_174); FieldInfo_t * L_176 = V_21; NullCheck(L_176); String_t* L_177 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_176); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWriteTypeSpec_m3265719084(NULL /*static, unused*/, L_173, L_175, L_177, /*hidden argument*/NULL); int32_t L_178 = V_23; V_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)1)); } IL_03ab: { int32_t L_179 = V_23; MemberInfoU5BU5D_t1302094432* L_180 = V_22; NullCheck(L_180); if ((((int32_t)L_179) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_180)->max_length))))))) { goto IL_0384; } } { ILGenerator_t1388622344 * L_181 = V_7; Label_t2281661643 L_182 = V_17; NullCheck(L_181); VirtActionInvoker1< Label_t2281661643 >::Invoke(19 /* System.Void System.Reflection.Emit.ILGenerator::MarkLabel(System.Reflection.Emit.Label) */, L_181, L_182); ILGenerator_t1388622344 * L_183 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_184 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ret_41(); NullCheck(L_183); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_183, L_184); TypeBuilder_t1073948154 * L_185 = V_4; MethodBuilder_t2807316753 * L_186 = V_6; RuntimeTypeHandle_t3027515415 L_187 = { reinterpret_cast (TypeMetadata_t2187352167_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_188 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_187, /*hidden argument*/NULL); NullCheck(L_188); MethodInfo_t * L_189 = Type_GetMethod_m2019726356(L_188, _stringLiteral918167318, /*hidden argument*/NULL); NullCheck(L_185); TypeBuilder_DefineMethodOverride_m2703939108(L_185, L_186, L_189, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_190 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeTypeHandle_t3027515415 L_191 = { reinterpret_cast (ObjectWriter_t2968406231_0_0_0_var) }; Type_t * L_192 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_191, /*hidden argument*/NULL); NullCheck(L_190); ArrayElementTypeCheck (L_190, L_192); (L_190)->SetAt(static_cast(0), (Type_t *)L_192); TypeU5BU5D_t3940880105* L_193 = L_190; RuntimeTypeHandle_t3027515415 L_194 = { reinterpret_cast (BinaryWriter_t3992595042_0_0_0_var) }; Type_t * L_195 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_194, /*hidden argument*/NULL); NullCheck(L_193); ArrayElementTypeCheck (L_193, L_195); (L_193)->SetAt(static_cast(1), (Type_t *)L_195); TypeU5BU5D_t3940880105* L_196 = L_193; RuntimeTypeHandle_t3027515415 L_197 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_198 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_197, /*hidden argument*/NULL); NullCheck(L_196); ArrayElementTypeCheck (L_196, L_198); (L_196)->SetAt(static_cast(2), (Type_t *)L_198); V_5 = L_196; TypeBuilder_t1073948154 * L_199 = V_4; RuntimeTypeHandle_t3027515415 L_200 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; Type_t * L_201 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_200, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_202 = V_5; NullCheck(L_199); MethodBuilder_t2807316753 * L_203 = TypeBuilder_DefineMethod_m422510144(L_199, _stringLiteral2066232431, ((int32_t)70), L_201, L_202, /*hidden argument*/NULL); V_6 = L_203; MethodBuilder_t2807316753 * L_204 = V_6; NullCheck(L_204); ILGenerator_t1388622344 * L_205 = MethodBuilder_GetILGenerator_m4152496715(L_204, /*hidden argument*/NULL); V_7 = L_205; ILGenerator_t1388622344 * L_206 = V_7; Type_t * L_207 = ___type0; NullCheck(L_206); LocalBuilder_t3562264111 * L_208 = VirtFuncInvoker1< LocalBuilder_t3562264111 *, Type_t * >::Invoke(4 /* System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator::DeclareLocal(System.Type) */, L_206, L_207); V_24 = L_208; OpCode_t123070264 L_209 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldloc_210(); V_25 = L_209; ILGenerator_t1388622344 * L_210 = V_7; OpCode_t123070264 L_211 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_3_5(); NullCheck(L_210); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_210, L_211); Type_t * L_212 = ___type0; NullCheck(L_212); bool L_213 = Type_get_IsValueType_m3108065642(L_212, /*hidden argument*/NULL); if (!L_213) { goto IL_0485; } } { ILGenerator_t1388622344 * L_214 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_215 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Unbox_118(); Type_t * L_216 = ___type0; NullCheck(L_214); VirtActionInvoker2< OpCode_t123070264 , Type_t * >::Invoke(17 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Type) */, L_214, L_215, L_216); ILGenerator_t1388622344 * L_217 = V_7; Type_t * L_218 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_LoadFromPtr_m1784813519(NULL /*static, unused*/, L_217, L_218, /*hidden argument*/NULL); OpCode_t123070264 L_219 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldloca_S_18(); V_25 = L_219; goto IL_0492; } IL_0485: { ILGenerator_t1388622344 * L_220 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_221 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Castclass_115(); Type_t * L_222 = ___type0; NullCheck(L_220); VirtActionInvoker2< OpCode_t123070264 , Type_t * >::Invoke(17 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Type) */, L_220, L_221, L_222); } IL_0492: { ILGenerator_t1388622344 * L_223 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_224 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Stloc_212(); LocalBuilder_t3562264111 * L_225 = V_24; NullCheck(L_223); VirtActionInvoker2< OpCode_t123070264 , LocalBuilder_t3562264111 * >::Invoke(14 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.LocalBuilder) */, L_223, L_224, L_225); MemberInfoU5BU5D_t1302094432* L_226 = V_3; V_27 = L_226; V_28 = 0; goto IL_05e6; } IL_04ab: { MemberInfoU5BU5D_t1302094432* L_227 = V_27; int32_t L_228 = V_28; NullCheck(L_227); int32_t L_229 = L_228; MemberInfo_t * L_230 = (L_227)->GetAt(static_cast(L_229)); V_26 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_230, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t * L_231 = V_26; NullCheck(L_231); Type_t * L_232 = VirtFuncInvoker0< Type_t * >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_231); V_29 = L_232; Type_t * L_233 = V_29; IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); bool L_234 = BinaryCommon_IsPrimitive_m378904036(NULL /*static, unused*/, L_233, /*hidden argument*/NULL); if (!L_234) { goto IL_0545; } } { ILGenerator_t1388622344 * L_235 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_236 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_235); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_235, L_236); ILGenerator_t1388622344 * L_237 = V_7; OpCode_t123070264 L_238 = V_25; LocalBuilder_t3562264111 * L_239 = V_24; NullCheck(L_237); VirtActionInvoker2< OpCode_t123070264 , LocalBuilder_t3562264111 * >::Invoke(14 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.LocalBuilder) */, L_237, L_238, L_239); Type_t * L_240 = V_29; RuntimeTypeHandle_t3027515415 L_241 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_242 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_241, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_240) == ((RuntimeObject*)(Type_t *)L_242))) { goto IL_0516; } } { Type_t * L_243 = V_29; RuntimeTypeHandle_t3027515415 L_244 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_245 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_244, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_243) == ((RuntimeObject*)(Type_t *)L_245))) { goto IL_0516; } } { Type_t * L_246 = V_29; RuntimeTypeHandle_t3027515415 L_247 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_248 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_247, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_246) == ((RuntimeObject*)(Type_t *)L_248)))) { goto IL_0529; } } IL_0516: { ILGenerator_t1388622344 * L_249 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_250 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldflda_121(); FieldInfo_t * L_251 = V_26; NullCheck(L_249); VirtActionInvoker2< OpCode_t123070264 , FieldInfo_t * >::Invoke(10 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.FieldInfo) */, L_249, L_250, L_251); goto IL_0537; } IL_0529: { ILGenerator_t1388622344 * L_252 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_253 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldfld_120(); FieldInfo_t * L_254 = V_26; NullCheck(L_252); VirtActionInvoker2< OpCode_t123070264 , FieldInfo_t * >::Invoke(10 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.FieldInfo) */, L_252, L_253, L_254); } IL_0537: { ILGenerator_t1388622344 * L_255 = V_7; Type_t * L_256 = V_29; IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWritePrimitiveValue_m3054192573(NULL /*static, unused*/, L_255, L_256, /*hidden argument*/NULL); goto IL_05e0; } IL_0545: { ILGenerator_t1388622344 * L_257 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_258 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_1_3(); NullCheck(L_257); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_257, L_258); ILGenerator_t1388622344 * L_259 = V_7; OpCode_t123070264 L_260 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_259); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_259, L_260); ILGenerator_t1388622344 * L_261 = V_7; OpCode_t123070264 L_262 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldtoken_174(); Type_t * L_263 = V_29; NullCheck(L_261); VirtActionInvoker2< OpCode_t123070264 , Type_t * >::Invoke(17 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Type) */, L_261, L_262, L_263); ILGenerator_t1388622344 * L_264 = V_7; OpCode_t123070264 L_265 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); RuntimeTypeHandle_t3027515415 L_266 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_267 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_266, /*hidden argument*/NULL); NullCheck(L_267); MethodInfo_t * L_268 = Type_GetMethod_m2019726356(L_267, _stringLiteral3726808488, /*hidden argument*/NULL); NullCheck(L_264); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_264, L_265, L_268, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); ILGenerator_t1388622344 * L_269 = V_7; OpCode_t123070264 L_270 = V_25; LocalBuilder_t3562264111 * L_271 = V_24; NullCheck(L_269); VirtActionInvoker2< OpCode_t123070264 , LocalBuilder_t3562264111 * >::Invoke(14 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.LocalBuilder) */, L_269, L_270, L_271); ILGenerator_t1388622344 * L_272 = V_7; OpCode_t123070264 L_273 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldfld_120(); FieldInfo_t * L_274 = V_26; NullCheck(L_272); VirtActionInvoker2< OpCode_t123070264 , FieldInfo_t * >::Invoke(10 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.FieldInfo) */, L_272, L_273, L_274); Type_t * L_275 = V_29; NullCheck(L_275); bool L_276 = Type_get_IsValueType_m3108065642(L_275, /*hidden argument*/NULL); if (!L_276) { goto IL_05bf; } } { ILGenerator_t1388622344 * L_277 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_278 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Box_137(); Type_t * L_279 = V_29; NullCheck(L_277); VirtActionInvoker2< OpCode_t123070264 , Type_t * >::Invoke(17 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Type) */, L_277, L_278, L_279); } IL_05bf: { ILGenerator_t1388622344 * L_280 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_281 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); RuntimeTypeHandle_t3027515415 L_282 = { reinterpret_cast (ObjectWriter_t2968406231_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_283 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_282, /*hidden argument*/NULL); NullCheck(L_283); MethodInfo_t * L_284 = Type_GetMethod_m2019726356(L_283, _stringLiteral1374773213, /*hidden argument*/NULL); NullCheck(L_280); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_280, L_281, L_284, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); } IL_05e0: { int32_t L_285 = V_28; V_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_285, (int32_t)1)); } IL_05e6: { int32_t L_286 = V_28; MemberInfoU5BU5D_t1302094432* L_287 = V_27; NullCheck(L_287); if ((((int32_t)L_286) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_287)->max_length))))))) { goto IL_04ab; } } { ILGenerator_t1388622344 * L_288 = V_7; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_289 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ret_41(); NullCheck(L_288); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_288, L_289); TypeBuilder_t1073948154 * L_290 = V_4; MethodBuilder_t2807316753 * L_291 = V_6; RuntimeTypeHandle_t3027515415 L_292 = { reinterpret_cast (TypeMetadata_t2187352167_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_293 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_292, /*hidden argument*/NULL); NullCheck(L_293); MethodInfo_t * L_294 = Type_GetMethod_m2019726356(L_293, _stringLiteral2066232431, /*hidden argument*/NULL); NullCheck(L_290); TypeBuilder_DefineMethodOverride_m2703939108(L_290, L_291, L_294, /*hidden argument*/NULL); TypeBuilder_t1073948154 * L_295 = V_4; NullCheck(L_295); Type_t * L_296 = TypeBuilder_CreateType_m3375483507(L_295, /*hidden argument*/NULL); return L_296; } } // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::LoadFromPtr(System.Reflection.Emit.ILGenerator,System.Type) extern "C" IL2CPP_METHOD_ATTR void CodeGenerator_LoadFromPtr_m1784813519 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___ig0, Type_t * ___t1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGenerator_LoadFromPtr_m1784813519_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0020; } } { ILGenerator_t1388622344 * L_3 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_4 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_I4_73(); NullCheck(L_3); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_3, L_4); goto IL_0203; } IL_0020: { Type_t * L_5 = ___t1; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_7)))) { goto IL_0040; } } { ILGenerator_t1388622344 * L_8 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_9 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_U4_74(); NullCheck(L_8); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_8, L_9); goto IL_0203; } IL_0040: { Type_t * L_10 = ___t1; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_12)))) { goto IL_0060; } } { ILGenerator_t1388622344 * L_13 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_14 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_I2_71(); NullCheck(L_13); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_13, L_14); goto IL_0203; } IL_0060: { Type_t * L_15 = ___t1; RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_15) == ((RuntimeObject*)(Type_t *)L_17)))) { goto IL_0080; } } { ILGenerator_t1388622344 * L_18 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_19 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_U2_72(); NullCheck(L_18); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_18, L_19); goto IL_0203; } IL_0080: { Type_t * L_20 = ___t1; RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_20) == ((RuntimeObject*)(Type_t *)L_22)))) { goto IL_00a0; } } { ILGenerator_t1388622344 * L_23 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_24 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_U2_72(); NullCheck(L_23); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_23, L_24); goto IL_0203; } IL_00a0: { Type_t * L_25 = ___t1; RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_25) == ((RuntimeObject*)(Type_t *)L_27)))) { goto IL_00c0; } } { ILGenerator_t1388622344 * L_28 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_29 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_U1_70(); NullCheck(L_28); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_28, L_29); goto IL_0203; } IL_00c0: { Type_t * L_30 = ___t1; RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_30) == ((RuntimeObject*)(Type_t *)L_32)))) { goto IL_00e0; } } { ILGenerator_t1388622344 * L_33 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_34 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_I1_69(); NullCheck(L_33); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_33, L_34); goto IL_0203; } IL_00e0: { Type_t * L_35 = ___t1; RuntimeTypeHandle_t3027515415 L_36 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_37 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_35) == ((RuntimeObject*)(Type_t *)L_37)))) { goto IL_0100; } } { ILGenerator_t1388622344 * L_38 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_39 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_I8_75(); NullCheck(L_38); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_38, L_39); goto IL_0203; } IL_0100: { Type_t * L_40 = ___t1; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_40) == ((RuntimeObject*)(Type_t *)L_42)))) { goto IL_0120; } } { ILGenerator_t1388622344 * L_43 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_44 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_I8_75(); NullCheck(L_43); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_43, L_44); goto IL_0203; } IL_0120: { Type_t * L_45 = ___t1; RuntimeTypeHandle_t3027515415 L_46 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_47 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_45) == ((RuntimeObject*)(Type_t *)L_47)))) { goto IL_0140; } } { ILGenerator_t1388622344 * L_48 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_49 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_R4_77(); NullCheck(L_48); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_48, L_49); goto IL_0203; } IL_0140: { Type_t * L_50 = ___t1; RuntimeTypeHandle_t3027515415 L_51 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_52 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_50) == ((RuntimeObject*)(Type_t *)L_52)))) { goto IL_0160; } } { ILGenerator_t1388622344 * L_53 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_54 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_R8_78(); NullCheck(L_53); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_53, L_54); goto IL_0203; } IL_0160: { Type_t * L_55 = ___t1; RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_55) == ((RuntimeObject*)(Type_t *)L_57)))) { goto IL_0180; } } { ILGenerator_t1388622344 * L_58 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_59 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_I1_69(); NullCheck(L_58); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_58, L_59); goto IL_0203; } IL_0180: { Type_t * L_60 = ___t1; RuntimeTypeHandle_t3027515415 L_61 = { reinterpret_cast (IntPtr_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_62 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_61, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_60) == ((RuntimeObject*)(Type_t *)L_62)))) { goto IL_01a0; } } { ILGenerator_t1388622344 * L_63 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_64 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_I_76(); NullCheck(L_63); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_63, L_64); goto IL_0203; } IL_01a0: { Type_t * L_65 = ___t1; NullCheck(L_65); bool L_66 = Type_get_IsEnum_m208091508(L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_01dc; } } { Type_t * L_67 = ___t1; RuntimeTypeHandle_t3027515415 L_68 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_69 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_67) == ((RuntimeObject*)(Type_t *)L_69)))) { goto IL_01cb; } } { ILGenerator_t1388622344 * L_70 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_71 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_Ref_79(); NullCheck(L_70); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_70, L_71); goto IL_01d7; } IL_01cb: { ILGenerator_t1388622344 * L_72 = ___ig0; Type_t * L_73 = ___t1; IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); Type_t * L_74 = CodeGenerator_EnumToUnderlying_m3778945530(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); CodeGenerator_LoadFromPtr_m1784813519(NULL /*static, unused*/, L_72, L_74, /*hidden argument*/NULL); } IL_01d7: { goto IL_0203; } IL_01dc: { Type_t * L_75 = ___t1; NullCheck(L_75); bool L_76 = Type_get_IsValueType_m3108065642(L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_01f8; } } { ILGenerator_t1388622344 * L_77 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_78 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldobj_112(); Type_t * L_79 = ___t1; NullCheck(L_77); VirtActionInvoker2< OpCode_t123070264 , Type_t * >::Invoke(17 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Type) */, L_77, L_78, L_79); goto IL_0203; } IL_01f8: { ILGenerator_t1388622344 * L_80 = ___ig0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_81 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldind_Ref_79(); NullCheck(L_80); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_80, L_81); } IL_0203: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::EmitWriteTypeSpec(System.Reflection.Emit.ILGenerator,System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR void CodeGenerator_EmitWriteTypeSpec_m3265719084 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___gen0, Type_t * ___type1, String_t* ___member2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGenerator_EmitWriteTypeSpec_m3265719084_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0; { Type_t * L_0 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); uint8_t L_1 = ObjectWriter_GetTypeTag_m1892768509(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; uint8_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0032; } case 1: { goto IL_0154; } case 2: { goto IL_0154; } case 3: { goto IL_0063; } case 4: { goto IL_0094; } case 5: { goto IL_0154; } case 6: { goto IL_0154; } case 7: { goto IL_011e; } } } { goto IL_0154; } IL_0032: { ILGenerator_t1388622344 * L_3 = ___gen0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_4 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_3); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_3, L_4); ILGenerator_t1388622344 * L_5 = ___gen0; OpCode_t123070264 L_6 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldc_I4_S_31(); Type_t * L_7 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); uint8_t L_8 = BinaryCommon_GetTypeCode_m448697888(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker2< OpCode_t123070264 , uint8_t >::Invoke(8 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Byte) */, L_5, L_6, L_8); ILGenerator_t1388622344 * L_9 = ___gen0; RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); goto IL_0159; } IL_0063: { ILGenerator_t1388622344 * L_12 = ___gen0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_13 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_12); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_12, L_13); ILGenerator_t1388622344 * L_14 = ___gen0; OpCode_t123070264 L_15 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldstr_113(); Type_t * L_16 = ___type1; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_16); NullCheck(L_14); VirtActionInvoker2< OpCode_t123070264 , String_t* >::Invoke(16 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.String) */, L_14, L_15, L_17); ILGenerator_t1388622344 * L_18 = ___gen0; RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_18, L_20, /*hidden argument*/NULL); goto IL_0159; } IL_0094: { ILGenerator_t1388622344 * L_21 = ___gen0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_22 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_21); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_21, L_22); ILGenerator_t1388622344 * L_23 = ___gen0; OpCode_t123070264 L_24 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldstr_113(); Type_t * L_25 = ___type1; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_25); NullCheck(L_23); VirtActionInvoker2< OpCode_t123070264 , String_t* >::Invoke(16 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.String) */, L_23, L_24, L_26); ILGenerator_t1388622344 * L_27 = ___gen0; RuntimeTypeHandle_t3027515415 L_28 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_27, L_29, /*hidden argument*/NULL); ILGenerator_t1388622344 * L_30 = ___gen0; OpCode_t123070264 L_31 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_30); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_30, L_31); ILGenerator_t1388622344 * L_32 = ___gen0; OpCode_t123070264 L_33 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_1_3(); NullCheck(L_32); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_32, L_33); ILGenerator_t1388622344 * L_34 = ___gen0; Type_t * L_35 = ___type1; String_t* L_36 = ___member2; CodeGenerator_EmitLoadTypeAssembly_m1985536832(NULL /*static, unused*/, L_34, L_35, L_36, /*hidden argument*/NULL); ILGenerator_t1388622344 * L_37 = ___gen0; OpCode_t123070264 L_38 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Callvirt_110(); RuntimeTypeHandle_t3027515415 L_39 = { reinterpret_cast (ObjectWriter_t2968406231_0_0_0_var) }; Type_t * L_40 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NullCheck(L_40); MethodInfo_t * L_41 = Type_GetMethod_m2019726356(L_40, _stringLiteral3024087714, /*hidden argument*/NULL); NullCheck(L_37); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_37, L_38, L_41, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); ILGenerator_t1388622344 * L_42 = ___gen0; OpCode_t123070264 L_43 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Conv_I4_104(); NullCheck(L_42); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_42, L_43); ILGenerator_t1388622344 * L_44 = ___gen0; RuntimeTypeHandle_t3027515415 L_45 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_46 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_44, L_46, /*hidden argument*/NULL); goto IL_0159; } IL_011e: { ILGenerator_t1388622344 * L_47 = ___gen0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_48 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_2_4(); NullCheck(L_47); VirtActionInvoker1< OpCode_t123070264 >::Invoke(7 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_47, L_48); ILGenerator_t1388622344 * L_49 = ___gen0; OpCode_t123070264 L_50 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldc_I4_S_31(); Type_t * L_51 = ___type1; NullCheck(L_51); Type_t * L_52 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_51); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); uint8_t L_53 = BinaryCommon_GetTypeCode_m448697888(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); NullCheck(L_49); VirtActionInvoker2< OpCode_t123070264 , uint8_t >::Invoke(8 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Byte) */, L_49, L_50, L_53); ILGenerator_t1388622344 * L_54 = ___gen0; RuntimeTypeHandle_t3027515415 L_55 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_54, L_56, /*hidden argument*/NULL); goto IL_0159; } IL_0154: { goto IL_0159; } IL_0159: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::EmitLoadTypeAssembly(System.Reflection.Emit.ILGenerator,System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR void CodeGenerator_EmitLoadTypeAssembly_m1985536832 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___gen0, Type_t * ___type1, String_t* ___member2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGenerator_EmitLoadTypeAssembly_m1985536832_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ILGenerator_t1388622344 * L_0 = ___gen0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_1 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldtoken_174(); Type_t * L_2 = ___type1; NullCheck(L_0); VirtActionInvoker2< OpCode_t123070264 , Type_t * >::Invoke(17 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Type) */, L_0, L_1, L_2); ILGenerator_t1388622344 * L_3 = ___gen0; OpCode_t123070264 L_4 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_6); MethodInfo_t * L_7 = Type_GetMethod_m2019726356(L_6, _stringLiteral3726808488, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_3, L_4, L_7, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); ILGenerator_t1388622344 * L_8 = ___gen0; OpCode_t123070264 L_9 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Callvirt_110(); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Type_t_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_11); PropertyInfo_t * L_12 = Type_GetProperty_m3414567179(L_11, _stringLiteral3020575727, /*hidden argument*/NULL); NullCheck(L_12); MethodInfo_t * L_13 = PropertyInfo_GetGetMethod_m1510309854(L_12, /*hidden argument*/NULL); NullCheck(L_8); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_8, L_9, L_13, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::EmitWrite(System.Reflection.Emit.ILGenerator,System.Type) extern "C" IL2CPP_METHOD_ATTR void CodeGenerator_EmitWrite_m1452031614 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___gen0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGenerator_EmitWrite_m1452031614_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ILGenerator_t1388622344 * L_0 = ___gen0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_1 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Callvirt_110(); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (BinaryWriter_t3992595042_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_4 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_5 = ___type1; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (Type_t *)L_5); NullCheck(L_3); MethodInfo_t * L_6 = Type_GetMethod_m1479779718(L_3, _stringLiteral1973028809, L_4, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_0, L_1, L_6, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.CodeGenerator::EmitWritePrimitiveValue(System.Reflection.Emit.ILGenerator,System.Type) extern "C" IL2CPP_METHOD_ATTR void CodeGenerator_EmitWritePrimitiveValue_m3054192573 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___gen0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGenerator_EmitWritePrimitiveValue_m3054192573_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_1 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) { case 0: { goto IL_0054; } case 1: { goto IL_0054; } case 2: { goto IL_0054; } case 3: { goto IL_0054; } case 4: { goto IL_0054; } case 5: { goto IL_0054; } case 6: { goto IL_0054; } case 7: { goto IL_0054; } case 8: { goto IL_0054; } case 9: { goto IL_0054; } case 10: { goto IL_0054; } case 11: { goto IL_0054; } case 12: { goto IL_0060; } case 13: { goto IL_00cd; } case 14: { goto IL_0104; } case 15: { goto IL_0054; } } } { goto IL_0104; } IL_0054: { ILGenerator_t1388622344 * L_3 = ___gen0; Type_t * L_4 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); goto IL_0169; } IL_0060: { ILGenerator_t1388622344 * L_5 = ___gen0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_6 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (CultureInfo_t4157843068_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_8); PropertyInfo_t * L_9 = Type_GetProperty_m3414567179(L_8, _stringLiteral2106899111, /*hidden argument*/NULL); NullCheck(L_9); MethodInfo_t * L_10 = PropertyInfo_GetGetMethod_m1510309854(L_9, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_5, L_6, L_10, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); ILGenerator_t1388622344 * L_11 = ___gen0; OpCode_t123070264 L_12 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_15 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (IFormatProvider_t2518567562_0_0_0_var) }; Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(0), (Type_t *)L_17); NullCheck(L_14); MethodInfo_t * L_18 = Type_GetMethod_m1479779718(L_14, _stringLiteral3020121551, L_15, /*hidden argument*/NULL); NullCheck(L_11); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_11, L_12, L_18, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); ILGenerator_t1388622344 * L_19 = ___gen0; RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); goto IL_0169; } IL_00cd: { ILGenerator_t1388622344 * L_22 = ___gen0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_23 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); NullCheck(L_25); MethodInfo_t * L_26 = Type_GetMethod_m1197120913(L_25, _stringLiteral3132773556, ((int32_t)52), /*hidden argument*/NULL); NullCheck(L_22); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_22, L_23, L_26, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); ILGenerator_t1388622344 * L_27 = ___gen0; RuntimeTypeHandle_t3027515415 L_28 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_29 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_27, L_29, /*hidden argument*/NULL); goto IL_0169; } IL_0104: { Type_t * L_30 = ___type1; RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_30) == ((RuntimeObject*)(Type_t *)L_32)))) { goto IL_014e; } } { ILGenerator_t1388622344 * L_33 = ___gen0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_34 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); NullCheck(L_36); PropertyInfo_t * L_37 = Type_GetProperty_m3414567179(L_36, _stringLiteral4286224014, /*hidden argument*/NULL); NullCheck(L_37); MethodInfo_t * L_38 = PropertyInfo_GetGetMethod_m1510309854(L_37, /*hidden argument*/NULL); NullCheck(L_33); VirtActionInvoker3< OpCode_t123070264 , MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(18 /* System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) */, L_33, L_34, L_38, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL); ILGenerator_t1388622344 * L_39 = ___gen0; RuntimeTypeHandle_t3027515415 L_40 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_41 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); CodeGenerator_EmitWrite_m1452031614(NULL /*static, unused*/, L_39, L_41, /*hidden argument*/NULL); goto IL_0164; } IL_014e: { Type_t * L_42 = ___type1; NullCheck(L_42); String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_42); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1407403950, L_43, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_45 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_45, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,CodeGenerator_EmitWritePrimitiveValue_m3054192573_RuntimeMethod_var); } IL_0164: { goto IL_0169; } IL_0169: { return; } } // System.Type System.Runtime.Serialization.Formatters.Binary.CodeGenerator::EnumToUnderlying(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * CodeGenerator_EnumToUnderlying_m3778945530 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGenerator_EnumToUnderlying_m3778945530_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_1 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; V_1 = L_2; int32_t L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)3))) { case 0: { goto IL_003e; } case 1: { goto IL_005f; } case 2: { goto IL_0054; } case 3: { goto IL_0049; } case 4: { goto IL_006a; } case 5: { goto IL_0075; } case 6: { goto IL_0080; } case 7: { goto IL_008b; } case 8: { goto IL_0096; } case 9: { goto IL_00a1; } } } { goto IL_00ac; } IL_003e: { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } IL_0049: { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_7; } IL_0054: { RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return L_9; } IL_005f: { RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); return L_11; } IL_006a: { RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return L_13; } IL_0075: { RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); return L_15; } IL_0080: { RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); return L_17; } IL_008b: { RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); return L_19; } IL_0096: { RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); return L_21; } IL_00a1: { RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); return L_23; } IL_00ac: { ObjectU5BU5D_t2843939325* L_24 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3695601234); (L_24)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3695601234); ObjectU5BU5D_t2843939325* L_25 = L_24; int32_t L_26 = V_0; int32_t L_27 = L_26; RuntimeObject * L_28 = Box(TypeCode_t2987224087_il2cpp_TypeInfo_var, &L_27); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_28); (L_25)->SetAt(static_cast(1), (RuntimeObject *)L_28); ObjectU5BU5D_t2843939325* L_29 = L_25; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral49990201); (L_29)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral49990201); ObjectU5BU5D_t2843939325* L_30 = L_29; Type_t * L_31 = ___t0; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_31); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(3), (RuntimeObject *)L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m2971454694(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); Exception_t * L_34 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34,CodeGenerator_EnumToUnderlying_m3778945530_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.Runtime.Serialization.Formatters.Binary.MemberTypeMetadata::.ctor(System.Type,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MemberTypeMetadata__ctor_m2376841411 (MemberTypeMetadata_t976220688 * __this, Type_t * ___type0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ClrTypeMetadata__ctor_m420857278(__this, L_0, /*hidden argument*/NULL); Type_t * L_1 = ___type0; StreamingContext_t3711869237 L_2 = ___context1; MemberInfoU5BU5D_t1302094432* L_3 = FormatterServices_GetSerializableMembers_m3934333240(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); __this->set_members_3(L_3); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.MemberTypeMetadata::WriteAssemblies(System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter) extern "C" IL2CPP_METHOD_ATTR void MemberTypeMetadata_WriteAssemblies_m881083943 (MemberTypeMetadata_t976220688 * __this, ObjectWriter_t2968406231 * ___ow0, BinaryWriter_t3992595042 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberTypeMetadata_WriteAssemblies_m881083943_MetadataUsageId); s_Il2CppMethodInitialized = true; } FieldInfo_t * V_0 = NULL; MemberInfoU5BU5D_t1302094432* V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; { MemberInfoU5BU5D_t1302094432* L_0 = __this->get_members_3(); V_1 = L_0; V_2 = 0; goto IL_0047; } IL_000e: { MemberInfoU5BU5D_t1302094432* L_1 = V_1; int32_t L_2 = V_2; NullCheck(L_1); int32_t L_3 = L_2; MemberInfo_t * L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t * L_5 = V_0; NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_5); V_3 = L_6; goto IL_002a; } IL_0023: { Type_t * L_7 = V_3; NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_7); V_3 = L_8; } IL_002a: { Type_t * L_9 = V_3; NullCheck(L_9); bool L_10 = Type_get_IsArray_m2591212821(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0023; } } { ObjectWriter_t2968406231 * L_11 = ___ow0; BinaryWriter_t3992595042 * L_12 = ___writer1; Type_t * L_13 = V_3; NullCheck(L_13); Assembly_t * L_14 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_13); NullCheck(L_11); ObjectWriter_WriteAssembly_m3173779754(L_11, L_12, L_14, /*hidden argument*/NULL); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0047: { int32_t L_16 = V_2; MemberInfoU5BU5D_t1302094432* L_17 = V_1; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_000e; } } { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.MemberTypeMetadata::WriteTypeData(System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MemberTypeMetadata_WriteTypeData_m3992201821 (MemberTypeMetadata_t976220688 * __this, ObjectWriter_t2968406231 * ___ow0, BinaryWriter_t3992595042 * ___writer1, bool ___writeTypes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberTypeMetadata_WriteTypeData_m3992201821_MetadataUsageId); s_Il2CppMethodInitialized = true; } FieldInfo_t * V_0 = NULL; MemberInfoU5BU5D_t1302094432* V_1 = NULL; int32_t V_2 = 0; FieldInfo_t * V_3 = NULL; MemberInfoU5BU5D_t1302094432* V_4 = NULL; int32_t V_5 = 0; FieldInfo_t * V_6 = NULL; MemberInfoU5BU5D_t1302094432* V_7 = NULL; int32_t V_8 = 0; { BinaryWriter_t3992595042 * L_0 = ___writer1; MemberInfoU5BU5D_t1302094432* L_1 = __this->get_members_3(); NullCheck(L_1); NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_0, (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))); MemberInfoU5BU5D_t1302094432* L_2 = __this->get_members_3(); V_1 = L_2; V_2 = 0; goto IL_0035; } IL_001c: { MemberInfoU5BU5D_t1302094432* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; MemberInfo_t * L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_6, FieldInfo_t_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_7 = ___writer1; FieldInfo_t * L_8 = V_0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8); NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_7, L_9); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0035: { int32_t L_11 = V_2; MemberInfoU5BU5D_t1302094432* L_12 = V_1; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_001c; } } { bool L_13 = ___writeTypes2; if (!L_13) { goto IL_00b7; } } { MemberInfoU5BU5D_t1302094432* L_14 = __this->get_members_3(); V_4 = L_14; V_5 = 0; goto IL_0071; } IL_0054: { MemberInfoU5BU5D_t1302094432* L_15 = V_4; int32_t L_16 = V_5; NullCheck(L_15); int32_t L_17 = L_16; MemberInfo_t * L_18 = (L_15)->GetAt(static_cast(L_17)); V_3 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_18, FieldInfo_t_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_19 = ___writer1; FieldInfo_t * L_20 = V_3; NullCheck(L_20); Type_t * L_21 = VirtFuncInvoker0< Type_t * >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_20); IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter_WriteTypeCode_m1789140116(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); int32_t L_22 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0071: { int32_t L_23 = V_5; MemberInfoU5BU5D_t1302094432* L_24 = V_4; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_0054; } } { MemberInfoU5BU5D_t1302094432* L_25 = __this->get_members_3(); V_7 = L_25; V_8 = 0; goto IL_00ac; } IL_008c: { MemberInfoU5BU5D_t1302094432* L_26 = V_7; int32_t L_27 = V_8; NullCheck(L_26); int32_t L_28 = L_27; MemberInfo_t * L_29 = (L_26)->GetAt(static_cast(L_28)); V_6 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_29, FieldInfo_t_il2cpp_TypeInfo_var)); ObjectWriter_t2968406231 * L_30 = ___ow0; BinaryWriter_t3992595042 * L_31 = ___writer1; FieldInfo_t * L_32 = V_6; NullCheck(L_32); Type_t * L_33 = VirtFuncInvoker0< Type_t * >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_32); NullCheck(L_30); ObjectWriter_WriteTypeSpec_m3700372600(L_30, L_31, L_33, /*hidden argument*/NULL); int32_t L_34 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00ac: { int32_t L_35 = V_8; MemberInfoU5BU5D_t1302094432* L_36 = V_7; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))))) { goto IL_008c; } } IL_00b7: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.MemberTypeMetadata::WriteObjectData(System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR void MemberTypeMetadata_WriteObjectData_m2840447988 (MemberTypeMetadata_t976220688 * __this, ObjectWriter_t2968406231 * ___ow0, BinaryWriter_t3992595042 * ___writer1, RuntimeObject * ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberTypeMetadata_WriteObjectData_m2840447988_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___data2; MemberInfoU5BU5D_t1302094432* L_1 = __this->get_members_3(); ObjectU5BU5D_t2843939325* L_2 = FormatterServices_GetObjectData_m4284691678(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; goto IL_0034; } IL_0014: { ObjectWriter_t2968406231 * L_3 = ___ow0; BinaryWriter_t3992595042 * L_4 = ___writer1; MemberInfoU5BU5D_t1302094432* L_5 = __this->get_members_3(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; MemberInfo_t * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var))); Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var))); ObjectU5BU5D_t2843939325* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_3); ObjectWriter_WriteValue_m3485076606(L_3, L_4, L_9, L_13, /*hidden argument*/NULL); int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0034: { int32_t L_15 = V_1; ObjectU5BU5D_t2843939325* L_16 = V_0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_0014; } } { 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.MessageFormatter::WriteMethodCall(System.IO.BinaryWriter,System.Object,System.Runtime.Remoting.Messaging.Header[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.FormatterAssemblyStyle,System.Runtime.Serialization.Formatters.FormatterTypeStyle) extern "C" IL2CPP_METHOD_ATTR void MessageFormatter_WriteMethodCall_m4240742925 (RuntimeObject * __this /* static, unused */, BinaryWriter_t3992595042 * ___writer0, RuntimeObject * ___obj1, HeaderU5BU5D_t204812840* ___headers2, RuntimeObject* ___surrogateSelector3, StreamingContext_t3711869237 ___context4, int32_t ___assemblyFormat5, int32_t ___typeFormat6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageFormatter_WriteMethodCall_m4240742925_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; ObjectU5BU5D_t2843939325* V_4 = NULL; int32_t V_5 = 0; RuntimeObject * V_6 = NULL; ObjectU5BU5D_t2843939325* V_7 = NULL; int32_t V_8 = 0; ObjectWriter_t2968406231 * V_9 = NULL; { RuntimeObject * L_0 = ___obj1; V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IMethodCallMessage_t2377797630_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_1 = ___writer0; NullCheck(L_1); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_1, (uint8_t)((int32_t)21)); V_2 = 0; V_3 = NULL; V_4 = (ObjectU5BU5D_t2843939325*)NULL; RuntimeObject* L_2 = V_0; NullCheck(L_2); LogicalCallContext_t3342013719 * L_3 = InterfaceFuncInvoker0< LogicalCallContext_t3342013719 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_2); if (!L_3) { goto IL_003d; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); LogicalCallContext_t3342013719 * L_5 = InterfaceFuncInvoker0< LogicalCallContext_t3342013719 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_4); NullCheck(L_5); bool L_6 = LogicalCallContext_get_HasInfo_m3847716861(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003d; } } { V_1 = ((int32_t)64); int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); goto IL_0040; } IL_003d: { V_1 = ((int32_t)16); } IL_0040: { RuntimeObject* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); bool L_9 = RemotingServices_IsMethodOverloaded_m3262659413(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0057; } } { int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); int32_t L_11 = V_1; V_1 = ((int32_t)((int32_t)L_11|(int32_t)((int32_t)128))); } IL_0057: { RuntimeObject* L_12 = V_0; NullCheck(L_12); RuntimeObject* L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IDictionary System.Runtime.Remoting.Messaging.IMessage::get_Properties() */, IMessage_t3593512748_il2cpp_TypeInfo_var, L_12); NullCheck(L_13); int32_t L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_13); IL2CPP_RUNTIME_CLASS_INIT(MethodCallDictionary_t605791082_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_15 = ((MethodCallDictionary_t605791082_StaticFields*)il2cpp_codegen_static_fields_for(MethodCallDictionary_t605791082_il2cpp_TypeInfo_var))->get_InternalKeys_6(); NullCheck(L_15); if ((((int32_t)L_14) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0084; } } { RuntimeObject* L_16 = V_0; NullCheck(L_16); RuntimeObject* L_17 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IDictionary System.Runtime.Remoting.Messaging.IMessage::get_Properties() */, IMessage_t3593512748_il2cpp_TypeInfo_var, L_16); IL2CPP_RUNTIME_CLASS_INIT(MethodCallDictionary_t605791082_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_18 = ((MethodCallDictionary_t605791082_StaticFields*)il2cpp_codegen_static_fields_for(MethodCallDictionary_t605791082_il2cpp_TypeInfo_var))->get_InternalKeys_6(); ObjectU5BU5D_t2843939325* L_19 = MessageFormatter_GetExtraProperties_m305191653(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); V_4 = L_19; int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0084: { RuntimeObject* L_21 = V_0; NullCheck(L_21); MethodBase_t * L_22 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_21); NullCheck(L_22); bool L_23 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_22); if (!L_23) { goto IL_00a0; } } { int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); int32_t L_25 = V_1; V_1 = ((int32_t)((int32_t)L_25|(int32_t)((int32_t)32768))); } IL_00a0: { RuntimeObject* L_26 = V_0; NullCheck(L_26); int32_t L_27 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Runtime.Remoting.Messaging.IMethodMessage::get_ArgCount() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_00b4; } } { int32_t L_28 = V_1; V_1 = ((int32_t)((int32_t)L_28|(int32_t)1)); goto IL_00e4; } IL_00b4: { RuntimeObject* L_29 = V_0; NullCheck(L_29); ObjectU5BU5D_t2843939325* L_30 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodMessage::get_Args() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_29); bool L_31 = MessageFormatter_AllTypesArePrimitive_m3953742542(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00cd; } } { int32_t L_32 = V_1; V_1 = ((int32_t)((int32_t)L_32|(int32_t)2)); goto IL_00e4; } IL_00cd: { int32_t L_33 = V_2; if (L_33) { goto IL_00dc; } } { int32_t L_34 = V_1; V_1 = ((int32_t)((int32_t)L_34|(int32_t)4)); goto IL_00e4; } IL_00dc: { int32_t L_35 = V_1; V_1 = ((int32_t)((int32_t)L_35|(int32_t)8)); int32_t L_36 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00e4: { BinaryWriter_t3992595042 * L_37 = ___writer0; int32_t L_38 = V_1; NullCheck(L_37); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_37, L_38); BinaryWriter_t3992595042 * L_39 = ___writer0; NullCheck(L_39); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_39, (uint8_t)((int32_t)18)); BinaryWriter_t3992595042 * L_40 = ___writer0; RuntimeObject* L_41 = V_0; NullCheck(L_41); String_t* L_42 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodName() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_41); NullCheck(L_40); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_40, L_42); BinaryWriter_t3992595042 * L_43 = ___writer0; NullCheck(L_43); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_43, (uint8_t)((int32_t)18)); BinaryWriter_t3992595042 * L_44 = ___writer0; RuntimeObject* L_45 = V_0; NullCheck(L_45); String_t* L_46 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_TypeName() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_45); NullCheck(L_44); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_44, L_46); int32_t L_47 = V_1; if ((((int32_t)((int32_t)((int32_t)L_47&(int32_t)2))) <= ((int32_t)0))) { goto IL_017d; } } { BinaryWriter_t3992595042 * L_48 = ___writer0; RuntimeObject* L_49 = V_0; NullCheck(L_49); ObjectU5BU5D_t2843939325* L_50 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodMessage::get_Args() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_49); NullCheck(L_50); NullCheck(L_48); VirtActionInvoker1< uint32_t >::Invoke(22 /* System.Void System.IO.BinaryWriter::Write(System.UInt32) */, L_48, (((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length))))); V_5 = 0; goto IL_0170; } IL_0132: { RuntimeObject* L_51 = V_0; int32_t L_52 = V_5; NullCheck(L_51); RuntimeObject * L_53 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(8 /* System.Object System.Runtime.Remoting.Messaging.IMethodMessage::GetArg(System.Int32) */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_51, L_52); V_6 = L_53; RuntimeObject * L_54 = V_6; if (!L_54) { goto IL_0162; } } { BinaryWriter_t3992595042 * L_55 = ___writer0; RuntimeObject * L_56 = V_6; NullCheck(L_56); Type_t * L_57 = Object_GetType_m88164663(L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); uint8_t L_58 = BinaryCommon_GetTypeCode_m448697888(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); NullCheck(L_55); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_55, L_58); BinaryWriter_t3992595042 * L_59 = ___writer0; RuntimeObject * L_60 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter_WritePrimitiveValue_m3342686922(NULL /*static, unused*/, L_59, L_60, /*hidden argument*/NULL); goto IL_016a; } IL_0162: { BinaryWriter_t3992595042 * L_61 = ___writer0; NullCheck(L_61); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_61, (uint8_t)((int32_t)17)); } IL_016a: { int32_t L_62 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_0170: { int32_t L_63 = V_5; RuntimeObject* L_64 = V_0; NullCheck(L_64); int32_t L_65 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Runtime.Remoting.Messaging.IMethodMessage::get_ArgCount() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_64); if ((((int32_t)L_63) < ((int32_t)L_65))) { goto IL_0132; } } IL_017d: { int32_t L_66 = V_2; if ((((int32_t)L_66) <= ((int32_t)0))) { goto IL_021c; } } { int32_t L_67 = V_2; V_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_67)); V_8 = 0; int32_t L_68 = V_1; if ((((int32_t)((int32_t)((int32_t)L_68&(int32_t)8))) <= ((int32_t)0))) { goto IL_01a8; } } { ObjectU5BU5D_t2843939325* 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)); RuntimeObject* L_72 = V_0; NullCheck(L_72); ObjectU5BU5D_t2843939325* L_73 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodMessage::get_Args() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_72); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_73); (L_69)->SetAt(static_cast(L_71), (RuntimeObject *)L_73); } IL_01a8: { int32_t L_74 = V_1; if ((((int32_t)((int32_t)((int32_t)L_74&(int32_t)((int32_t)32768)))) <= ((int32_t)0))) { goto IL_01ca; } } { ObjectU5BU5D_t2843939325* L_75 = V_7; int32_t L_76 = V_8; int32_t L_77 = L_76; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); RuntimeObject* L_78 = V_0; NullCheck(L_78); MethodBase_t * L_79 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_78); NullCheck(L_79); TypeU5BU5D_t3940880105* L_80 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(27 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_79); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_80); (L_75)->SetAt(static_cast(L_77), (RuntimeObject *)L_80); } IL_01ca: { int32_t L_81 = V_1; if ((((int32_t)((int32_t)((int32_t)L_81&(int32_t)((int32_t)128)))) <= ((int32_t)0))) { goto IL_01e7; } } { ObjectU5BU5D_t2843939325* L_82 = V_7; int32_t L_83 = V_8; int32_t L_84 = L_83; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); RuntimeObject* L_85 = V_0; NullCheck(L_85); RuntimeObject * L_86 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(5 /* System.Object System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodSignature() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_85); NullCheck(L_82); ArrayElementTypeCheck (L_82, L_86); (L_82)->SetAt(static_cast(L_84), (RuntimeObject *)L_86); } IL_01e7: { int32_t L_87 = V_1; if ((((int32_t)((int32_t)((int32_t)L_87&(int32_t)((int32_t)64)))) <= ((int32_t)0))) { goto IL_0201; } } { ObjectU5BU5D_t2843939325* L_88 = V_7; int32_t L_89 = V_8; int32_t L_90 = L_89; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); RuntimeObject* L_91 = V_0; NullCheck(L_91); LogicalCallContext_t3342013719 * L_92 = InterfaceFuncInvoker0< LogicalCallContext_t3342013719 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_91); NullCheck(L_88); ArrayElementTypeCheck (L_88, L_92); (L_88)->SetAt(static_cast(L_90), (RuntimeObject *)L_92); } IL_0201: { ObjectU5BU5D_t2843939325* L_93 = V_4; if (!L_93) { goto IL_0214; } } { ObjectU5BU5D_t2843939325* L_94 = V_7; int32_t L_95 = V_8; int32_t L_96 = L_95; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); ObjectU5BU5D_t2843939325* L_97 = V_4; NullCheck(L_94); ArrayElementTypeCheck (L_94, L_97); (L_94)->SetAt(static_cast(L_96), (RuntimeObject *)L_97); } IL_0214: { ObjectU5BU5D_t2843939325* L_98 = V_7; V_3 = (RuntimeObject *)L_98; goto IL_022c; } IL_021c: { int32_t L_99 = V_1; if ((((int32_t)((int32_t)((int32_t)L_99&(int32_t)4))) <= ((int32_t)0))) { goto IL_022c; } } { RuntimeObject* L_100 = V_0; NullCheck(L_100); ObjectU5BU5D_t2843939325* L_101 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodMessage::get_Args() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_100); V_3 = (RuntimeObject *)L_101; } IL_022c: { RuntimeObject * L_102 = V_3; if (!L_102) { goto IL_024f; } } { RuntimeObject* L_103 = ___surrogateSelector3; StreamingContext_t3711869237 L_104 = ___context4; int32_t L_105 = ___assemblyFormat5; int32_t L_106 = ___typeFormat6; ObjectWriter_t2968406231 * L_107 = (ObjectWriter_t2968406231 *)il2cpp_codegen_object_new(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter__ctor_m2586423995(L_107, L_103, L_104, L_105, L_106, /*hidden argument*/NULL); V_9 = L_107; ObjectWriter_t2968406231 * L_108 = V_9; BinaryWriter_t3992595042 * L_109 = ___writer0; RuntimeObject * L_110 = V_3; HeaderU5BU5D_t204812840* L_111 = ___headers2; NullCheck(L_108); ObjectWriter_WriteObjectGraph_m1096671657(L_108, L_109, L_110, L_111, /*hidden argument*/NULL); goto IL_0257; } IL_024f: { BinaryWriter_t3992595042 * L_112 = ___writer0; NullCheck(L_112); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_112, (uint8_t)((int32_t)11)); } IL_0257: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.MessageFormatter::WriteMethodResponse(System.IO.BinaryWriter,System.Object,System.Runtime.Remoting.Messaging.Header[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.FormatterAssemblyStyle,System.Runtime.Serialization.Formatters.FormatterTypeStyle) extern "C" IL2CPP_METHOD_ATTR void MessageFormatter_WriteMethodResponse_m514023078 (RuntimeObject * __this /* static, unused */, BinaryWriter_t3992595042 * ___writer0, RuntimeObject * ___obj1, HeaderU5BU5D_t204812840* ___headers2, RuntimeObject* ___surrogateSelector3, StreamingContext_t3711869237 ___context4, int32_t ___assemblyFormat5, int32_t ___typeFormat6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageFormatter_WriteMethodResponse_m514023078_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; ObjectU5BU5D_t2843939325* V_4 = NULL; uint8_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; RuntimeObject * V_9 = NULL; ObjectU5BU5D_t2843939325* V_10 = NULL; int32_t V_11 = 0; ObjectWriter_t2968406231 * V_12 = NULL; { RuntimeObject * L_0 = ___obj1; V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_1 = ___writer0; NullCheck(L_1); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_1, (uint8_t)((int32_t)22)); IL2CPP_RUNTIME_CLASS_INIT(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_2 = ((MethodReturnDictionary_t2551046119_StaticFields*)il2cpp_codegen_static_fields_for(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var))->get_InternalReturnKeys_6(); V_1 = L_2; V_2 = 0; V_3 = NULL; V_4 = (ObjectU5BU5D_t2843939325*)NULL; V_6 = ((int32_t)16); RuntimeObject* L_3 = V_0; NullCheck(L_3); Exception_t * L_4 = InterfaceFuncInvoker0< Exception_t * >::Invoke(0 /* System.Exception System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_Exception() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, L_3); if (!L_4) { goto IL_003c; } } { V_5 = ((int32_t)34); IL2CPP_RUNTIME_CLASS_INIT(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_5 = ((MethodReturnDictionary_t2551046119_StaticFields*)il2cpp_codegen_static_fields_for(MethodReturnDictionary_t2551046119_il2cpp_TypeInfo_var))->get_InternalExceptionKeys_7(); V_1 = L_5; V_2 = 1; goto IL_0074; } IL_003c: { RuntimeObject* L_6 = V_0; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(3 /* System.Object System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_ReturnValue() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_004f; } } { V_5 = 2; goto IL_0074; } IL_004f: { RuntimeObject* L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(3 /* System.Object System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_ReturnValue() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, L_8); NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); bool L_11 = MessageFormatter_IsMethodPrimitive_m2805243043(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006c; } } { V_5 = 8; goto IL_0074; } IL_006c: { V_5 = ((int32_t)16); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0074: { RuntimeObject* L_13 = V_0; NullCheck(L_13); LogicalCallContext_t3342013719 * L_14 = InterfaceFuncInvoker0< LogicalCallContext_t3342013719 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_13); if (!L_14) { goto IL_0097; } } { RuntimeObject* L_15 = V_0; NullCheck(L_15); LogicalCallContext_t3342013719 * L_16 = InterfaceFuncInvoker0< LogicalCallContext_t3342013719 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_15); NullCheck(L_16); bool L_17 = LogicalCallContext_get_HasInfo_m3847716861(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0097; } } { V_6 = ((int32_t)64); int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0097: { RuntimeObject* L_19 = V_0; NullCheck(L_19); RuntimeObject* L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IDictionary System.Runtime.Remoting.Messaging.IMessage::get_Properties() */, IMessage_t3593512748_il2cpp_TypeInfo_var, L_19); NullCheck(L_20); int32_t L_21 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_20); StringU5BU5D_t1281789340* L_22 = V_1; NullCheck(L_22); if ((((int32_t)L_21) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_00c7; } } { uint8_t L_23 = V_5; if ((((int32_t)((uint8_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)32))))))) { goto IL_00c7; } } { RuntimeObject* L_24 = V_0; NullCheck(L_24); RuntimeObject* L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IDictionary System.Runtime.Remoting.Messaging.IMessage::get_Properties() */, IMessage_t3593512748_il2cpp_TypeInfo_var, L_24); StringU5BU5D_t1281789340* L_26 = V_1; ObjectU5BU5D_t2843939325* L_27 = MessageFormatter_GetExtraProperties_m305191653(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); V_4 = L_27; int32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00c7: { RuntimeObject* L_29 = V_0; NullCheck(L_29); int32_t L_30 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_OutArgCount() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, L_29); if (L_30) { goto IL_00da; } } { V_7 = 1; goto IL_0107; } IL_00da: { RuntimeObject* L_31 = V_0; NullCheck(L_31); ObjectU5BU5D_t2843939325* L_32 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodMessage::get_Args() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_31); bool L_33 = MessageFormatter_AllTypesArePrimitive_m3953742542(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00f2; } } { V_7 = 2; goto IL_0107; } IL_00f2: { int32_t L_34 = V_2; if (L_34) { goto IL_0100; } } { V_7 = 4; goto IL_0107; } IL_0100: { V_7 = 8; int32_t L_35 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_0107: { BinaryWriter_t3992595042 * L_36 = ___writer0; int32_t L_37 = V_6; int32_t L_38 = V_7; NullCheck(L_36); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_36, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_37|(int32_t)L_38)))))); BinaryWriter_t3992595042 * L_39 = ___writer0; uint8_t L_40 = V_5; NullCheck(L_39); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_39, L_40); BinaryWriter_t3992595042 * L_41 = ___writer0; NullCheck(L_41); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_41, (uint8_t)0); BinaryWriter_t3992595042 * L_42 = ___writer0; NullCheck(L_42); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_42, (uint8_t)0); uint8_t L_43 = V_5; if ((!(((uint32_t)L_43) == ((uint32_t)8)))) { goto IL_0153; } } { BinaryWriter_t3992595042 * L_44 = ___writer0; RuntimeObject* L_45 = V_0; NullCheck(L_45); RuntimeObject * L_46 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(3 /* System.Object System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_ReturnValue() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, L_45); NullCheck(L_46); Type_t * L_47 = Object_GetType_m88164663(L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); uint8_t L_48 = BinaryCommon_GetTypeCode_m448697888(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); NullCheck(L_44); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_44, L_48); BinaryWriter_t3992595042 * L_49 = ___writer0; RuntimeObject* L_50 = V_0; NullCheck(L_50); RuntimeObject * L_51 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(3 /* System.Object System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_ReturnValue() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, L_50); IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter_WritePrimitiveValue_m3342686922(NULL /*static, unused*/, L_49, L_51, /*hidden argument*/NULL); } IL_0153: { int32_t L_52 = V_7; if ((!(((uint32_t)L_52) == ((uint32_t)2)))) { goto IL_01ba; } } { BinaryWriter_t3992595042 * L_53 = ___writer0; RuntimeObject* L_54 = V_0; NullCheck(L_54); int32_t L_55 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Runtime.Remoting.Messaging.IMethodMessage::get_ArgCount() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_54); NullCheck(L_53); VirtActionInvoker1< uint32_t >::Invoke(22 /* System.Void System.IO.BinaryWriter::Write(System.UInt32) */, L_53, L_55); V_8 = 0; goto IL_01ad; } IL_016f: { RuntimeObject* L_56 = V_0; int32_t L_57 = V_8; NullCheck(L_56); RuntimeObject * L_58 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(8 /* System.Object System.Runtime.Remoting.Messaging.IMethodMessage::GetArg(System.Int32) */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_56, L_57); V_9 = L_58; RuntimeObject * L_59 = V_9; if (!L_59) { goto IL_019f; } } { BinaryWriter_t3992595042 * L_60 = ___writer0; RuntimeObject * L_61 = V_9; NullCheck(L_61); Type_t * L_62 = Object_GetType_m88164663(L_61, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); uint8_t L_63 = BinaryCommon_GetTypeCode_m448697888(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); NullCheck(L_60); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_60, L_63); BinaryWriter_t3992595042 * L_64 = ___writer0; RuntimeObject * L_65 = V_9; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter_WritePrimitiveValue_m3342686922(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); goto IL_01a7; } IL_019f: { BinaryWriter_t3992595042 * L_66 = ___writer0; NullCheck(L_66); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_66, (uint8_t)((int32_t)17)); } IL_01a7: { int32_t L_67 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_01ad: { int32_t L_68 = V_8; RuntimeObject* L_69 = V_0; NullCheck(L_69); int32_t L_70 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Runtime.Remoting.Messaging.IMethodMessage::get_ArgCount() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_69); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_016f; } } IL_01ba: { int32_t L_71 = V_2; if ((((int32_t)L_71) <= ((int32_t)0))) { goto IL_024c; } } { int32_t L_72 = V_2; V_10 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_72)); V_11 = 0; uint8_t L_73 = V_5; if (!(((int32_t)((uint8_t)((int32_t)((int32_t)L_73&(int32_t)((int32_t)32))))))) { goto IL_01e7; } } { ObjectU5BU5D_t2843939325* L_74 = V_10; int32_t L_75 = V_11; int32_t L_76 = L_75; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); RuntimeObject* L_77 = V_0; NullCheck(L_77); Exception_t * L_78 = InterfaceFuncInvoker0< Exception_t * >::Invoke(0 /* System.Exception System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_Exception() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, L_77); NullCheck(L_74); ArrayElementTypeCheck (L_74, L_78); (L_74)->SetAt(static_cast(L_76), (RuntimeObject *)L_78); } IL_01e7: { int32_t L_79 = V_7; if ((!(((uint32_t)L_79) == ((uint32_t)8)))) { goto IL_01ff; } } { ObjectU5BU5D_t2843939325* L_80 = V_10; int32_t L_81 = V_11; int32_t L_82 = L_81; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); RuntimeObject* L_83 = V_0; NullCheck(L_83); ObjectU5BU5D_t2843939325* L_84 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodMessage::get_Args() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_83); NullCheck(L_80); ArrayElementTypeCheck (L_80, L_84); (L_80)->SetAt(static_cast(L_82), (RuntimeObject *)L_84); } IL_01ff: { uint8_t L_85 = V_5; if ((!(((uint32_t)L_85) == ((uint32_t)((int32_t)16))))) { goto IL_0218; } } { ObjectU5BU5D_t2843939325* L_86 = V_10; int32_t L_87 = V_11; int32_t L_88 = L_87; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); RuntimeObject* L_89 = V_0; NullCheck(L_89); RuntimeObject * L_90 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(3 /* System.Object System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_ReturnValue() */, IMethodReturnMessage_t3705538073_il2cpp_TypeInfo_var, L_89); NullCheck(L_86); ArrayElementTypeCheck (L_86, L_90); (L_86)->SetAt(static_cast(L_88), (RuntimeObject *)L_90); } IL_0218: { int32_t L_91 = V_6; if ((!(((uint32_t)L_91) == ((uint32_t)((int32_t)64))))) { goto IL_0231; } } { ObjectU5BU5D_t2843939325* L_92 = V_10; int32_t L_93 = V_11; int32_t L_94 = L_93; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); RuntimeObject* L_95 = V_0; NullCheck(L_95); LogicalCallContext_t3342013719 * L_96 = InterfaceFuncInvoker0< LogicalCallContext_t3342013719 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_95); NullCheck(L_92); ArrayElementTypeCheck (L_92, L_96); (L_92)->SetAt(static_cast(L_94), (RuntimeObject *)L_96); } IL_0231: { ObjectU5BU5D_t2843939325* L_97 = V_4; if (!L_97) { goto IL_0244; } } { ObjectU5BU5D_t2843939325* L_98 = V_10; int32_t L_99 = V_11; int32_t L_100 = L_99; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); ObjectU5BU5D_t2843939325* L_101 = V_4; NullCheck(L_98); ArrayElementTypeCheck (L_98, L_101); (L_98)->SetAt(static_cast(L_100), (RuntimeObject *)L_101); } IL_0244: { ObjectU5BU5D_t2843939325* L_102 = V_10; V_3 = (RuntimeObject *)L_102; goto IL_025d; } IL_024c: { int32_t L_103 = V_7; if ((((int32_t)((int32_t)((int32_t)L_103&(int32_t)4))) <= ((int32_t)0))) { goto IL_025d; } } { RuntimeObject* L_104 = V_0; NullCheck(L_104); ObjectU5BU5D_t2843939325* L_105 = InterfaceFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodMessage::get_Args() */, IMethodMessage_t3120117683_il2cpp_TypeInfo_var, L_104); V_3 = (RuntimeObject *)L_105; } IL_025d: { RuntimeObject * L_106 = V_3; if (!L_106) { goto IL_0280; } } { RuntimeObject* L_107 = ___surrogateSelector3; StreamingContext_t3711869237 L_108 = ___context4; int32_t L_109 = ___assemblyFormat5; int32_t L_110 = ___typeFormat6; ObjectWriter_t2968406231 * L_111 = (ObjectWriter_t2968406231 *)il2cpp_codegen_object_new(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter__ctor_m2586423995(L_111, L_107, L_108, L_109, L_110, /*hidden argument*/NULL); V_12 = L_111; ObjectWriter_t2968406231 * L_112 = V_12; BinaryWriter_t3992595042 * L_113 = ___writer0; RuntimeObject * L_114 = V_3; HeaderU5BU5D_t204812840* L_115 = ___headers2; NullCheck(L_112); ObjectWriter_WriteObjectGraph_m1096671657(L_112, L_113, L_114, L_115, /*hidden argument*/NULL); goto IL_0288; } IL_0280: { BinaryWriter_t3992595042 * L_116 = ___writer0; NullCheck(L_116); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_116, (uint8_t)((int32_t)11)); } IL_0288: { return; } } // System.Object System.Runtime.Serialization.Formatters.Binary.MessageFormatter::ReadMethodCall(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,System.Boolean,System.Runtime.Remoting.Messaging.HeaderHandler,System.Runtime.Serialization.Formatters.Binary.BinaryFormatter) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MessageFormatter_ReadMethodCall_m2327590823 (RuntimeObject * __this /* static, unused */, uint8_t ___elem0, BinaryReader_t2428077293 * ___reader1, bool ___hasHeaders2, HeaderHandler_t2878040134 * ___headerHandler3, BinaryFormatter_t3197753202 * ___formatter4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageFormatter_ReadMethodCall_m2327590823_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; ObjectU5BU5D_t2843939325* V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject * V_5 = NULL; ObjectU5BU5D_t2843939325* V_6 = NULL; HeaderU5BU5D_t204812840* V_7 = NULL; TypeU5BU5D_t3940880105* V_8 = NULL; uint32_t V_9 = 0; int32_t V_10 = 0; Type_t * V_11 = NULL; ObjectReader_t1940957392 * V_12 = NULL; RuntimeObject * V_13 = NULL; ObjectU5BU5D_t2843939325* V_14 = NULL; int32_t V_15 = 0; String_t* V_16 = NULL; HeaderU5BU5D_t204812840* V_17 = NULL; MethodCall_t861078140 * V_18 = NULL; DictionaryEntry_t3123975638 V_19; memset(&V_19, 0, sizeof(V_19)); ObjectU5BU5D_t2843939325* V_20 = NULL; int32_t V_21 = 0; { uint8_t L_0 = ___elem0; if ((((int32_t)L_0) == ((int32_t)((int32_t)21)))) { goto IL_001e; } } { uint8_t L_1 = ___elem0; uint8_t L_2 = L_1; RuntimeObject * L_3 = Box(BinaryElement_t4114212191_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3824403142, L_3, /*hidden argument*/NULL); SerializationException_t3941511869 * L_5 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,MessageFormatter_ReadMethodCall_m2327590823_RuntimeMethod_var); } IL_001e: { BinaryReader_t2428077293 * L_6 = ___reader1; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_6); V_0 = L_7; BinaryReader_t2428077293 * L_8 = ___reader1; NullCheck(L_8); uint8_t L_9 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_8); if ((((int32_t)L_9) == ((int32_t)((int32_t)18)))) { goto IL_003d; } } { SerializationException_t3941511869 * L_10 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_10, _stringLiteral561104841, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,MessageFormatter_ReadMethodCall_m2327590823_RuntimeMethod_var); } IL_003d: { BinaryReader_t2428077293 * L_11 = ___reader1; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_11); V_1 = L_12; BinaryReader_t2428077293 * L_13 = ___reader1; NullCheck(L_13); uint8_t L_14 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_13); if ((((int32_t)L_14) == ((int32_t)((int32_t)18)))) { goto IL_005c; } } { SerializationException_t3941511869 * L_15 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_15, _stringLiteral561104841, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,MessageFormatter_ReadMethodCall_m2327590823_RuntimeMethod_var); } IL_005c: { BinaryReader_t2428077293 * L_16 = ___reader1; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_16); V_2 = L_17; V_3 = (ObjectU5BU5D_t2843939325*)NULL; V_4 = NULL; V_5 = NULL; V_6 = (ObjectU5BU5D_t2843939325*)NULL; V_7 = (HeaderU5BU5D_t204812840*)NULL; V_8 = (TypeU5BU5D_t3940880105*)NULL; int32_t L_18 = V_0; if ((((int32_t)((int32_t)((int32_t)L_18&(int32_t)2))) <= ((int32_t)0))) { goto IL_00c0; } } { BinaryReader_t2428077293 * L_19 = ___reader1; NullCheck(L_19); uint32_t L_20 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_19); V_9 = L_20; uint32_t L_21 = V_9; V_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_21)))); V_10 = 0; goto IL_00b5; } IL_0096: { BinaryReader_t2428077293 * L_22 = ___reader1; NullCheck(L_22); uint8_t L_23 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); Type_t * L_24 = BinaryCommon_GetTypeFromCode_m39036572(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); V_11 = L_24; ObjectU5BU5D_t2843939325* L_25 = V_3; int32_t L_26 = V_10; BinaryReader_t2428077293 * L_27 = ___reader1; Type_t * L_28 = V_11; RuntimeObject * L_29 = ObjectReader_ReadPrimitiveTypeValue_m4293111728(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_29); (L_25)->SetAt(static_cast(L_26), (RuntimeObject *)L_29); int32_t L_30 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00b5: { int32_t L_31 = V_10; uint32_t L_32 = V_9; if ((((int64_t)(((int64_t)((int64_t)L_31)))) < ((int64_t)(((int64_t)((uint64_t)L_32)))))) { goto IL_0096; } } IL_00c0: { int32_t L_33 = V_0; if ((((int32_t)((int32_t)((int32_t)L_33&(int32_t)((int32_t)32972)))) <= ((int32_t)0))) { goto IL_0198; } } { BinaryFormatter_t3197753202 * L_34 = ___formatter4; ObjectReader_t1940957392 * L_35 = (ObjectReader_t1940957392 *)il2cpp_codegen_object_new(ObjectReader_t1940957392_il2cpp_TypeInfo_var); ObjectReader__ctor_m2595396997(L_35, L_34, /*hidden argument*/NULL); V_12 = L_35; ObjectReader_t1940957392 * L_36 = V_12; BinaryReader_t2428077293 * L_37 = ___reader1; bool L_38 = ___hasHeaders2; NullCheck(L_36); ObjectReader_ReadObjectGraph_m340866276(L_36, L_37, L_38, (&V_13), (&V_7), /*hidden argument*/NULL); RuntimeObject * L_39 = V_13; V_14 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_39, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); int32_t L_40 = V_0; if ((((int32_t)((int32_t)((int32_t)L_40&(int32_t)4))) <= ((int32_t)0))) { goto IL_00fd; } } { ObjectU5BU5D_t2843939325* L_41 = V_14; V_3 = L_41; goto IL_0193; } IL_00fd: { V_15 = 0; int32_t L_42 = V_0; if ((((int32_t)((int32_t)((int32_t)L_42&(int32_t)8))) <= ((int32_t)0))) { goto IL_012f; } } { ObjectU5BU5D_t2843939325* L_43 = V_14; NullCheck(L_43); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length))))) <= ((int32_t)1))) { goto IL_0128; } } { ObjectU5BU5D_t2843939325* L_44 = V_14; int32_t L_45 = V_15; int32_t L_46 = L_45; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); NullCheck(L_44); int32_t L_47 = L_46; RuntimeObject * L_48 = (L_44)->GetAt(static_cast(L_47)); V_3 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_48, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); goto IL_012f; } IL_0128: { V_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_012f: { int32_t L_49 = V_0; if ((((int32_t)((int32_t)((int32_t)L_49&(int32_t)((int32_t)32768)))) <= ((int32_t)0))) { goto IL_014d; } } { ObjectU5BU5D_t2843939325* L_50 = V_14; int32_t L_51 = V_15; int32_t L_52 = L_51; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); NullCheck(L_50); int32_t L_53 = L_52; RuntimeObject * L_54 = (L_50)->GetAt(static_cast(L_53)); V_8 = ((TypeU5BU5D_t3940880105*)Castclass((RuntimeObject*)L_54, TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var)); } IL_014d: { int32_t L_55 = V_0; if ((((int32_t)((int32_t)((int32_t)L_55&(int32_t)((int32_t)128)))) <= ((int32_t)0))) { goto IL_0166; } } { ObjectU5BU5D_t2843939325* L_56 = V_14; int32_t L_57 = V_15; int32_t L_58 = L_57; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); NullCheck(L_56); int32_t L_59 = L_58; RuntimeObject * L_60 = (L_56)->GetAt(static_cast(L_59)); V_4 = L_60; } IL_0166: { int32_t L_61 = V_0; if ((((int32_t)((int32_t)((int32_t)L_61&(int32_t)((int32_t)64)))) <= ((int32_t)0))) { goto IL_017c; } } { ObjectU5BU5D_t2843939325* L_62 = V_14; int32_t L_63 = V_15; int32_t L_64 = L_63; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); NullCheck(L_62); int32_t L_65 = L_64; RuntimeObject * L_66 = (L_62)->GetAt(static_cast(L_65)); V_5 = L_66; } IL_017c: { int32_t L_67 = V_15; ObjectU5BU5D_t2843939325* L_68 = V_14; NullCheck(L_68); if ((((int32_t)L_67) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length))))))) { goto IL_0193; } } { ObjectU5BU5D_t2843939325* L_69 = V_14; int32_t L_70 = V_15; NullCheck(L_69); int32_t L_71 = L_70; RuntimeObject * L_72 = (L_69)->GetAt(static_cast(L_71)); V_6 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_72, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); } IL_0193: { goto IL_019f; } IL_0198: { BinaryReader_t2428077293 * L_73 = ___reader1; NullCheck(L_73); VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_73); } IL_019f: { ObjectU5BU5D_t2843939325* L_74 = V_3; if (L_74) { goto IL_01ac; } } { V_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_01ac: { V_16 = (String_t*)NULL; HeaderHandler_t2878040134 * L_75 = ___headerHandler3; if (!L_75) { goto IL_01c4; } } { HeaderHandler_t2878040134 * L_76 = ___headerHandler3; HeaderU5BU5D_t204812840* L_77 = V_7; NullCheck(L_76); RuntimeObject * L_78 = HeaderHandler_Invoke_m3513051789(L_76, L_77, /*hidden argument*/NULL); V_16 = ((String_t*)IsInstSealed((RuntimeObject*)L_78, String_t_il2cpp_TypeInfo_var)); } IL_01c4: { V_17 = ((HeaderU5BU5D_t204812840*)SZArrayNew(HeaderU5BU5D_t204812840_il2cpp_TypeInfo_var, (uint32_t)7)); HeaderU5BU5D_t204812840* L_79 = V_17; String_t* L_80 = V_1; Header_t549724581 * L_81 = (Header_t549724581 *)il2cpp_codegen_object_new(Header_t549724581_il2cpp_TypeInfo_var); Header__ctor_m1921907550(L_81, _stringLiteral173495195, L_80, /*hidden argument*/NULL); NullCheck(L_79); ArrayElementTypeCheck (L_79, L_81); (L_79)->SetAt(static_cast(0), (Header_t549724581 *)L_81); HeaderU5BU5D_t204812840* L_82 = V_17; RuntimeObject * L_83 = V_4; Header_t549724581 * L_84 = (Header_t549724581 *)il2cpp_codegen_object_new(Header_t549724581_il2cpp_TypeInfo_var); Header__ctor_m1921907550(L_84, _stringLiteral3718528097, L_83, /*hidden argument*/NULL); NullCheck(L_82); ArrayElementTypeCheck (L_82, L_84); (L_82)->SetAt(static_cast(1), (Header_t549724581 *)L_84); HeaderU5BU5D_t204812840* L_85 = V_17; String_t* L_86 = V_2; Header_t549724581 * L_87 = (Header_t549724581 *)il2cpp_codegen_object_new(Header_t549724581_il2cpp_TypeInfo_var); Header__ctor_m1921907550(L_87, _stringLiteral3558185924, L_86, /*hidden argument*/NULL); NullCheck(L_85); ArrayElementTypeCheck (L_85, L_87); (L_85)->SetAt(static_cast(2), (Header_t549724581 *)L_87); HeaderU5BU5D_t204812840* L_88 = V_17; ObjectU5BU5D_t2843939325* L_89 = V_3; Header_t549724581 * L_90 = (Header_t549724581 *)il2cpp_codegen_object_new(Header_t549724581_il2cpp_TypeInfo_var); Header__ctor_m1921907550(L_90, _stringLiteral1369512519, (RuntimeObject *)(RuntimeObject *)L_89, /*hidden argument*/NULL); NullCheck(L_88); ArrayElementTypeCheck (L_88, L_90); (L_88)->SetAt(static_cast(3), (Header_t549724581 *)L_90); HeaderU5BU5D_t204812840* L_91 = V_17; RuntimeObject * L_92 = V_5; Header_t549724581 * L_93 = (Header_t549724581 *)il2cpp_codegen_object_new(Header_t549724581_il2cpp_TypeInfo_var); Header__ctor_m1921907550(L_93, _stringLiteral2468877509, L_92, /*hidden argument*/NULL); NullCheck(L_91); ArrayElementTypeCheck (L_91, L_93); (L_91)->SetAt(static_cast(4), (Header_t549724581 *)L_93); HeaderU5BU5D_t204812840* L_94 = V_17; String_t* L_95 = V_16; Header_t549724581 * L_96 = (Header_t549724581 *)il2cpp_codegen_object_new(Header_t549724581_il2cpp_TypeInfo_var); Header__ctor_m1921907550(L_96, _stringLiteral2975507201, L_95, /*hidden argument*/NULL); NullCheck(L_94); ArrayElementTypeCheck (L_94, L_96); (L_94)->SetAt(static_cast(5), (Header_t549724581 *)L_96); HeaderU5BU5D_t204812840* L_97 = V_17; TypeU5BU5D_t3940880105* L_98 = V_8; Header_t549724581 * L_99 = (Header_t549724581 *)il2cpp_codegen_object_new(Header_t549724581_il2cpp_TypeInfo_var); Header__ctor_m1921907550(L_99, _stringLiteral39394251, (RuntimeObject *)(RuntimeObject *)L_98, /*hidden argument*/NULL); NullCheck(L_97); ArrayElementTypeCheck (L_97, L_99); (L_97)->SetAt(static_cast(6), (Header_t549724581 *)L_99); HeaderU5BU5D_t204812840* L_100 = V_17; MethodCall_t861078140 * L_101 = (MethodCall_t861078140 *)il2cpp_codegen_object_new(MethodCall_t861078140_il2cpp_TypeInfo_var); MethodCall__ctor_m2176599175(L_101, L_100, /*hidden argument*/NULL); V_18 = L_101; ObjectU5BU5D_t2843939325* L_102 = V_6; if (!L_102) { goto IL_0291; } } { ObjectU5BU5D_t2843939325* L_103 = V_6; V_20 = L_103; V_21 = 0; goto IL_0286; } IL_0255: { ObjectU5BU5D_t2843939325* L_104 = V_20; int32_t L_105 = V_21; NullCheck(L_104); int32_t L_106 = L_105; RuntimeObject * L_107 = (L_104)->GetAt(static_cast(L_106)); V_19 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_107, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); MethodCall_t861078140 * L_108 = V_18; NullCheck(L_108); RuntimeObject* L_109 = VirtFuncInvoker0< RuntimeObject* >::Invoke(18 /* System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodCall::get_Properties() */, L_108); RuntimeObject * L_110 = DictionaryEntry_get_Key_m3117378551((&V_19), /*hidden argument*/NULL); RuntimeObject * L_111 = DictionaryEntry_get_Value_m618120527((&V_19), /*hidden argument*/NULL); NullCheck(L_109); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_109, ((String_t*)CastclassSealed((RuntimeObject*)L_110, String_t_il2cpp_TypeInfo_var)), L_111); int32_t L_112 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); } IL_0286: { int32_t L_113 = V_21; ObjectU5BU5D_t2843939325* L_114 = V_20; NullCheck(L_114); if ((((int32_t)L_113) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_114)->max_length))))))) { goto IL_0255; } } IL_0291: { MethodCall_t861078140 * L_115 = V_18; return L_115; } } // System.Object System.Runtime.Serialization.Formatters.Binary.MessageFormatter::ReadMethodResponse(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,System.Boolean,System.Runtime.Remoting.Messaging.HeaderHandler,System.Runtime.Remoting.Messaging.IMethodCallMessage,System.Runtime.Serialization.Formatters.Binary.BinaryFormatter) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MessageFormatter_ReadMethodResponse_m1946725361 (RuntimeObject * __this /* static, unused */, uint8_t ___elem0, BinaryReader_t2428077293 * ___reader1, bool ___hasHeaders2, HeaderHandler_t2878040134 * ___headerHandler3, RuntimeObject* ___methodCallMessage4, BinaryFormatter_t3197753202 * ___formatter5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageFormatter_ReadMethodResponse_m1946725361_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0; bool V_2 = false; RuntimeObject * V_3 = NULL; ObjectU5BU5D_t2843939325* V_4 = NULL; LogicalCallContext_t3342013719 * V_5 = NULL; Exception_t * V_6 = NULL; ObjectU5BU5D_t2843939325* V_7 = NULL; HeaderU5BU5D_t204812840* V_8 = NULL; Type_t * V_9 = NULL; uint32_t V_10 = 0; int32_t V_11 = 0; Type_t * V_12 = NULL; ObjectReader_t1940957392 * V_13 = NULL; RuntimeObject * V_14 = NULL; ObjectU5BU5D_t2843939325* V_15 = NULL; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; ReturnMessage_t1376985608 * V_19 = NULL; DictionaryEntry_t3123975638 V_20; memset(&V_20, 0, sizeof(V_20)); ObjectU5BU5D_t2843939325* V_21 = NULL; int32_t V_22 = 0; int32_t G_B43_0 = 0; { uint8_t L_0 = ___elem0; if ((((int32_t)L_0) == ((int32_t)((int32_t)22)))) { goto IL_001e; } } { uint8_t L_1 = ___elem0; uint8_t L_2 = L_1; RuntimeObject * L_3 = Box(BinaryElement_t4114212191_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1070138655, L_3, /*hidden argument*/NULL); SerializationException_t3941511869 * L_5 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,MessageFormatter_ReadMethodResponse_m1946725361_RuntimeMethod_var); } IL_001e: { BinaryReader_t2428077293 * L_6 = ___reader1; NullCheck(L_6); uint8_t L_7 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_6); V_0 = L_7; BinaryReader_t2428077293 * L_8 = ___reader1; NullCheck(L_8); uint8_t L_9 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_8); V_1 = L_9; int32_t L_10 = V_0; V_2 = (bool)((((int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)64)))) > ((int32_t)0))? 1 : 0); BinaryReader_t2428077293 * L_11 = ___reader1; NullCheck(L_11); VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_11); BinaryReader_t2428077293 * L_12 = ___reader1; NullCheck(L_12); VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_12); V_3 = NULL; V_4 = (ObjectU5BU5D_t2843939325*)NULL; V_5 = (LogicalCallContext_t3342013719 *)NULL; V_6 = (Exception_t *)NULL; V_7 = (ObjectU5BU5D_t2843939325*)NULL; V_8 = (HeaderU5BU5D_t204812840*)NULL; uint8_t L_13 = V_1; if ((((int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_13&(int32_t)8)))))) <= ((int32_t)0))) { goto IL_0073; } } { BinaryReader_t2428077293 * L_14 = ___reader1; NullCheck(L_14); uint8_t L_15 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_14); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); Type_t * L_16 = BinaryCommon_GetTypeFromCode_m39036572(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_9 = L_16; BinaryReader_t2428077293 * L_17 = ___reader1; Type_t * L_18 = V_9; RuntimeObject * L_19 = ObjectReader_ReadPrimitiveTypeValue_m4293111728(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); V_3 = L_19; } IL_0073: { int32_t L_20 = V_0; if ((((int32_t)((int32_t)((int32_t)L_20&(int32_t)2))) <= ((int32_t)0))) { goto IL_00c1; } } { BinaryReader_t2428077293 * L_21 = ___reader1; NullCheck(L_21); uint32_t L_22 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_21); V_10 = L_22; uint32_t L_23 = V_10; V_4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_23)))); V_11 = 0; goto IL_00b6; } IL_0096: { BinaryReader_t2428077293 * L_24 = ___reader1; NullCheck(L_24); uint8_t L_25 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); Type_t * L_26 = BinaryCommon_GetTypeFromCode_m39036572(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); V_12 = L_26; ObjectU5BU5D_t2843939325* L_27 = V_4; int32_t L_28 = V_11; BinaryReader_t2428077293 * L_29 = ___reader1; Type_t * L_30 = V_12; RuntimeObject * L_31 = ObjectReader_ReadPrimitiveTypeValue_m4293111728(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_31); (L_27)->SetAt(static_cast(L_28), (RuntimeObject *)L_31); int32_t L_32 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00b6: { int32_t L_33 = V_11; uint32_t L_34 = V_10; if ((((int64_t)(((int64_t)((int64_t)L_33)))) < ((int64_t)(((int64_t)((uint64_t)L_34)))))) { goto IL_0096; } } IL_00c1: { bool L_35 = V_2; if (L_35) { goto IL_00ef; } } { uint8_t L_36 = V_1; if ((((int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_36&(int32_t)((int32_t)16))))))) > ((int32_t)0))) { goto IL_00ef; } } { uint8_t L_37 = V_1; if ((((int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_37&(int32_t)((int32_t)32))))))) > ((int32_t)0))) { goto IL_00ef; } } { int32_t L_38 = V_0; if ((((int32_t)((int32_t)((int32_t)L_38&(int32_t)4))) > ((int32_t)0))) { goto IL_00ef; } } { int32_t L_39 = V_0; if ((((int32_t)((int32_t)((int32_t)L_39&(int32_t)8))) <= ((int32_t)0))) { goto IL_0207; } } IL_00ef: { BinaryFormatter_t3197753202 * L_40 = ___formatter5; ObjectReader_t1940957392 * L_41 = (ObjectReader_t1940957392 *)il2cpp_codegen_object_new(ObjectReader_t1940957392_il2cpp_TypeInfo_var); ObjectReader__ctor_m2595396997(L_41, L_40, /*hidden argument*/NULL); V_13 = L_41; ObjectReader_t1940957392 * L_42 = V_13; BinaryReader_t2428077293 * L_43 = ___reader1; bool L_44 = ___hasHeaders2; NullCheck(L_42); ObjectReader_ReadObjectGraph_m340866276(L_42, L_43, L_44, (&V_14), (&V_8), /*hidden argument*/NULL); RuntimeObject * L_45 = V_14; V_15 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_45, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); uint8_t L_46 = V_1; if ((((int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_46&(int32_t)((int32_t)32))))))) <= ((int32_t)0))) { goto IL_013a; } } { ObjectU5BU5D_t2843939325* L_47 = V_15; NullCheck(L_47); int32_t L_48 = 0; RuntimeObject * L_49 = (L_47)->GetAt(static_cast(L_48)); V_6 = ((Exception_t *)CastclassClass((RuntimeObject*)L_49, Exception_t_il2cpp_TypeInfo_var)); bool L_50 = V_2; if (!L_50) { goto IL_0135; } } { ObjectU5BU5D_t2843939325* L_51 = V_15; NullCheck(L_51); int32_t L_52 = 1; RuntimeObject * L_53 = (L_51)->GetAt(static_cast(L_52)); V_5 = ((LogicalCallContext_t3342013719 *)CastclassSealed((RuntimeObject*)L_53, LogicalCallContext_t3342013719_il2cpp_TypeInfo_var)); } IL_0135: { goto IL_0202; } IL_013a: { int32_t L_54 = V_0; if ((((int32_t)((int32_t)((int32_t)L_54&(int32_t)1))) > ((int32_t)0))) { goto IL_014c; } } { int32_t L_55 = V_0; if ((((int32_t)((int32_t)((int32_t)L_55&(int32_t)2))) <= ((int32_t)0))) { goto IL_0198; } } IL_014c: { V_16 = 0; uint8_t L_56 = V_1; if ((((int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_56&(int32_t)((int32_t)16))))))) <= ((int32_t)0))) { goto IL_0165; } } { ObjectU5BU5D_t2843939325* L_57 = V_15; int32_t L_58 = V_16; int32_t L_59 = L_58; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); NullCheck(L_57); int32_t L_60 = L_59; RuntimeObject * L_61 = (L_57)->GetAt(static_cast(L_60)); V_3 = L_61; } IL_0165: { bool L_62 = V_2; if (!L_62) { goto IL_017c; } } { ObjectU5BU5D_t2843939325* L_63 = V_15; int32_t L_64 = V_16; int32_t L_65 = L_64; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); NullCheck(L_63); int32_t L_66 = L_65; RuntimeObject * L_67 = (L_63)->GetAt(static_cast(L_66)); V_5 = ((LogicalCallContext_t3342013719 *)CastclassSealed((RuntimeObject*)L_67, LogicalCallContext_t3342013719_il2cpp_TypeInfo_var)); } IL_017c: { int32_t L_68 = V_16; ObjectU5BU5D_t2843939325* L_69 = V_15; NullCheck(L_69); if ((((int32_t)L_68) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_69)->max_length))))))) { goto IL_0193; } } { ObjectU5BU5D_t2843939325* L_70 = V_15; int32_t L_71 = V_16; NullCheck(L_70); int32_t L_72 = L_71; RuntimeObject * L_73 = (L_70)->GetAt(static_cast(L_72)); V_7 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_73, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); } IL_0193: { goto IL_0202; } IL_0198: { int32_t L_74 = V_0; if ((((int32_t)((int32_t)((int32_t)L_74&(int32_t)4))) <= ((int32_t)0))) { goto IL_01aa; } } { ObjectU5BU5D_t2843939325* L_75 = V_15; V_4 = L_75; goto IL_0202; } IL_01aa: { V_17 = 0; ObjectU5BU5D_t2843939325* L_76 = V_15; int32_t L_77 = V_17; int32_t L_78 = L_77; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); NullCheck(L_76); int32_t L_79 = L_78; RuntimeObject * L_80 = (L_76)->GetAt(static_cast(L_79)); V_4 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_80, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); uint8_t L_81 = V_1; if ((((int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_81&(int32_t)((int32_t)16))))))) <= ((int32_t)0))) { goto IL_01d4; } } { ObjectU5BU5D_t2843939325* L_82 = V_15; int32_t L_83 = V_17; int32_t L_84 = L_83; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); NullCheck(L_82); int32_t L_85 = L_84; RuntimeObject * L_86 = (L_82)->GetAt(static_cast(L_85)); V_3 = L_86; } IL_01d4: { bool L_87 = V_2; if (!L_87) { goto IL_01eb; } } { ObjectU5BU5D_t2843939325* L_88 = V_15; int32_t L_89 = V_17; int32_t L_90 = L_89; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); NullCheck(L_88); int32_t L_91 = L_90; RuntimeObject * L_92 = (L_88)->GetAt(static_cast(L_91)); V_5 = ((LogicalCallContext_t3342013719 *)CastclassSealed((RuntimeObject*)L_92, LogicalCallContext_t3342013719_il2cpp_TypeInfo_var)); } IL_01eb: { int32_t L_93 = V_17; ObjectU5BU5D_t2843939325* L_94 = V_15; NullCheck(L_94); if ((((int32_t)L_93) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_94)->max_length))))))) { goto IL_0202; } } { ObjectU5BU5D_t2843939325* L_95 = V_15; int32_t L_96 = V_17; NullCheck(L_95); int32_t L_97 = L_96; RuntimeObject * L_98 = (L_95)->GetAt(static_cast(L_97)); V_7 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_98, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); } IL_0202: { goto IL_020e; } IL_0207: { BinaryReader_t2428077293 * L_99 = ___reader1; NullCheck(L_99); VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_99); } IL_020e: { HeaderHandler_t2878040134 * L_100 = ___headerHandler3; if (!L_100) { goto IL_021d; } } { HeaderHandler_t2878040134 * L_101 = ___headerHandler3; HeaderU5BU5D_t204812840* L_102 = V_8; NullCheck(L_101); HeaderHandler_Invoke_m3513051789(L_101, L_102, /*hidden argument*/NULL); } IL_021d: { Exception_t * L_103 = V_6; if (!L_103) { goto IL_022e; } } { Exception_t * L_104 = V_6; RuntimeObject* L_105 = ___methodCallMessage4; ReturnMessage_t1376985608 * L_106 = (ReturnMessage_t1376985608 *)il2cpp_codegen_object_new(ReturnMessage_t1376985608_il2cpp_TypeInfo_var); ReturnMessage__ctor_m1555286069(L_106, L_104, L_105, /*hidden argument*/NULL); return L_106; } IL_022e: { ObjectU5BU5D_t2843939325* L_107 = V_4; if (!L_107) { goto IL_023e; } } { ObjectU5BU5D_t2843939325* L_108 = V_4; NullCheck(L_108); G_B43_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_108)->max_length)))); goto IL_023f; } IL_023e: { G_B43_0 = 0; } IL_023f: { V_18 = G_B43_0; RuntimeObject * L_109 = V_3; ObjectU5BU5D_t2843939325* L_110 = V_4; int32_t L_111 = V_18; LogicalCallContext_t3342013719 * L_112 = V_5; RuntimeObject* L_113 = ___methodCallMessage4; ReturnMessage_t1376985608 * L_114 = (ReturnMessage_t1376985608 *)il2cpp_codegen_object_new(ReturnMessage_t1376985608_il2cpp_TypeInfo_var); ReturnMessage__ctor_m2352989078(L_114, L_109, L_110, L_111, L_112, L_113, /*hidden argument*/NULL); V_19 = L_114; ObjectU5BU5D_t2843939325* L_115 = V_7; if (!L_115) { goto IL_02a0; } } { ObjectU5BU5D_t2843939325* L_116 = V_7; V_21 = L_116; V_22 = 0; goto IL_0295; } IL_0264: { ObjectU5BU5D_t2843939325* L_117 = V_21; int32_t L_118 = V_22; NullCheck(L_117); int32_t L_119 = L_118; RuntimeObject * L_120 = (L_117)->GetAt(static_cast(L_119)); V_20 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_120, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); ReturnMessage_t1376985608 * L_121 = V_19; NullCheck(L_121); RuntimeObject* L_122 = VirtFuncInvoker0< RuntimeObject* >::Invoke(19 /* System.Collections.IDictionary System.Runtime.Remoting.Messaging.ReturnMessage::get_Properties() */, L_121); RuntimeObject * L_123 = DictionaryEntry_get_Key_m3117378551((&V_20), /*hidden argument*/NULL); RuntimeObject * L_124 = DictionaryEntry_get_Value_m618120527((&V_20), /*hidden argument*/NULL); NullCheck(L_122); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_122, ((String_t*)CastclassSealed((RuntimeObject*)L_123, String_t_il2cpp_TypeInfo_var)), L_124); int32_t L_125 = V_22; V_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); } IL_0295: { int32_t L_126 = V_22; ObjectU5BU5D_t2843939325* L_127 = V_21; NullCheck(L_127); if ((((int32_t)L_126) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_127)->max_length))))))) { goto IL_0264; } } IL_02a0: { ReturnMessage_t1376985608 * L_128 = V_19; return L_128; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.MessageFormatter::AllTypesArePrimitive(System.Object[]) extern "C" IL2CPP_METHOD_ATTR bool MessageFormatter_AllTypesArePrimitive_m3953742542 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___objects0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; ObjectU5BU5D_t2843939325* V_1 = NULL; int32_t V_2 = 0; { ObjectU5BU5D_t2843939325* L_0 = ___objects0; V_1 = L_0; V_2 = 0; goto IL_0029; } IL_0009: { ObjectU5BU5D_t2843939325* L_1 = V_1; int32_t L_2 = V_2; NullCheck(L_1); int32_t L_3 = L_2; RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; RuntimeObject * L_5 = V_0; if (!L_5) { goto IL_0025; } } { RuntimeObject * L_6 = V_0; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); bool L_8 = MessageFormatter_IsMethodPrimitive_m2805243043(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0025; } } { return (bool)0; } IL_0025: { int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0029: { int32_t L_10 = V_2; ObjectU5BU5D_t2843939325* L_11 = V_1; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0009; } } { return (bool)1; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.MessageFormatter::IsMethodPrimitive(System.Type) extern "C" IL2CPP_METHOD_ATTR bool MessageFormatter_IsMethodPrimitive_m2805243043 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageFormatter_IsMethodPrimitive_m2805243043_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsPrimitive_m1114712797(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_003a; } } { Type_t * L_2 = ___type0; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))) { goto IL_003a; } } { Type_t * L_5 = ___type0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_003a; } } { Type_t * L_8 = ___type0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); G_B5_0 = ((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10))? 1 : 0); goto IL_003b; } IL_003a: { G_B5_0 = 1; } IL_003b: { return (bool)G_B5_0; } } // System.Object[] System.Runtime.Serialization.Formatters.Binary.MessageFormatter::GetExtraProperties(System.Collections.IDictionary,System.String[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MessageFormatter_GetExtraProperties_m305191653 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___properties0, StringU5BU5D_t1281789340* ___internalKeys1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageFormatter_GetExtraProperties_m305191653_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; DictionaryEntry_t3123975638 V_3; memset(&V_3, 0, sizeof(V_3)); { RuntimeObject* L_0 = ___properties0; NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0); StringU5BU5D_t1281789340* L_2 = ___internalKeys1; NullCheck(L_2); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))); V_1 = 0; RuntimeObject* L_3 = ___properties0; NullCheck(L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_3); V_2 = L_4; goto IL_004e; } IL_001e: { RuntimeObject* L_5 = V_2; NullCheck(L_5); DictionaryEntry_t3123975638 L_6 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_5); V_3 = L_6; RuntimeObject * L_7 = DictionaryEntry_get_Key_m3117378551((&V_3), /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_8 = ___internalKeys1; bool L_9 = MessageFormatter_IsInternalKey_m3679497458(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)), L_8, /*hidden argument*/NULL); if (L_9) { goto IL_004e; } } { ObjectU5BU5D_t2843939325* L_10 = V_0; int32_t L_11 = V_1; int32_t L_12 = L_11; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); RuntimeObject* L_13 = V_2; NullCheck(L_13); DictionaryEntry_t3123975638 L_14 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_13); DictionaryEntry_t3123975638 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_15); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_16); (L_10)->SetAt(static_cast(L_12), (RuntimeObject *)L_16); } IL_004e: { RuntimeObject* L_17 = V_2; NullCheck(L_17); bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_001e; } } { ObjectU5BU5D_t2843939325* L_19 = V_0; return L_19; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.MessageFormatter::IsInternalKey(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR bool MessageFormatter_IsInternalKey_m3679497458 (RuntimeObject * __this /* static, unused */, String_t* ___key0, StringU5BU5D_t1281789340* ___internalKeys1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageFormatter_IsInternalKey_m3679497458_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; { StringU5BU5D_t1281789340* L_0 = ___internalKeys1; V_1 = L_0; V_2 = 0; goto IL_001f; } IL_0009: { StringU5BU5D_t1281789340* L_1 = V_1; int32_t L_2 = V_2; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; String_t* L_5 = ___key0; String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_001b; } } { return (bool)1; } IL_001b: { int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_001f: { int32_t L_9 = V_2; StringU5BU5D_t1281789340* L_10 = V_1; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0009; } } { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.ObjectReader::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryFormatter) extern "C" IL2CPP_METHOD_ATTR void ObjectReader__ctor_m2595396997 (ObjectReader_t1940957392 * __this, BinaryFormatter_t3197753202 * ___formatter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader__ctor_m2595396997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set__registeredAssemblies_5(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); __this->set__typeMetadataCache_6(L_1); __this->set_ArrayBufferLength_11(((int32_t)4096)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); BinaryFormatter_t3197753202 * L_2 = ___formatter0; NullCheck(L_2); RuntimeObject* L_3 = BinaryFormatter_get_SurrogateSelector_m2111882017(L_2, /*hidden argument*/NULL); __this->set__surrogateSelector_0(L_3); BinaryFormatter_t3197753202 * L_4 = ___formatter0; NullCheck(L_4); StreamingContext_t3711869237 L_5 = BinaryFormatter_get_Context_m1651087560(L_4, /*hidden argument*/NULL); __this->set__context_1(L_5); BinaryFormatter_t3197753202 * L_6 = ___formatter0; NullCheck(L_6); SerializationBinder_t274213469 * L_7 = BinaryFormatter_get_Binder_m166854567(L_6, /*hidden argument*/NULL); __this->set__binder_2(L_7); RuntimeObject* L_8 = __this->get__surrogateSelector_0(); StreamingContext_t3711869237 L_9 = __this->get__context_1(); ObjectManager_t1653064325 * L_10 = (ObjectManager_t1653064325 *)il2cpp_codegen_object_new(ObjectManager_t1653064325_il2cpp_TypeInfo_var); ObjectManager__ctor_m1844334865(L_10, L_8, L_9, /*hidden argument*/NULL); __this->set__manager_4(L_10); BinaryFormatter_t3197753202 * L_11 = ___formatter0; NullCheck(L_11); int32_t L_12 = BinaryFormatter_get_FilterLevel_m1292975963(L_11, /*hidden argument*/NULL); __this->set__filterLevel_3(L_12); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadObjectGraph(System.IO.BinaryReader,System.Boolean,System.Object&,System.Runtime.Remoting.Messaging.Header[]&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadObjectGraph_m340866276 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, bool ___readHeaders1, RuntimeObject ** ___result2, HeaderU5BU5D_t204812840** ___headers3, const RuntimeMethod* method) { uint8_t V_0 = 0; { BinaryReader_t2428077293 * L_0 = ___reader0; NullCheck(L_0); uint8_t L_1 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_0); V_0 = L_1; uint8_t L_2 = V_0; BinaryReader_t2428077293 * L_3 = ___reader0; bool L_4 = ___readHeaders1; RuntimeObject ** L_5 = ___result2; HeaderU5BU5D_t204812840** L_6 = ___headers3; ObjectReader_ReadObjectGraph_m1689734232(__this, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadObjectGraph(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,System.Boolean,System.Object&,System.Runtime.Remoting.Messaging.Header[]&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadObjectGraph_m1689734232 (ObjectReader_t1940957392 * __this, uint8_t ___elem0, BinaryReader_t2428077293 * ___reader1, bool ___readHeaders2, RuntimeObject ** ___result3, HeaderU5BU5D_t204812840** ___headers4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadObjectGraph_m1689734232_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HeaderU5BU5D_t204812840** L_0 = ___headers4; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); uint8_t L_1 = ___elem0; BinaryReader_t2428077293 * L_2 = ___reader1; bool L_3 = ObjectReader_ReadNextObject_m1498077612(__this, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0057; } } IL_0013: { bool L_5 = ___readHeaders2; if (!L_5) { goto IL_0034; } } { HeaderU5BU5D_t204812840** L_6 = ___headers4; HeaderU5BU5D_t204812840* L_7 = *((HeaderU5BU5D_t204812840**)L_6); if (L_7) { goto IL_0034; } } { HeaderU5BU5D_t204812840** L_8 = ___headers4; RuntimeObject * L_9 = ObjectReader_get_CurrentObject_m2820303483(__this, /*hidden argument*/NULL); *((RuntimeObject **)(L_8)) = (RuntimeObject *)((HeaderU5BU5D_t204812840*)Castclass((RuntimeObject*)L_9, HeaderU5BU5D_t204812840_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_8), (RuntimeObject *)((HeaderU5BU5D_t204812840*)Castclass((RuntimeObject*)L_9, HeaderU5BU5D_t204812840_il2cpp_TypeInfo_var))); goto IL_004b; } IL_0034: { int64_t L_10 = __this->get__rootObjectID_9(); if (L_10) { goto IL_004b; } } { int64_t L_11 = __this->get__lastObjectID_8(); __this->set__rootObjectID_9(L_11); } IL_004b: { BinaryReader_t2428077293 * L_12 = ___reader1; bool L_13 = ObjectReader_ReadNextObject_m2150937777(__this, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0013; } } IL_0057: { RuntimeObject ** L_14 = ___result3; ObjectManager_t1653064325 * L_15 = __this->get__manager_4(); int64_t L_16 = __this->get__rootObjectID_9(); NullCheck(L_15); RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, int64_t >::Invoke(5 /* System.Object System.Runtime.Serialization.ObjectManager::GetObject(System.Int64) */, L_15, L_16); *((RuntimeObject **)(L_14)) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_14), (RuntimeObject *)L_17); return; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadNextObject(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader) extern "C" IL2CPP_METHOD_ATTR bool ObjectReader_ReadNextObject_m1498077612 (ObjectReader_t1940957392 * __this, uint8_t ___element0, BinaryReader_t2428077293 * ___reader1, const RuntimeMethod* method) { SerializationInfo_t950877179 * V_0 = NULL; int64_t V_1 = 0; { uint8_t L_0 = ___element0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)11))))) { goto IL_0020; } } { ObjectManager_t1653064325 * L_1 = __this->get__manager_4(); NullCheck(L_1); VirtActionInvoker0::Invoke(4 /* System.Void System.Runtime.Serialization.ObjectManager::DoFixups() */, L_1); ObjectManager_t1653064325 * L_2 = __this->get__manager_4(); NullCheck(L_2); VirtActionInvoker0::Invoke(6 /* System.Void System.Runtime.Serialization.ObjectManager::RaiseDeserializationEvent() */, L_2); return (bool)0; } IL_0020: { uint8_t L_3 = ___element0; BinaryReader_t2428077293 * L_4 = ___reader1; RuntimeObject ** L_5 = __this->get_address_of__lastObject_7(); ObjectReader_ReadObject_m540696579(__this, L_3, L_4, (&V_1), L_5, (&V_0), /*hidden argument*/NULL); int64_t L_6 = V_1; if (!L_6) { goto IL_0051; } } { int64_t L_7 = V_1; RuntimeObject * L_8 = __this->get__lastObject_7(); SerializationInfo_t950877179 * L_9 = V_0; ObjectReader_RegisterObject_m1853376334(__this, L_7, L_8, L_9, (((int64_t)((int64_t)0))), (MemberInfo_t *)NULL, (Int32U5BU5D_t385246372*)(Int32U5BU5D_t385246372*)NULL, /*hidden argument*/NULL); int64_t L_10 = V_1; __this->set__lastObjectID_8(L_10); } IL_0051: { return (bool)1; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadNextObject(System.IO.BinaryReader) extern "C" IL2CPP_METHOD_ATTR bool ObjectReader_ReadNextObject_m2150937777 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, const RuntimeMethod* method) { uint8_t V_0 = 0; SerializationInfo_t950877179 * V_1 = NULL; int64_t V_2 = 0; { BinaryReader_t2428077293 * L_0 = ___reader0; NullCheck(L_0); uint8_t L_1 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_0); V_0 = L_1; uint8_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)11))))) { goto IL_0027; } } { ObjectManager_t1653064325 * L_3 = __this->get__manager_4(); NullCheck(L_3); VirtActionInvoker0::Invoke(4 /* System.Void System.Runtime.Serialization.ObjectManager::DoFixups() */, L_3); ObjectManager_t1653064325 * L_4 = __this->get__manager_4(); NullCheck(L_4); VirtActionInvoker0::Invoke(6 /* System.Void System.Runtime.Serialization.ObjectManager::RaiseDeserializationEvent() */, L_4); return (bool)0; } IL_0027: { uint8_t L_5 = V_0; BinaryReader_t2428077293 * L_6 = ___reader0; RuntimeObject ** L_7 = __this->get_address_of__lastObject_7(); ObjectReader_ReadObject_m540696579(__this, L_5, L_6, (&V_2), L_7, (&V_1), /*hidden argument*/NULL); int64_t L_8 = V_2; if (!L_8) { goto IL_0058; } } { int64_t L_9 = V_2; RuntimeObject * L_10 = __this->get__lastObject_7(); SerializationInfo_t950877179 * L_11 = V_1; ObjectReader_RegisterObject_m1853376334(__this, L_9, L_10, L_11, (((int64_t)((int64_t)0))), (MemberInfo_t *)NULL, (Int32U5BU5D_t385246372*)(Int32U5BU5D_t385246372*)NULL, /*hidden argument*/NULL); int64_t L_12 = V_2; __this->set__lastObjectID_8(L_12); } IL_0058: { return (bool)1; } } // System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::get_CurrentObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_get_CurrentObject_m2820303483 (ObjectReader_t1940957392 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__lastObject_7(); return L_0; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadObject(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,System.Int64&,System.Object&,System.Runtime.Serialization.SerializationInfo&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadObject_m540696579 (ObjectReader_t1940957392 * __this, uint8_t ___element0, BinaryReader_t2428077293 * ___reader1, int64_t* ___objectId2, RuntimeObject ** ___value3, SerializationInfo_t950877179 ** ___info4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadObject_m540696579_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0; { uint8_t L_0 = ___element0; V_0 = L_0; uint8_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0053; } case 1: { goto IL_0064; } case 2: { goto IL_0077; } case 3: { goto IL_008a; } case 4: { goto IL_009d; } case 5: { goto IL_00b0; } case 6: { goto IL_00c3; } case 7: { goto IL_00d6; } case 8: { goto IL_018b; } case 9: { goto IL_00ed; } case 10: { goto IL_018b; } case 11: { goto IL_00fe; } case 12: { goto IL_011c; } case 13: { goto IL_0137; } case 14: { goto IL_0152; } case 15: { goto IL_0165; } case 16: { goto IL_0178; } } } { goto IL_018b; } IL_0053: { BinaryReader_t2428077293 * L_2 = ___reader1; int64_t* L_3 = ___objectId2; RuntimeObject ** L_4 = ___value3; SerializationInfo_t950877179 ** L_5 = ___info4; ObjectReader_ReadRefTypeObjectInstance_m3311150386(__this, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); goto IL_01a1; } IL_0064: { BinaryReader_t2428077293 * L_6 = ___reader1; int64_t* L_7 = ___objectId2; RuntimeObject ** L_8 = ___value3; SerializationInfo_t950877179 ** L_9 = ___info4; ObjectReader_ReadObjectInstance_m3952621118(__this, L_6, (bool)1, (bool)0, L_7, L_8, L_9, /*hidden argument*/NULL); goto IL_01a1; } IL_0077: { BinaryReader_t2428077293 * L_10 = ___reader1; int64_t* L_11 = ___objectId2; RuntimeObject ** L_12 = ___value3; SerializationInfo_t950877179 ** L_13 = ___info4; ObjectReader_ReadObjectInstance_m3952621118(__this, L_10, (bool)0, (bool)0, L_11, L_12, L_13, /*hidden argument*/NULL); goto IL_01a1; } IL_008a: { BinaryReader_t2428077293 * L_14 = ___reader1; int64_t* L_15 = ___objectId2; RuntimeObject ** L_16 = ___value3; SerializationInfo_t950877179 ** L_17 = ___info4; ObjectReader_ReadObjectInstance_m3952621118(__this, L_14, (bool)1, (bool)1, L_15, L_16, L_17, /*hidden argument*/NULL); goto IL_01a1; } IL_009d: { BinaryReader_t2428077293 * L_18 = ___reader1; int64_t* L_19 = ___objectId2; RuntimeObject ** L_20 = ___value3; SerializationInfo_t950877179 ** L_21 = ___info4; ObjectReader_ReadObjectInstance_m3952621118(__this, L_18, (bool)0, (bool)1, L_19, L_20, L_21, /*hidden argument*/NULL); goto IL_01a1; } IL_00b0: { SerializationInfo_t950877179 ** L_22 = ___info4; *((RuntimeObject **)(L_22)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_22), (RuntimeObject *)NULL); BinaryReader_t2428077293 * L_23 = ___reader1; int64_t* L_24 = ___objectId2; RuntimeObject ** L_25 = ___value3; ObjectReader_ReadStringIntance_m1523916863(__this, L_23, L_24, L_25, /*hidden argument*/NULL); goto IL_01a1; } IL_00c3: { SerializationInfo_t950877179 ** L_26 = ___info4; *((RuntimeObject **)(L_26)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_26), (RuntimeObject *)NULL); BinaryReader_t2428077293 * L_27 = ___reader1; int64_t* L_28 = ___objectId2; RuntimeObject ** L_29 = ___value3; ObjectReader_ReadGenericArray_m1710471713(__this, L_27, L_28, L_29, /*hidden argument*/NULL); goto IL_01a1; } IL_00d6: { RuntimeObject ** L_30 = ___value3; BinaryReader_t2428077293 * L_31 = ___reader1; RuntimeObject * L_32 = ObjectReader_ReadBoxedPrimitiveTypeValue_m4086653205(__this, L_31, /*hidden argument*/NULL); *((RuntimeObject **)(L_30)) = (RuntimeObject *)L_32; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_30), (RuntimeObject *)L_32); int64_t* L_33 = ___objectId2; *((int64_t*)(L_33)) = (int64_t)(((int64_t)((int64_t)0))); SerializationInfo_t950877179 ** L_34 = ___info4; *((RuntimeObject **)(L_34)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_34), (RuntimeObject *)NULL); goto IL_01a1; } IL_00ed: { RuntimeObject ** L_35 = ___value3; *((RuntimeObject **)(L_35)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_35), (RuntimeObject *)NULL); int64_t* L_36 = ___objectId2; *((int64_t*)(L_36)) = (int64_t)(((int64_t)((int64_t)0))); SerializationInfo_t950877179 ** L_37 = ___info4; *((RuntimeObject **)(L_37)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_37), (RuntimeObject *)NULL); goto IL_01a1; } IL_00fe: { BinaryReader_t2428077293 * L_38 = ___reader1; ObjectReader_ReadAssembly_m2963555857(__this, L_38, /*hidden argument*/NULL); BinaryReader_t2428077293 * L_39 = ___reader1; NullCheck(L_39); uint8_t L_40 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_39); BinaryReader_t2428077293 * L_41 = ___reader1; int64_t* L_42 = ___objectId2; RuntimeObject ** L_43 = ___value3; SerializationInfo_t950877179 ** L_44 = ___info4; ObjectReader_ReadObject_m540696579(__this, L_40, L_41, L_42, L_43, L_44, /*hidden argument*/NULL); goto IL_01a1; } IL_011c: { RuntimeObject ** L_45 = ___value3; BinaryReader_t2428077293 * L_46 = ___reader1; NullCheck(L_46); uint8_t L_47 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_46); ArrayNullFiller_t1685365060 * L_48 = (ArrayNullFiller_t1685365060 *)il2cpp_codegen_object_new(ArrayNullFiller_t1685365060_il2cpp_TypeInfo_var); ArrayNullFiller__ctor_m1460935784(L_48, L_47, /*hidden argument*/NULL); *((RuntimeObject **)(L_45)) = (RuntimeObject *)L_48; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_45), (RuntimeObject *)L_48); int64_t* L_49 = ___objectId2; *((int64_t*)(L_49)) = (int64_t)(((int64_t)((int64_t)0))); SerializationInfo_t950877179 ** L_50 = ___info4; *((RuntimeObject **)(L_50)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_50), (RuntimeObject *)NULL); goto IL_01a1; } IL_0137: { RuntimeObject ** L_51 = ___value3; BinaryReader_t2428077293 * L_52 = ___reader1; NullCheck(L_52); int32_t L_53 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_52); ArrayNullFiller_t1685365060 * L_54 = (ArrayNullFiller_t1685365060 *)il2cpp_codegen_object_new(ArrayNullFiller_t1685365060_il2cpp_TypeInfo_var); ArrayNullFiller__ctor_m1460935784(L_54, L_53, /*hidden argument*/NULL); *((RuntimeObject **)(L_51)) = (RuntimeObject *)L_54; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_51), (RuntimeObject *)L_54); int64_t* L_55 = ___objectId2; *((int64_t*)(L_55)) = (int64_t)(((int64_t)((int64_t)0))); SerializationInfo_t950877179 ** L_56 = ___info4; *((RuntimeObject **)(L_56)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_56), (RuntimeObject *)NULL); goto IL_01a1; } IL_0152: { BinaryReader_t2428077293 * L_57 = ___reader1; int64_t* L_58 = ___objectId2; RuntimeObject ** L_59 = ___value3; ObjectReader_ReadArrayOfPrimitiveType_m3374303005(__this, L_57, L_58, L_59, /*hidden argument*/NULL); SerializationInfo_t950877179 ** L_60 = ___info4; *((RuntimeObject **)(L_60)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_60), (RuntimeObject *)NULL); goto IL_01a1; } IL_0165: { BinaryReader_t2428077293 * L_61 = ___reader1; int64_t* L_62 = ___objectId2; RuntimeObject ** L_63 = ___value3; ObjectReader_ReadArrayOfObject_m671957184(__this, L_61, L_62, L_63, /*hidden argument*/NULL); SerializationInfo_t950877179 ** L_64 = ___info4; *((RuntimeObject **)(L_64)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_64), (RuntimeObject *)NULL); goto IL_01a1; } IL_0178: { BinaryReader_t2428077293 * L_65 = ___reader1; int64_t* L_66 = ___objectId2; RuntimeObject ** L_67 = ___value3; ObjectReader_ReadArrayOfString_m3550800559(__this, L_65, L_66, L_67, /*hidden argument*/NULL); SerializationInfo_t950877179 ** L_68 = ___info4; *((RuntimeObject **)(L_68)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_68), (RuntimeObject *)NULL); goto IL_01a1; } IL_018b: { uint8_t L_69 = ___element0; int32_t L_70 = ((int32_t)L_69); RuntimeObject * L_71 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_72 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral259830056, L_71, /*hidden argument*/NULL); SerializationException_t3941511869 * L_73 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_73, L_72, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73,ObjectReader_ReadObject_m540696579_RuntimeMethod_var); } IL_01a1: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadAssembly(System.IO.BinaryReader) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadAssembly_m2963555857 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadAssembly_m2963555857_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; String_t* V_1 = NULL; { BinaryReader_t2428077293 * L_0 = ___reader0; NullCheck(L_0); uint32_t L_1 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_0); V_0 = (((int64_t)((uint64_t)L_1))); BinaryReader_t2428077293 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_2); V_1 = L_3; Hashtable_t1853889766 * L_4 = __this->get__registeredAssemblies_5(); int64_t L_5 = V_0; int64_t L_6 = L_5; RuntimeObject * L_7 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_6); String_t* L_8 = V_1; NullCheck(L_4); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_4, L_7, L_8); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadObjectInstance(System.IO.BinaryReader,System.Boolean,System.Boolean,System.Int64&,System.Object&,System.Runtime.Serialization.SerializationInfo&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadObjectInstance_m3952621118 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, bool ___isRuntimeObject1, bool ___hasTypeInfo2, int64_t* ___objectId3, RuntimeObject ** ___value4, SerializationInfo_t950877179 ** ___info5, const RuntimeMethod* method) { TypeMetadata_t3139523260 * V_0 = NULL; { int64_t* L_0 = ___objectId3; BinaryReader_t2428077293 * L_1 = ___reader0; NullCheck(L_1); uint32_t L_2 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_1); *((int64_t*)(L_0)) = (int64_t)(((int64_t)((uint64_t)L_2))); BinaryReader_t2428077293 * L_3 = ___reader0; bool L_4 = ___isRuntimeObject1; bool L_5 = ___hasTypeInfo2; TypeMetadata_t3139523260 * L_6 = ObjectReader_ReadTypeMetadata_m3785645385(__this, L_3, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; BinaryReader_t2428077293 * L_7 = ___reader0; TypeMetadata_t3139523260 * L_8 = V_0; int64_t* L_9 = ___objectId3; RuntimeObject ** L_10 = ___value4; SerializationInfo_t950877179 ** L_11 = ___info5; ObjectReader_ReadObjectContent_m1654577346(__this, L_7, L_8, (*((int64_t*)L_9)), L_10, L_11, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadRefTypeObjectInstance(System.IO.BinaryReader,System.Int64&,System.Object&,System.Runtime.Serialization.SerializationInfo&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadRefTypeObjectInstance_m3311150386 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___value2, SerializationInfo_t950877179 ** ___info3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadRefTypeObjectInstance_m3311150386_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; RuntimeObject * V_1 = NULL; TypeMetadata_t3139523260 * V_2 = NULL; { int64_t* L_0 = ___objectId1; BinaryReader_t2428077293 * L_1 = ___reader0; NullCheck(L_1); uint32_t L_2 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_1); *((int64_t*)(L_0)) = (int64_t)(((int64_t)((uint64_t)L_2))); BinaryReader_t2428077293 * L_3 = ___reader0; NullCheck(L_3); uint32_t L_4 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_3); V_0 = (((int64_t)((uint64_t)L_4))); ObjectManager_t1653064325 * L_5 = __this->get__manager_4(); int64_t L_6 = V_0; NullCheck(L_5); RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, int64_t >::Invoke(5 /* System.Object System.Runtime.Serialization.ObjectManager::GetObject(System.Int64) */, L_5, L_6); V_1 = L_7; RuntimeObject * L_8 = V_1; if (L_8) { goto IL_002f; } } { SerializationException_t3941511869 * L_9 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_9, _stringLiteral3463389469, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ObjectReader_ReadRefTypeObjectInstance_m3311150386_RuntimeMethod_var); } IL_002f: { Hashtable_t1853889766 * L_10 = __this->get__typeMetadataCache_6(); RuntimeObject * L_11 = V_1; NullCheck(L_11); Type_t * L_12 = Object_GetType_m88164663(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_10, L_12); V_2 = ((TypeMetadata_t3139523260 *)CastclassClass((RuntimeObject*)L_13, TypeMetadata_t3139523260_il2cpp_TypeInfo_var)); BinaryReader_t2428077293 * L_14 = ___reader0; TypeMetadata_t3139523260 * L_15 = V_2; int64_t* L_16 = ___objectId1; RuntimeObject ** L_17 = ___value2; SerializationInfo_t950877179 ** L_18 = ___info3; ObjectReader_ReadObjectContent_m1654577346(__this, L_14, L_15, (*((int64_t*)L_16)), L_17, L_18, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadObjectContent(System.IO.BinaryReader,System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata,System.Int64,System.Object&,System.Runtime.Serialization.SerializationInfo&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadObjectContent_m1654577346 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, TypeMetadata_t3139523260 * ___metadata1, int64_t ___objectId2, RuntimeObject ** ___objectInstance3, SerializationInfo_t950877179 ** ___info4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadObjectContent_m1654577346_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; SerializationInfo_t950877179 ** G_B5_0 = NULL; SerializationInfo_t950877179 ** G_B4_0 = NULL; SerializationInfo_t950877179 * G_B6_0 = NULL; SerializationInfo_t950877179 ** G_B6_1 = NULL; { int32_t L_0 = __this->get__filterLevel_3(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_001f; } } { RuntimeObject ** L_1 = ___objectInstance3; TypeMetadata_t3139523260 * L_2 = ___metadata1; NullCheck(L_2); Type_t * L_3 = L_2->get_Type_0(); RuntimeObject * L_4 = FormatterServices_GetSafeUninitializedObject_m3890738292(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); *((RuntimeObject **)(L_1)) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)L_4); goto IL_002d; } IL_001f: { RuntimeObject ** L_5 = ___objectInstance3; TypeMetadata_t3139523260 * L_6 = ___metadata1; NullCheck(L_6); Type_t * L_7 = L_6->get_Type_0(); RuntimeObject * L_8 = FormatterServices_GetUninitializedObject_m3413592581(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); *((RuntimeObject **)(L_5)) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_5), (RuntimeObject *)L_8); } IL_002d: { ObjectManager_t1653064325 * L_9 = __this->get__manager_4(); RuntimeObject ** L_10 = ___objectInstance3; RuntimeObject * L_11 = *((RuntimeObject **)L_10); NullCheck(L_9); ObjectManager_RaiseOnDeserializingEvent_m964884748(L_9, L_11, /*hidden argument*/NULL); SerializationInfo_t950877179 ** L_12 = ___info4; TypeMetadata_t3139523260 * L_13 = ___metadata1; NullCheck(L_13); bool L_14 = L_13->get_NeedsSerializationInfo_5(); G_B4_0 = L_12; if (!L_14) { G_B5_0 = L_12; goto IL_005d; } } { TypeMetadata_t3139523260 * L_15 = ___metadata1; NullCheck(L_15); Type_t * L_16 = L_15->get_Type_0(); FormatterConverter_t2760117746 * L_17 = (FormatterConverter_t2760117746 *)il2cpp_codegen_object_new(FormatterConverter_t2760117746_il2cpp_TypeInfo_var); FormatterConverter__ctor_m4071877133(L_17, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_18 = (SerializationInfo_t950877179 *)il2cpp_codegen_object_new(SerializationInfo_t950877179_il2cpp_TypeInfo_var); SerializationInfo__ctor_m2923079689(L_18, L_16, L_17, /*hidden argument*/NULL); G_B6_0 = L_18; G_B6_1 = G_B4_0; goto IL_005e; } IL_005d: { G_B6_0 = ((SerializationInfo_t950877179 *)(NULL)); G_B6_1 = G_B5_0; } IL_005e: { *((RuntimeObject **)(G_B6_1)) = (RuntimeObject *)G_B6_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B6_1), (RuntimeObject *)G_B6_0); TypeMetadata_t3139523260 * L_19 = ___metadata1; NullCheck(L_19); StringU5BU5D_t1281789340* L_20 = L_19->get_MemberNames_2(); if (!L_20) { goto IL_00a6; } } { V_0 = 0; goto IL_0095; } IL_0071: { BinaryReader_t2428077293 * L_21 = ___reader0; RuntimeObject ** L_22 = ___objectInstance3; RuntimeObject * L_23 = *((RuntimeObject **)L_22); int64_t L_24 = ___objectId2; SerializationInfo_t950877179 ** L_25 = ___info4; SerializationInfo_t950877179 * L_26 = *((SerializationInfo_t950877179 **)L_25); TypeMetadata_t3139523260 * L_27 = ___metadata1; NullCheck(L_27); TypeU5BU5D_t3940880105* L_28 = L_27->get_MemberTypes_1(); int32_t L_29 = V_0; NullCheck(L_28); int32_t L_30 = L_29; Type_t * L_31 = (L_28)->GetAt(static_cast(L_30)); TypeMetadata_t3139523260 * L_32 = ___metadata1; NullCheck(L_32); StringU5BU5D_t1281789340* L_33 = L_32->get_MemberNames_2(); int32_t L_34 = V_0; NullCheck(L_33); int32_t L_35 = L_34; String_t* L_36 = (L_33)->GetAt(static_cast(L_35)); ObjectReader_ReadValue_m3145979203(__this, L_21, L_23, L_24, L_26, L_31, L_36, (MemberInfo_t *)NULL, (Int32U5BU5D_t385246372*)(Int32U5BU5D_t385246372*)NULL, /*hidden argument*/NULL); int32_t L_37 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_0095: { int32_t L_38 = V_0; TypeMetadata_t3139523260 * L_39 = ___metadata1; NullCheck(L_39); int32_t L_40 = L_39->get_FieldCount_4(); if ((((int32_t)L_38) < ((int32_t)L_40))) { goto IL_0071; } } { goto IL_00e9; } IL_00a6: { V_1 = 0; goto IL_00dd; } IL_00ad: { BinaryReader_t2428077293 * L_41 = ___reader0; RuntimeObject ** L_42 = ___objectInstance3; RuntimeObject * L_43 = *((RuntimeObject **)L_42); int64_t L_44 = ___objectId2; SerializationInfo_t950877179 ** L_45 = ___info4; SerializationInfo_t950877179 * L_46 = *((SerializationInfo_t950877179 **)L_45); TypeMetadata_t3139523260 * L_47 = ___metadata1; NullCheck(L_47); TypeU5BU5D_t3940880105* L_48 = L_47->get_MemberTypes_1(); int32_t L_49 = V_1; NullCheck(L_48); int32_t L_50 = L_49; Type_t * L_51 = (L_48)->GetAt(static_cast(L_50)); TypeMetadata_t3139523260 * L_52 = ___metadata1; NullCheck(L_52); MemberInfoU5BU5D_t1302094432* L_53 = L_52->get_MemberInfos_3(); int32_t L_54 = V_1; NullCheck(L_53); int32_t L_55 = L_54; MemberInfo_t * L_56 = (L_53)->GetAt(static_cast(L_55)); NullCheck(L_56); String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_56); TypeMetadata_t3139523260 * L_58 = ___metadata1; NullCheck(L_58); MemberInfoU5BU5D_t1302094432* L_59 = L_58->get_MemberInfos_3(); int32_t L_60 = V_1; NullCheck(L_59); int32_t L_61 = L_60; MemberInfo_t * L_62 = (L_59)->GetAt(static_cast(L_61)); ObjectReader_ReadValue_m3145979203(__this, L_41, L_43, L_44, L_46, L_51, L_57, L_62, (Int32U5BU5D_t385246372*)(Int32U5BU5D_t385246372*)NULL, /*hidden argument*/NULL); int32_t L_63 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_00dd: { int32_t L_64 = V_1; TypeMetadata_t3139523260 * L_65 = ___metadata1; NullCheck(L_65); int32_t L_66 = L_65->get_FieldCount_4(); if ((((int32_t)L_64) < ((int32_t)L_66))) { goto IL_00ad; } } IL_00e9: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::RegisterObject(System.Int64,System.Object,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_RegisterObject_m1853376334 (ObjectReader_t1940957392 * __this, int64_t ___objectId0, RuntimeObject * ___objectInstance1, SerializationInfo_t950877179 * ___info2, int64_t ___parentObjectId3, MemberInfo_t * ___parentObjectMemeber4, Int32U5BU5D_t385246372* ___indices5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_RegisterObject_m1853376334_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___parentObjectId3; if (L_0) { goto IL_000a; } } { ___indices5 = (Int32U5BU5D_t385246372*)NULL; } IL_000a: { RuntimeObject * L_1 = ___objectInstance1; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = Type_get_IsValueType_m3108065642(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0021; } } { int64_t L_4 = ___parentObjectId3; if (L_4) { goto IL_0038; } } IL_0021: { ObjectManager_t1653064325 * L_5 = __this->get__manager_4(); RuntimeObject * L_6 = ___objectInstance1; int64_t L_7 = ___objectId0; SerializationInfo_t950877179 * L_8 = ___info2; NullCheck(L_5); ObjectManager_RegisterObject_m2087328880(L_5, L_6, L_7, L_8, (((int64_t)((int64_t)0))), (MemberInfo_t *)NULL, (Int32U5BU5D_t385246372*)(Int32U5BU5D_t385246372*)NULL, /*hidden argument*/NULL); goto IL_0061; } IL_0038: { Int32U5BU5D_t385246372* L_9 = ___indices5; if (!L_9) { goto IL_004d; } } { Int32U5BU5D_t385246372* L_10 = ___indices5; NullCheck((RuntimeArray *)(RuntimeArray *)L_10); RuntimeObject * L_11 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_10, /*hidden argument*/NULL); ___indices5 = ((Int32U5BU5D_t385246372*)Castclass((RuntimeObject*)L_11, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var)); } IL_004d: { ObjectManager_t1653064325 * L_12 = __this->get__manager_4(); RuntimeObject * L_13 = ___objectInstance1; int64_t L_14 = ___objectId0; SerializationInfo_t950877179 * L_15 = ___info2; int64_t L_16 = ___parentObjectId3; MemberInfo_t * L_17 = ___parentObjectMemeber4; Int32U5BU5D_t385246372* L_18 = ___indices5; NullCheck(L_12); ObjectManager_RegisterObject_m2087328880(L_12, L_13, L_14, L_15, L_16, L_17, L_18, /*hidden argument*/NULL); } IL_0061: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadStringIntance(System.IO.BinaryReader,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadStringIntance_m1523916863 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___value2, const RuntimeMethod* method) { { int64_t* L_0 = ___objectId1; BinaryReader_t2428077293 * L_1 = ___reader0; NullCheck(L_1); uint32_t L_2 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_1); *((int64_t*)(L_0)) = (int64_t)(((int64_t)((uint64_t)L_2))); RuntimeObject ** L_3 = ___value2; BinaryReader_t2428077293 * L_4 = ___reader0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_4); *((RuntimeObject **)(L_3)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_3), (RuntimeObject *)L_5); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadGenericArray(System.IO.BinaryReader,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadGenericArray_m1710471713 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadGenericArray_m1710471713_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Int32U5BU5D_t385246372* V_2 = NULL; int32_t V_3 = 0; uint8_t V_4 = 0; Type_t * V_5 = NULL; RuntimeArray * V_6 = NULL; Int32U5BU5D_t385246372* V_7 = NULL; int32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; { int64_t* L_0 = ___objectId1; BinaryReader_t2428077293 * L_1 = ___reader0; NullCheck(L_1); uint32_t L_2 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_1); *((int64_t*)(L_0)) = (int64_t)(((int64_t)((uint64_t)L_2))); BinaryReader_t2428077293 * L_3 = ___reader0; NullCheck(L_3); VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_3); BinaryReader_t2428077293 * L_4 = ___reader0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_4); V_0 = L_5; V_1 = (bool)0; int32_t L_6 = V_0; V_2 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_6)); V_3 = 0; goto IL_003e; } IL_0027: { Int32U5BU5D_t385246372* L_7 = V_2; int32_t L_8 = V_3; BinaryReader_t2428077293 * L_9 = ___reader0; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_9); NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (int32_t)L_10); Int32U5BU5D_t385246372* L_11 = V_2; int32_t L_12 = V_3; NullCheck(L_11); int32_t L_13 = L_12; int32_t L_14 = (L_11)->GetAt(static_cast(L_13)); if (L_14) { goto IL_003a; } } { V_1 = (bool)1; } IL_003a: { int32_t L_15 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_003e: { int32_t L_16 = V_3; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0027; } } { BinaryReader_t2428077293 * L_18 = ___reader0; NullCheck(L_18); uint8_t L_19 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_18); V_4 = L_19; BinaryReader_t2428077293 * L_20 = ___reader0; uint8_t L_21 = V_4; Type_t * L_22 = ObjectReader_ReadType_m1663843507(__this, L_20, L_21, /*hidden argument*/NULL); V_5 = L_22; Type_t * L_23 = V_5; Int32U5BU5D_t385246372* L_24 = V_2; RuntimeArray * L_25 = Array_CreateInstance_m2175520447(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); V_6 = L_25; bool L_26 = V_1; if (!L_26) { goto IL_006d; } } { RuntimeObject ** L_27 = ___val2; RuntimeArray * L_28 = V_6; *((RuntimeObject **)(L_27)) = (RuntimeObject *)L_28; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_27), (RuntimeObject *)L_28); return; } IL_006d: { int32_t L_29 = V_0; V_7 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_29)); int32_t L_30 = V_0; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); goto IL_0093; } IL_007f: { Int32U5BU5D_t385246372* L_31 = V_7; int32_t L_32 = V_8; RuntimeArray * L_33 = V_6; int32_t L_34 = V_8; NullCheck(L_33); int32_t L_35 = Array_GetLowerBound_m2045984623(L_33, L_34, /*hidden argument*/NULL); NullCheck(L_31); (L_31)->SetAt(static_cast(L_32), (int32_t)L_35); int32_t L_36 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); } IL_0093: { int32_t L_37 = V_8; if ((((int32_t)L_37) >= ((int32_t)0))) { goto IL_007f; } } { V_9 = (bool)0; goto IL_0117; } IL_00a3: { BinaryReader_t2428077293 * L_38 = ___reader0; RuntimeArray * L_39 = V_6; int64_t* L_40 = ___objectId1; Type_t * L_41 = V_5; Int32U5BU5D_t385246372* L_42 = V_7; ObjectReader_ReadValue_m3145979203(__this, L_38, L_39, (*((int64_t*)L_40)), (SerializationInfo_t950877179 *)NULL, L_41, (String_t*)NULL, (MemberInfo_t *)NULL, L_42, /*hidden argument*/NULL); RuntimeArray * L_43 = V_6; NullCheck(L_43); int32_t L_44 = Array_get_Rank_m3448755881(L_43, /*hidden argument*/NULL); V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); goto IL_010f; } IL_00c5: { Int32U5BU5D_t385246372* L_45 = V_7; int32_t L_46 = V_10; NullCheck(L_45); int32_t* L_47 = ((L_45)->GetAddressAt(static_cast(L_46))); *((int32_t*)(L_47)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_47)), (int32_t)1)); Int32U5BU5D_t385246372* L_48 = V_7; int32_t L_49 = V_10; NullCheck(L_48); int32_t L_50 = L_49; int32_t L_51 = (L_48)->GetAt(static_cast(L_50)); RuntimeArray * L_52 = V_6; int32_t L_53 = V_10; NullCheck(L_52); int32_t L_54 = Array_GetUpperBound_m4018715963(L_52, L_53, /*hidden argument*/NULL); if ((((int32_t)L_51) <= ((int32_t)L_54))) { goto IL_0104; } } { int32_t L_55 = V_10; if ((((int32_t)L_55) <= ((int32_t)0))) { goto IL_0101; } } { Int32U5BU5D_t385246372* L_56 = V_7; int32_t L_57 = V_10; RuntimeArray * L_58 = V_6; int32_t L_59 = V_10; NullCheck(L_58); int32_t L_60 = Array_GetLowerBound_m2045984623(L_58, L_59, /*hidden argument*/NULL); NullCheck(L_56); (L_56)->SetAt(static_cast(L_57), (int32_t)L_60); goto IL_0109; } IL_0101: { V_9 = (bool)1; } IL_0104: { goto IL_0117; } IL_0109: { int32_t L_61 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1)); } IL_010f: { int32_t L_62 = V_10; if ((((int32_t)L_62) >= ((int32_t)0))) { goto IL_00c5; } } IL_0117: { bool L_63 = V_9; if (!L_63) { goto IL_00a3; } } { RuntimeObject ** L_64 = ___val2; RuntimeArray * L_65 = V_6; *((RuntimeObject **)(L_64)) = (RuntimeObject *)L_65; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_64), (RuntimeObject *)L_65); return; } } // System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadBoxedPrimitiveTypeValue(System.IO.BinaryReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_ReadBoxedPrimitiveTypeValue_m4086653205 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, const RuntimeMethod* method) { Type_t * V_0 = NULL; { BinaryReader_t2428077293 * L_0 = ___reader0; Type_t * L_1 = ObjectReader_ReadType_m1663843507(__this, L_0, 0, /*hidden argument*/NULL); V_0 = L_1; BinaryReader_t2428077293 * L_2 = ___reader0; Type_t * L_3 = V_0; RuntimeObject * L_4 = ObjectReader_ReadPrimitiveTypeValue_m4293111728(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadArrayOfPrimitiveType(System.IO.BinaryReader,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadArrayOfPrimitiveType_m3374303005 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadArrayOfPrimitiveType_m3374303005_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; BooleanU5BU5D_t2897418192* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_t4116647657* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; CharU5BU5D_t3528271667* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; DateTimeU5BU5D_t1184652292* V_10 = NULL; int32_t V_11 = 0; DecimalU5BU5D_t1145110141* V_12 = NULL; int32_t V_13 = 0; DoubleU5BU5D_t3413330114* V_14 = NULL; int32_t V_15 = 0; Int16U5BU5D_t3686840178* V_16 = NULL; int32_t V_17 = 0; Int32U5BU5D_t385246372* V_18 = NULL; int32_t V_19 = 0; Int64U5BU5D_t2559172825* V_20 = NULL; int32_t V_21 = 0; SByteU5BU5D_t2651576203* V_22 = NULL; int32_t V_23 = 0; SingleU5BU5D_t1444911251* V_24 = NULL; int32_t V_25 = 0; UInt16U5BU5D_t3326319531* V_26 = NULL; int32_t V_27 = 0; UInt32U5BU5D_t2770800703* V_28 = NULL; int32_t V_29 = 0; UInt64U5BU5D_t1659327989* V_30 = NULL; int32_t V_31 = 0; StringU5BU5D_t1281789340* V_32 = NULL; int32_t V_33 = 0; TimeSpanU5BU5D_t4291357516* V_34 = NULL; int32_t V_35 = 0; int32_t V_36 = 0; { int64_t* L_0 = ___objectId1; BinaryReader_t2428077293 * L_1 = ___reader0; NullCheck(L_1); uint32_t L_2 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_1); *((int64_t*)(L_0)) = (int64_t)(((int64_t)((uint64_t)L_2))); BinaryReader_t2428077293 * L_3 = ___reader0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_3); V_0 = L_4; BinaryReader_t2428077293 * L_5 = ___reader0; Type_t * L_6 = ObjectReader_ReadType_m1663843507(__this, L_5, 0, /*hidden argument*/NULL); V_1 = L_6; Type_t * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_8 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_36 = L_8; int32_t L_9 = V_36; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)3))) { case 0: { goto IL_006f; } case 1: { goto IL_00dd; } case 2: { goto IL_02bc; } case 3: { goto IL_0099; } case 4: { goto IL_01e4; } case 5: { goto IL_034c; } case 6: { goto IL_022c; } case 7: { goto IL_0394; } case 8: { goto IL_0274; } case 9: { goto IL_03dc; } case 10: { goto IL_0304; } case 11: { goto IL_019c; } case 12: { goto IL_0161; } case 13: { goto IL_0121; } case 14: { goto IL_0456; } case 15: { goto IL_0424; } } } { goto IL_0456; } IL_006f: { int32_t L_10 = V_0; V_2 = ((BooleanU5BU5D_t2897418192*)SZArrayNew(BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var, (uint32_t)L_10)); V_3 = 0; goto IL_008a; } IL_007d: { BooleanU5BU5D_t2897418192* L_11 = V_2; int32_t L_12 = V_3; BinaryReader_t2428077293 * L_13 = ___reader0; NullCheck(L_13); bool L_14 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.IO.BinaryReader::ReadBoolean() */, L_13); NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (bool)L_14); int32_t L_15 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_008a: { int32_t L_16 = V_3; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_007d; } } { RuntimeObject ** L_18 = ___val2; BooleanU5BU5D_t2897418192* L_19 = V_2; *((RuntimeObject **)(L_18)) = (RuntimeObject *)L_19; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_18), (RuntimeObject *)L_19); goto IL_04c1; } IL_0099: { int32_t L_20 = V_0; V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_20)); V_5 = 0; goto IL_00cc; } IL_00a9: { BinaryReader_t2428077293 * L_21 = ___reader0; ByteU5BU5D_t4116647657* L_22 = V_4; int32_t L_23 = V_5; int32_t L_24 = V_0; int32_t L_25 = V_5; NullCheck(L_21); int32_t L_26 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(10 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_21, L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25))); V_6 = L_26; int32_t L_27 = V_6; if (L_27) { goto IL_00c5; } } { goto IL_00d4; } IL_00c5: { int32_t L_28 = V_5; int32_t L_29 = V_6; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)); } IL_00cc: { int32_t L_30 = V_5; int32_t L_31 = V_0; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_00a9; } } IL_00d4: { RuntimeObject ** L_32 = ___val2; ByteU5BU5D_t4116647657* L_33 = V_4; *((RuntimeObject **)(L_32)) = (RuntimeObject *)L_33; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_32), (RuntimeObject *)L_33); goto IL_04c1; } IL_00dd: { int32_t L_34 = V_0; V_7 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_34)); V_8 = 0; goto IL_0110; } IL_00ed: { BinaryReader_t2428077293 * L_35 = ___reader0; CharU5BU5D_t3528271667* L_36 = V_7; int32_t L_37 = V_8; int32_t L_38 = V_0; int32_t L_39 = V_8; NullCheck(L_35); int32_t L_40 = VirtFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.BinaryReader::Read(System.Char[],System.Int32,System.Int32) */, L_35, L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39))); V_9 = L_40; int32_t L_41 = V_9; if (L_41) { goto IL_0109; } } { goto IL_0118; } IL_0109: { int32_t L_42 = V_8; int32_t L_43 = V_9; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43)); } IL_0110: { int32_t L_44 = V_8; int32_t L_45 = V_0; if ((((int32_t)L_44) < ((int32_t)L_45))) { goto IL_00ed; } } IL_0118: { RuntimeObject ** L_46 = ___val2; CharU5BU5D_t3528271667* L_47 = V_7; *((RuntimeObject **)(L_46)) = (RuntimeObject *)L_47; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_46), (RuntimeObject *)L_47); goto IL_04c1; } IL_0121: { int32_t L_48 = V_0; V_10 = ((DateTimeU5BU5D_t1184652292*)SZArrayNew(DateTimeU5BU5D_t1184652292_il2cpp_TypeInfo_var, (uint32_t)L_48)); V_11 = 0; goto IL_0150; } IL_0131: { DateTimeU5BU5D_t1184652292* L_49 = V_10; int32_t L_50 = V_11; NullCheck(L_49); BinaryReader_t2428077293 * L_51 = ___reader0; NullCheck(L_51); int64_t L_52 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_51); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_53 = DateTime_FromBinary_m2489276715(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); *(DateTime_t3738529785 *)((L_49)->GetAddressAt(static_cast(L_50))) = L_53; int32_t L_54 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_0150: { int32_t L_55 = V_11; int32_t L_56 = V_0; if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_0131; } } { RuntimeObject ** L_57 = ___val2; DateTimeU5BU5D_t1184652292* L_58 = V_10; *((RuntimeObject **)(L_57)) = (RuntimeObject *)L_58; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_57), (RuntimeObject *)L_58); goto IL_04c1; } IL_0161: { int32_t L_59 = V_0; V_12 = ((DecimalU5BU5D_t1145110141*)SZArrayNew(DecimalU5BU5D_t1145110141_il2cpp_TypeInfo_var, (uint32_t)L_59)); V_13 = 0; goto IL_018b; } IL_0171: { DecimalU5BU5D_t1145110141* L_60 = V_12; int32_t L_61 = V_13; NullCheck(L_60); BinaryReader_t2428077293 * L_62 = ___reader0; NullCheck(L_62); Decimal_t2948259380 L_63 = VirtFuncInvoker0< Decimal_t2948259380 >::Invoke(16 /* System.Decimal System.IO.BinaryReader::ReadDecimal() */, L_62); *(Decimal_t2948259380 *)((L_60)->GetAddressAt(static_cast(L_61))) = L_63; int32_t L_64 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_018b: { int32_t L_65 = V_13; int32_t L_66 = V_0; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_0171; } } { RuntimeObject ** L_67 = ___val2; DecimalU5BU5D_t1145110141* L_68 = V_12; *((RuntimeObject **)(L_67)) = (RuntimeObject *)L_68; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_67), (RuntimeObject *)L_68); goto IL_04c1; } IL_019c: { int32_t L_69 = V_0; V_14 = ((DoubleU5BU5D_t3413330114*)SZArrayNew(DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var, (uint32_t)L_69)); int32_t L_70 = V_0; if ((((int32_t)L_70) <= ((int32_t)2))) { goto IL_01ba; } } { BinaryReader_t2428077293 * L_71 = ___reader0; DoubleU5BU5D_t3413330114* L_72 = V_14; ObjectReader_BlockRead_m304158408(__this, L_71, (RuntimeArray *)(RuntimeArray *)L_72, 8, /*hidden argument*/NULL); goto IL_01db; } IL_01ba: { V_15 = 0; goto IL_01d3; } IL_01c2: { DoubleU5BU5D_t3413330114* L_73 = V_14; int32_t L_74 = V_15; BinaryReader_t2428077293 * L_75 = ___reader0; NullCheck(L_75); double L_76 = VirtFuncInvoker0< double >::Invoke(17 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_75); NullCheck(L_73); (L_73)->SetAt(static_cast(L_74), (double)L_76); int32_t L_77 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); } IL_01d3: { int32_t L_78 = V_15; int32_t L_79 = V_0; if ((((int32_t)L_78) < ((int32_t)L_79))) { goto IL_01c2; } } IL_01db: { RuntimeObject ** L_80 = ___val2; DoubleU5BU5D_t3413330114* L_81 = V_14; *((RuntimeObject **)(L_80)) = (RuntimeObject *)L_81; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_80), (RuntimeObject *)L_81); goto IL_04c1; } IL_01e4: { int32_t L_82 = V_0; V_16 = ((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)L_82)); int32_t L_83 = V_0; if ((((int32_t)L_83) <= ((int32_t)2))) { goto IL_0202; } } { BinaryReader_t2428077293 * L_84 = ___reader0; Int16U5BU5D_t3686840178* L_85 = V_16; ObjectReader_BlockRead_m304158408(__this, L_84, (RuntimeArray *)(RuntimeArray *)L_85, 2, /*hidden argument*/NULL); goto IL_0223; } IL_0202: { V_17 = 0; goto IL_021b; } IL_020a: { Int16U5BU5D_t3686840178* L_86 = V_16; int32_t L_87 = V_17; BinaryReader_t2428077293 * L_88 = ___reader0; NullCheck(L_88); int16_t L_89 = VirtFuncInvoker0< int16_t >::Invoke(18 /* System.Int16 System.IO.BinaryReader::ReadInt16() */, L_88); NullCheck(L_86); (L_86)->SetAt(static_cast(L_87), (int16_t)L_89); int32_t L_90 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); } IL_021b: { int32_t L_91 = V_17; int32_t L_92 = V_0; if ((((int32_t)L_91) < ((int32_t)L_92))) { goto IL_020a; } } IL_0223: { RuntimeObject ** L_93 = ___val2; Int16U5BU5D_t3686840178* L_94 = V_16; *((RuntimeObject **)(L_93)) = (RuntimeObject *)L_94; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_93), (RuntimeObject *)L_94); goto IL_04c1; } IL_022c: { int32_t L_95 = V_0; V_18 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_95)); int32_t L_96 = V_0; if ((((int32_t)L_96) <= ((int32_t)2))) { goto IL_024a; } } { BinaryReader_t2428077293 * L_97 = ___reader0; Int32U5BU5D_t385246372* L_98 = V_18; ObjectReader_BlockRead_m304158408(__this, L_97, (RuntimeArray *)(RuntimeArray *)L_98, 4, /*hidden argument*/NULL); goto IL_026b; } IL_024a: { V_19 = 0; goto IL_0263; } IL_0252: { Int32U5BU5D_t385246372* L_99 = V_18; int32_t L_100 = V_19; BinaryReader_t2428077293 * L_101 = ___reader0; NullCheck(L_101); int32_t L_102 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_101); NullCheck(L_99); (L_99)->SetAt(static_cast(L_100), (int32_t)L_102); int32_t L_103 = V_19; V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); } IL_0263: { int32_t L_104 = V_19; int32_t L_105 = V_0; if ((((int32_t)L_104) < ((int32_t)L_105))) { goto IL_0252; } } IL_026b: { RuntimeObject ** L_106 = ___val2; Int32U5BU5D_t385246372* L_107 = V_18; *((RuntimeObject **)(L_106)) = (RuntimeObject *)L_107; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_106), (RuntimeObject *)L_107); goto IL_04c1; } IL_0274: { int32_t L_108 = V_0; V_20 = ((Int64U5BU5D_t2559172825*)SZArrayNew(Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var, (uint32_t)L_108)); int32_t L_109 = V_0; if ((((int32_t)L_109) <= ((int32_t)2))) { goto IL_0292; } } { BinaryReader_t2428077293 * L_110 = ___reader0; Int64U5BU5D_t2559172825* L_111 = V_20; ObjectReader_BlockRead_m304158408(__this, L_110, (RuntimeArray *)(RuntimeArray *)L_111, 8, /*hidden argument*/NULL); goto IL_02b3; } IL_0292: { V_21 = 0; goto IL_02ab; } IL_029a: { Int64U5BU5D_t2559172825* L_112 = V_20; int32_t L_113 = V_21; BinaryReader_t2428077293 * L_114 = ___reader0; NullCheck(L_114); int64_t L_115 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_114); NullCheck(L_112); (L_112)->SetAt(static_cast(L_113), (int64_t)L_115); int32_t L_116 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); } IL_02ab: { int32_t L_117 = V_21; int32_t L_118 = V_0; if ((((int32_t)L_117) < ((int32_t)L_118))) { goto IL_029a; } } IL_02b3: { RuntimeObject ** L_119 = ___val2; Int64U5BU5D_t2559172825* L_120 = V_20; *((RuntimeObject **)(L_119)) = (RuntimeObject *)L_120; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_119), (RuntimeObject *)L_120); goto IL_04c1; } IL_02bc: { int32_t L_121 = V_0; V_22 = ((SByteU5BU5D_t2651576203*)SZArrayNew(SByteU5BU5D_t2651576203_il2cpp_TypeInfo_var, (uint32_t)L_121)); int32_t L_122 = V_0; if ((((int32_t)L_122) <= ((int32_t)2))) { goto IL_02da; } } { BinaryReader_t2428077293 * L_123 = ___reader0; SByteU5BU5D_t2651576203* L_124 = V_22; ObjectReader_BlockRead_m304158408(__this, L_123, (RuntimeArray *)(RuntimeArray *)L_124, 1, /*hidden argument*/NULL); goto IL_02fb; } IL_02da: { V_23 = 0; goto IL_02f3; } IL_02e2: { SByteU5BU5D_t2651576203* L_125 = V_22; int32_t L_126 = V_23; BinaryReader_t2428077293 * L_127 = ___reader0; NullCheck(L_127); int8_t L_128 = VirtFuncInvoker0< int8_t >::Invoke(21 /* System.SByte System.IO.BinaryReader::ReadSByte() */, L_127); NullCheck(L_125); (L_125)->SetAt(static_cast(L_126), (int8_t)L_128); int32_t L_129 = V_23; V_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); } IL_02f3: { int32_t L_130 = V_23; int32_t L_131 = V_0; if ((((int32_t)L_130) < ((int32_t)L_131))) { goto IL_02e2; } } IL_02fb: { RuntimeObject ** L_132 = ___val2; SByteU5BU5D_t2651576203* L_133 = V_22; *((RuntimeObject **)(L_132)) = (RuntimeObject *)L_133; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_132), (RuntimeObject *)L_133); goto IL_04c1; } IL_0304: { int32_t L_134 = V_0; V_24 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_134)); int32_t L_135 = V_0; if ((((int32_t)L_135) <= ((int32_t)2))) { goto IL_0322; } } { BinaryReader_t2428077293 * L_136 = ___reader0; SingleU5BU5D_t1444911251* L_137 = V_24; ObjectReader_BlockRead_m304158408(__this, L_136, (RuntimeArray *)(RuntimeArray *)L_137, 4, /*hidden argument*/NULL); goto IL_0343; } IL_0322: { V_25 = 0; goto IL_033b; } IL_032a: { SingleU5BU5D_t1444911251* L_138 = V_24; int32_t L_139 = V_25; BinaryReader_t2428077293 * L_140 = ___reader0; NullCheck(L_140); float L_141 = VirtFuncInvoker0< float >::Invoke(23 /* System.Single System.IO.BinaryReader::ReadSingle() */, L_140); NullCheck(L_138); (L_138)->SetAt(static_cast(L_139), (float)L_141); int32_t L_142 = V_25; V_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)1)); } IL_033b: { int32_t L_143 = V_25; int32_t L_144 = V_0; if ((((int32_t)L_143) < ((int32_t)L_144))) { goto IL_032a; } } IL_0343: { RuntimeObject ** L_145 = ___val2; SingleU5BU5D_t1444911251* L_146 = V_24; *((RuntimeObject **)(L_145)) = (RuntimeObject *)L_146; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_145), (RuntimeObject *)L_146); goto IL_04c1; } IL_034c: { int32_t L_147 = V_0; V_26 = ((UInt16U5BU5D_t3326319531*)SZArrayNew(UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var, (uint32_t)L_147)); int32_t L_148 = V_0; if ((((int32_t)L_148) <= ((int32_t)2))) { goto IL_036a; } } { BinaryReader_t2428077293 * L_149 = ___reader0; UInt16U5BU5D_t3326319531* L_150 = V_26; ObjectReader_BlockRead_m304158408(__this, L_149, (RuntimeArray *)(RuntimeArray *)L_150, 2, /*hidden argument*/NULL); goto IL_038b; } IL_036a: { V_27 = 0; goto IL_0383; } IL_0372: { UInt16U5BU5D_t3326319531* L_151 = V_26; int32_t L_152 = V_27; BinaryReader_t2428077293 * L_153 = ___reader0; NullCheck(L_153); uint16_t L_154 = VirtFuncInvoker0< uint16_t >::Invoke(24 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_153); NullCheck(L_151); (L_151)->SetAt(static_cast(L_152), (uint16_t)L_154); int32_t L_155 = V_27; V_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)1)); } IL_0383: { int32_t L_156 = V_27; int32_t L_157 = V_0; if ((((int32_t)L_156) < ((int32_t)L_157))) { goto IL_0372; } } IL_038b: { RuntimeObject ** L_158 = ___val2; UInt16U5BU5D_t3326319531* L_159 = V_26; *((RuntimeObject **)(L_158)) = (RuntimeObject *)L_159; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_158), (RuntimeObject *)L_159); goto IL_04c1; } IL_0394: { int32_t L_160 = V_0; V_28 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)L_160)); int32_t L_161 = V_0; if ((((int32_t)L_161) <= ((int32_t)2))) { goto IL_03b2; } } { BinaryReader_t2428077293 * L_162 = ___reader0; UInt32U5BU5D_t2770800703* L_163 = V_28; ObjectReader_BlockRead_m304158408(__this, L_162, (RuntimeArray *)(RuntimeArray *)L_163, 4, /*hidden argument*/NULL); goto IL_03d3; } IL_03b2: { V_29 = 0; goto IL_03cb; } IL_03ba: { UInt32U5BU5D_t2770800703* L_164 = V_28; int32_t L_165 = V_29; BinaryReader_t2428077293 * L_166 = ___reader0; NullCheck(L_166); uint32_t L_167 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_166); NullCheck(L_164); (L_164)->SetAt(static_cast(L_165), (uint32_t)L_167); int32_t L_168 = V_29; V_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_168, (int32_t)1)); } IL_03cb: { int32_t L_169 = V_29; int32_t L_170 = V_0; if ((((int32_t)L_169) < ((int32_t)L_170))) { goto IL_03ba; } } IL_03d3: { RuntimeObject ** L_171 = ___val2; UInt32U5BU5D_t2770800703* L_172 = V_28; *((RuntimeObject **)(L_171)) = (RuntimeObject *)L_172; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_171), (RuntimeObject *)L_172); goto IL_04c1; } IL_03dc: { int32_t L_173 = V_0; V_30 = ((UInt64U5BU5D_t1659327989*)SZArrayNew(UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var, (uint32_t)L_173)); int32_t L_174 = V_0; if ((((int32_t)L_174) <= ((int32_t)2))) { goto IL_03fa; } } { BinaryReader_t2428077293 * L_175 = ___reader0; UInt64U5BU5D_t1659327989* L_176 = V_30; ObjectReader_BlockRead_m304158408(__this, L_175, (RuntimeArray *)(RuntimeArray *)L_176, 8, /*hidden argument*/NULL); goto IL_041b; } IL_03fa: { V_31 = 0; goto IL_0413; } IL_0402: { UInt64U5BU5D_t1659327989* L_177 = V_30; int32_t L_178 = V_31; BinaryReader_t2428077293 * L_179 = ___reader0; NullCheck(L_179); uint64_t L_180 = VirtFuncInvoker0< uint64_t >::Invoke(26 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_179); NullCheck(L_177); (L_177)->SetAt(static_cast(L_178), (uint64_t)L_180); int32_t L_181 = V_31; V_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)1)); } IL_0413: { int32_t L_182 = V_31; int32_t L_183 = V_0; if ((((int32_t)L_182) < ((int32_t)L_183))) { goto IL_0402; } } IL_041b: { RuntimeObject ** L_184 = ___val2; UInt64U5BU5D_t1659327989* L_185 = V_30; *((RuntimeObject **)(L_184)) = (RuntimeObject *)L_185; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_184), (RuntimeObject *)L_185); goto IL_04c1; } IL_0424: { int32_t L_186 = V_0; V_32 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_186)); V_33 = 0; goto IL_0445; } IL_0434: { StringU5BU5D_t1281789340* L_187 = V_32; int32_t L_188 = V_33; BinaryReader_t2428077293 * L_189 = ___reader0; NullCheck(L_189); String_t* L_190 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_189); NullCheck(L_187); ArrayElementTypeCheck (L_187, L_190); (L_187)->SetAt(static_cast(L_188), (String_t*)L_190); int32_t L_191 = V_33; V_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)1)); } IL_0445: { int32_t L_192 = V_33; int32_t L_193 = V_0; if ((((int32_t)L_192) < ((int32_t)L_193))) { goto IL_0434; } } { RuntimeObject ** L_194 = ___val2; StringU5BU5D_t1281789340* L_195 = V_32; *((RuntimeObject **)(L_194)) = (RuntimeObject *)L_195; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_194), (RuntimeObject *)L_195); goto IL_04c1; } IL_0456: { Type_t * L_196 = V_1; RuntimeTypeHandle_t3027515415 L_197 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_198 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_197, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_196) == ((RuntimeObject*)(Type_t *)L_198)))) { goto IL_04a6; } } { int32_t L_199 = V_0; V_34 = ((TimeSpanU5BU5D_t4291357516*)SZArrayNew(TimeSpanU5BU5D_t4291357516_il2cpp_TypeInfo_var, (uint32_t)L_199)); V_35 = 0; goto IL_0495; } IL_0476: { TimeSpanU5BU5D_t4291357516* L_200 = V_34; int32_t L_201 = V_35; NullCheck(L_200); BinaryReader_t2428077293 * L_202 = ___reader0; NullCheck(L_202); int64_t L_203 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_202); TimeSpan_t881159249 L_204; memset(&L_204, 0, sizeof(L_204)); TimeSpan__ctor_m1896986612((&L_204), L_203, /*hidden argument*/NULL); *(TimeSpan_t881159249 *)((L_200)->GetAddressAt(static_cast(L_201))) = L_204; int32_t L_205 = V_35; V_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_205, (int32_t)1)); } IL_0495: { int32_t L_206 = V_35; int32_t L_207 = V_0; if ((((int32_t)L_206) < ((int32_t)L_207))) { goto IL_0476; } } { RuntimeObject ** L_208 = ___val2; TimeSpanU5BU5D_t4291357516* L_209 = V_34; *((RuntimeObject **)(L_208)) = (RuntimeObject *)L_209; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_208), (RuntimeObject *)L_209); goto IL_04bc; } IL_04a6: { Type_t * L_210 = V_1; NullCheck(L_210); String_t* L_211 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_210); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_212 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1407403950, L_211, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_213 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_213, L_212, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_213,ObjectReader_ReadArrayOfPrimitiveType_m3374303005_RuntimeMethod_var); } IL_04bc: { goto IL_04c1; } IL_04c1: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::BlockRead(System.IO.BinaryReader,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_BlockRead_m304158408 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, RuntimeArray * ___array1, int32_t ___dataSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_BlockRead_m304158408_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; ObjectReader_t1940957392 * G_B5_0 = NULL; ObjectReader_t1940957392 * G_B4_0 = NULL; int32_t G_B6_0 = 0; ObjectReader_t1940957392 * G_B6_1 = NULL; int32_t G_B11_0 = 0; { RuntimeArray * L_0 = ___array1; int32_t L_1 = Buffer_ByteLength_m2639516074(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = __this->get_arrayBuffer_10(); if (!L_2) { goto IL_0033; } } { int32_t L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = __this->get_arrayBuffer_10(); NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0056; } } { ByteU5BU5D_t4116647657* L_5 = __this->get_arrayBuffer_10(); NullCheck(L_5); int32_t L_6 = __this->get_ArrayBufferLength_11(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) == ((int32_t)L_6))) { goto IL_0056; } } IL_0033: { int32_t L_7 = V_0; int32_t L_8 = __this->get_ArrayBufferLength_11(); G_B4_0 = __this; if ((((int32_t)L_7) > ((int32_t)L_8))) { G_B5_0 = __this; goto IL_0046; } } { int32_t L_9 = V_0; G_B6_0 = L_9; G_B6_1 = G_B4_0; goto IL_004c; } IL_0046: { int32_t L_10 = __this->get_ArrayBufferLength_11(); G_B6_0 = L_10; G_B6_1 = G_B5_0; } IL_004c: { NullCheck(G_B6_1); G_B6_1->set_arrayBuffer_10(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)G_B6_0))); } IL_0056: { V_1 = 0; goto IL_00db; } IL_005d: { int32_t L_11 = V_0; ByteU5BU5D_t4116647657* L_12 = __this->get_arrayBuffer_10(); NullCheck(L_12); if ((((int32_t)L_11) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0071; } } { int32_t L_13 = V_0; G_B11_0 = L_13; goto IL_0079; } IL_0071: { ByteU5BU5D_t4116647657* L_14 = __this->get_arrayBuffer_10(); NullCheck(L_14); G_B11_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))); } IL_0079: { V_2 = G_B11_0; V_3 = 0; } IL_007c: { BinaryReader_t2428077293 * L_15 = ___reader0; ByteU5BU5D_t4116647657* L_16 = __this->get_arrayBuffer_10(); int32_t L_17 = V_3; int32_t L_18 = V_2; int32_t L_19 = V_3; NullCheck(L_15); int32_t L_20 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(10 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))); V_4 = L_20; int32_t L_21 = V_4; if (L_21) { goto IL_009a; } } { goto IL_00a6; } IL_009a: { int32_t L_22 = V_3; int32_t L_23 = V_4; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); int32_t L_24 = V_3; int32_t L_25 = V_2; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_007c; } } IL_00a6: { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_26 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1(); if (L_26) { goto IL_00c4; } } { int32_t L_27 = ___dataSize2; if ((((int32_t)L_27) <= ((int32_t)1))) { goto IL_00c4; } } { ByteU5BU5D_t4116647657* L_28 = __this->get_arrayBuffer_10(); int32_t L_29 = V_2; int32_t L_30 = ___dataSize2; IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); BinaryCommon_SwapBytes_m3963737189(NULL /*static, unused*/, L_28, L_29, L_30, /*hidden argument*/NULL); } IL_00c4: { ByteU5BU5D_t4116647657* L_31 = __this->get_arrayBuffer_10(); RuntimeArray * L_32 = ___array1; int32_t L_33 = V_1; int32_t L_34 = V_2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_31, 0, L_32, L_33, L_34, /*hidden argument*/NULL); int32_t L_35 = V_0; int32_t L_36 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36)); int32_t L_37 = V_1; int32_t L_38 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)); } IL_00db: { int32_t L_39 = V_0; if ((((int32_t)L_39) > ((int32_t)0))) { goto IL_005d; } } { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadArrayOfObject(System.IO.BinaryReader,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadArrayOfObject_m671957184 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___array2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadArrayOfObject_m671957184_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BinaryReader_t2428077293 * L_0 = ___reader0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); int64_t* L_3 = ___objectId1; RuntimeObject ** L_4 = ___array2; ObjectReader_ReadSimpleArray_m428957657(__this, L_0, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadArrayOfString(System.IO.BinaryReader,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadArrayOfString_m3550800559 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, int64_t* ___objectId1, RuntimeObject ** ___array2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadArrayOfString_m3550800559_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BinaryReader_t2428077293 * L_0 = ___reader0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); int64_t* L_3 = ___objectId1; RuntimeObject ** L_4 = ___array2; ObjectReader_ReadSimpleArray_m428957657(__this, L_0, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadSimpleArray(System.IO.BinaryReader,System.Type,System.Int64&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadSimpleArray_m428957657 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, Type_t * ___elementType1, int64_t* ___objectId2, RuntimeObject ** ___val3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadSimpleArray_m428957657_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t385246372* V_1 = NULL; RuntimeArray * V_2 = NULL; int32_t V_3 = 0; { int64_t* L_0 = ___objectId2; BinaryReader_t2428077293 * L_1 = ___reader0; NullCheck(L_1); uint32_t L_2 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_1); *((int64_t*)(L_0)) = (int64_t)(((int64_t)((uint64_t)L_2))); BinaryReader_t2428077293 * L_3 = ___reader0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_3); V_0 = L_4; V_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_5 = ___elementType1; int32_t L_6 = V_0; RuntimeArray * L_7 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; V_3 = 0; goto IL_0041; } IL_0026: { Int32U5BU5D_t385246372* L_8 = V_1; int32_t L_9 = V_3; NullCheck(L_8); (L_8)->SetAt(static_cast(0), (int32_t)L_9); BinaryReader_t2428077293 * L_10 = ___reader0; RuntimeArray * L_11 = V_2; int64_t* L_12 = ___objectId2; Type_t * L_13 = ___elementType1; Int32U5BU5D_t385246372* L_14 = V_1; ObjectReader_ReadValue_m3145979203(__this, L_10, L_11, (*((int64_t*)L_12)), (SerializationInfo_t950877179 *)NULL, L_13, (String_t*)NULL, (MemberInfo_t *)NULL, L_14, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_15 = V_1; NullCheck(L_15); int32_t L_16 = 0; int32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_3 = L_17; int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0041: { int32_t L_19 = V_3; int32_t L_20 = V_0; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0026; } } { RuntimeObject ** L_21 = ___val3; RuntimeArray * L_22 = V_2; *((RuntimeObject **)(L_21)) = (RuntimeObject *)L_22; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_21), (RuntimeObject *)L_22); return; } } // System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadTypeMetadata(System.IO.BinaryReader,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TypeMetadata_t3139523260 * ObjectReader_ReadTypeMetadata_m3785645385 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, bool ___isRuntimeObject1, bool ___hasTypeInfo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadTypeMetadata_m3785645385_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeMetadata_t3139523260 * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; TypeU5BU5D_t3940880105* V_3 = NULL; StringU5BU5D_t1281789340* V_4 = NULL; int32_t V_5 = 0; TypeTagU5BU5D_t1563918664* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int64_t V_9 = 0; RuntimeObject* V_10 = NULL; RuntimeObject* V_11 = NULL; int32_t V_12 = 0; FieldInfo_t * V_13 = NULL; String_t* V_14 = NULL; int32_t V_15 = 0; String_t* V_16 = NULL; Type_t * V_17 = NULL; { TypeMetadata_t3139523260 * L_0 = (TypeMetadata_t3139523260 *)il2cpp_codegen_object_new(TypeMetadata_t3139523260_il2cpp_TypeInfo_var); TypeMetadata__ctor_m646635308(L_0, /*hidden argument*/NULL); V_0 = L_0; BinaryReader_t2428077293 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_1); V_1 = L_2; BinaryReader_t2428077293 * L_3 = ___reader0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_3); V_2 = L_4; int32_t L_5 = V_2; V_3 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)L_5)); int32_t L_6 = V_2; V_4 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_6)); V_5 = 0; goto IL_003c; } IL_002b: { StringU5BU5D_t1281789340* L_7 = V_4; int32_t L_8 = V_5; BinaryReader_t2428077293 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(L_8), (String_t*)L_10); int32_t L_11 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003c: { int32_t L_12 = V_5; int32_t L_13 = V_2; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002b; } } { bool L_14 = ___hasTypeInfo2; if (!L_14) { goto IL_0099; } } { int32_t L_15 = V_2; V_6 = ((TypeTagU5BU5D_t1563918664*)SZArrayNew(TypeTagU5BU5D_t1563918664_il2cpp_TypeInfo_var, (uint32_t)L_15)); V_7 = 0; goto IL_006b; } IL_005a: { TypeTagU5BU5D_t1563918664* L_16 = V_6; int32_t L_17 = V_7; BinaryReader_t2428077293 * L_18 = ___reader0; NullCheck(L_18); uint8_t L_19 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_18); NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (uint8_t)L_19); int32_t L_20 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_006b: { int32_t L_21 = V_7; int32_t L_22 = V_2; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { V_8 = 0; goto IL_0091; } IL_007b: { TypeU5BU5D_t3940880105* L_23 = V_3; int32_t L_24 = V_8; BinaryReader_t2428077293 * L_25 = ___reader0; TypeTagU5BU5D_t1563918664* L_26 = V_6; int32_t L_27 = V_8; NullCheck(L_26); int32_t L_28 = L_27; uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); Type_t * L_30 = ObjectReader_ReadType_m1663843507(__this, L_25, L_29, /*hidden argument*/NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_30); (L_23)->SetAt(static_cast(L_24), (Type_t *)L_30); int32_t L_31 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0091: { int32_t L_32 = V_8; int32_t L_33 = V_2; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_007b; } } IL_0099: { bool L_34 = ___isRuntimeObject1; if (L_34) { goto IL_00bc; } } { BinaryReader_t2428077293 * L_35 = ___reader0; NullCheck(L_35); uint32_t L_36 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_35); V_9 = (((int64_t)((uint64_t)L_36))); TypeMetadata_t3139523260 * L_37 = V_0; int64_t L_38 = V_9; String_t* L_39 = V_1; Type_t * L_40 = ObjectReader_GetDeserializationType_m1493678790(__this, L_38, L_39, /*hidden argument*/NULL); NullCheck(L_37); L_37->set_Type_0(L_40); goto IL_00c9; } IL_00bc: { TypeMetadata_t3139523260 * L_41 = V_0; String_t* L_42 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_43 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m3605423543, L_42, (bool)1, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); NullCheck(L_41); L_41->set_Type_0(L_43); } IL_00c9: { TypeMetadata_t3139523260 * L_44 = V_0; TypeU5BU5D_t3940880105* L_45 = V_3; NullCheck(L_44); L_44->set_MemberTypes_1(L_45); TypeMetadata_t3139523260 * L_46 = V_0; StringU5BU5D_t1281789340* L_47 = V_4; NullCheck(L_46); L_46->set_MemberNames_2(L_47); TypeMetadata_t3139523260 * L_48 = V_0; StringU5BU5D_t1281789340* L_49 = V_4; NullCheck(L_49); NullCheck(L_48); L_48->set_FieldCount_4((((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length))))); RuntimeObject* L_50 = __this->get__surrogateSelector_0(); if (!L_50) { goto IL_0116; } } { RuntimeObject* L_51 = __this->get__surrogateSelector_0(); TypeMetadata_t3139523260 * L_52 = V_0; NullCheck(L_52); Type_t * L_53 = L_52->get_Type_0(); StreamingContext_t3711869237 L_54 = __this->get__context_1(); NullCheck(L_51); RuntimeObject* L_55 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t3711869237 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t3040401154_il2cpp_TypeInfo_var, L_51, L_53, L_54, (&V_10)); V_11 = L_55; TypeMetadata_t3139523260 * L_56 = V_0; RuntimeObject* L_57 = V_11; NullCheck(L_56); L_56->set_NeedsSerializationInfo_5((bool)((((int32_t)((((RuntimeObject*)(RuntimeObject*)L_57) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0)); } IL_0116: { TypeMetadata_t3139523260 * L_58 = V_0; NullCheck(L_58); bool L_59 = L_58->get_NeedsSerializationInfo_5(); if (L_59) { goto IL_026c; } } { TypeMetadata_t3139523260 * L_60 = V_0; NullCheck(L_60); Type_t * L_61 = L_60->get_Type_0(); NullCheck(L_61); bool L_62 = Type_get_IsSerializable_m1040556850(L_61, /*hidden argument*/NULL); if (L_62) { goto IL_013c; } } { SerializationException_t3941511869 * L_63 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_63, _stringLiteral2678104766, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63,ObjectReader_ReadTypeMetadata_m3785645385_RuntimeMethod_var); } IL_013c: { TypeMetadata_t3139523260 * L_64 = V_0; RuntimeTypeHandle_t3027515415 L_65 = { reinterpret_cast (ISerializable_t3375760802_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); TypeMetadata_t3139523260 * L_67 = V_0; NullCheck(L_67); Type_t * L_68 = L_67->get_Type_0(); NullCheck(L_66); bool L_69 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_66, L_68); NullCheck(L_64); L_64->set_NeedsSerializationInfo_5(L_69); TypeMetadata_t3139523260 * L_70 = V_0; NullCheck(L_70); bool L_71 = L_70->get_NeedsSerializationInfo_5(); if (L_71) { goto IL_026c; } } { TypeMetadata_t3139523260 * L_72 = V_0; int32_t L_73 = V_2; NullCheck(L_72); L_72->set_MemberInfos_3(((MemberInfoU5BU5D_t1302094432*)SZArrayNew(MemberInfoU5BU5D_t1302094432_il2cpp_TypeInfo_var, (uint32_t)L_73))); V_12 = 0; goto IL_025d; } IL_0176: { V_13 = (FieldInfo_t *)NULL; StringU5BU5D_t1281789340* L_74 = V_4; int32_t L_75 = V_12; NullCheck(L_74); int32_t L_76 = L_75; String_t* L_77 = (L_74)->GetAt(static_cast(L_76)); V_14 = L_77; String_t* L_78 = V_14; NullCheck(L_78); int32_t L_79 = String_IndexOf_m363431711(L_78, ((int32_t)43), /*hidden argument*/NULL); V_15 = L_79; int32_t L_80 = V_15; if ((((int32_t)L_80) == ((int32_t)(-1)))) { goto IL_01fe; } } { StringU5BU5D_t1281789340* L_81 = V_4; int32_t L_82 = V_12; NullCheck(L_81); int32_t L_83 = L_82; String_t* L_84 = (L_81)->GetAt(static_cast(L_83)); int32_t L_85 = V_15; NullCheck(L_84); String_t* L_86 = String_Substring_m1610150815(L_84, 0, L_85, /*hidden argument*/NULL); V_16 = L_86; StringU5BU5D_t1281789340* L_87 = V_4; int32_t L_88 = V_12; NullCheck(L_87); int32_t L_89 = L_88; String_t* L_90 = (L_87)->GetAt(static_cast(L_89)); int32_t L_91 = V_15; NullCheck(L_90); String_t* L_92 = String_Substring_m2848979100(L_90, ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)), /*hidden argument*/NULL); V_14 = L_92; TypeMetadata_t3139523260 * L_93 = V_0; NullCheck(L_93); Type_t * L_94 = L_93->get_Type_0(); NullCheck(L_94); Type_t * L_95 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_94); V_17 = L_95; goto IL_01f2; } IL_01c4: { Type_t * L_96 = V_17; NullCheck(L_96); String_t* L_97 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_96); String_t* L_98 = V_16; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_99 = String_op_Equality_m920492651(NULL /*static, unused*/, L_97, L_98, /*hidden argument*/NULL); if (!L_99) { goto IL_01e9; } } { Type_t * L_100 = V_17; String_t* L_101 = V_14; NullCheck(L_100); FieldInfo_t * L_102 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(49 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_100, L_101, ((int32_t)52)); V_13 = L_102; goto IL_01f9; } IL_01e9: { Type_t * L_103 = V_17; NullCheck(L_103); Type_t * L_104 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_103); V_17 = L_104; } IL_01f2: { Type_t * L_105 = V_17; if (L_105) { goto IL_01c4; } } IL_01f9: { goto IL_020f; } IL_01fe: { TypeMetadata_t3139523260 * L_106 = V_0; NullCheck(L_106); Type_t * L_107 = L_106->get_Type_0(); String_t* L_108 = V_14; NullCheck(L_107); FieldInfo_t * L_109 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(49 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_107, L_108, ((int32_t)52)); V_13 = L_109; } IL_020f: { FieldInfo_t * L_110 = V_13; if (L_110) { goto IL_023b; } } { StringU5BU5D_t1281789340* L_111 = V_4; int32_t L_112 = V_12; NullCheck(L_111); int32_t L_113 = L_112; String_t* L_114 = (L_111)->GetAt(static_cast(L_113)); TypeMetadata_t3139523260 * L_115 = V_0; NullCheck(L_115); Type_t * L_116 = L_115->get_Type_0(); NullCheck(L_116); String_t* L_117 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_116); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_118 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral1531979413, L_114, _stringLiteral1501889575, L_117, /*hidden argument*/NULL); SerializationException_t3941511869 * L_119 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_119, L_118, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_119,ObjectReader_ReadTypeMetadata_m3785645385_RuntimeMethod_var); } IL_023b: { TypeMetadata_t3139523260 * L_120 = V_0; NullCheck(L_120); MemberInfoU5BU5D_t1302094432* L_121 = L_120->get_MemberInfos_3(); int32_t L_122 = V_12; FieldInfo_t * L_123 = V_13; NullCheck(L_121); ArrayElementTypeCheck (L_121, L_123); (L_121)->SetAt(static_cast(L_122), (MemberInfo_t *)L_123); bool L_124 = ___hasTypeInfo2; if (L_124) { goto IL_0257; } } { TypeU5BU5D_t3940880105* L_125 = V_3; int32_t L_126 = V_12; FieldInfo_t * L_127 = V_13; NullCheck(L_127); Type_t * L_128 = VirtFuncInvoker0< Type_t * >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_127); NullCheck(L_125); ArrayElementTypeCheck (L_125, L_128); (L_125)->SetAt(static_cast(L_126), (Type_t *)L_128); } IL_0257: { int32_t L_129 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); } IL_025d: { int32_t L_130 = V_12; int32_t L_131 = V_2; if ((((int32_t)L_130) < ((int32_t)L_131))) { goto IL_0176; } } { TypeMetadata_t3139523260 * L_132 = V_0; NullCheck(L_132); L_132->set_MemberNames_2((StringU5BU5D_t1281789340*)NULL); } IL_026c: { Hashtable_t1853889766 * L_133 = __this->get__typeMetadataCache_6(); TypeMetadata_t3139523260 * L_134 = V_0; NullCheck(L_134); Type_t * L_135 = L_134->get_Type_0(); NullCheck(L_133); bool L_136 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_133, L_135); if (L_136) { goto IL_0294; } } { Hashtable_t1853889766 * L_137 = __this->get__typeMetadataCache_6(); TypeMetadata_t3139523260 * L_138 = V_0; NullCheck(L_138); Type_t * L_139 = L_138->get_Type_0(); TypeMetadata_t3139523260 * L_140 = V_0; NullCheck(L_137); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_137, L_139, L_140); } IL_0294: { TypeMetadata_t3139523260 * L_141 = V_0; return L_141; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadValue(System.IO.BinaryReader,System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Type,System.String,System.Reflection.MemberInfo,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_ReadValue_m3145979203 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, RuntimeObject * ___parentObject1, int64_t ___parentObjectId2, SerializationInfo_t950877179 * ___info3, Type_t * ___valueType4, String_t* ___fieldName5, MemberInfo_t * ___memberInfo6, Int32U5BU5D_t385246372* ___indices7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadValue_m3145979203_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; uint8_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; SerializationInfo_t950877179 * V_4 = NULL; bool V_5 = false; { Type_t * L_0 = ___valueType4; IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); bool L_1 = BinaryCommon_IsPrimitive_m378904036(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { BinaryReader_t2428077293 * L_2 = ___reader0; Type_t * L_3 = ___valueType4; RuntimeObject * L_4 = ObjectReader_ReadPrimitiveTypeValue_m4293111728(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = ___parentObject1; String_t* L_6 = ___fieldName5; MemberInfo_t * L_7 = ___memberInfo6; SerializationInfo_t950877179 * L_8 = ___info3; RuntimeObject * L_9 = V_0; Type_t * L_10 = ___valueType4; Int32U5BU5D_t385246372* L_11 = ___indices7; ObjectReader_SetObjectValue_m2761159765(__this, L_5, L_6, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return; } IL_0028: { BinaryReader_t2428077293 * L_12 = ___reader0; NullCheck(L_12); uint8_t L_13 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_12); V_1 = L_13; uint8_t L_14 = V_1; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)9))))) { goto IL_0051; } } { BinaryReader_t2428077293 * L_15 = ___reader0; NullCheck(L_15); uint32_t L_16 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_15); V_2 = (((int64_t)((uint64_t)L_16))); int64_t L_17 = ___parentObjectId2; int64_t L_18 = V_2; RuntimeObject * L_19 = ___parentObject1; SerializationInfo_t950877179 * L_20 = ___info3; String_t* L_21 = ___fieldName5; MemberInfo_t * L_22 = ___memberInfo6; Int32U5BU5D_t385246372* L_23 = ___indices7; ObjectReader_RecordFixup_m4125245357(__this, L_17, L_18, L_19, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); return; } IL_0051: { uint8_t L_24 = V_1; BinaryReader_t2428077293 * L_25 = ___reader0; ObjectReader_ReadObject_m540696579(__this, L_24, L_25, (&V_3), (&V_0), (&V_4), /*hidden argument*/NULL); V_5 = (bool)0; int64_t L_26 = V_3; if (!L_26) { goto IL_00bf; } } { RuntimeObject * L_27 = V_0; NullCheck(L_27); Type_t * L_28 = Object_GetType_m88164663(L_27, /*hidden argument*/NULL); NullCheck(L_28); bool L_29 = Type_get_IsValueType_m3108065642(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_008c; } } { int64_t L_30 = ___parentObjectId2; int64_t L_31 = V_3; RuntimeObject * L_32 = ___parentObject1; SerializationInfo_t950877179 * L_33 = ___info3; String_t* L_34 = ___fieldName5; MemberInfo_t * L_35 = ___memberInfo6; Int32U5BU5D_t385246372* L_36 = ___indices7; ObjectReader_RecordFixup_m4125245357(__this, L_30, L_31, L_32, L_33, L_34, L_35, L_36, /*hidden argument*/NULL); V_5 = (bool)1; } IL_008c: { SerializationInfo_t950877179 * L_37 = ___info3; if (L_37) { goto IL_00b1; } } { RuntimeObject * L_38 = ___parentObject1; if (((RuntimeArray *)IsInstClass((RuntimeObject*)L_38, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_00b1; } } { int64_t L_39 = V_3; RuntimeObject * L_40 = V_0; SerializationInfo_t950877179 * L_41 = V_4; int64_t L_42 = ___parentObjectId2; MemberInfo_t * L_43 = ___memberInfo6; ObjectReader_RegisterObject_m1853376334(__this, L_39, L_40, L_41, L_42, L_43, (Int32U5BU5D_t385246372*)(Int32U5BU5D_t385246372*)NULL, /*hidden argument*/NULL); goto IL_00bf; } IL_00b1: { int64_t L_44 = V_3; RuntimeObject * L_45 = V_0; SerializationInfo_t950877179 * L_46 = V_4; int64_t L_47 = ___parentObjectId2; Int32U5BU5D_t385246372* L_48 = ___indices7; ObjectReader_RegisterObject_m1853376334(__this, L_44, L_45, L_46, L_47, (MemberInfo_t *)NULL, L_48, /*hidden argument*/NULL); } IL_00bf: { bool L_49 = V_5; if (L_49) { goto IL_00d8; } } { RuntimeObject * L_50 = ___parentObject1; String_t* L_51 = ___fieldName5; MemberInfo_t * L_52 = ___memberInfo6; SerializationInfo_t950877179 * L_53 = ___info3; RuntimeObject * L_54 = V_0; Type_t * L_55 = ___valueType4; Int32U5BU5D_t385246372* L_56 = ___indices7; ObjectReader_SetObjectValue_m2761159765(__this, L_50, L_51, L_52, L_53, L_54, L_55, L_56, /*hidden argument*/NULL); } IL_00d8: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::SetObjectValue(System.Object,System.String,System.Reflection.MemberInfo,System.Runtime.Serialization.SerializationInfo,System.Object,System.Type,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_SetObjectValue_m2761159765 (ObjectReader_t1940957392 * __this, RuntimeObject * ___parentObject0, String_t* ___fieldName1, MemberInfo_t * ___memberInfo2, SerializationInfo_t950877179 * ___info3, RuntimeObject * ___value4, Type_t * ___valueType5, Int32U5BU5D_t385246372* ___indices6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_SetObjectValue_m2761159765_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___value4; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IObjectReference_t2897431833_il2cpp_TypeInfo_var))) { goto IL_0020; } } { RuntimeObject * L_1 = ___value4; StreamingContext_t3711869237 L_2 = __this->get__context_1(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IObjectReference_t2897431833_il2cpp_TypeInfo_var))); RuntimeObject * L_3 = InterfaceFuncInvoker1< RuntimeObject *, StreamingContext_t3711869237 >::Invoke(0 /* System.Object System.Runtime.Serialization.IObjectReference::GetRealObject(System.Runtime.Serialization.StreamingContext) */, IObjectReference_t2897431833_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IObjectReference_t2897431833_il2cpp_TypeInfo_var)), L_2); ___value4 = L_3; } IL_0020: { RuntimeObject * L_4 = ___parentObject0; if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_4, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_006c; } } { RuntimeObject * L_5 = ___value4; if (!((ArrayNullFiller_t1685365060 *)IsInstClass((RuntimeObject*)L_5, ArrayNullFiller_t1685365060_il2cpp_TypeInfo_var))) { goto IL_0058; } } { RuntimeObject * L_6 = ___value4; NullCheck(((ArrayNullFiller_t1685365060 *)CastclassClass((RuntimeObject*)L_6, ArrayNullFiller_t1685365060_il2cpp_TypeInfo_var))); int32_t L_7 = ((ArrayNullFiller_t1685365060 *)CastclassClass((RuntimeObject*)L_6, ArrayNullFiller_t1685365060_il2cpp_TypeInfo_var))->get_NullCount_0(); V_0 = L_7; Int32U5BU5D_t385246372* L_8 = ___indices6; NullCheck(L_8); int32_t* L_9 = ((L_8)->GetAddressAt(static_cast(0))); int32_t L_10 = V_0; *((int32_t*)(L_9)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_9)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)))); goto IL_0067; } IL_0058: { RuntimeObject * L_11 = ___parentObject0; RuntimeObject * L_12 = ___value4; Int32U5BU5D_t385246372* L_13 = ___indices6; NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_11, RuntimeArray_il2cpp_TypeInfo_var))); Array_SetValue_m1804138688(((RuntimeArray *)CastclassClass((RuntimeObject*)L_11, RuntimeArray_il2cpp_TypeInfo_var)), L_12, L_13, /*hidden argument*/NULL); } IL_0067: { goto IL_00b1; } IL_006c: { SerializationInfo_t950877179 * L_14 = ___info3; if (!L_14) { goto IL_0084; } } { SerializationInfo_t950877179 * L_15 = ___info3; String_t* L_16 = ___fieldName1; RuntimeObject * L_17 = ___value4; Type_t * L_18 = ___valueType5; NullCheck(L_15); SerializationInfo_AddValue_m3906743584(L_15, L_16, L_17, L_18, /*hidden argument*/NULL); goto IL_00b1; } IL_0084: { MemberInfo_t * L_19 = ___memberInfo2; if (!((FieldInfo_t *)IsInstClass((RuntimeObject*)L_19, FieldInfo_t_il2cpp_TypeInfo_var))) { goto IL_00a2; } } { MemberInfo_t * L_20 = ___memberInfo2; RuntimeObject * L_21 = ___parentObject0; RuntimeObject * L_22 = ___value4; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_20, FieldInfo_t_il2cpp_TypeInfo_var))); FieldInfo_SetValue_m2460171138(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_20, FieldInfo_t_il2cpp_TypeInfo_var)), L_21, L_22, /*hidden argument*/NULL); goto IL_00b1; } IL_00a2: { MemberInfo_t * L_23 = ___memberInfo2; RuntimeObject * L_24 = ___parentObject0; RuntimeObject * L_25 = ___value4; NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_23, PropertyInfo_t_il2cpp_TypeInfo_var))); VirtActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(25 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_23, PropertyInfo_t_il2cpp_TypeInfo_var)), L_24, L_25, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL); } IL_00b1: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader::RecordFixup(System.Int64,System.Int64,System.Object,System.Runtime.Serialization.SerializationInfo,System.String,System.Reflection.MemberInfo,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectReader_RecordFixup_m4125245357 (ObjectReader_t1940957392 * __this, int64_t ___parentObjectId0, int64_t ___childObjectId1, RuntimeObject * ___parentObject2, SerializationInfo_t950877179 * ___info3, String_t* ___fieldName4, MemberInfo_t * ___memberInfo5, Int32U5BU5D_t385246372* ___indices6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_RecordFixup_m4125245357_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info3; if (!L_0) { goto IL_001b; } } { ObjectManager_t1653064325 * L_1 = __this->get__manager_4(); int64_t L_2 = ___parentObjectId0; String_t* L_3 = ___fieldName4; int64_t L_4 = ___childObjectId1; NullCheck(L_1); VirtActionInvoker3< int64_t, String_t*, int64_t >::Invoke(9 /* System.Void System.Runtime.Serialization.ObjectManager::RecordDelayedFixup(System.Int64,System.String,System.Int64) */, L_1, L_2, L_3, L_4); goto IL_0073; } IL_001b: { RuntimeObject * L_5 = ___parentObject2; if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_5, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_0064; } } { Int32U5BU5D_t385246372* L_6 = ___indices6; NullCheck(L_6); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) == ((uint32_t)1)))) { goto IL_0046; } } { ObjectManager_t1653064325 * L_7 = __this->get__manager_4(); int64_t L_8 = ___parentObjectId0; Int32U5BU5D_t385246372* L_9 = ___indices6; NullCheck(L_9); int32_t L_10 = 0; int32_t L_11 = (L_9)->GetAt(static_cast(L_10)); int64_t L_12 = ___childObjectId1; NullCheck(L_7); VirtActionInvoker3< int64_t, int32_t, int64_t >::Invoke(7 /* System.Void System.Runtime.Serialization.ObjectManager::RecordArrayElementFixup(System.Int64,System.Int32,System.Int64) */, L_7, L_8, L_11, L_12); goto IL_005f; } IL_0046: { ObjectManager_t1653064325 * L_13 = __this->get__manager_4(); int64_t L_14 = ___parentObjectId0; Int32U5BU5D_t385246372* L_15 = ___indices6; NullCheck((RuntimeArray *)(RuntimeArray *)L_15); RuntimeObject * L_16 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_15, /*hidden argument*/NULL); int64_t L_17 = ___childObjectId1; NullCheck(L_13); VirtActionInvoker3< int64_t, Int32U5BU5D_t385246372*, int64_t >::Invoke(8 /* System.Void System.Runtime.Serialization.ObjectManager::RecordArrayElementFixup(System.Int64,System.Int32[],System.Int64) */, L_13, L_14, ((Int32U5BU5D_t385246372*)Castclass((RuntimeObject*)L_16, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var)), L_17); } IL_005f: { goto IL_0073; } IL_0064: { ObjectManager_t1653064325 * L_18 = __this->get__manager_4(); int64_t L_19 = ___parentObjectId0; MemberInfo_t * L_20 = ___memberInfo5; int64_t L_21 = ___childObjectId1; NullCheck(L_18); VirtActionInvoker3< int64_t, MemberInfo_t *, int64_t >::Invoke(10 /* System.Void System.Runtime.Serialization.ObjectManager::RecordFixup(System.Int64,System.Reflection.MemberInfo,System.Int64) */, L_18, L_19, L_20, L_21); } IL_0073: { return; } } // System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::GetDeserializationType(System.Int64,System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectReader_GetDeserializationType_m1493678790 (ObjectReader_t1940957392 * __this, int64_t ___assemblyId0, String_t* ___className1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_GetDeserializationType_m1493678790_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; Assembly_t * V_2 = NULL; { Hashtable_t1853889766 * L_0 = __this->get__registeredAssemblies_5(); int64_t L_1 = ___assemblyId0; int64_t L_2 = L_1; RuntimeObject * L_3 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_3); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); SerializationBinder_t274213469 * L_5 = __this->get__binder_2(); if (!L_5) { goto IL_0038; } } { SerializationBinder_t274213469 * L_6 = __this->get__binder_2(); String_t* L_7 = V_1; String_t* L_8 = ___className1; NullCheck(L_6); Type_t * L_9 = VirtFuncInvoker2< Type_t *, String_t*, String_t* >::Invoke(4 /* System.Type System.Runtime.Serialization.SerializationBinder::BindToType(System.String,System.String) */, L_6, L_7, L_8); V_0 = L_9; Type_t * L_10 = V_0; if (!L_10) { goto IL_0038; } } { Type_t * L_11 = V_0; return L_11; } IL_0038: { String_t* L_12 = V_1; Assembly_t * L_13 = Assembly_Load_m3487507613(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_2 = L_13; Assembly_t * L_14 = V_2; String_t* L_15 = ___className1; NullCheck(L_14); Type_t * L_16 = VirtFuncInvoker2< Type_t *, String_t*, bool >::Invoke(16 /* System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean) */, L_14, L_15, (bool)1); V_0 = L_16; Type_t * L_17 = V_0; if (!L_17) { goto IL_0050; } } { Type_t * L_18 = V_0; return L_18; } IL_0050: { String_t* L_19 = ___className1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2035325933, L_19, _stringLiteral3450648441, /*hidden argument*/NULL); SerializationException_t3941511869 * L_21 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,ObjectReader_GetDeserializationType_m1493678790_RuntimeMethod_var); } } // System.Type System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadType(System.IO.BinaryReader,System.Runtime.Serialization.Formatters.Binary.TypeTag) extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectReader_ReadType_m1663843507 (ObjectReader_t1940957392 * __this, BinaryReader_t2428077293 * ___reader0, uint8_t ___code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadType_m1663843507_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Type_t * V_1 = NULL; String_t* V_2 = NULL; int64_t V_3 = 0; Type_t * V_4 = NULL; uint8_t V_5 = 0; { uint8_t L_0 = ___code1; V_5 = L_0; uint8_t L_1 = V_5; switch (L_1) { case 0: { goto IL_002f; } case 1: { goto IL_003b; } case 2: { goto IL_0046; } case 3: { goto IL_0051; } case 4: { goto IL_00c0; } case 5: { goto IL_00d8; } case 6: { goto IL_00e3; } case 7: { goto IL_00ee; } } } { goto IL_0112; } IL_002f: { BinaryReader_t2428077293 * L_2 = ___reader0; NullCheck(L_2); uint8_t L_3 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); Type_t * L_4 = BinaryCommon_GetTypeFromCode_m39036572(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return L_4; } IL_003b: { RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return L_6; } IL_0046: { RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return L_8; } IL_0051: { BinaryReader_t2428077293 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_9); V_0 = L_10; StreamingContext_t3711869237 * L_11 = __this->get_address_of__context_1(); int32_t L_12 = StreamingContext_get_State_m3338773567(L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)16))))) { goto IL_00a0; } } { String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, _stringLiteral3290728807, /*hidden argument*/NULL); if (!L_14) { goto IL_0085; } } { RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (MonoType_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return L_16; } IL_0085: { String_t* L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_17, _stringLiteral2868077447, /*hidden argument*/NULL); if (!L_18) { goto IL_00a0; } } { RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (MonoTypeU5BU5D_t3512060744_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); return L_20; } IL_00a0: { String_t* L_21 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_21, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_1 = L_22; Type_t * L_23 = V_1; if (!L_23) { goto IL_00af; } } { Type_t * L_24 = V_1; return L_24; } IL_00af: { String_t* L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1750386656, L_25, /*hidden argument*/NULL); SerializationException_t3941511869 * L_27 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,ObjectReader_ReadType_m1663843507_RuntimeMethod_var); } IL_00c0: { BinaryReader_t2428077293 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_28); V_2 = L_29; BinaryReader_t2428077293 * L_30 = ___reader0; NullCheck(L_30); uint32_t L_31 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_30); V_3 = (((int64_t)((uint64_t)L_31))); int64_t L_32 = V_3; String_t* L_33 = V_2; Type_t * L_34 = ObjectReader_GetDeserializationType_m1493678790(__this, L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_00d8: { RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (ObjectU5BU5D_t2843939325_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); return L_36; } IL_00e3: { RuntimeTypeHandle_t3027515415 L_37 = { reinterpret_cast (StringU5BU5D_t1281789340_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); return L_38; } IL_00ee: { BinaryReader_t2428077293 * L_39 = ___reader0; NullCheck(L_39); uint8_t L_40 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_39); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); Type_t * L_41 = BinaryCommon_GetTypeFromCode_m39036572(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); V_4 = L_41; Type_t * L_42 = V_4; NullCheck(L_42); String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_42); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Concat_m3937257545(NULL /*static, unused*/, L_43, _stringLiteral3458054133, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_44, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); return L_45; } IL_0112: { NotSupportedException_t1314879016 * L_46 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_46, _stringLiteral572441222, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,ObjectReader_ReadType_m1663843507_RuntimeMethod_var); } } // System.Object System.Runtime.Serialization.Formatters.Binary.ObjectReader::ReadPrimitiveTypeValue(System.IO.BinaryReader,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectReader_ReadPrimitiveTypeValue_m4293111728 (RuntimeObject * __this /* static, unused */, BinaryReader_t2428077293 * ___reader0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectReader_ReadPrimitiveTypeValue_m4293111728_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___type1; if (L_0) { goto IL_0008; } } { return NULL; } IL_0008: { Type_t * L_1 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_2 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)3))) { case 0: { goto IL_005c; } case 1: { goto IL_0074; } case 2: { goto IL_00d7; } case 3: { goto IL_0068; } case 4: { goto IL_00b3; } case 5: { goto IL_00ef; } case 6: { goto IL_00bf; } case 7: { goto IL_00fb; } case 8: { goto IL_00cb; } case 9: { goto IL_0107; } case 10: { goto IL_00e3; } case 11: { goto IL_00a7; } case 12: { goto IL_0091; } case 13: { goto IL_0080; } case 14: { goto IL_011a; } case 15: { goto IL_0113; } } } { goto IL_011a; } IL_005c: { BinaryReader_t2428077293 * L_4 = ___reader0; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.IO.BinaryReader::ReadBoolean() */, L_4); bool L_6 = L_5; RuntimeObject * L_7 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_6); return L_7; } IL_0068: { BinaryReader_t2428077293 * L_8 = ___reader0; NullCheck(L_8); uint8_t L_9 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_8); uint8_t L_10 = L_9; RuntimeObject * L_11 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_10); return L_11; } IL_0074: { BinaryReader_t2428077293 * L_12 = ___reader0; NullCheck(L_12); Il2CppChar L_13 = VirtFuncInvoker0< Il2CppChar >::Invoke(15 /* System.Char System.IO.BinaryReader::ReadChar() */, L_12); Il2CppChar L_14 = L_13; RuntimeObject * L_15 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_0080: { BinaryReader_t2428077293 * L_16 = ___reader0; NullCheck(L_16); int64_t L_17 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_18 = DateTime_FromBinary_m2489276715(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); DateTime_t3738529785 L_19 = L_18; RuntimeObject * L_20 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_19); return L_20; } IL_0091: { BinaryReader_t2428077293 * L_21 = ___reader0; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_21); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_23 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_24 = Decimal_Parse_m4154418249(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); Decimal_t2948259380 L_25 = L_24; RuntimeObject * L_26 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_25); return L_26; } IL_00a7: { BinaryReader_t2428077293 * L_27 = ___reader0; NullCheck(L_27); double L_28 = VirtFuncInvoker0< double >::Invoke(17 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_27); double L_29 = L_28; RuntimeObject * L_30 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_29); return L_30; } IL_00b3: { BinaryReader_t2428077293 * L_31 = ___reader0; NullCheck(L_31); int16_t L_32 = VirtFuncInvoker0< int16_t >::Invoke(18 /* System.Int16 System.IO.BinaryReader::ReadInt16() */, L_31); int16_t L_33 = L_32; RuntimeObject * L_34 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_33); return L_34; } IL_00bf: { BinaryReader_t2428077293 * L_35 = ___reader0; NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_35); int32_t L_37 = L_36; RuntimeObject * L_38 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_37); return L_38; } IL_00cb: { BinaryReader_t2428077293 * L_39 = ___reader0; NullCheck(L_39); int64_t L_40 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_39); int64_t L_41 = L_40; RuntimeObject * L_42 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_41); return L_42; } IL_00d7: { BinaryReader_t2428077293 * L_43 = ___reader0; NullCheck(L_43); int8_t L_44 = VirtFuncInvoker0< int8_t >::Invoke(21 /* System.SByte System.IO.BinaryReader::ReadSByte() */, L_43); int8_t L_45 = L_44; RuntimeObject * L_46 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_45); return L_46; } IL_00e3: { BinaryReader_t2428077293 * L_47 = ___reader0; NullCheck(L_47); float L_48 = VirtFuncInvoker0< float >::Invoke(23 /* System.Single System.IO.BinaryReader::ReadSingle() */, L_47); float L_49 = L_48; RuntimeObject * L_50 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_49); return L_50; } IL_00ef: { BinaryReader_t2428077293 * L_51 = ___reader0; NullCheck(L_51); uint16_t L_52 = VirtFuncInvoker0< uint16_t >::Invoke(24 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_51); uint16_t L_53 = L_52; RuntimeObject * L_54 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_53); return L_54; } IL_00fb: { BinaryReader_t2428077293 * L_55 = ___reader0; NullCheck(L_55); uint32_t L_56 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_55); uint32_t L_57 = L_56; RuntimeObject * L_58 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_57); return L_58; } IL_0107: { BinaryReader_t2428077293 * L_59 = ___reader0; NullCheck(L_59); uint64_t L_60 = VirtFuncInvoker0< uint64_t >::Invoke(26 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_59); uint64_t L_61 = L_60; RuntimeObject * L_62 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_61); return L_62; } IL_0113: { BinaryReader_t2428077293 * L_63 = ___reader0; NullCheck(L_63); String_t* L_64 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_63); return L_64; } IL_011a: { Type_t * L_65 = ___type1; RuntimeTypeHandle_t3027515415 L_66 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_67 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_65) == ((RuntimeObject*)(Type_t *)L_67)))) { goto IL_013b; } } { BinaryReader_t2428077293 * L_68 = ___reader0; NullCheck(L_68); int64_t L_69 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_68); TimeSpan_t881159249 L_70; memset(&L_70, 0, sizeof(L_70)); TimeSpan__ctor_m1896986612((&L_70), L_69, /*hidden argument*/NULL); TimeSpan_t881159249 L_71 = L_70; RuntimeObject * L_72 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_71); return L_72; } IL_013b: { Type_t * L_73 = ___type1; NullCheck(L_73); String_t* L_74 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_73); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_75 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1407403950, L_74, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_76 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_76, L_75, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76,ObjectReader_ReadPrimitiveTypeValue_m4293111728_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.Runtime.Serialization.Formatters.Binary.ObjectReader/ArrayNullFiller::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayNullFiller__ctor_m1460935784 (ArrayNullFiller_t1685365060 * __this, int32_t ___count0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___count0; __this->set_NullCount_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeMetadata__ctor_m646635308 (TypeMetadata_t3139523260 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.Serialization.Formatters.Binary.ObjectWriter::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.FormatterAssemblyStyle,System.Runtime.Serialization.Formatters.FormatterTypeStyle) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter__ctor_m2586423995 (ObjectWriter_t2968406231 * __this, RuntimeObject* ___surrogateSelector0, StreamingContext_t3711869237 ___context1, int32_t ___assemblyFormat2, int32_t ___typeFormat3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter__ctor_m2586423995_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectIDGenerator_t1260826161 * L_0 = (ObjectIDGenerator_t1260826161 *)il2cpp_codegen_object_new(ObjectIDGenerator_t1260826161_il2cpp_TypeInfo_var); ObjectIDGenerator__ctor_m2117120656(L_0, /*hidden argument*/NULL); __this->set__idGenerator_0(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); __this->set__cachedMetadata_1(L_1); Queue_t3637523393 * L_2 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2030580699(L_2, /*hidden argument*/NULL); __this->set__pendingObjects_2(L_2); Hashtable_t1853889766 * L_3 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_3, /*hidden argument*/NULL); __this->set__assemblyCache_3(L_3); __this->set_ArrayBufferLength_12(((int32_t)4096)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_4 = ___surrogateSelector0; __this->set__surrogateSelector_7(L_4); StreamingContext_t3711869237 L_5 = ___context1; __this->set__context_8(L_5); int32_t L_6 = ___assemblyFormat2; __this->set__assemblyFormat_9(L_6); int32_t L_7 = ___typeFormat3; __this->set__typeFormat_10(L_7); StreamingContext_t3711869237 L_8 = ___context1; SerializationObjectManager_t4107654543 * L_9 = (SerializationObjectManager_t4107654543 *)il2cpp_codegen_object_new(SerializationObjectManager_t4107654543_il2cpp_TypeInfo_var); SerializationObjectManager__ctor_m460008415(L_9, L_8, /*hidden argument*/NULL); __this->set__manager_13(L_9); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::.cctor() extern "C" IL2CPP_METHOD_ATTR void ObjectWriter__cctor_m2748224627 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter__cctor_m2748224627_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); ((ObjectWriter_t2968406231_StaticFields*)il2cpp_codegen_static_fields_for(ObjectWriter_t2968406231_il2cpp_TypeInfo_var))->set__cachedTypes_4(L_0); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_2); Assembly_t * L_3 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_2); ((ObjectWriter_t2968406231_StaticFields*)il2cpp_codegen_static_fields_for(ObjectWriter_t2968406231_il2cpp_TypeInfo_var))->set_CorlibAssembly_5(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_5); Assembly_t * L_6 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_5); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_6); ((ObjectWriter_t2968406231_StaticFields*)il2cpp_codegen_static_fields_for(ObjectWriter_t2968406231_il2cpp_TypeInfo_var))->set_CorlibAssemblyName_6(L_7); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObjectGraph(System.IO.BinaryWriter,System.Object,System.Runtime.Remoting.Messaging.Header[]) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObjectGraph_m1096671657 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, RuntimeObject * ___obj1, HeaderU5BU5D_t204812840* ___headers2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteObjectGraph_m1096671657_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Queue_t3637523393 * L_0 = __this->get__pendingObjects_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(16 /* System.Void System.Collections.Queue::Clear() */, L_0); HeaderU5BU5D_t204812840* L_1 = ___headers2; if (!L_1) { goto IL_0018; } } { HeaderU5BU5D_t204812840* L_2 = ___headers2; ObjectWriter_QueueObject_m3487717536(__this, (RuntimeObject *)(RuntimeObject *)L_2, /*hidden argument*/NULL); } IL_0018: { RuntimeObject * L_3 = ___obj1; ObjectWriter_QueueObject_m3487717536(__this, L_3, /*hidden argument*/NULL); BinaryWriter_t3992595042 * L_4 = ___writer0; ObjectWriter_WriteQueuedObjects_m502447341(__this, L_4, /*hidden argument*/NULL); BinaryWriter_t3992595042 * L_5 = ___writer0; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter_WriteSerializationEnd_m4228661922(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); SerializationObjectManager_t4107654543 * L_6 = __this->get__manager_13(); NullCheck(L_6); SerializationObjectManager_RaiseOnSerializedEvent_m272248422(L_6, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::QueueObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_QueueObject_m3487717536 (ObjectWriter_t2968406231 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { Queue_t3637523393 * L_0 = __this->get__pendingObjects_2(); RuntimeObject * L_1 = ___obj0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_0, L_1); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteQueuedObjects(System.IO.BinaryWriter) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteQueuedObjects_m502447341 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, const RuntimeMethod* method) { { goto IL_0018; } IL_0005: { BinaryWriter_t3992595042 * L_0 = ___writer0; Queue_t3637523393 * L_1 = __this->get__pendingObjects_2(); NullCheck(L_1); RuntimeObject * L_2 = VirtFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Queue::Dequeue() */, L_1); ObjectWriter_WriteObjectInstance_m4123656775(__this, L_0, L_2, (bool)0, /*hidden argument*/NULL); } IL_0018: { Queue_t3637523393 * L_3 = __this->get__pendingObjects_2(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_3); if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_0005; } } { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObjectInstance(System.IO.BinaryWriter,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObjectInstance_m4123656775 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, RuntimeObject * ___obj1, bool ___isValueObject2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteObjectInstance_m4123656775_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int64_t V_1 = 0; { bool L_0 = ___isValueObject2; if (!L_0) { goto IL_0017; } } { ObjectIDGenerator_t1260826161 * L_1 = __this->get__idGenerator_0(); NullCheck(L_1); int64_t L_2 = ObjectIDGenerator_get_NextId_m3343770173(L_1, /*hidden argument*/NULL); V_1 = L_2; goto IL_0026; } IL_0017: { ObjectIDGenerator_t1260826161 * L_3 = __this->get__idGenerator_0(); RuntimeObject * L_4 = ___obj1; NullCheck(L_3); int64_t L_5 = VirtFuncInvoker2< int64_t, RuntimeObject *, bool* >::Invoke(4 /* System.Int64 System.Runtime.Serialization.ObjectIDGenerator::GetId(System.Object,System.Boolean&) */, L_3, L_4, (&V_0)); V_1 = L_5; } IL_0026: { RuntimeObject * L_6 = ___obj1; if (!((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var))) { goto IL_0044; } } { BinaryWriter_t3992595042 * L_7 = ___writer0; int64_t L_8 = V_1; RuntimeObject * L_9 = ___obj1; ObjectWriter_WriteString_m2607199782(__this, L_7, L_8, ((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_006b; } IL_0044: { RuntimeObject * L_10 = ___obj1; if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_10, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_0062; } } { BinaryWriter_t3992595042 * L_11 = ___writer0; int64_t L_12 = V_1; RuntimeObject * L_13 = ___obj1; ObjectWriter_WriteArray_m1738497250(__this, L_11, L_12, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_13, RuntimeArray_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_006b; } IL_0062: { BinaryWriter_t3992595042 * L_14 = ___writer0; int64_t L_15 = V_1; RuntimeObject * L_16 = ___obj1; ObjectWriter_WriteObject_m3639703743(__this, L_14, L_15, L_16, /*hidden argument*/NULL); } IL_006b: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteSerializationEnd(System.IO.BinaryWriter) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteSerializationEnd_m4228661922 (RuntimeObject * __this /* static, unused */, BinaryWriter_t3992595042 * ___writer0, const RuntimeMethod* method) { { BinaryWriter_t3992595042 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_0, (uint8_t)((int32_t)11)); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObject(System.IO.BinaryWriter,System.Int64,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObject_m3639703743 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeObject * ___obj2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteObject_m3639703743_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; TypeMetadata_t2187352167 * V_1 = NULL; MetadataReference_t4077873660 * V_2 = NULL; bool V_3 = false; uint8_t V_4 = 0; int32_t V_5 = 0; int32_t G_B8_0 = 0; int32_t G_B12_0 = 0; int32_t G_B16_0 = 0; { RuntimeObject * L_0 = ___obj2; ObjectWriter_GetObjectData_m2149519430(__this, L_0, (&V_1), (&V_0), /*hidden argument*/NULL); Hashtable_t1853889766 * L_1 = __this->get__cachedMetadata_1(); TypeMetadata_t2187352167 * L_2 = V_1; NullCheck(L_2); String_t* L_3 = L_2->get_InstanceTypeName_1(); NullCheck(L_1); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_3); V_2 = ((MetadataReference_t4077873660 *)CastclassClass((RuntimeObject*)L_4, MetadataReference_t4077873660_il2cpp_TypeInfo_var)); MetadataReference_t4077873660 * L_5 = V_2; if (!L_5) { goto IL_005f; } } { TypeMetadata_t2187352167 * L_6 = V_1; MetadataReference_t4077873660 * L_7 = V_2; NullCheck(L_7); TypeMetadata_t2187352167 * L_8 = L_7->get_Metadata_0(); NullCheck(L_6); bool L_9 = VirtFuncInvoker1< bool, TypeMetadata_t2187352167 * >::Invoke(7 /* System.Boolean System.Runtime.Serialization.Formatters.Binary.TypeMetadata::IsCompatible(System.Runtime.Serialization.Formatters.Binary.TypeMetadata) */, L_6, L_8); if (!L_9) { goto IL_005f; } } { BinaryWriter_t3992595042 * L_10 = ___writer0; NullCheck(L_10); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_10, (uint8_t)1); BinaryWriter_t3992595042 * L_11 = ___writer0; int64_t L_12 = ___id1; NullCheck(L_11); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_11, (((int32_t)((int32_t)L_12)))); BinaryWriter_t3992595042 * L_13 = ___writer0; MetadataReference_t4077873660 * L_14 = V_2; NullCheck(L_14); int64_t L_15 = L_14->get_ObjectID_1(); NullCheck(L_13); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_13, (((int32_t)((int32_t)L_15)))); TypeMetadata_t2187352167 * L_16 = V_1; BinaryWriter_t3992595042 * L_17 = ___writer0; RuntimeObject * L_18 = V_0; NullCheck(L_16); VirtActionInvoker3< ObjectWriter_t2968406231 *, BinaryWriter_t3992595042 *, RuntimeObject * >::Invoke(6 /* System.Void System.Runtime.Serialization.Formatters.Binary.TypeMetadata::WriteObjectData(System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter,System.Object) */, L_16, __this, L_17, L_18); return; } IL_005f: { MetadataReference_t4077873660 * L_19 = V_2; if (L_19) { goto IL_007f; } } { TypeMetadata_t2187352167 * L_20 = V_1; int64_t L_21 = ___id1; MetadataReference_t4077873660 * L_22 = (MetadataReference_t4077873660 *)il2cpp_codegen_object_new(MetadataReference_t4077873660_il2cpp_TypeInfo_var); MetadataReference__ctor_m15653650(L_22, L_20, L_21, /*hidden argument*/NULL); V_2 = L_22; Hashtable_t1853889766 * L_23 = __this->get__cachedMetadata_1(); TypeMetadata_t2187352167 * L_24 = V_1; NullCheck(L_24); String_t* L_25 = L_24->get_InstanceTypeName_1(); MetadataReference_t4077873660 * L_26 = V_2; NullCheck(L_23); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_23, L_25, L_26); } IL_007f: { TypeMetadata_t2187352167 * L_27 = V_1; NullCheck(L_27); bool L_28 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Runtime.Serialization.Formatters.Binary.TypeMetadata::get_RequiresTypes() */, L_27); if (L_28) { goto IL_0095; } } { int32_t L_29 = __this->get__typeFormat_10(); G_B8_0 = ((((int32_t)L_29) == ((int32_t)1))? 1 : 0); goto IL_0096; } IL_0095: { G_B8_0 = 1; } IL_0096: { V_3 = (bool)G_B8_0; TypeMetadata_t2187352167 * L_30 = V_1; NullCheck(L_30); String_t* L_31 = L_30->get_TypeAssemblyName_0(); IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); String_t* L_32 = ((ObjectWriter_t2968406231_StaticFields*)il2cpp_codegen_static_fields_for(ObjectWriter_t2968406231_il2cpp_TypeInfo_var))->get_CorlibAssemblyName_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_33 = String_op_Equality_m920492651(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00c3; } } { bool L_34 = V_3; if (!L_34) { goto IL_00b8; } } { G_B12_0 = 4; goto IL_00b9; } IL_00b8: { G_B12_0 = 2; } IL_00b9: { V_4 = G_B12_0; V_5 = (-1); goto IL_00e1; } IL_00c3: { bool L_35 = V_3; if (!L_35) { goto IL_00cf; } } { G_B16_0 = 5; goto IL_00d0; } IL_00cf: { G_B16_0 = 3; } IL_00d0: { V_4 = G_B16_0; BinaryWriter_t3992595042 * L_36 = ___writer0; TypeMetadata_t2187352167 * L_37 = V_1; NullCheck(L_37); String_t* L_38 = L_37->get_TypeAssemblyName_0(); int32_t L_39 = ObjectWriter_WriteAssemblyName_m3097158773(__this, L_36, L_38, /*hidden argument*/NULL); V_5 = L_39; } IL_00e1: { TypeMetadata_t2187352167 * L_40 = V_1; BinaryWriter_t3992595042 * L_41 = ___writer0; NullCheck(L_40); VirtActionInvoker2< ObjectWriter_t2968406231 *, BinaryWriter_t3992595042 * >::Invoke(4 /* System.Void System.Runtime.Serialization.Formatters.Binary.TypeMetadata::WriteAssemblies(System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter) */, L_40, __this, L_41); BinaryWriter_t3992595042 * L_42 = ___writer0; uint8_t L_43 = V_4; NullCheck(L_42); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_42, L_43); BinaryWriter_t3992595042 * L_44 = ___writer0; int64_t L_45 = ___id1; NullCheck(L_44); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_44, (((int32_t)((int32_t)L_45)))); BinaryWriter_t3992595042 * L_46 = ___writer0; TypeMetadata_t2187352167 * L_47 = V_1; NullCheck(L_47); String_t* L_48 = L_47->get_InstanceTypeName_1(); NullCheck(L_46); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_46, L_48); TypeMetadata_t2187352167 * L_49 = V_1; BinaryWriter_t3992595042 * L_50 = ___writer0; bool L_51 = V_3; NullCheck(L_49); VirtActionInvoker3< ObjectWriter_t2968406231 *, BinaryWriter_t3992595042 *, bool >::Invoke(5 /* System.Void System.Runtime.Serialization.Formatters.Binary.TypeMetadata::WriteTypeData(System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter,System.Boolean) */, L_49, __this, L_50, L_51); int32_t L_52 = V_5; if ((((int32_t)L_52) == ((int32_t)(-1)))) { goto IL_011e; } } { BinaryWriter_t3992595042 * L_53 = ___writer0; int32_t L_54 = V_5; NullCheck(L_53); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_53, L_54); } IL_011e: { TypeMetadata_t2187352167 * L_55 = V_1; BinaryWriter_t3992595042 * L_56 = ___writer0; RuntimeObject * L_57 = V_0; NullCheck(L_55); VirtActionInvoker3< ObjectWriter_t2968406231 *, BinaryWriter_t3992595042 *, RuntimeObject * >::Invoke(6 /* System.Void System.Runtime.Serialization.Formatters.Binary.TypeMetadata::WriteObjectData(System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter,System.Object) */, L_55, __this, L_56, L_57); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetObjectData(System.Object,System.Runtime.Serialization.Formatters.Binary.TypeMetadata&,System.Object&) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_GetObjectData_m2149519430 (ObjectWriter_t2968406231 * __this, RuntimeObject * ___obj0, TypeMetadata_t2187352167 ** ___metadata1, RuntimeObject ** ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_GetObjectData_m2149519430_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; SerializationInfo_t950877179 * V_3 = NULL; RuntimeObject* V_4 = NULL; SerializationInfo_t950877179 * V_5 = NULL; Hashtable_t1853889766 * V_6 = NULL; bool V_7 = false; Hashtable_t1853889766 * V_8 = NULL; Hashtable_t1853889766 * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___obj0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = __this->get__surrogateSelector_7(); if (!L_2) { goto IL_0054; } } { RuntimeObject* L_3 = __this->get__surrogateSelector_7(); Type_t * L_4 = V_0; StreamingContext_t3711869237 L_5 = __this->get__context_8(); NullCheck(L_3); RuntimeObject* L_6 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t3711869237 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t3040401154_il2cpp_TypeInfo_var, L_3, L_4, L_5, (&V_1)); V_2 = L_6; RuntimeObject* L_7 = V_2; if (!L_7) { goto IL_0054; } } { Type_t * L_8 = V_0; FormatterConverter_t2760117746 * L_9 = (FormatterConverter_t2760117746 *)il2cpp_codegen_object_new(FormatterConverter_t2760117746_il2cpp_TypeInfo_var); FormatterConverter__ctor_m4071877133(L_9, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_10 = (SerializationInfo_t950877179 *)il2cpp_codegen_object_new(SerializationInfo_t950877179_il2cpp_TypeInfo_var); SerializationInfo__ctor_m2923079689(L_10, L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; RuntimeObject* L_11 = V_2; RuntimeObject * L_12 = ___obj0; SerializationInfo_t950877179 * L_13 = V_3; StreamingContext_t3711869237 L_14 = __this->get__context_8(); NullCheck(L_11); InterfaceActionInvoker3< RuntimeObject *, SerializationInfo_t950877179 *, StreamingContext_t3711869237 >::Invoke(0 /* System.Void System.Runtime.Serialization.ISerializationSurrogate::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, ISerializationSurrogate_t2624761601_il2cpp_TypeInfo_var, L_11, L_12, L_13, L_14); TypeMetadata_t2187352167 ** L_15 = ___metadata1; Type_t * L_16 = V_0; SerializationInfo_t950877179 * L_17 = V_3; SerializableTypeMetadata_t2796913665 * L_18 = (SerializableTypeMetadata_t2796913665 *)il2cpp_codegen_object_new(SerializableTypeMetadata_t2796913665_il2cpp_TypeInfo_var); SerializableTypeMetadata__ctor_m4102127793(L_18, L_16, L_17, /*hidden argument*/NULL); *((RuntimeObject **)(L_15)) = (RuntimeObject *)L_18; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_15), (RuntimeObject *)L_18); RuntimeObject ** L_19 = ___data2; SerializationInfo_t950877179 * L_20 = V_3; *((RuntimeObject **)(L_19)) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_19), (RuntimeObject *)L_20); return; } IL_0054: { Type_t * L_21 = V_0; RuntimeObject* L_22 = __this->get__surrogateSelector_7(); StreamingContext_t3711869237 L_23 = __this->get__context_8(); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); BinaryCommon_CheckSerializable_m3673092502(NULL /*static, unused*/, L_21, L_22, L_23, /*hidden argument*/NULL); SerializationObjectManager_t4107654543 * L_24 = __this->get__manager_13(); RuntimeObject * L_25 = ___obj0; NullCheck(L_24); SerializationObjectManager_RegisterObject_m951822324(L_24, L_25, /*hidden argument*/NULL); RuntimeObject * L_26 = ___obj0; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, ISerializable_t3375760802_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_4; if (!L_27) { goto IL_00b0; } } { Type_t * L_28 = V_0; FormatterConverter_t2760117746 * L_29 = (FormatterConverter_t2760117746 *)il2cpp_codegen_object_new(FormatterConverter_t2760117746_il2cpp_TypeInfo_var); FormatterConverter__ctor_m4071877133(L_29, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_30 = (SerializationInfo_t950877179 *)il2cpp_codegen_object_new(SerializationInfo_t950877179_il2cpp_TypeInfo_var); SerializationInfo__ctor_m2923079689(L_30, L_28, L_29, /*hidden argument*/NULL); V_5 = L_30; RuntimeObject* L_31 = V_4; SerializationInfo_t950877179 * L_32 = V_5; StreamingContext_t3711869237 L_33 = __this->get__context_8(); NullCheck(L_31); InterfaceActionInvoker2< SerializationInfo_t950877179 *, StreamingContext_t3711869237 >::Invoke(0 /* System.Void System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, ISerializable_t3375760802_il2cpp_TypeInfo_var, L_31, L_32, L_33); TypeMetadata_t2187352167 ** L_34 = ___metadata1; Type_t * L_35 = V_0; SerializationInfo_t950877179 * L_36 = V_5; SerializableTypeMetadata_t2796913665 * L_37 = (SerializableTypeMetadata_t2796913665 *)il2cpp_codegen_object_new(SerializableTypeMetadata_t2796913665_il2cpp_TypeInfo_var); SerializableTypeMetadata__ctor_m4102127793(L_37, L_35, L_36, /*hidden argument*/NULL); *((RuntimeObject **)(L_34)) = (RuntimeObject *)L_37; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_34), (RuntimeObject *)L_37); RuntimeObject ** L_38 = ___data2; SerializationInfo_t950877179 * L_39 = V_5; *((RuntimeObject **)(L_38)) = (RuntimeObject *)L_39; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_38), (RuntimeObject *)L_39); goto IL_0189; } IL_00b0: { RuntimeObject ** L_40 = ___data2; RuntimeObject * L_41 = ___obj0; *((RuntimeObject **)(L_40)) = (RuntimeObject *)L_41; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_40), (RuntimeObject *)L_41); StreamingContext_t3711869237 * L_42 = __this->get_address_of__context_8(); RuntimeObject * L_43 = StreamingContext_get_Context_m541495931(L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00d2; } } { TypeMetadata_t2187352167 ** L_44 = ___metadata1; Type_t * L_45 = V_0; StreamingContext_t3711869237 L_46 = __this->get__context_8(); MemberTypeMetadata_t976220688 * L_47 = (MemberTypeMetadata_t976220688 *)il2cpp_codegen_object_new(MemberTypeMetadata_t976220688_il2cpp_TypeInfo_var); MemberTypeMetadata__ctor_m2376841411(L_47, L_45, L_46, /*hidden argument*/NULL); *((RuntimeObject **)(L_44)) = (RuntimeObject *)L_47; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_44), (RuntimeObject *)L_47); return; } IL_00d2: { V_7 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_48 = ((ObjectWriter_t2968406231_StaticFields*)il2cpp_codegen_static_fields_for(ObjectWriter_t2968406231_il2cpp_TypeInfo_var))->get__cachedTypes_4(); V_8 = L_48; Hashtable_t1853889766 * L_49 = V_8; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); } IL_00e3: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_50 = ((ObjectWriter_t2968406231_StaticFields*)il2cpp_codegen_static_fields_for(ObjectWriter_t2968406231_il2cpp_TypeInfo_var))->get__cachedTypes_4(); StreamingContext_t3711869237 * L_51 = __this->get_address_of__context_8(); int32_t L_52 = StreamingContext_get_State_m3338773567(L_51, /*hidden argument*/NULL); int32_t L_53 = L_52; RuntimeObject * L_54 = Box(StreamingContextStates_t3580100459_il2cpp_TypeInfo_var, &L_53); NullCheck(L_50); RuntimeObject * L_55 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_50, L_54); V_6 = ((Hashtable_t1853889766 *)CastclassClass((RuntimeObject*)L_55, Hashtable_t1853889766_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_56 = V_6; if (L_56) { goto IL_0131; } } IL_010b: { Hashtable_t1853889766 * L_57 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_57, /*hidden argument*/NULL); V_6 = L_57; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_58 = ((ObjectWriter_t2968406231_StaticFields*)il2cpp_codegen_static_fields_for(ObjectWriter_t2968406231_il2cpp_TypeInfo_var))->get__cachedTypes_4(); StreamingContext_t3711869237 * L_59 = __this->get_address_of__context_8(); int32_t L_60 = StreamingContext_get_State_m3338773567(L_59, /*hidden argument*/NULL); int32_t L_61 = L_60; RuntimeObject * L_62 = Box(StreamingContextStates_t3580100459_il2cpp_TypeInfo_var, &L_61); Hashtable_t1853889766 * L_63 = V_6; NullCheck(L_58); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_58, L_62, L_63); V_7 = (bool)1; } IL_0131: { IL2CPP_LEAVE(0x13E, FINALLY_0136); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0136; } FINALLY_0136: { // begin finally (depth: 1) Hashtable_t1853889766 * L_64 = V_8; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); IL2CPP_END_FINALLY(310) } // end finally (depth: 1) IL2CPP_CLEANUP(310) { IL2CPP_JUMP_TBL(0x13E, IL_013e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_013e: { TypeMetadata_t2187352167 ** L_65 = ___metadata1; *((RuntimeObject **)(L_65)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_65), (RuntimeObject *)NULL); Hashtable_t1853889766 * L_66 = V_6; V_9 = L_66; Hashtable_t1853889766 * L_67 = V_9; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_67, /*hidden argument*/NULL); } IL_014c: try { // begin try (depth: 1) { bool L_68 = V_7; if (L_68) { goto IL_0162; } } IL_0153: { TypeMetadata_t2187352167 ** L_69 = ___metadata1; Hashtable_t1853889766 * L_70 = V_6; Type_t * L_71 = V_0; NullCheck(L_70); RuntimeObject * L_72 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_70, L_71); *((RuntimeObject **)(L_69)) = (RuntimeObject *)((TypeMetadata_t2187352167 *)CastclassClass((RuntimeObject*)L_72, TypeMetadata_t2187352167_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_69), (RuntimeObject *)((TypeMetadata_t2187352167 *)CastclassClass((RuntimeObject*)L_72, TypeMetadata_t2187352167_il2cpp_TypeInfo_var))); } IL_0162: { TypeMetadata_t2187352167 ** L_73 = ___metadata1; TypeMetadata_t2187352167 * L_74 = *((TypeMetadata_t2187352167 **)L_73); if (L_74) { goto IL_0172; } } IL_0169: { TypeMetadata_t2187352167 ** L_75 = ___metadata1; Type_t * L_76 = V_0; TypeMetadata_t2187352167 * L_77 = ObjectWriter_CreateMemberTypeMetadata_m577610186(__this, L_76, /*hidden argument*/NULL); *((RuntimeObject **)(L_75)) = (RuntimeObject *)L_77; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_75), (RuntimeObject *)L_77); } IL_0172: { Hashtable_t1853889766 * L_78 = V_6; Type_t * L_79 = V_0; TypeMetadata_t2187352167 ** L_80 = ___metadata1; TypeMetadata_t2187352167 * L_81 = *((TypeMetadata_t2187352167 **)L_80); NullCheck(L_78); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_78, L_79, L_81); IL2CPP_LEAVE(0x189, FINALLY_0181); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0181; } FINALLY_0181: { // begin finally (depth: 1) Hashtable_t1853889766 * L_82 = V_9; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_82, /*hidden argument*/NULL); IL2CPP_END_FINALLY(385) } // end finally (depth: 1) IL2CPP_CLEANUP(385) { IL2CPP_JUMP_TBL(0x189, IL_0189) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0189: { return; } } // System.Runtime.Serialization.Formatters.Binary.TypeMetadata System.Runtime.Serialization.Formatters.Binary.ObjectWriter::CreateMemberTypeMetadata(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeMetadata_t2187352167 * ObjectWriter_CreateMemberTypeMetadata_m577610186 (ObjectWriter_t2968406231 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_CreateMemberTypeMetadata_m577610186_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); bool L_0 = ((BinaryCommon_t3059247396_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCommon_t3059247396_il2cpp_TypeInfo_var))->get_UseReflectionSerialization_3(); if (L_0) { goto IL_0023; } } { Type_t * L_1 = ___type0; StreamingContext_t3711869237 L_2 = __this->get__context_8(); IL2CPP_RUNTIME_CLASS_INIT(CodeGenerator_t1096194562_il2cpp_TypeInfo_var); Type_t * L_3 = CodeGenerator_GenerateMetadataType_m649965872(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; RuntimeObject * L_5 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return ((TypeMetadata_t2187352167 *)CastclassClass((RuntimeObject*)L_5, TypeMetadata_t2187352167_il2cpp_TypeInfo_var)); } IL_0023: { Type_t * L_6 = ___type0; StreamingContext_t3711869237 L_7 = __this->get__context_8(); MemberTypeMetadata_t976220688 * L_8 = (MemberTypeMetadata_t976220688 *)il2cpp_codegen_object_new(MemberTypeMetadata_t976220688_il2cpp_TypeInfo_var); MemberTypeMetadata__ctor_m2376841411(L_8, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteArray(System.IO.BinaryWriter,System.Int64,System.Array) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteArray_m1738497250 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeArray * ___array2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteArray_m1738497250_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeArray * L_0 = ___array2; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_1); V_0 = L_2; Type_t * L_3 = V_0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0036; } } { RuntimeArray * L_6 = ___array2; NullCheck(L_6); int32_t L_7 = Array_get_Rank_m3448755881(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0036; } } { BinaryWriter_t3992595042 * L_8 = ___writer0; int64_t L_9 = ___id1; RuntimeArray * L_10 = ___array2; ObjectWriter_WriteObjectArray_m1109545282(__this, L_8, L_9, L_10, /*hidden argument*/NULL); goto IL_008e; } IL_0036: { Type_t * L_11 = V_0; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_13)))) { goto IL_0060; } } { RuntimeArray * L_14 = ___array2; NullCheck(L_14); int32_t L_15 = Array_get_Rank_m3448755881(L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0060; } } { BinaryWriter_t3992595042 * L_16 = ___writer0; int64_t L_17 = ___id1; RuntimeArray * L_18 = ___array2; ObjectWriter_WriteStringArray_m312537653(__this, L_16, L_17, L_18, /*hidden argument*/NULL); goto IL_008e; } IL_0060: { Type_t * L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); bool L_20 = BinaryCommon_IsPrimitive_m378904036(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0085; } } { RuntimeArray * L_21 = ___array2; NullCheck(L_21); int32_t L_22 = Array_get_Rank_m3448755881(L_21, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_0085; } } { BinaryWriter_t3992595042 * L_23 = ___writer0; int64_t L_24 = ___id1; RuntimeArray * L_25 = ___array2; ObjectWriter_WritePrimitiveTypeArray_m3383767374(__this, L_23, L_24, L_25, /*hidden argument*/NULL); goto IL_008e; } IL_0085: { BinaryWriter_t3992595042 * L_26 = ___writer0; int64_t L_27 = ___id1; RuntimeArray * L_28 = ___array2; ObjectWriter_WriteGenericArray_m1575646718(__this, L_26, L_27, L_28, /*hidden argument*/NULL); } IL_008e: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteGenericArray(System.IO.BinaryWriter,System.Int64,System.Array) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteGenericArray_m1575646718 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeArray * ___array2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteGenericArray_m1575646718_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeArray * L_0 = ___array2; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_1); V_0 = L_2; Type_t * L_3 = V_0; NullCheck(L_3); bool L_4 = Type_get_IsArray_m2591212821(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0025; } } { BinaryWriter_t3992595042 * L_5 = ___writer0; Type_t * L_6 = V_0; NullCheck(L_6); Assembly_t * L_7 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_6); ObjectWriter_WriteAssembly_m3173779754(__this, L_5, L_7, /*hidden argument*/NULL); } IL_0025: { BinaryWriter_t3992595042 * L_8 = ___writer0; NullCheck(L_8); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_8, (uint8_t)7); BinaryWriter_t3992595042 * L_9 = ___writer0; int64_t L_10 = ___id1; NullCheck(L_9); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_9, (((int32_t)((int32_t)L_10)))); Type_t * L_11 = V_0; NullCheck(L_11); bool L_12 = Type_get_IsArray_m2591212821(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004b; } } { BinaryWriter_t3992595042 * L_13 = ___writer0; NullCheck(L_13); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_13, (uint8_t)1); goto IL_006a; } IL_004b: { RuntimeArray * L_14 = ___array2; NullCheck(L_14); int32_t L_15 = Array_get_Rank_m3448755881(L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0063; } } { BinaryWriter_t3992595042 * L_16 = ___writer0; NullCheck(L_16); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_16, (uint8_t)0); goto IL_006a; } IL_0063: { BinaryWriter_t3992595042 * L_17 = ___writer0; NullCheck(L_17); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_17, (uint8_t)2); } IL_006a: { BinaryWriter_t3992595042 * L_18 = ___writer0; RuntimeArray * L_19 = ___array2; NullCheck(L_19); int32_t L_20 = Array_get_Rank_m3448755881(L_19, /*hidden argument*/NULL); NullCheck(L_18); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_18, L_20); V_1 = 0; goto IL_0090; } IL_007d: { BinaryWriter_t3992595042 * L_21 = ___writer0; RuntimeArray * L_22 = ___array2; int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = Array_GetUpperBound_m4018715963(L_22, L_23, /*hidden argument*/NULL); NullCheck(L_21); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0090: { int32_t L_26 = V_1; RuntimeArray * L_27 = ___array2; NullCheck(L_27); int32_t L_28 = Array_get_Rank_m3448755881(L_27, /*hidden argument*/NULL); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_007d; } } { BinaryWriter_t3992595042 * L_29 = ___writer0; Type_t * L_30 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter_WriteTypeCode_m1789140116(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); BinaryWriter_t3992595042 * L_31 = ___writer0; Type_t * L_32 = V_0; ObjectWriter_WriteTypeSpec_m3700372600(__this, L_31, L_32, /*hidden argument*/NULL); RuntimeArray * L_33 = ___array2; NullCheck(L_33); int32_t L_34 = Array_get_Rank_m3448755881(L_33, /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)1)))) { goto IL_00d0; } } { Type_t * L_35 = V_0; NullCheck(L_35); bool L_36 = Type_get_IsValueType_m3108065642(L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00d0; } } { BinaryWriter_t3992595042 * L_37 = ___writer0; RuntimeArray * L_38 = ___array2; Type_t * L_39 = V_0; ObjectWriter_WriteSingleDimensionArrayElements_m3412300123(__this, L_37, L_38, L_39, /*hidden argument*/NULL); goto IL_0111; } IL_00d0: { RuntimeArray * L_40 = ___array2; NullCheck(L_40); RuntimeObject* L_41 = Array_GetEnumerator_m4277730612(L_40, /*hidden argument*/NULL); V_3 = L_41; } IL_00d7: try { // begin try (depth: 1) { goto IL_00ec; } IL_00dc: { RuntimeObject* L_42 = V_3; NullCheck(L_42); RuntimeObject * L_43 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_42); V_2 = L_43; BinaryWriter_t3992595042 * L_44 = ___writer0; Type_t * L_45 = V_0; RuntimeObject * L_46 = V_2; ObjectWriter_WriteValue_m3485076606(__this, L_44, L_45, L_46, /*hidden argument*/NULL); } IL_00ec: { RuntimeObject* L_47 = V_3; NullCheck(L_47); bool L_48 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_47); if (L_48) { goto IL_00dc; } } IL_00f7: { IL2CPP_LEAVE(0x111, FINALLY_00fc); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fc; } FINALLY_00fc: { // begin finally (depth: 1) { RuntimeObject* L_49 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_49, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_50 = V_4; if (L_50) { goto IL_0109; } } IL_0108: { IL2CPP_END_FINALLY(252) } IL_0109: { RuntimeObject* L_51 = V_4; NullCheck(L_51); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_51); IL2CPP_END_FINALLY(252) } } // end finally (depth: 1) IL2CPP_CLEANUP(252) { IL2CPP_JUMP_TBL(0x111, IL_0111) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0111: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObjectArray(System.IO.BinaryWriter,System.Int64,System.Array) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObjectArray_m1109545282 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeArray * ___array2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteObjectArray_m1109545282_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BinaryWriter_t3992595042 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_0, (uint8_t)((int32_t)16)); BinaryWriter_t3992595042 * L_1 = ___writer0; int64_t L_2 = ___id1; NullCheck(L_1); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_1, (((int32_t)((int32_t)L_2)))); BinaryWriter_t3992595042 * L_3 = ___writer0; RuntimeArray * L_4 = ___array2; NullCheck(L_4); int32_t L_5 = Array_get_Length_m21610649(L_4, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_3, L_5); BinaryWriter_t3992595042 * L_6 = ___writer0; RuntimeArray * L_7 = ___array2; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); ObjectWriter_WriteSingleDimensionArrayElements_m3412300123(__this, L_6, L_7, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteStringArray(System.IO.BinaryWriter,System.Int64,System.Array) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteStringArray_m312537653 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeArray * ___array2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteStringArray_m312537653_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BinaryWriter_t3992595042 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_0, (uint8_t)((int32_t)17)); BinaryWriter_t3992595042 * L_1 = ___writer0; int64_t L_2 = ___id1; NullCheck(L_1); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_1, (((int32_t)((int32_t)L_2)))); BinaryWriter_t3992595042 * L_3 = ___writer0; RuntimeArray * L_4 = ___array2; NullCheck(L_4); int32_t L_5 = Array_get_Length_m21610649(L_4, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_3, L_5); BinaryWriter_t3992595042 * L_6 = ___writer0; RuntimeArray * L_7 = ___array2; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); ObjectWriter_WriteSingleDimensionArrayElements_m3412300123(__this, L_6, L_7, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WritePrimitiveTypeArray(System.IO.BinaryWriter,System.Int64,System.Array) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WritePrimitiveTypeArray_m3383767374 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, RuntimeArray * ___array2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WritePrimitiveTypeArray_m3383767374_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; bool V_1 = false; BooleanU5BU5D_t2897418192* V_2 = NULL; int32_t V_3 = 0; DateTime_t3738529785 V_4; memset(&V_4, 0, sizeof(V_4)); DateTimeU5BU5D_t1184652292* V_5 = NULL; int32_t V_6 = 0; Decimal_t2948259380 V_7; memset(&V_7, 0, sizeof(V_7)); DecimalU5BU5D_t1145110141* V_8 = NULL; int32_t V_9 = 0; double V_10 = 0.0; DoubleU5BU5D_t3413330114* V_11 = NULL; int32_t V_12 = 0; int16_t V_13 = 0; Int16U5BU5D_t3686840178* V_14 = NULL; int32_t V_15 = 0; int32_t V_16 = 0; Int32U5BU5D_t385246372* V_17 = NULL; int32_t V_18 = 0; int64_t V_19 = 0; Int64U5BU5D_t2559172825* V_20 = NULL; int32_t V_21 = 0; int8_t V_22 = 0x0; SByteU5BU5D_t2651576203* V_23 = NULL; int32_t V_24 = 0; float V_25 = 0.0f; SingleU5BU5D_t1444911251* V_26 = NULL; int32_t V_27 = 0; uint16_t V_28 = 0; UInt16U5BU5D_t3326319531* V_29 = NULL; int32_t V_30 = 0; uint32_t V_31 = 0; UInt32U5BU5D_t2770800703* V_32 = NULL; int32_t V_33 = 0; uint64_t V_34 = 0; UInt64U5BU5D_t1659327989* V_35 = NULL; int32_t V_36 = 0; String_t* V_37 = NULL; StringU5BU5D_t1281789340* V_38 = NULL; int32_t V_39 = 0; TimeSpan_t881159249 V_40; memset(&V_40, 0, sizeof(V_40)); TimeSpanU5BU5D_t4291357516* V_41 = NULL; int32_t V_42 = 0; int32_t V_43 = 0; { BinaryWriter_t3992595042 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_0, (uint8_t)((int32_t)15)); BinaryWriter_t3992595042 * L_1 = ___writer0; int64_t L_2 = ___id1; NullCheck(L_1); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_1, (((int32_t)((int32_t)L_2)))); BinaryWriter_t3992595042 * L_3 = ___writer0; RuntimeArray * L_4 = ___array2; NullCheck(L_4); int32_t L_5 = Array_get_Length_m21610649(L_4, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_3, L_5); RuntimeArray * L_6 = ___array2; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_7); V_0 = L_8; BinaryWriter_t3992595042 * L_9 = ___writer0; Type_t * L_10 = V_0; ObjectWriter_WriteTypeSpec_m3700372600(__this, L_9, L_10, /*hidden argument*/NULL); Type_t * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_12 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_43 = L_12; int32_t L_13 = V_43; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)3))) { case 0: { goto IL_0086; } case 1: { goto IL_00c2; } case 2: { goto IL_0291; } case 3: { goto IL_00b1; } case 4: { goto IL_01a4; } case 5: { goto IL_0330; } case 6: { goto IL_01f3; } case 7: { goto IL_037f; } case 8: { goto IL_0242; } case 9: { goto IL_03ce; } case 10: { goto IL_02e0; } case 11: { goto IL_0154; } case 12: { goto IL_0116; } case 13: { goto IL_00d3; } case 14: { goto IL_0452; } case 15: { goto IL_041d; } } } { goto IL_0452; } IL_0086: { RuntimeArray * L_14 = ___array2; V_2 = ((BooleanU5BU5D_t2897418192*)Castclass((RuntimeObject*)L_14, BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var)); V_3 = 0; goto IL_00a3; } IL_0094: { BooleanU5BU5D_t2897418192* L_15 = V_2; int32_t L_16 = V_3; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_1 = (bool)L_18; BinaryWriter_t3992595042 * L_19 = ___writer0; bool L_20 = V_1; NullCheck(L_19); VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.IO.BinaryWriter::Write(System.Boolean) */, L_19, L_20); int32_t L_21 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_00a3: { int32_t L_22 = V_3; BooleanU5BU5D_t2897418192* L_23 = V_2; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { goto IL_0094; } } { goto IL_04c0; } IL_00b1: { BinaryWriter_t3992595042 * L_24 = ___writer0; RuntimeArray * L_25 = ___array2; NullCheck(L_24); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_24, ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_25, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); goto IL_04c0; } IL_00c2: { BinaryWriter_t3992595042 * L_26 = ___writer0; RuntimeArray * L_27 = ___array2; NullCheck(L_26); VirtActionInvoker1< CharU5BU5D_t3528271667* >::Invoke(12 /* System.Void System.IO.BinaryWriter::Write(System.Char[]) */, L_26, ((CharU5BU5D_t3528271667*)Castclass((RuntimeObject*)L_27, CharU5BU5D_t3528271667_il2cpp_TypeInfo_var))); goto IL_04c0; } IL_00d3: { RuntimeArray * L_28 = ___array2; V_5 = ((DateTimeU5BU5D_t1184652292*)Castclass((RuntimeObject*)L_28, DateTimeU5BU5D_t1184652292_il2cpp_TypeInfo_var)); V_6 = 0; goto IL_0106; } IL_00e3: { DateTimeU5BU5D_t1184652292* L_29 = V_5; int32_t L_30 = V_6; NullCheck(L_29); V_4 = (*(DateTime_t3738529785 *)((L_29)->GetAddressAt(static_cast(L_30)))); BinaryWriter_t3992595042 * L_31 = ___writer0; int64_t L_32 = DateTime_ToBinary_m1193069875((&V_4), /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< int64_t >::Invoke(17 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_31, L_32); int32_t L_33 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0106: { int32_t L_34 = V_6; DateTimeU5BU5D_t1184652292* L_35 = V_5; NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))) { goto IL_00e3; } } { goto IL_04c0; } IL_0116: { RuntimeArray * L_36 = ___array2; V_8 = ((DecimalU5BU5D_t1145110141*)Castclass((RuntimeObject*)L_36, DecimalU5BU5D_t1145110141_il2cpp_TypeInfo_var)); V_9 = 0; goto IL_0144; } IL_0126: { DecimalU5BU5D_t1145110141* L_37 = V_8; int32_t L_38 = V_9; NullCheck(L_37); V_7 = (*(Decimal_t2948259380 *)((L_37)->GetAddressAt(static_cast(L_38)))); BinaryWriter_t3992595042 * L_39 = ___writer0; Decimal_t2948259380 L_40 = V_7; NullCheck(L_39); VirtActionInvoker1< Decimal_t2948259380 >::Invoke(13 /* System.Void System.IO.BinaryWriter::Write(System.Decimal) */, L_39, L_40); int32_t L_41 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_0144: { int32_t L_42 = V_9; DecimalU5BU5D_t1145110141* L_43 = V_8; NullCheck(L_43); if ((((int32_t)L_42) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length))))))) { goto IL_0126; } } { goto IL_04c0; } IL_0154: { RuntimeArray * L_44 = ___array2; NullCheck(L_44); int32_t L_45 = Array_get_Length_m21610649(L_44, /*hidden argument*/NULL); if ((((int32_t)L_45) <= ((int32_t)2))) { goto IL_016e; } } { BinaryWriter_t3992595042 * L_46 = ___writer0; RuntimeArray * L_47 = ___array2; ObjectWriter_BlockWrite_m827549826(__this, L_46, L_47, 8, /*hidden argument*/NULL); goto IL_019f; } IL_016e: { RuntimeArray * L_48 = ___array2; V_11 = ((DoubleU5BU5D_t3413330114*)Castclass((RuntimeObject*)L_48, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var)); V_12 = 0; goto IL_0194; } IL_017e: { DoubleU5BU5D_t3413330114* L_49 = V_11; int32_t L_50 = V_12; NullCheck(L_49); int32_t L_51 = L_50; double L_52 = (L_49)->GetAt(static_cast(L_51)); V_10 = (((double)((double)L_52))); BinaryWriter_t3992595042 * L_53 = ___writer0; double L_54 = V_10; NullCheck(L_53); VirtActionInvoker1< double >::Invoke(14 /* System.Void System.IO.BinaryWriter::Write(System.Double) */, L_53, L_54); int32_t L_55 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_0194: { int32_t L_56 = V_12; DoubleU5BU5D_t3413330114* L_57 = V_11; NullCheck(L_57); if ((((int32_t)L_56) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_57)->max_length))))))) { goto IL_017e; } } IL_019f: { goto IL_04c0; } IL_01a4: { RuntimeArray * L_58 = ___array2; NullCheck(L_58); int32_t L_59 = Array_get_Length_m21610649(L_58, /*hidden argument*/NULL); if ((((int32_t)L_59) <= ((int32_t)2))) { goto IL_01be; } } { BinaryWriter_t3992595042 * L_60 = ___writer0; RuntimeArray * L_61 = ___array2; ObjectWriter_BlockWrite_m827549826(__this, L_60, L_61, 2, /*hidden argument*/NULL); goto IL_01ee; } IL_01be: { RuntimeArray * L_62 = ___array2; V_14 = ((Int16U5BU5D_t3686840178*)Castclass((RuntimeObject*)L_62, Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var)); V_15 = 0; goto IL_01e3; } IL_01ce: { Int16U5BU5D_t3686840178* L_63 = V_14; int32_t L_64 = V_15; NullCheck(L_63); int32_t L_65 = L_64; int16_t L_66 = (L_63)->GetAt(static_cast(L_65)); V_13 = L_66; BinaryWriter_t3992595042 * L_67 = ___writer0; int16_t L_68 = V_13; NullCheck(L_67); VirtActionInvoker1< int16_t >::Invoke(15 /* System.Void System.IO.BinaryWriter::Write(System.Int16) */, L_67, L_68); int32_t L_69 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_01e3: { int32_t L_70 = V_15; Int16U5BU5D_t3686840178* L_71 = V_14; NullCheck(L_71); if ((((int32_t)L_70) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length))))))) { goto IL_01ce; } } IL_01ee: { goto IL_04c0; } IL_01f3: { RuntimeArray * L_72 = ___array2; NullCheck(L_72); int32_t L_73 = Array_get_Length_m21610649(L_72, /*hidden argument*/NULL); if ((((int32_t)L_73) <= ((int32_t)2))) { goto IL_020d; } } { BinaryWriter_t3992595042 * L_74 = ___writer0; RuntimeArray * L_75 = ___array2; ObjectWriter_BlockWrite_m827549826(__this, L_74, L_75, 4, /*hidden argument*/NULL); goto IL_023d; } IL_020d: { RuntimeArray * L_76 = ___array2; V_17 = ((Int32U5BU5D_t385246372*)Castclass((RuntimeObject*)L_76, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var)); V_18 = 0; goto IL_0232; } IL_021d: { Int32U5BU5D_t385246372* L_77 = V_17; int32_t L_78 = V_18; NullCheck(L_77); int32_t L_79 = L_78; int32_t L_80 = (L_77)->GetAt(static_cast(L_79)); V_16 = L_80; BinaryWriter_t3992595042 * L_81 = ___writer0; int32_t L_82 = V_16; NullCheck(L_81); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_81, L_82); int32_t L_83 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_0232: { int32_t L_84 = V_18; Int32U5BU5D_t385246372* L_85 = V_17; NullCheck(L_85); if ((((int32_t)L_84) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_85)->max_length))))))) { goto IL_021d; } } IL_023d: { goto IL_04c0; } IL_0242: { RuntimeArray * L_86 = ___array2; NullCheck(L_86); int32_t L_87 = Array_get_Length_m21610649(L_86, /*hidden argument*/NULL); if ((((int32_t)L_87) <= ((int32_t)2))) { goto IL_025c; } } { BinaryWriter_t3992595042 * L_88 = ___writer0; RuntimeArray * L_89 = ___array2; ObjectWriter_BlockWrite_m827549826(__this, L_88, L_89, 8, /*hidden argument*/NULL); goto IL_028c; } IL_025c: { RuntimeArray * L_90 = ___array2; V_20 = ((Int64U5BU5D_t2559172825*)Castclass((RuntimeObject*)L_90, Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var)); V_21 = 0; goto IL_0281; } IL_026c: { Int64U5BU5D_t2559172825* L_91 = V_20; int32_t L_92 = V_21; NullCheck(L_91); int32_t L_93 = L_92; int64_t L_94 = (L_91)->GetAt(static_cast(L_93)); V_19 = L_94; BinaryWriter_t3992595042 * L_95 = ___writer0; int64_t L_96 = V_19; NullCheck(L_95); VirtActionInvoker1< int64_t >::Invoke(17 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_95, L_96); int32_t L_97 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_0281: { int32_t L_98 = V_21; Int64U5BU5D_t2559172825* L_99 = V_20; NullCheck(L_99); if ((((int32_t)L_98) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_99)->max_length))))))) { goto IL_026c; } } IL_028c: { goto IL_04c0; } IL_0291: { RuntimeArray * L_100 = ___array2; NullCheck(L_100); int32_t L_101 = Array_get_Length_m21610649(L_100, /*hidden argument*/NULL); if ((((int32_t)L_101) <= ((int32_t)2))) { goto IL_02ab; } } { BinaryWriter_t3992595042 * L_102 = ___writer0; RuntimeArray * L_103 = ___array2; ObjectWriter_BlockWrite_m827549826(__this, L_102, L_103, 1, /*hidden argument*/NULL); goto IL_02db; } IL_02ab: { RuntimeArray * L_104 = ___array2; V_23 = ((SByteU5BU5D_t2651576203*)Castclass((RuntimeObject*)L_104, SByteU5BU5D_t2651576203_il2cpp_TypeInfo_var)); V_24 = 0; goto IL_02d0; } IL_02bb: { SByteU5BU5D_t2651576203* L_105 = V_23; int32_t L_106 = V_24; NullCheck(L_105); int32_t L_107 = L_106; int8_t L_108 = (L_105)->GetAt(static_cast(L_107)); V_22 = L_108; BinaryWriter_t3992595042 * L_109 = ___writer0; int8_t L_110 = V_22; NullCheck(L_109); VirtActionInvoker1< int8_t >::Invoke(18 /* System.Void System.IO.BinaryWriter::Write(System.SByte) */, L_109, L_110); int32_t L_111 = V_24; V_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1)); } IL_02d0: { int32_t L_112 = V_24; SByteU5BU5D_t2651576203* L_113 = V_23; NullCheck(L_113); if ((((int32_t)L_112) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_113)->max_length))))))) { goto IL_02bb; } } IL_02db: { goto IL_04c0; } IL_02e0: { RuntimeArray * L_114 = ___array2; NullCheck(L_114); int32_t L_115 = Array_get_Length_m21610649(L_114, /*hidden argument*/NULL); if ((((int32_t)L_115) <= ((int32_t)2))) { goto IL_02fa; } } { BinaryWriter_t3992595042 * L_116 = ___writer0; RuntimeArray * L_117 = ___array2; ObjectWriter_BlockWrite_m827549826(__this, L_116, L_117, 4, /*hidden argument*/NULL); goto IL_032b; } IL_02fa: { RuntimeArray * L_118 = ___array2; V_26 = ((SingleU5BU5D_t1444911251*)Castclass((RuntimeObject*)L_118, SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var)); V_27 = 0; goto IL_0320; } IL_030a: { SingleU5BU5D_t1444911251* L_119 = V_26; int32_t L_120 = V_27; NullCheck(L_119); int32_t L_121 = L_120; float L_122 = (L_119)->GetAt(static_cast(L_121)); V_25 = (((float)((float)L_122))); BinaryWriter_t3992595042 * L_123 = ___writer0; float L_124 = V_25; NullCheck(L_123); VirtActionInvoker1< float >::Invoke(19 /* System.Void System.IO.BinaryWriter::Write(System.Single) */, L_123, L_124); int32_t L_125 = V_27; V_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); } IL_0320: { int32_t L_126 = V_27; SingleU5BU5D_t1444911251* L_127 = V_26; NullCheck(L_127); if ((((int32_t)L_126) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_127)->max_length))))))) { goto IL_030a; } } IL_032b: { goto IL_04c0; } IL_0330: { RuntimeArray * L_128 = ___array2; NullCheck(L_128); int32_t L_129 = Array_get_Length_m21610649(L_128, /*hidden argument*/NULL); if ((((int32_t)L_129) <= ((int32_t)2))) { goto IL_034a; } } { BinaryWriter_t3992595042 * L_130 = ___writer0; RuntimeArray * L_131 = ___array2; ObjectWriter_BlockWrite_m827549826(__this, L_130, L_131, 2, /*hidden argument*/NULL); goto IL_037a; } IL_034a: { RuntimeArray * L_132 = ___array2; V_29 = ((UInt16U5BU5D_t3326319531*)Castclass((RuntimeObject*)L_132, UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var)); V_30 = 0; goto IL_036f; } IL_035a: { UInt16U5BU5D_t3326319531* L_133 = V_29; int32_t L_134 = V_30; NullCheck(L_133); int32_t L_135 = L_134; uint16_t L_136 = (L_133)->GetAt(static_cast(L_135)); V_28 = L_136; BinaryWriter_t3992595042 * L_137 = ___writer0; uint16_t L_138 = V_28; NullCheck(L_137); VirtActionInvoker1< uint16_t >::Invoke(21 /* System.Void System.IO.BinaryWriter::Write(System.UInt16) */, L_137, L_138); int32_t L_139 = V_30; V_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)); } IL_036f: { int32_t L_140 = V_30; UInt16U5BU5D_t3326319531* L_141 = V_29; NullCheck(L_141); if ((((int32_t)L_140) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_141)->max_length))))))) { goto IL_035a; } } IL_037a: { goto IL_04c0; } IL_037f: { RuntimeArray * L_142 = ___array2; NullCheck(L_142); int32_t L_143 = Array_get_Length_m21610649(L_142, /*hidden argument*/NULL); if ((((int32_t)L_143) <= ((int32_t)2))) { goto IL_0399; } } { BinaryWriter_t3992595042 * L_144 = ___writer0; RuntimeArray * L_145 = ___array2; ObjectWriter_BlockWrite_m827549826(__this, L_144, L_145, 4, /*hidden argument*/NULL); goto IL_03c9; } IL_0399: { RuntimeArray * L_146 = ___array2; V_32 = ((UInt32U5BU5D_t2770800703*)Castclass((RuntimeObject*)L_146, UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var)); V_33 = 0; goto IL_03be; } IL_03a9: { UInt32U5BU5D_t2770800703* L_147 = V_32; int32_t L_148 = V_33; NullCheck(L_147); int32_t L_149 = L_148; uint32_t L_150 = (L_147)->GetAt(static_cast(L_149)); V_31 = L_150; BinaryWriter_t3992595042 * L_151 = ___writer0; uint32_t L_152 = V_31; NullCheck(L_151); VirtActionInvoker1< uint32_t >::Invoke(22 /* System.Void System.IO.BinaryWriter::Write(System.UInt32) */, L_151, L_152); int32_t L_153 = V_33; V_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)1)); } IL_03be: { int32_t L_154 = V_33; UInt32U5BU5D_t2770800703* L_155 = V_32; NullCheck(L_155); if ((((int32_t)L_154) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_155)->max_length))))))) { goto IL_03a9; } } IL_03c9: { goto IL_04c0; } IL_03ce: { RuntimeArray * L_156 = ___array2; NullCheck(L_156); int32_t L_157 = Array_get_Length_m21610649(L_156, /*hidden argument*/NULL); if ((((int32_t)L_157) <= ((int32_t)2))) { goto IL_03e8; } } { BinaryWriter_t3992595042 * L_158 = ___writer0; RuntimeArray * L_159 = ___array2; ObjectWriter_BlockWrite_m827549826(__this, L_158, L_159, 8, /*hidden argument*/NULL); goto IL_0418; } IL_03e8: { RuntimeArray * L_160 = ___array2; V_35 = ((UInt64U5BU5D_t1659327989*)Castclass((RuntimeObject*)L_160, UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var)); V_36 = 0; goto IL_040d; } IL_03f8: { UInt64U5BU5D_t1659327989* L_161 = V_35; int32_t L_162 = V_36; NullCheck(L_161); int32_t L_163 = L_162; int64_t L_164 = (L_161)->GetAt(static_cast(L_163)); V_34 = L_164; BinaryWriter_t3992595042 * L_165 = ___writer0; uint64_t L_166 = V_34; NullCheck(L_165); VirtActionInvoker1< uint64_t >::Invoke(23 /* System.Void System.IO.BinaryWriter::Write(System.UInt64) */, L_165, L_166); int32_t L_167 = V_36; V_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)1)); } IL_040d: { int32_t L_168 = V_36; UInt64U5BU5D_t1659327989* L_169 = V_35; NullCheck(L_169); if ((((int32_t)L_168) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_169)->max_length))))))) { goto IL_03f8; } } IL_0418: { goto IL_04c0; } IL_041d: { RuntimeArray * L_170 = ___array2; V_38 = ((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_170, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); V_39 = 0; goto IL_0442; } IL_042d: { StringU5BU5D_t1281789340* L_171 = V_38; int32_t L_172 = V_39; NullCheck(L_171); int32_t L_173 = L_172; String_t* L_174 = (L_171)->GetAt(static_cast(L_173)); V_37 = L_174; BinaryWriter_t3992595042 * L_175 = ___writer0; String_t* L_176 = V_37; NullCheck(L_175); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_175, L_176); int32_t L_177 = V_39; V_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_177, (int32_t)1)); } IL_0442: { int32_t L_178 = V_39; StringU5BU5D_t1281789340* L_179 = V_38; NullCheck(L_179); if ((((int32_t)L_178) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_179)->max_length))))))) { goto IL_042d; } } { goto IL_04c0; } IL_0452: { Type_t * L_180 = V_0; RuntimeTypeHandle_t3027515415 L_181 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_182 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_181, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_180) == ((RuntimeObject*)(Type_t *)L_182)))) { goto IL_04a5; } } { RuntimeArray * L_183 = ___array2; V_41 = ((TimeSpanU5BU5D_t4291357516*)Castclass((RuntimeObject*)L_183, TimeSpanU5BU5D_t4291357516_il2cpp_TypeInfo_var)); V_42 = 0; goto IL_0495; } IL_0472: { TimeSpanU5BU5D_t4291357516* L_184 = V_41; int32_t L_185 = V_42; NullCheck(L_184); V_40 = (*(TimeSpan_t881159249 *)((L_184)->GetAddressAt(static_cast(L_185)))); BinaryWriter_t3992595042 * L_186 = ___writer0; int64_t L_187 = TimeSpan_get_Ticks_m2137362016((&V_40), /*hidden argument*/NULL); NullCheck(L_186); VirtActionInvoker1< int64_t >::Invoke(17 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_186, L_187); int32_t L_188 = V_42; V_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)1)); } IL_0495: { int32_t L_189 = V_42; TimeSpanU5BU5D_t4291357516* L_190 = V_41; NullCheck(L_190); if ((((int32_t)L_189) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_190)->max_length))))))) { goto IL_0472; } } { goto IL_04bb; } IL_04a5: { Type_t * L_191 = V_0; NullCheck(L_191); String_t* L_192 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_191); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_193 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1407403950, L_192, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_194 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_194, L_193, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_194,ObjectWriter_WritePrimitiveTypeArray_m3383767374_RuntimeMethod_var); } IL_04bb: { goto IL_04c0; } IL_04c0: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::BlockWrite(System.IO.BinaryWriter,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_BlockWrite_m827549826 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, RuntimeArray * ___array1, int32_t ___dataSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_BlockWrite_m827549826_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ObjectWriter_t2968406231 * G_B5_0 = NULL; ObjectWriter_t2968406231 * G_B4_0 = NULL; int32_t G_B6_0 = 0; ObjectWriter_t2968406231 * G_B6_1 = NULL; int32_t G_B11_0 = 0; { RuntimeArray * L_0 = ___array1; int32_t L_1 = Buffer_ByteLength_m2639516074(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = __this->get_arrayBuffer_11(); if (!L_2) { goto IL_0033; } } { int32_t L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = __this->get_arrayBuffer_11(); NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0056; } } { ByteU5BU5D_t4116647657* L_5 = __this->get_arrayBuffer_11(); NullCheck(L_5); int32_t L_6 = __this->get_ArrayBufferLength_12(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) == ((int32_t)L_6))) { goto IL_0056; } } IL_0033: { int32_t L_7 = V_0; int32_t L_8 = __this->get_ArrayBufferLength_12(); G_B4_0 = __this; if ((((int32_t)L_7) > ((int32_t)L_8))) { G_B5_0 = __this; goto IL_0046; } } { int32_t L_9 = V_0; G_B6_0 = L_9; G_B6_1 = G_B4_0; goto IL_004c; } IL_0046: { int32_t L_10 = __this->get_ArrayBufferLength_12(); G_B6_0 = L_10; G_B6_1 = G_B5_0; } IL_004c: { NullCheck(G_B6_1); G_B6_1->set_arrayBuffer_11(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)G_B6_0))); } IL_0056: { V_1 = 0; goto IL_00bd; } IL_005d: { int32_t L_11 = V_0; ByteU5BU5D_t4116647657* L_12 = __this->get_arrayBuffer_11(); NullCheck(L_12); if ((((int32_t)L_11) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0071; } } { int32_t L_13 = V_0; G_B11_0 = L_13; goto IL_0079; } IL_0071: { ByteU5BU5D_t4116647657* L_14 = __this->get_arrayBuffer_11(); NullCheck(L_14); G_B11_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))); } IL_0079: { V_2 = G_B11_0; RuntimeArray * L_15 = ___array1; int32_t L_16 = V_1; ByteU5BU5D_t4116647657* L_17 = __this->get_arrayBuffer_11(); int32_t L_18 = V_2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, L_15, L_16, (RuntimeArray *)(RuntimeArray *)L_17, 0, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_19 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1(); if (L_19) { goto IL_00a7; } } { int32_t L_20 = ___dataSize2; if ((((int32_t)L_20) <= ((int32_t)1))) { goto IL_00a7; } } { ByteU5BU5D_t4116647657* L_21 = __this->get_arrayBuffer_11(); int32_t L_22 = V_2; int32_t L_23 = ___dataSize2; IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); BinaryCommon_SwapBytes_m3963737189(NULL /*static, unused*/, L_21, L_22, L_23, /*hidden argument*/NULL); } IL_00a7: { BinaryWriter_t3992595042 * L_24 = ___writer0; ByteU5BU5D_t4116647657* L_25 = __this->get_arrayBuffer_11(); int32_t L_26 = V_2; NullCheck(L_24); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(10 /* System.Void System.IO.BinaryWriter::Write(System.Byte[],System.Int32,System.Int32) */, L_24, L_25, 0, L_26); int32_t L_27 = V_0; int32_t L_28 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)); int32_t L_29 = V_1; int32_t L_30 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)); } IL_00bd: { int32_t L_31 = V_0; if ((((int32_t)L_31) > ((int32_t)0))) { goto IL_005d; } } { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteSingleDimensionArrayElements(System.IO.BinaryWriter,System.Array,System.Type) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteSingleDimensionArrayElements_m3412300123 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, RuntimeArray * ___array1, Type_t * ___elementType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteSingleDimensionArrayElements_m3412300123_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; RuntimeArray * L_0 = ___array1; NullCheck(L_0); RuntimeObject* L_1 = Array_GetEnumerator_m4277730612(L_0, /*hidden argument*/NULL); V_2 = L_1; } IL_0009: try { // begin try (depth: 1) { goto IL_0052; } IL_000e: { RuntimeObject* L_2 = V_2; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_1 = L_3; RuntimeObject * L_4 = V_1; if (!L_4) { goto IL_003a; } } IL_001b: { int32_t L_5 = V_0; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_003a; } } IL_0022: { BinaryWriter_t3992595042 * L_6 = ___writer0; int32_t L_7 = V_0; ObjectWriter_WriteNullFiller_m2949512160(__this, L_6, L_7, /*hidden argument*/NULL); BinaryWriter_t3992595042 * L_8 = ___writer0; Type_t * L_9 = ___elementType2; RuntimeObject * L_10 = V_1; ObjectWriter_WriteValue_m3485076606(__this, L_8, L_9, L_10, /*hidden argument*/NULL); V_0 = 0; goto IL_0052; } IL_003a: { RuntimeObject * L_11 = V_1; if (L_11) { goto IL_0049; } } IL_0040: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0052; } IL_0049: { BinaryWriter_t3992595042 * L_13 = ___writer0; Type_t * L_14 = ___elementType2; RuntimeObject * L_15 = V_1; ObjectWriter_WriteValue_m3485076606(__this, L_13, L_14, L_15, /*hidden argument*/NULL); } IL_0052: { RuntimeObject* L_16 = V_2; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_000e; } } IL_005d: { IL2CPP_LEAVE(0x74, FINALLY_0062); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0062; } FINALLY_0062: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_3; if (L_19) { goto IL_006d; } } IL_006c: { IL2CPP_END_FINALLY(98) } IL_006d: { RuntimeObject* L_20 = V_3; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_20); IL2CPP_END_FINALLY(98) } } // end finally (depth: 1) IL2CPP_CLEANUP(98) { IL2CPP_JUMP_TBL(0x74, IL_0074) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0074: { int32_t L_21 = V_0; if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_0083; } } { BinaryWriter_t3992595042 * L_22 = ___writer0; int32_t L_23 = V_0; ObjectWriter_WriteNullFiller_m2949512160(__this, L_22, L_23, /*hidden argument*/NULL); } IL_0083: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteNullFiller(System.IO.BinaryWriter,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteNullFiller_m2949512160 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int32_t ___numNulls1, const RuntimeMethod* method) { { int32_t L_0 = ___numNulls1; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0014; } } { BinaryWriter_t3992595042 * L_1 = ___writer0; NullCheck(L_1); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_1, (uint8_t)((int32_t)10)); goto IL_005f; } IL_0014: { int32_t L_2 = ___numNulls1; if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0030; } } { BinaryWriter_t3992595042 * L_3 = ___writer0; NullCheck(L_3); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_3, (uint8_t)((int32_t)10)); BinaryWriter_t3992595042 * L_4 = ___writer0; NullCheck(L_4); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_4, (uint8_t)((int32_t)10)); goto IL_005f; } IL_0030: { int32_t L_5 = ___numNulls1; if ((((int32_t)L_5) > ((int32_t)((int32_t)255)))) { goto IL_0050; } } { BinaryWriter_t3992595042 * L_6 = ___writer0; NullCheck(L_6); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_6, (uint8_t)((int32_t)13)); BinaryWriter_t3992595042 * L_7 = ___writer0; int32_t L_8 = ___numNulls1; NullCheck(L_7); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_7, (uint8_t)(((int32_t)((uint8_t)L_8)))); goto IL_005f; } IL_0050: { BinaryWriter_t3992595042 * L_9 = ___writer0; NullCheck(L_9); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_9, (uint8_t)((int32_t)14)); BinaryWriter_t3992595042 * L_10 = ___writer0; int32_t L_11 = ___numNulls1; NullCheck(L_10); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_10, L_11); } IL_005f: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteObjectReference(System.IO.BinaryWriter,System.Int64) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteObjectReference_m1459514019 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, const RuntimeMethod* method) { { BinaryWriter_t3992595042 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_0, (uint8_t)((int32_t)9)); BinaryWriter_t3992595042 * L_1 = ___writer0; int64_t L_2 = ___id1; NullCheck(L_1); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_1, (((int32_t)((int32_t)L_2)))); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteValue(System.IO.BinaryWriter,System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteValue_m3485076606 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, Type_t * ___valueType1, RuntimeObject * ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteValue_m3485076606_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int64_t V_1 = 0; bool V_2 = false; int64_t V_3 = 0; { RuntimeObject * L_0 = ___val2; if (L_0) { goto IL_0025; } } { Type_t * L_1 = ___valueType1; RuntimeObject* L_2 = __this->get__surrogateSelector_7(); StreamingContext_t3711869237 L_3 = __this->get__context_8(); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); BinaryCommon_CheckSerializable_m3673092502(NULL /*static, unused*/, L_1, L_2, L_3, /*hidden argument*/NULL); BinaryWriter_t3992595042 * L_4 = ___writer0; NullCheck(L_4); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_4, (uint8_t)((int32_t)10)); goto IL_00dd; } IL_0025: { RuntimeObject * L_5 = ___val2; NullCheck(L_5); Type_t * L_6 = Object_GetType_m88164663(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); bool L_7 = BinaryCommon_IsPrimitive_m378904036(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0060; } } { Type_t * L_8 = ___valueType1; IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); bool L_9 = BinaryCommon_IsPrimitive_m378904036(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0054; } } { BinaryWriter_t3992595042 * L_10 = ___writer0; NullCheck(L_10); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_10, (uint8_t)8); BinaryWriter_t3992595042 * L_11 = ___writer0; RuntimeObject * L_12 = ___val2; NullCheck(L_12); Type_t * L_13 = Object_GetType_m88164663(L_12, /*hidden argument*/NULL); ObjectWriter_WriteTypeSpec_m3700372600(__this, L_11, L_13, /*hidden argument*/NULL); } IL_0054: { BinaryWriter_t3992595042 * L_14 = ___writer0; RuntimeObject * L_15 = ___val2; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter_WritePrimitiveValue_m3342686922(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); goto IL_00dd; } IL_0060: { Type_t * L_16 = ___valueType1; NullCheck(L_16); bool L_17 = Type_get_IsValueType_m3108065642(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0079; } } { BinaryWriter_t3992595042 * L_18 = ___writer0; RuntimeObject * L_19 = ___val2; ObjectWriter_WriteObjectInstance_m4123656775(__this, L_18, L_19, (bool)1, /*hidden argument*/NULL); goto IL_00dd; } IL_0079: { RuntimeObject * L_20 = ___val2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_20, String_t_il2cpp_TypeInfo_var))) { goto IL_00b4; } } { ObjectIDGenerator_t1260826161 * L_21 = __this->get__idGenerator_0(); RuntimeObject * L_22 = ___val2; NullCheck(L_21); int64_t L_23 = VirtFuncInvoker2< int64_t, RuntimeObject *, bool* >::Invoke(4 /* System.Int64 System.Runtime.Serialization.ObjectIDGenerator::GetId(System.Object,System.Boolean&) */, L_21, L_22, (&V_0)); V_1 = L_23; bool L_24 = V_0; if (!L_24) { goto IL_00a7; } } { BinaryWriter_t3992595042 * L_25 = ___writer0; RuntimeObject * L_26 = ___val2; ObjectWriter_WriteObjectInstance_m4123656775(__this, L_25, L_26, (bool)0, /*hidden argument*/NULL); goto IL_00af; } IL_00a7: { BinaryWriter_t3992595042 * L_27 = ___writer0; int64_t L_28 = V_1; ObjectWriter_WriteObjectReference_m1459514019(__this, L_27, L_28, /*hidden argument*/NULL); } IL_00af: { goto IL_00dd; } IL_00b4: { ObjectIDGenerator_t1260826161 * L_29 = __this->get__idGenerator_0(); RuntimeObject * L_30 = ___val2; NullCheck(L_29); int64_t L_31 = VirtFuncInvoker2< int64_t, RuntimeObject *, bool* >::Invoke(4 /* System.Int64 System.Runtime.Serialization.ObjectIDGenerator::GetId(System.Object,System.Boolean&) */, L_29, L_30, (&V_2)); V_3 = L_31; bool L_32 = V_2; if (!L_32) { goto IL_00d5; } } { Queue_t3637523393 * L_33 = __this->get__pendingObjects_2(); RuntimeObject * L_34 = ___val2; NullCheck(L_33); VirtActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_33, L_34); } IL_00d5: { BinaryWriter_t3992595042 * L_35 = ___writer0; int64_t L_36 = V_3; ObjectWriter_WriteObjectReference_m1459514019(__this, L_35, L_36, /*hidden argument*/NULL); } IL_00dd: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteString(System.IO.BinaryWriter,System.Int64,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteString_m2607199782 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, int64_t ___id1, String_t* ___str2, const RuntimeMethod* method) { { BinaryWriter_t3992595042 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_0, (uint8_t)6); BinaryWriter_t3992595042 * L_1 = ___writer0; int64_t L_2 = ___id1; NullCheck(L_1); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_1, (((int32_t)((int32_t)L_2)))); BinaryWriter_t3992595042 * L_3 = ___writer0; String_t* L_4 = ___str2; NullCheck(L_3); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_3, L_4); return; } } // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteAssembly(System.IO.BinaryWriter,System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_WriteAssembly_m3173779754 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, Assembly_t * ___assembly1, const RuntimeMethod* method) { { BinaryWriter_t3992595042 * L_0 = ___writer0; Assembly_t * L_1 = ___assembly1; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_1); int32_t L_3 = ObjectWriter_WriteAssemblyName_m3097158773(__this, L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteAssemblyName(System.IO.BinaryWriter,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_WriteAssemblyName_m3097158773 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, String_t* ___assembly1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteAssemblyName_m3097158773_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = ___assembly1; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); String_t* L_1 = ((ObjectWriter_t2968406231_StaticFields*)il2cpp_codegen_static_fields_for(ObjectWriter_t2968406231_il2cpp_TypeInfo_var))->get_CorlibAssemblyName_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0012; } } { return (-1); } IL_0012: { String_t* L_3 = ___assembly1; int32_t L_4 = ObjectWriter_RegisterAssembly_m1967120293(__this, L_3, (&V_0), /*hidden argument*/NULL); V_1 = L_4; bool L_5 = V_0; if (L_5) { goto IL_0024; } } { int32_t L_6 = V_1; return L_6; } IL_0024: { BinaryWriter_t3992595042 * L_7 = ___writer0; NullCheck(L_7); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_7, (uint8_t)((int32_t)12)); BinaryWriter_t3992595042 * L_8 = ___writer0; int32_t L_9 = V_1; NullCheck(L_8); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_8, L_9); int32_t L_10 = __this->get__assemblyFormat_9(); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_004b; } } { BinaryWriter_t3992595042 * L_11 = ___writer0; String_t* L_12 = ___assembly1; NullCheck(L_11); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_11, L_12); goto IL_006c; } IL_004b: { String_t* L_13 = ___assembly1; NullCheck(L_13); int32_t L_14 = String_IndexOf_m363431711(L_13, ((int32_t)44), /*hidden argument*/NULL); V_2 = L_14; int32_t L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_0065; } } { String_t* L_16 = ___assembly1; int32_t L_17 = V_2; NullCheck(L_16); String_t* L_18 = String_Substring_m1610150815(L_16, 0, L_17, /*hidden argument*/NULL); ___assembly1 = L_18; } IL_0065: { BinaryWriter_t3992595042 * L_19 = ___writer0; String_t* L_20 = ___assembly1; NullCheck(L_19); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_19, L_20); } IL_006c: { int32_t L_21 = V_1; return L_21; } } // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetAssemblyId(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_GetAssemblyId_m1980650584 (ObjectWriter_t2968406231 * __this, Assembly_t * ___assembly0, const RuntimeMethod* method) { { Assembly_t * L_0 = ___assembly0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_0); int32_t L_2 = ObjectWriter_GetAssemblyNameId_m2316410453(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetAssemblyNameId(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_GetAssemblyNameId_m2316410453 (ObjectWriter_t2968406231 * __this, String_t* ___assembly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_GetAssemblyNameId_m2316410453_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get__assemblyCache_3(); String_t* L_1 = ___assembly0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); return ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_t2950945753_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::RegisterAssembly(System.String,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectWriter_RegisterAssembly_m1967120293 (ObjectWriter_t2968406231 * __this, String_t* ___assembly0, bool* ___firstTime1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_RegisterAssembly_m1967120293_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Hashtable_t1853889766 * L_0 = __this->get__assemblyCache_3(); String_t* L_1 = ___assembly0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_0, L_1); if (!L_2) { goto IL_0026; } } { bool* L_3 = ___firstTime1; *((int8_t*)(L_3)) = (int8_t)0; Hashtable_t1853889766 * L_4 = __this->get__assemblyCache_3(); String_t* L_5 = ___assembly0; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5); return ((*(int32_t*)((int32_t*)UnBox(L_6, Int32_t2950945753_il2cpp_TypeInfo_var)))); } IL_0026: { ObjectIDGenerator_t1260826161 * L_7 = __this->get__idGenerator_0(); int32_t L_8 = 0; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); bool* L_10 = ___firstTime1; NullCheck(L_7); int64_t L_11 = VirtFuncInvoker2< int64_t, RuntimeObject *, bool* >::Invoke(4 /* System.Int64 System.Runtime.Serialization.ObjectIDGenerator::GetId(System.Object,System.Boolean&) */, L_7, L_9, L_10); V_0 = (((int32_t)((int32_t)L_11))); Hashtable_t1853889766 * L_12 = __this->get__assemblyCache_3(); String_t* L_13 = ___assembly0; int32_t L_14 = V_0; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); NullCheck(L_12); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_12, L_13, L_16); int32_t L_17 = V_0; return L_17; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WritePrimitiveValue(System.IO.BinaryWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WritePrimitiveValue_m3342686922 (RuntimeObject * __this /* static, unused */, BinaryWriter_t3992595042 * ___writer0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WritePrimitiveValue_m3342686922_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t V_1 = 0; DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); Decimal_t2948259380 V_3; memset(&V_3, 0, sizeof(V_3)); TimeSpan_t881159249 V_4; memset(&V_4, 0, sizeof(V_4)); { RuntimeObject * L_0 = ___value1; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_3 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)3))) { case 0: { goto IL_005b; } case 1: { goto IL_007d; } case 2: { goto IL_0109; } case 3: { goto IL_006c; } case 4: { goto IL_00d6; } case 5: { goto IL_012b; } case 6: { goto IL_00e7; } case 7: { goto IL_013c; } case 8: { goto IL_00f8; } case 9: { goto IL_014d; } case 10: { goto IL_011a; } case 11: { goto IL_00c5; } case 12: { goto IL_00a7; } case 13: { goto IL_008e; } case 14: { goto IL_016f; } case 15: { goto IL_015e; } } } { goto IL_016f; } IL_005b: { BinaryWriter_t3992595042 * L_5 = ___writer0; RuntimeObject * L_6 = ___value1; NullCheck(L_5); VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.IO.BinaryWriter::Write(System.Boolean) */, L_5, ((*(bool*)((bool*)UnBox(L_6, Boolean_t97287965_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_006c: { BinaryWriter_t3992595042 * L_7 = ___writer0; RuntimeObject * L_8 = ___value1; NullCheck(L_7); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_7, ((*(uint8_t*)((uint8_t*)UnBox(L_8, Byte_t1134296376_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_007d: { BinaryWriter_t3992595042 * L_9 = ___writer0; RuntimeObject * L_10 = ___value1; NullCheck(L_9); VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.BinaryWriter::Write(System.Char) */, L_9, ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_10, Char_t3634460470_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_008e: { BinaryWriter_t3992595042 * L_11 = ___writer0; RuntimeObject * L_12 = ___value1; V_2 = ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_12, DateTime_t3738529785_il2cpp_TypeInfo_var)))); int64_t L_13 = DateTime_ToBinary_m1193069875((&V_2), /*hidden argument*/NULL); NullCheck(L_11); VirtActionInvoker1< int64_t >::Invoke(17 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_11, L_13); goto IL_01b9; } IL_00a7: { BinaryWriter_t3992595042 * L_14 = ___writer0; RuntimeObject * L_15 = ___value1; V_3 = ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_15, Decimal_t2948259380_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_17 = Decimal_ToString_m3653216873((&V_3), L_16, /*hidden argument*/NULL); NullCheck(L_14); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_14, L_17); goto IL_01b9; } IL_00c5: { BinaryWriter_t3992595042 * L_18 = ___writer0; RuntimeObject * L_19 = ___value1; NullCheck(L_18); VirtActionInvoker1< double >::Invoke(14 /* System.Void System.IO.BinaryWriter::Write(System.Double) */, L_18, ((*(double*)((double*)UnBox(L_19, Double_t594665363_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_00d6: { BinaryWriter_t3992595042 * L_20 = ___writer0; RuntimeObject * L_21 = ___value1; NullCheck(L_20); VirtActionInvoker1< int16_t >::Invoke(15 /* System.Void System.IO.BinaryWriter::Write(System.Int16) */, L_20, ((*(int16_t*)((int16_t*)UnBox(L_21, Int16_t2552820387_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_00e7: { BinaryWriter_t3992595042 * L_22 = ___writer0; RuntimeObject * L_23 = ___value1; NullCheck(L_22); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_22, ((*(int32_t*)((int32_t*)UnBox(L_23, Int32_t2950945753_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_00f8: { BinaryWriter_t3992595042 * L_24 = ___writer0; RuntimeObject * L_25 = ___value1; NullCheck(L_24); VirtActionInvoker1< int64_t >::Invoke(17 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_24, ((*(int64_t*)((int64_t*)UnBox(L_25, Int64_t3736567304_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_0109: { BinaryWriter_t3992595042 * L_26 = ___writer0; RuntimeObject * L_27 = ___value1; NullCheck(L_26); VirtActionInvoker1< int8_t >::Invoke(18 /* System.Void System.IO.BinaryWriter::Write(System.SByte) */, L_26, ((*(int8_t*)((int8_t*)UnBox(L_27, SByte_t1669577662_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_011a: { BinaryWriter_t3992595042 * L_28 = ___writer0; RuntimeObject * L_29 = ___value1; NullCheck(L_28); VirtActionInvoker1< float >::Invoke(19 /* System.Void System.IO.BinaryWriter::Write(System.Single) */, L_28, ((*(float*)((float*)UnBox(L_29, Single_t1397266774_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_012b: { BinaryWriter_t3992595042 * L_30 = ___writer0; RuntimeObject * L_31 = ___value1; NullCheck(L_30); VirtActionInvoker1< uint16_t >::Invoke(21 /* System.Void System.IO.BinaryWriter::Write(System.UInt16) */, L_30, ((*(uint16_t*)((uint16_t*)UnBox(L_31, UInt16_t2177724958_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_013c: { BinaryWriter_t3992595042 * L_32 = ___writer0; RuntimeObject * L_33 = ___value1; NullCheck(L_32); VirtActionInvoker1< uint32_t >::Invoke(22 /* System.Void System.IO.BinaryWriter::Write(System.UInt32) */, L_32, ((*(uint32_t*)((uint32_t*)UnBox(L_33, UInt32_t2560061978_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_014d: { BinaryWriter_t3992595042 * L_34 = ___writer0; RuntimeObject * L_35 = ___value1; NullCheck(L_34); VirtActionInvoker1< uint64_t >::Invoke(23 /* System.Void System.IO.BinaryWriter::Write(System.UInt64) */, L_34, ((*(uint64_t*)((uint64_t*)UnBox(L_35, UInt64_t4134040092_il2cpp_TypeInfo_var))))); goto IL_01b9; } IL_015e: { BinaryWriter_t3992595042 * L_36 = ___writer0; RuntimeObject * L_37 = ___value1; NullCheck(L_36); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_36, ((String_t*)CastclassSealed((RuntimeObject*)L_37, String_t_il2cpp_TypeInfo_var))); goto IL_01b9; } IL_016f: { Type_t * L_38 = V_0; RuntimeTypeHandle_t3027515415 L_39 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_40 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_38) == ((RuntimeObject*)(Type_t *)L_40)))) { goto IL_0199; } } { BinaryWriter_t3992595042 * L_41 = ___writer0; RuntimeObject * L_42 = ___value1; V_4 = ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_42, TimeSpan_t881159249_il2cpp_TypeInfo_var)))); int64_t L_43 = TimeSpan_get_Ticks_m2137362016((&V_4), /*hidden argument*/NULL); NullCheck(L_41); VirtActionInvoker1< int64_t >::Invoke(17 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_41, L_43); goto IL_01b4; } IL_0199: { RuntimeObject * L_44 = ___value1; NullCheck(L_44); Type_t * L_45 = Object_GetType_m88164663(L_44, /*hidden argument*/NULL); NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_45); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1407403950, L_46, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_48 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_48, L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48,ObjectWriter_WritePrimitiveValue_m3342686922_RuntimeMethod_var); } IL_01b4: { goto IL_01b9; } IL_01b9: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteTypeCode(System.IO.BinaryWriter,System.Type) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteTypeCode_m1789140116 (RuntimeObject * __this /* static, unused */, BinaryWriter_t3992595042 * ___writer0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteTypeCode_m1789140116_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BinaryWriter_t3992595042 * L_0 = ___writer0; Type_t * L_1 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); uint8_t L_2 = ObjectWriter_GetTypeTag_m1892768509(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_0, L_2); return; } } // System.Runtime.Serialization.Formatters.Binary.TypeTag System.Runtime.Serialization.Formatters.Binary.ObjectWriter::GetTypeTag(System.Type) extern "C" IL2CPP_METHOD_ATTR uint8_t ObjectWriter_GetTypeTag_m1892768509 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_GetTypeTag_m1892768509_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (uint8_t)(1); } IL_0012: { Type_t * L_3 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); bool L_4 = BinaryCommon_IsPrimitive_m378904036(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001f; } } { return (uint8_t)(0); } IL_001f: { Type_t * L_5 = ___type0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_7)))) { goto IL_0031; } } { return (uint8_t)(2); } IL_0031: { Type_t * L_8 = ___type0; NullCheck(L_8); bool L_9 = Type_get_IsArray_m2591212821(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005f; } } { Type_t * L_10 = ___type0; NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(45 /* System.Int32 System.Type::GetArrayRank() */, L_10); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_005f; } } { Type_t * L_12 = ___type0; NullCheck(L_12); Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_12); RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_15)))) { goto IL_005f; } } { return (uint8_t)(5); } IL_005f: { Type_t * L_16 = ___type0; NullCheck(L_16); bool L_17 = Type_get_IsArray_m2591212821(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_008d; } } { Type_t * L_18 = ___type0; NullCheck(L_18); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(45 /* System.Int32 System.Type::GetArrayRank() */, L_18); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_008d; } } { Type_t * L_20 = ___type0; NullCheck(L_20); Type_t * L_21 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_20); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_21) == ((RuntimeObject*)(Type_t *)L_23)))) { goto IL_008d; } } { return (uint8_t)(6); } IL_008d: { Type_t * L_24 = ___type0; NullCheck(L_24); bool L_25 = Type_get_IsArray_m2591212821(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00b6; } } { Type_t * L_26 = ___type0; NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(45 /* System.Int32 System.Type::GetArrayRank() */, L_26); if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_00b6; } } { Type_t * L_28 = ___type0; NullCheck(L_28); Type_t * L_29 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); bool L_30 = BinaryCommon_IsPrimitive_m378904036(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00b6; } } { return (uint8_t)(7); } IL_00b6: { Type_t * L_31 = ___type0; NullCheck(L_31); Assembly_t * L_32 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_31); IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); Assembly_t * L_33 = ((ObjectWriter_t2968406231_StaticFields*)il2cpp_codegen_static_fields_for(ObjectWriter_t2968406231_il2cpp_TypeInfo_var))->get_CorlibAssembly_5(); if ((!(((RuntimeObject*)(Assembly_t *)L_32) == ((RuntimeObject*)(Assembly_t *)L_33)))) { goto IL_00c8; } } { return (uint8_t)(3); } IL_00c8: { return (uint8_t)(4); } } // System.Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter::WriteTypeSpec(System.IO.BinaryWriter,System.Type) extern "C" IL2CPP_METHOD_ATTR void ObjectWriter_WriteTypeSpec_m3700372600 (ObjectWriter_t2968406231 * __this, BinaryWriter_t3992595042 * ___writer0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectWriter_WriteTypeSpec_m3700372600_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; uint8_t V_1 = 0; { Type_t * L_0 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); uint8_t L_1 = ObjectWriter_GetTypeTag_m1892768509(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_1 = L_1; uint8_t L_2 = V_1; switch (L_2) { case 0: { goto IL_0032; } case 1: { goto IL_00d2; } case 2: { goto IL_00d2; } case 3: { goto IL_0043; } case 4: { goto IL_0099; } case 5: { goto IL_00d2; } case 6: { goto IL_00d2; } case 7: { goto IL_00bc; } } } { goto IL_00d2; } IL_0032: { BinaryWriter_t3992595042 * L_3 = ___writer0; Type_t * L_4 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); uint8_t L_5 = BinaryCommon_GetTypeCode_m448697888(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_3, L_5); goto IL_00d7; } IL_0043: { Type_t * L_6 = ___type1; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_6); V_0 = L_7; StreamingContext_t3711869237 * L_8 = __this->get_address_of__context_8(); int32_t L_9 = StreamingContext_get_State_m3338773567(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)16))))) { goto IL_008d; } } { Type_t * L_10 = ___type1; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (MonoType_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_12)))) { goto IL_0077; } } { V_0 = _stringLiteral3290728807; goto IL_008d; } IL_0077: { Type_t * L_13 = ___type1; RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (MonoTypeU5BU5D_t3512060744_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_15)))) { goto IL_008d; } } { V_0 = _stringLiteral2868077447; } IL_008d: { BinaryWriter_t3992595042 * L_16 = ___writer0; String_t* L_17 = V_0; NullCheck(L_16); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_16, L_17); goto IL_00d7; } IL_0099: { BinaryWriter_t3992595042 * L_18 = ___writer0; Type_t * L_19 = ___type1; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_19); NullCheck(L_18); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_18, L_20); BinaryWriter_t3992595042 * L_21 = ___writer0; Type_t * L_22 = ___type1; NullCheck(L_22); Assembly_t * L_23 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_22); int32_t L_24 = ObjectWriter_GetAssemblyId_m1980650584(__this, L_23, /*hidden argument*/NULL); NullCheck(L_21); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_21, L_24); goto IL_00d7; } IL_00bc: { BinaryWriter_t3992595042 * L_25 = ___writer0; Type_t * L_26 = ___type1; NullCheck(L_26); Type_t * L_27 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_26); IL2CPP_RUNTIME_CLASS_INIT(BinaryCommon_t3059247396_il2cpp_TypeInfo_var); uint8_t L_28 = BinaryCommon_GetTypeCode_m448697888(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); NullCheck(L_25); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_25, L_28); goto IL_00d7; } IL_00d2: { goto IL_00d7; } IL_00d7: { 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.ObjectWriter/MetadataReference::.ctor(System.Runtime.Serialization.Formatters.Binary.TypeMetadata,System.Int64) extern "C" IL2CPP_METHOD_ATTR void MetadataReference__ctor_m15653650 (MetadataReference_t4077873660 * __this, TypeMetadata_t2187352167 * ___metadata0, int64_t ___id1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); TypeMetadata_t2187352167 * L_0 = ___metadata0; __this->set_Metadata_0(L_0); int64_t L_1 = ___id1; __this->set_ObjectID_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 #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.SerializableTypeMetadata::.ctor(System.Type,System.Runtime.Serialization.SerializationInfo) extern "C" IL2CPP_METHOD_ATTR void SerializableTypeMetadata__ctor_m4102127793 (SerializableTypeMetadata_t2796913665 * __this, Type_t * ___itype0, SerializationInfo_t950877179 * ___info1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SerializableTypeMetadata__ctor_m4102127793_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfoEnumerator_t2232395945 * V_0 = NULL; int32_t V_1 = 0; { TypeMetadata__ctor_m3381216780(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info1; NullCheck(L_0); int32_t L_1 = SerializationInfo_get_MemberCount_m3751947557(L_0, /*hidden argument*/NULL); __this->set_types_2(((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)L_1))); SerializationInfo_t950877179 * L_2 = ___info1; NullCheck(L_2); int32_t L_3 = SerializationInfo_get_MemberCount_m3751947557(L_2, /*hidden argument*/NULL); __this->set_names_3(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_3))); SerializationInfo_t950877179 * L_4 = ___info1; NullCheck(L_4); SerializationInfoEnumerator_t2232395945 * L_5 = SerializationInfo_GetEnumerator_m1082663843(L_4, /*hidden argument*/NULL); V_0 = L_5; V_1 = 0; goto IL_0056; } IL_0036: { TypeU5BU5D_t3940880105* L_6 = __this->get_types_2(); int32_t L_7 = V_1; SerializationInfoEnumerator_t2232395945 * L_8 = V_0; NullCheck(L_8); Type_t * L_9 = SerializationInfoEnumerator_get_ObjectType_m3505100851(L_8, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(L_7), (Type_t *)L_9); StringU5BU5D_t1281789340* L_10 = __this->get_names_3(); int32_t L_11 = V_1; SerializationInfoEnumerator_t2232395945 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = SerializationInfoEnumerator_get_Name_m4203920197(L_12, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(L_11), (String_t*)L_13); int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0056: { SerializationInfoEnumerator_t2232395945 * L_15 = V_0; NullCheck(L_15); bool L_16 = SerializationInfoEnumerator_MoveNext_m2496151825(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0036; } } { SerializationInfo_t950877179 * L_17 = ___info1; NullCheck(L_17); String_t* L_18 = SerializationInfo_get_AssemblyName_m3241199889(L_17, /*hidden argument*/NULL); ((TypeMetadata_t2187352167 *)__this)->set_TypeAssemblyName_0(L_18); SerializationInfo_t950877179 * L_19 = ___info1; NullCheck(L_19); String_t* L_20 = SerializationInfo_get_FullTypeName_m558954005(L_19, /*hidden argument*/NULL); ((TypeMetadata_t2187352167 *)__this)->set_InstanceTypeName_1(L_20); return; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata::IsCompatible(System.Runtime.Serialization.Formatters.Binary.TypeMetadata) extern "C" IL2CPP_METHOD_ATTR bool SerializableTypeMetadata_IsCompatible_m3569756077 (SerializableTypeMetadata_t2796913665 * __this, TypeMetadata_t2187352167 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SerializableTypeMetadata_IsCompatible_m3569756077_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializableTypeMetadata_t2796913665 * V_0 = NULL; int32_t V_1 = 0; { TypeMetadata_t2187352167 * L_0 = ___other0; if (((SerializableTypeMetadata_t2796913665 *)IsInstClass((RuntimeObject*)L_0, SerializableTypeMetadata_t2796913665_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { TypeMetadata_t2187352167 * L_1 = ___other0; V_0 = ((SerializableTypeMetadata_t2796913665 *)CastclassClass((RuntimeObject*)L_1, SerializableTypeMetadata_t2796913665_il2cpp_TypeInfo_var)); TypeU5BU5D_t3940880105* L_2 = __this->get_types_2(); NullCheck(L_2); SerializableTypeMetadata_t2796913665 * L_3 = V_0; NullCheck(L_3); TypeU5BU5D_t3940880105* L_4 = L_3->get_types_2(); NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_002b; } } { return (bool)0; } IL_002b: { String_t* L_5 = ((TypeMetadata_t2187352167 *)__this)->get_TypeAssemblyName_0(); SerializableTypeMetadata_t2796913665 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = ((TypeMetadata_t2187352167 *)L_6)->get_TypeAssemblyName_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0043; } } { return (bool)0; } IL_0043: { String_t* L_9 = ((TypeMetadata_t2187352167 *)__this)->get_InstanceTypeName_1(); SerializableTypeMetadata_t2796913665 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = ((TypeMetadata_t2187352167 *)L_10)->get_InstanceTypeName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005b; } } { return (bool)0; } IL_005b: { V_1 = 0; goto IL_0099; } IL_0062: { TypeU5BU5D_t3940880105* L_13 = __this->get_types_2(); int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = L_14; Type_t * L_16 = (L_13)->GetAt(static_cast(L_15)); SerializableTypeMetadata_t2796913665 * L_17 = V_0; NullCheck(L_17); TypeU5BU5D_t3940880105* L_18 = L_17->get_types_2(); int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = L_19; Type_t * L_21 = (L_18)->GetAt(static_cast(L_20)); if ((((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_21))) { goto IL_0079; } } { return (bool)0; } IL_0079: { StringU5BU5D_t1281789340* L_22 = __this->get_names_3(); int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = L_23; String_t* L_25 = (L_22)->GetAt(static_cast(L_24)); SerializableTypeMetadata_t2796913665 * L_26 = V_0; NullCheck(L_26); StringU5BU5D_t1281789340* L_27 = L_26->get_names_3(); int32_t L_28 = V_1; NullCheck(L_27); int32_t L_29 = L_28; String_t* L_30 = (L_27)->GetAt(static_cast(L_29)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_25, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0095; } } { return (bool)0; } IL_0095: { int32_t L_32 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0099: { int32_t L_33 = V_1; TypeU5BU5D_t3940880105* L_34 = __this->get_types_2(); NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_0062; } } { return (bool)1; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata::WriteAssemblies(System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter) extern "C" IL2CPP_METHOD_ATTR void SerializableTypeMetadata_WriteAssemblies_m2027618830 (SerializableTypeMetadata_t2796913665 * __this, ObjectWriter_t2968406231 * ___ow0, BinaryWriter_t3992595042 * ___writer1, const RuntimeMethod* method) { Type_t * V_0 = NULL; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; { TypeU5BU5D_t3940880105* L_0 = __this->get_types_2(); V_1 = L_0; V_2 = 0; goto IL_003d; } IL_000e: { TypeU5BU5D_t3940880105* L_1 = V_1; int32_t L_2 = V_2; NullCheck(L_1); int32_t L_3 = L_2; Type_t * L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; Type_t * L_5 = V_0; V_3 = L_5; goto IL_0020; } IL_0019: { Type_t * L_6 = V_3; NullCheck(L_6); Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_6); V_3 = L_7; } IL_0020: { Type_t * L_8 = V_3; NullCheck(L_8); bool L_9 = Type_get_IsArray_m2591212821(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0019; } } { ObjectWriter_t2968406231 * L_10 = ___ow0; BinaryWriter_t3992595042 * L_11 = ___writer1; Type_t * L_12 = V_3; NullCheck(L_12); Assembly_t * L_13 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_12); NullCheck(L_10); ObjectWriter_WriteAssembly_m3173779754(L_10, L_11, L_13, /*hidden argument*/NULL); int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003d: { int32_t L_15 = V_2; TypeU5BU5D_t3940880105* L_16 = V_1; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_000e; } } { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata::WriteTypeData(System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SerializableTypeMetadata_WriteTypeData_m1099030367 (SerializableTypeMetadata_t2796913665 * __this, ObjectWriter_t2968406231 * ___ow0, BinaryWriter_t3992595042 * ___writer1, bool ___writeTypes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SerializableTypeMetadata_WriteTypeData_m1099030367_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; TypeU5BU5D_t3940880105* V_4 = NULL; int32_t V_5 = 0; Type_t * V_6 = NULL; TypeU5BU5D_t3940880105* V_7 = NULL; int32_t V_8 = 0; { BinaryWriter_t3992595042 * L_0 = ___writer1; TypeU5BU5D_t3940880105* L_1 = __this->get_types_2(); NullCheck(L_1); NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_0, (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))); StringU5BU5D_t1281789340* L_2 = __this->get_names_3(); V_1 = L_2; V_2 = 0; goto IL_002b; } IL_001c: { StringU5BU5D_t1281789340* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; BinaryWriter_t3992595042 * L_7 = ___writer1; String_t* L_8 = V_0; NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_7, L_8); int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002b: { int32_t L_10 = V_2; StringU5BU5D_t1281789340* L_11 = V_1; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_001c; } } { TypeU5BU5D_t3940880105* L_12 = __this->get_types_2(); V_4 = L_12; V_5 = 0; goto IL_0057; } IL_0044: { TypeU5BU5D_t3940880105* L_13 = V_4; int32_t L_14 = V_5; NullCheck(L_13); int32_t L_15 = L_14; Type_t * L_16 = (L_13)->GetAt(static_cast(L_15)); V_3 = L_16; BinaryWriter_t3992595042 * L_17 = ___writer1; Type_t * L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ObjectWriter_t2968406231_il2cpp_TypeInfo_var); ObjectWriter_WriteTypeCode_m1789140116(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); int32_t L_19 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0057: { int32_t L_20 = V_5; TypeU5BU5D_t3940880105* L_21 = V_4; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0044; } } { TypeU5BU5D_t3940880105* L_22 = __this->get_types_2(); V_7 = L_22; V_8 = 0; goto IL_0088; } IL_0072: { TypeU5BU5D_t3940880105* L_23 = V_7; int32_t L_24 = V_8; NullCheck(L_23); int32_t L_25 = L_24; Type_t * L_26 = (L_23)->GetAt(static_cast(L_25)); V_6 = L_26; ObjectWriter_t2968406231 * L_27 = ___ow0; BinaryWriter_t3992595042 * L_28 = ___writer1; Type_t * L_29 = V_6; NullCheck(L_27); ObjectWriter_WriteTypeSpec_m3700372600(L_27, L_28, L_29, /*hidden argument*/NULL); int32_t L_30 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0088: { int32_t L_31 = V_8; TypeU5BU5D_t3940880105* L_32 = V_7; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))) { goto IL_0072; } } { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata::WriteObjectData(System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializableTypeMetadata_WriteObjectData_m2148012904 (SerializableTypeMetadata_t2796913665 * __this, ObjectWriter_t2968406231 * ___ow0, BinaryWriter_t3992595042 * ___writer1, RuntimeObject * ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SerializableTypeMetadata_WriteObjectData_m2148012904_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; SerializationInfoEnumerator_t2232395945 * V_1 = NULL; { RuntimeObject * L_0 = ___data2; V_0 = ((SerializationInfo_t950877179 *)CastclassSealed((RuntimeObject*)L_0, SerializationInfo_t950877179_il2cpp_TypeInfo_var)); SerializationInfo_t950877179 * L_1 = V_0; NullCheck(L_1); SerializationInfoEnumerator_t2232395945 * L_2 = SerializationInfo_GetEnumerator_m1082663843(L_1, /*hidden argument*/NULL); V_1 = L_2; goto IL_0026; } IL_0013: { ObjectWriter_t2968406231 * L_3 = ___ow0; BinaryWriter_t3992595042 * L_4 = ___writer1; SerializationInfoEnumerator_t2232395945 * L_5 = V_1; NullCheck(L_5); Type_t * L_6 = SerializationInfoEnumerator_get_ObjectType_m3505100851(L_5, /*hidden argument*/NULL); SerializationInfoEnumerator_t2232395945 * L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8 = SerializationInfoEnumerator_get_Value_m433044828(L_7, /*hidden argument*/NULL); NullCheck(L_3); ObjectWriter_WriteValue_m3485076606(L_3, L_4, L_6, L_8, /*hidden argument*/NULL); } IL_0026: { SerializationInfoEnumerator_t2232395945 * L_9 = V_1; NullCheck(L_9); bool L_10 = SerializationInfoEnumerator_MoveNext_m2496151825(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0013; } } { return; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata::get_RequiresTypes() extern "C" IL2CPP_METHOD_ATTR bool SerializableTypeMetadata_get_RequiresTypes_m556665051 (SerializableTypeMetadata_t2796913665 * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.TypeMetadata::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeMetadata__ctor_m3381216780 (TypeMetadata_t2187352167 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.TypeMetadata::IsCompatible(System.Runtime.Serialization.Formatters.Binary.TypeMetadata) extern "C" IL2CPP_METHOD_ATTR bool TypeMetadata_IsCompatible_m3213233239 (TypeMetadata_t2187352167 * __this, TypeMetadata_t2187352167 * ___other0, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object[] System.Runtime.Serialization.FormatterServices::GetObjectData(System.Object,System.Reflection.MemberInfo[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* FormatterServices_GetObjectData_m4284691678 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, MemberInfoU5BU5D_t1302094432* ___members1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterServices_GetObjectData_m4284691678_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; int32_t V_2 = 0; MemberInfo_t * V_3 = NULL; FieldInfo_t * V_4 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FormatterServices_GetObjectData_m4284691678_RuntimeMethod_var); } IL_0011: { MemberInfoU5BU5D_t1302094432* L_2 = ___members1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2895042756, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FormatterServices_GetObjectData_m4284691678_RuntimeMethod_var); } IL_0022: { MemberInfoU5BU5D_t1302094432* L_4 = ___members1; NullCheck(L_4); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))); int32_t L_5 = V_0; V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_5)); V_2 = 0; goto IL_008d; } IL_0034: { MemberInfoU5BU5D_t1302094432* L_6 = ___members1; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; MemberInfo_t * L_9 = (L_6)->GetAt(static_cast(L_8)); V_3 = L_9; MemberInfo_t * L_10 = V_3; if (L_10) { goto IL_0054; } } { int32_t L_11 = V_2; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4181887578, L_13, /*hidden argument*/NULL); ArgumentNullException_t1615371798 * L_15 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,FormatterServices_GetObjectData_m4284691678_RuntimeMethod_var); } IL_0054: { MemberInfo_t * L_16 = V_3; NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_16); if ((((int32_t)L_17) == ((int32_t)4))) { goto IL_0076; } } { int32_t L_18 = V_2; int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2556293901, L_20, /*hidden argument*/NULL); SerializationException_t3941511869 * L_22 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,FormatterServices_GetObjectData_m4284691678_RuntimeMethod_var); } IL_0076: { MemberInfo_t * L_23 = V_3; V_4 = ((FieldInfo_t *)IsInstClass((RuntimeObject*)L_23, FieldInfo_t_il2cpp_TypeInfo_var)); ObjectU5BU5D_t2843939325* L_24 = V_1; int32_t L_25 = V_2; FieldInfo_t * L_26 = V_4; RuntimeObject * L_27 = ___obj0; NullCheck(L_26); RuntimeObject * L_28 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(17 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_26, L_27); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(L_25), (RuntimeObject *)L_28); int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_008d: { int32_t L_30 = V_2; int32_t L_31 = V_0; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0034; } } { ObjectU5BU5D_t2843939325* L_32 = V_1; return L_32; } } // System.Reflection.MemberInfo[] System.Runtime.Serialization.FormatterServices::GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t1302094432* FormatterServices_GetSerializableMembers_m3934333240 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterServices_GetSerializableMembers_m3934333240_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; Type_t * V_1 = NULL; String_t* V_2 = NULL; MemberInfoU5BU5D_t1302094432* V_3 = NULL; { Type_t * L_0 = ___type0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FormatterServices_GetSerializableMembers_m3934333240_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); V_0 = L_2; Type_t * L_3 = ___type0; V_1 = L_3; goto IL_0056; } IL_001e: { Type_t * L_4 = V_1; NullCheck(L_4); bool L_5 = Type_get_IsSerializable_m1040556850(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0047; } } { Type_t * L_6 = V_1; Type_t * L_7 = V_1; NullCheck(L_7); Assembly_t * L_8 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_7); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral482983880, L_6, L_9, /*hidden argument*/NULL); V_2 = L_10; String_t* L_11 = V_2; SerializationException_t3941511869 * L_12 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FormatterServices_GetSerializableMembers_m3934333240_RuntimeMethod_var); } IL_0047: { Type_t * L_13 = ___type0; Type_t * L_14 = V_1; ArrayList_t2718874744 * L_15 = V_0; FormatterServices_GetFields_m2777940282(NULL /*static, unused*/, L_13, L_14, L_15, /*hidden argument*/NULL); Type_t * L_16 = V_1; NullCheck(L_16); Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_16); V_1 = L_17; } IL_0056: { Type_t * L_18 = V_1; if (L_18) { goto IL_001e; } } { ArrayList_t2718874744 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_19); V_3 = ((MemberInfoU5BU5D_t1302094432*)SZArrayNew(MemberInfoU5BU5D_t1302094432_il2cpp_TypeInfo_var, (uint32_t)L_20)); ArrayList_t2718874744 * L_21 = V_0; MemberInfoU5BU5D_t1302094432* L_22 = V_3; NullCheck(L_21); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_21, (RuntimeArray *)(RuntimeArray *)L_22); MemberInfoU5BU5D_t1302094432* L_23 = V_3; return L_23; } } // System.Void System.Runtime.Serialization.FormatterServices::GetFields(System.Type,System.Type,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void FormatterServices_GetFields_m2777940282 (RuntimeObject * __this /* static, unused */, Type_t * ___reflectedType0, Type_t * ___type1, ArrayList_t2718874744 * ___fields2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterServices_GetFields_m2777940282_MetadataUsageId); s_Il2CppMethodInitialized = true; } FieldInfoU5BU5D_t846150980* V_0 = NULL; FieldInfo_t * V_1 = NULL; FieldInfoU5BU5D_t846150980* V_2 = NULL; int32_t V_3 = 0; MonoField_t * V_4 = NULL; String_t* V_5 = NULL; { Type_t * L_0 = ___type1; NullCheck(L_0); FieldInfoU5BU5D_t846150980* L_1 = VirtFuncInvoker1< FieldInfoU5BU5D_t846150980*, int32_t >::Invoke(51 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_0, ((int32_t)54)); V_0 = L_1; FieldInfoU5BU5D_t846150980* L_2 = V_0; V_2 = L_2; V_3 = 0; goto IL_007d; } IL_0012: { FieldInfoU5BU5D_t846150980* L_3 = V_2; int32_t L_4 = V_3; NullCheck(L_3); int32_t L_5 = L_4; FieldInfo_t * L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = L_6; FieldInfo_t * L_7 = V_1; NullCheck(L_7); bool L_8 = FieldInfo_get_IsNotSerialized_m2684033086(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0079; } } { FieldInfo_t * L_9 = V_1; V_4 = ((MonoField_t *)IsInstClass((RuntimeObject*)L_9, MonoField_t_il2cpp_TypeInfo_var)); MonoField_t * L_10 = V_4; if (!L_10) { goto IL_0071; } } { Type_t * L_11 = ___reflectedType0; Type_t * L_12 = ___type1; if ((((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_12))) { goto IL_0071; } } { MonoField_t * L_13 = V_4; NullCheck(L_13); bool L_14 = FieldInfo_get_IsPublic_m3378038140(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0071; } } { Type_t * L_15 = ___type1; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15); MonoField_t * L_17 = V_4; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MonoField::get_Name() */, L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m3755062657(NULL /*static, unused*/, L_16, _stringLiteral3452614533, L_18, /*hidden argument*/NULL); V_5 = L_19; ArrayList_t2718874744 * L_20 = ___fields2; MonoField_t * L_21 = V_4; String_t* L_22 = V_5; NullCheck(L_21); MonoField_t * L_23 = MonoField_Clone_m3669042226(L_21, L_22, /*hidden argument*/NULL); NullCheck(L_20); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_23); goto IL_0079; } IL_0071: { ArrayList_t2718874744 * L_24 = ___fields2; FieldInfo_t * L_25 = V_1; NullCheck(L_24); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_24, L_25); } IL_0079: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_007d: { int32_t L_27 = V_3; FieldInfoU5BU5D_t846150980* L_28 = V_2; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_0012; } } { return; } } // System.Object System.Runtime.Serialization.FormatterServices::GetUninitializedObject(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m3413592581 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatterServices_GetUninitializedObject_m3413592581_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FormatterServices_GetUninitializedObject_m3413592581_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___type0; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_002c; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral2983965444, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FormatterServices_GetUninitializedObject_m3413592581_RuntimeMethod_var); } IL_002c: { Type_t * L_6 = ___type0; RuntimeObject * L_7 = ActivationServices_AllocateUninitializedClassInstance_m1640049132(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_7; } } // System.Object System.Runtime.Serialization.FormatterServices::GetSafeUninitializedObject(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetSafeUninitializedObject_m3890738292 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; RuntimeObject * L_1 = FormatterServices_GetUninitializedObject_m3413592581(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.MultiArrayFixupRecord::.ctor(System.Runtime.Serialization.ObjectRecord,System.Int32[],System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void MultiArrayFixupRecord__ctor_m1290009050 (MultiArrayFixupRecord_t2501518442 * __this, ObjectRecord_t1187467272 * ___objectToBeFixed0, Int32U5BU5D_t385246372* ___indices1, ObjectRecord_t1187467272 * ___objectRequired2, const RuntimeMethod* method) { { ObjectRecord_t1187467272 * L_0 = ___objectToBeFixed0; ObjectRecord_t1187467272 * L_1 = ___objectRequired2; BaseFixupRecord__ctor_m3105931241(__this, L_0, L_1, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_2 = ___indices1; __this->set__indices_4(L_2); return; } } // System.Void System.Runtime.Serialization.MultiArrayFixupRecord::FixupImpl(System.Runtime.Serialization.ObjectManager) extern "C" IL2CPP_METHOD_ATTR void MultiArrayFixupRecord_FixupImpl_m1721674130 (MultiArrayFixupRecord_t2501518442 * __this, ObjectManager_t1653064325 * ___manager0, const RuntimeMethod* method) { { ObjectRecord_t1187467272 * L_0 = ((BaseFixupRecord_t3185653456 *)__this)->get_ObjectToBeFixed_0(); ObjectManager_t1653064325 * L_1 = ___manager0; ObjectRecord_t1187467272 * L_2 = ((BaseFixupRecord_t3185653456 *)__this)->get_ObjectRequired_1(); NullCheck(L_2); RuntimeObject * L_3 = L_2->get_ObjectInstance_2(); Int32U5BU5D_t385246372* L_4 = __this->get__indices_4(); NullCheck(L_0); ObjectRecord_SetArrayValue_m2756856461(L_0, L_1, L_3, L_4, /*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.ObjectIDGenerator::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjectIDGenerator__ctor_m2117120656 (ObjectIDGenerator_t1260826161 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectIDGenerator__ctor_m2117120656_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectIDGenerator_t1260826161_il2cpp_TypeInfo_var); InstanceComparer_t1261591096 * L_0 = ((ObjectIDGenerator_t1260826161_StaticFields*)il2cpp_codegen_static_fields_for(ObjectIDGenerator_t1260826161_il2cpp_TypeInfo_var))->get_comparer_2(); InstanceComparer_t1261591096 * L_1 = ((ObjectIDGenerator_t1260826161_StaticFields*)il2cpp_codegen_static_fields_for(ObjectIDGenerator_t1260826161_il2cpp_TypeInfo_var))->get_comparer_2(); Hashtable_t1853889766 * L_2 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m2302711321(L_2, L_0, L_1, /*hidden argument*/NULL); __this->set_table_0(L_2); __this->set_current_1((((int64_t)((int64_t)1)))); return; } } // System.Void System.Runtime.Serialization.ObjectIDGenerator::.cctor() extern "C" IL2CPP_METHOD_ATTR void ObjectIDGenerator__cctor_m2337609134 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectIDGenerator__cctor_m2337609134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InstanceComparer_t1261591096 * L_0 = (InstanceComparer_t1261591096 *)il2cpp_codegen_object_new(InstanceComparer_t1261591096_il2cpp_TypeInfo_var); InstanceComparer__ctor_m2655670473(L_0, /*hidden argument*/NULL); ((ObjectIDGenerator_t1260826161_StaticFields*)il2cpp_codegen_static_fields_for(ObjectIDGenerator_t1260826161_il2cpp_TypeInfo_var))->set_comparer_2(L_0); return; } } // System.Int64 System.Runtime.Serialization.ObjectIDGenerator::GetId(System.Object,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR int64_t ObjectIDGenerator_GetId_m2052009363 (ObjectIDGenerator_t1260826161 * __this, RuntimeObject * ___obj0, bool* ___firstTime1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectIDGenerator_GetId_m2052009363_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int64_t V_1 = 0; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ObjectIDGenerator_GetId_m2052009363_RuntimeMethod_var); } IL_0011: { Hashtable_t1853889766 * L_2 = __this->get_table_0(); RuntimeObject * L_3 = ___obj0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_0 = L_4; RuntimeObject * L_5 = V_0; if (!L_5) { goto IL_002e; } } { bool* L_6 = ___firstTime1; *((int8_t*)(L_6)) = (int8_t)0; RuntimeObject * L_7 = V_0; return ((*(int64_t*)((int64_t*)UnBox(L_7, Int64_t3736567304_il2cpp_TypeInfo_var)))); } IL_002e: { bool* L_8 = ___firstTime1; *((int8_t*)(L_8)) = (int8_t)1; Hashtable_t1853889766 * L_9 = __this->get_table_0(); RuntimeObject * L_10 = ___obj0; int64_t L_11 = __this->get_current_1(); int64_t L_12 = L_11; RuntimeObject * L_13 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_12); NullCheck(L_9); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_9, L_10, L_13); int64_t L_14 = __this->get_current_1(); int64_t L_15 = L_14; V_1 = L_15; __this->set_current_1(((int64_t)il2cpp_codegen_add((int64_t)L_15, (int64_t)(((int64_t)((int64_t)1)))))); int64_t L_16 = V_1; return L_16; } } // System.Int64 System.Runtime.Serialization.ObjectIDGenerator::get_NextId() extern "C" IL2CPP_METHOD_ATTR int64_t ObjectIDGenerator_get_NextId_m3343770173 (ObjectIDGenerator_t1260826161 * __this, const RuntimeMethod* method) { int64_t V_0 = 0; { int64_t L_0 = __this->get_current_1(); int64_t L_1 = L_0; V_0 = L_1; __this->set_current_1(((int64_t)il2cpp_codegen_add((int64_t)L_1, (int64_t)(((int64_t)((int64_t)1)))))); int64_t L_2 = V_0; 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.Runtime.Serialization.ObjectIDGenerator/InstanceComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void InstanceComparer__ctor_m2655670473 (InstanceComparer_t1261591096 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Runtime.Serialization.ObjectIDGenerator/InstanceComparer::System.Collections.IComparer.Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t InstanceComparer_System_Collections_IComparer_Compare_m1420501866 (InstanceComparer_t1261591096 * __this, RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InstanceComparer_System_Collections_IComparer_Compare_m1420501866_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B8_0 = 0; { RuntimeObject * L_0 = ___o10; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_001f; } } { RuntimeObject * L_1 = ___o10; RuntimeObject * L_2 = ___o21; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_1, L_2); if (!L_3) { goto IL_001d; } } { G_B4_0 = 0; goto IL_001e; } IL_001d: { G_B4_0 = 1; } IL_001e: { return G_B4_0; } IL_001f: { RuntimeObject * L_4 = ___o10; RuntimeObject * L_5 = ___o21; if ((!(((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(RuntimeObject *)L_5)))) { goto IL_002c; } } { G_B8_0 = 0; goto IL_002d; } IL_002c: { G_B8_0 = 1; } IL_002d: { return G_B8_0; } } // System.Int32 System.Runtime.Serialization.ObjectIDGenerator/InstanceComparer::System.Collections.IHashCodeProvider.GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t InstanceComparer_System_Collections_IHashCodeProvider_GetHashCode_m1305577427 (InstanceComparer_t1261591096 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; int32_t L_1 = Object_InternalGetHashCode_m4213713973(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.ObjectManager::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ObjectManager__ctor_m1844334865 (ObjectManager_t1653064325 * __this, RuntimeObject* ___selector0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager__ctor_m1844334865_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set__deserializedRecords_2(L_0); ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set__onDeserializedCallbackRecords_3(L_1); Hashtable_t1853889766 * L_2 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_2, /*hidden argument*/NULL); __this->set__objectRecords_4(L_2); Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_3 = ___selector0; __this->set__selector_6(L_3); StreamingContext_t3711869237 L_4 = ___context1; __this->set__context_7(L_4); return; } } // System.Void System.Runtime.Serialization.ObjectManager::DoFixups() extern "C" IL2CPP_METHOD_ATTR void ObjectManager_DoFixups_m3038765937 (ObjectManager_t1653064325 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_DoFixups_m3038765937_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectRecord_t1187467272 * V_0 = NULL; bool V_1 = false; ObjectRecord_t1187467272 * V_2 = NULL; bool V_3 = false; ObjectRecord_t1187467272 * V_4 = NULL; SerializationCallbacks_t2570604627 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B7_0 = 0; { __this->set__finalFixup_5((bool)1); } IL_0007: try { // begin try (depth: 1) { int32_t L_0 = __this->get__registeredObjectsCount_8(); Hashtable_t1853889766 * L_1 = __this->get__objectRecords_4(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_1); if ((((int32_t)L_0) >= ((int32_t)L_2))) { goto IL_0028; } } IL_001d: { SerializationException_t3941511869 * L_3 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_3, _stringLiteral2054625985, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ObjectManager_DoFixups_m3038765937_RuntimeMethod_var); } IL_0028: { ObjectRecord_t1187467272 * L_4 = __this->get__lastObjectRecord_1(); V_0 = L_4; V_1 = (bool)1; ObjectRecord_t1187467272 * L_5 = __this->get__objectRecordChain_0(); V_2 = L_5; goto IL_0160; } IL_003d: { ObjectRecord_t1187467272 * L_6 = V_2; NullCheck(L_6); bool L_7 = ObjectRecord_get_IsUnsolvedObjectReference_m1163921033(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004b; } } IL_0048: { bool L_8 = V_1; G_B7_0 = ((int32_t)(L_8)); goto IL_004c; } IL_004b: { G_B7_0 = 0; } IL_004c: { V_3 = (bool)((((int32_t)G_B7_0) == ((int32_t)0))? 1 : 0); bool L_9 = V_3; if (!L_9) { goto IL_0060; } } IL_0056: { ObjectRecord_t1187467272 * L_10 = V_2; NullCheck(L_10); bool L_11 = ObjectRecord_DoFixups_m1169675535(L_10, (bool)1, __this, (bool)1, /*hidden argument*/NULL); V_3 = L_11; } IL_0060: { bool L_12 = V_3; if (!L_12) { goto IL_007a; } } IL_0066: { ObjectRecord_t1187467272 * L_13 = V_2; RuntimeObject* L_14 = __this->get__selector_6(); StreamingContext_t3711869237 L_15 = __this->get__context_7(); NullCheck(L_13); bool L_16 = ObjectRecord_LoadData_m1119843494(L_13, __this, L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; } IL_007a: { bool L_17 = V_3; if (!L_17) { goto IL_00d5; } } IL_0080: { ObjectRecord_t1187467272 * L_18 = V_2; NullCheck(L_18); RuntimeObject * L_19 = L_18->get_OriginalObject_1(); if (!((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDeserializationCallback_t4220500054_il2cpp_TypeInfo_var))) { goto IL_009d; } } IL_0090: { ArrayList_t2718874744 * L_20 = __this->get__deserializedRecords_2(); ObjectRecord_t1187467272 * L_21 = V_2; NullCheck(L_20); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_21); } IL_009d: { ObjectRecord_t1187467272 * L_22 = V_2; NullCheck(L_22); RuntimeObject * L_23 = L_22->get_OriginalObject_1(); NullCheck(L_23); Type_t * L_24 = Object_GetType_m88164663(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SerializationCallbacks_t2570604627_il2cpp_TypeInfo_var); SerializationCallbacks_t2570604627 * L_25 = SerializationCallbacks_GetSerializationCallbacks_m2939476649(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); V_5 = L_25; SerializationCallbacks_t2570604627 * L_26 = V_5; NullCheck(L_26); bool L_27 = SerializationCallbacks_get_HasDeserializedCallbacks_m989630968(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00c8; } } IL_00bb: { ArrayList_t2718874744 * L_28 = __this->get__onDeserializedCallbackRecords_3(); ObjectRecord_t1187467272 * L_29 = V_2; NullCheck(L_28); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_28, L_29); } IL_00c8: { ObjectRecord_t1187467272 * L_30 = V_2; NullCheck(L_30); ObjectRecord_t1187467272 * L_31 = L_30->get_Next_12(); V_4 = L_31; goto IL_0154; } IL_00d5: { ObjectRecord_t1187467272 * L_32 = V_2; NullCheck(L_32); RuntimeObject * L_33 = L_32->get_ObjectInstance_2(); if (!((RuntimeObject*)IsInst((RuntimeObject*)L_33, IObjectReference_t2897431833_il2cpp_TypeInfo_var))) { goto IL_011e; } } IL_00e5: { bool L_34 = V_1; if (L_34) { goto IL_011e; } } IL_00eb: { ObjectRecord_t1187467272 * L_35 = V_2; NullCheck(L_35); uint8_t L_36 = L_35->get_Status_0(); if ((!(((uint32_t)L_36) == ((uint32_t)2)))) { goto IL_0117; } } IL_00f7: { ObjectRecord_t1187467272 * L_37 = V_2; NullCheck(L_37); int64_t L_38 = L_37->get_ObjectID_3(); int64_t L_39 = L_38; RuntimeObject * L_40 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1973629171, L_40, _stringLiteral3505112503, /*hidden argument*/NULL); SerializationException_t3941511869 * L_42 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,ObjectManager_DoFixups_m3038765937_RuntimeMethod_var); } IL_0117: { ObjectRecord_t1187467272 * L_43 = V_2; NullCheck(L_43); L_43->set_Status_0(2); } IL_011e: { ObjectRecord_t1187467272 * L_44 = V_2; ObjectRecord_t1187467272 * L_45 = __this->get__lastObjectRecord_1(); if ((((RuntimeObject*)(ObjectRecord_t1187467272 *)L_44) == ((RuntimeObject*)(ObjectRecord_t1187467272 *)L_45))) { goto IL_0151; } } IL_012a: { ObjectRecord_t1187467272 * L_46 = V_2; NullCheck(L_46); ObjectRecord_t1187467272 * L_47 = L_46->get_Next_12(); V_4 = L_47; ObjectRecord_t1187467272 * L_48 = V_2; NullCheck(L_48); L_48->set_Next_12((ObjectRecord_t1187467272 *)NULL); ObjectRecord_t1187467272 * L_49 = __this->get__lastObjectRecord_1(); ObjectRecord_t1187467272 * L_50 = V_2; NullCheck(L_49); L_49->set_Next_12(L_50); ObjectRecord_t1187467272 * L_51 = V_2; __this->set__lastObjectRecord_1(L_51); goto IL_0154; } IL_0151: { ObjectRecord_t1187467272 * L_52 = V_2; V_4 = L_52; } IL_0154: { ObjectRecord_t1187467272 * L_53 = V_2; ObjectRecord_t1187467272 * L_54 = V_0; if ((!(((RuntimeObject*)(ObjectRecord_t1187467272 *)L_53) == ((RuntimeObject*)(ObjectRecord_t1187467272 *)L_54)))) { goto IL_015d; } } IL_015b: { V_1 = (bool)0; } IL_015d: { ObjectRecord_t1187467272 * L_55 = V_4; V_2 = L_55; } IL_0160: { ObjectRecord_t1187467272 * L_56 = V_2; if (L_56) { goto IL_003d; } } IL_0166: { IL2CPP_LEAVE(0x173, FINALLY_016b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_016b; } FINALLY_016b: { // begin finally (depth: 1) __this->set__finalFixup_5((bool)0); IL2CPP_END_FINALLY(363) } // end finally (depth: 1) IL2CPP_CLEANUP(363) { IL2CPP_JUMP_TBL(0x173, IL_0173) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0173: { return; } } // System.Runtime.Serialization.ObjectRecord System.Runtime.Serialization.ObjectManager::GetObjectRecord(System.Int64) extern "C" IL2CPP_METHOD_ATTR ObjectRecord_t1187467272 * ObjectManager_GetObjectRecord_m1104835114 (ObjectManager_t1653064325 * __this, int64_t ___objectID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_GetObjectRecord_m1104835114_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectRecord_t1187467272 * V_0 = NULL; { Hashtable_t1853889766 * L_0 = __this->get__objectRecords_4(); int64_t L_1 = ___objectID0; int64_t L_2 = L_1; RuntimeObject * L_3 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_3); V_0 = ((ObjectRecord_t1187467272 *)CastclassClass((RuntimeObject*)L_4, ObjectRecord_t1187467272_il2cpp_TypeInfo_var)); ObjectRecord_t1187467272 * L_5 = V_0; if (L_5) { goto IL_0062; } } { bool L_6 = __this->get__finalFixup_5(); if (!L_6) { goto IL_0043; } } { int64_t L_7 = ___objectID0; int64_t L_8 = L_7; RuntimeObject * L_9 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1975726323, L_9, _stringLiteral4120689509, /*hidden argument*/NULL); SerializationException_t3941511869 * L_11 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,ObjectManager_GetObjectRecord_m1104835114_RuntimeMethod_var); } IL_0043: { ObjectRecord_t1187467272 * L_12 = (ObjectRecord_t1187467272 *)il2cpp_codegen_object_new(ObjectRecord_t1187467272_il2cpp_TypeInfo_var); ObjectRecord__ctor_m2962775102(L_12, /*hidden argument*/NULL); V_0 = L_12; ObjectRecord_t1187467272 * L_13 = V_0; int64_t L_14 = ___objectID0; NullCheck(L_13); L_13->set_ObjectID_3(L_14); Hashtable_t1853889766 * L_15 = __this->get__objectRecords_4(); int64_t L_16 = ___objectID0; int64_t L_17 = L_16; RuntimeObject * L_18 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_17); ObjectRecord_t1187467272 * L_19 = V_0; NullCheck(L_15); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_15, L_18, L_19); } IL_0062: { ObjectRecord_t1187467272 * L_20 = V_0; NullCheck(L_20); bool L_21 = ObjectRecord_get_IsRegistered_m1980446745(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0093; } } { bool L_22 = __this->get__finalFixup_5(); if (!L_22) { goto IL_0093; } } { int64_t L_23 = ___objectID0; int64_t L_24 = L_23; RuntimeObject * L_25 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1975726323, L_25, _stringLiteral4120689509, /*hidden argument*/NULL); SerializationException_t3941511869 * L_27 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,ObjectManager_GetObjectRecord_m1104835114_RuntimeMethod_var); } IL_0093: { ObjectRecord_t1187467272 * L_28 = V_0; return L_28; } } // System.Object System.Runtime.Serialization.ObjectManager::GetObject(System.Int64) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectManager_GetObject_m1462343561 (ObjectManager_t1653064325 * __this, int64_t ___objectID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_GetObject_m1462343561_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectRecord_t1187467272 * V_0 = NULL; { int64_t L_0 = ___objectID0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral749803631, _stringLiteral685018804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ObjectManager_GetObject_m1462343561_RuntimeMethod_var); } IL_0018: { Hashtable_t1853889766 * L_2 = __this->get__objectRecords_4(); int64_t L_3 = ___objectID0; int64_t L_4 = L_3; RuntimeObject * L_5 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_5); V_0 = ((ObjectRecord_t1187467272 *)CastclassClass((RuntimeObject*)L_6, ObjectRecord_t1187467272_il2cpp_TypeInfo_var)); ObjectRecord_t1187467272 * L_7 = V_0; if (!L_7) { goto IL_0040; } } { ObjectRecord_t1187467272 * L_8 = V_0; NullCheck(L_8); bool L_9 = ObjectRecord_get_IsRegistered_m1980446745(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0042; } } IL_0040: { return NULL; } IL_0042: { ObjectRecord_t1187467272 * L_10 = V_0; NullCheck(L_10); RuntimeObject * L_11 = L_10->get_ObjectInstance_2(); return L_11; } } // System.Void System.Runtime.Serialization.ObjectManager::RaiseDeserializationEvent() extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RaiseDeserializationEvent_m49333530 (ObjectManager_t1653064325 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_RaiseDeserializationEvent_m49333530_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectRecord_t1187467272 * V_1 = NULL; int32_t V_2 = 0; ObjectRecord_t1187467272 * V_3 = NULL; RuntimeObject* V_4 = NULL; { ArrayList_t2718874744 * L_0 = __this->get__onDeserializedCallbackRecords_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); goto IL_0035; } IL_0013: { ArrayList_t2718874744 * L_2 = __this->get__onDeserializedCallbackRecords_3(); int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); V_1 = ((ObjectRecord_t1187467272 *)CastclassClass((RuntimeObject*)L_4, ObjectRecord_t1187467272_il2cpp_TypeInfo_var)); ObjectRecord_t1187467272 * L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = L_5->get_OriginalObject_1(); ObjectManager_RaiseOnDeserializedEvent_m2281637371(__this, L_6, /*hidden argument*/NULL); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_0035: { int32_t L_8 = V_0; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0013; } } { ArrayList_t2718874744 * L_9 = __this->get__deserializedRecords_2(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_9); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); goto IL_0081; } IL_004f: { ArrayList_t2718874744 * L_11 = __this->get__deserializedRecords_2(); int32_t L_12 = V_2; NullCheck(L_11); RuntimeObject * L_13 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_11, L_12); V_3 = ((ObjectRecord_t1187467272 *)CastclassClass((RuntimeObject*)L_13, ObjectRecord_t1187467272_il2cpp_TypeInfo_var)); ObjectRecord_t1187467272 * L_14 = V_3; NullCheck(L_14); RuntimeObject * L_15 = L_14->get_OriginalObject_1(); V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDeserializationCallback_t4220500054_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_4; if (!L_16) { goto IL_007d; } } { RuntimeObject* L_17 = V_4; NullCheck(L_17); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void System.Runtime.Serialization.IDeserializationCallback::OnDeserialization(System.Object) */, IDeserializationCallback_t4220500054_il2cpp_TypeInfo_var, L_17, __this); } IL_007d: { int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); } IL_0081: { int32_t L_19 = V_2; if ((((int32_t)L_19) >= ((int32_t)0))) { goto IL_004f; } } { return; } } // System.Void System.Runtime.Serialization.ObjectManager::RaiseOnDeserializingEvent(System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RaiseOnDeserializingEvent_m964884748 (ObjectManager_t1653064325 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_RaiseOnDeserializingEvent_m964884748_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationCallbacks_t2570604627 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SerializationCallbacks_t2570604627_il2cpp_TypeInfo_var); SerializationCallbacks_t2570604627 * L_2 = SerializationCallbacks_GetSerializationCallbacks_m2939476649(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; SerializationCallbacks_t2570604627 * L_3 = V_0; RuntimeObject * L_4 = ___obj0; StreamingContext_t3711869237 L_5 = __this->get__context_7(); NullCheck(L_3); SerializationCallbacks_RaiseOnDeserializing_m3047111085(L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.ObjectManager::RaiseOnDeserializedEvent(System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RaiseOnDeserializedEvent_m2281637371 (ObjectManager_t1653064325 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_RaiseOnDeserializedEvent_m2281637371_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationCallbacks_t2570604627 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SerializationCallbacks_t2570604627_il2cpp_TypeInfo_var); SerializationCallbacks_t2570604627 * L_2 = SerializationCallbacks_GetSerializationCallbacks_m2939476649(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; SerializationCallbacks_t2570604627 * L_3 = V_0; RuntimeObject * L_4 = ___obj0; StreamingContext_t3711869237 L_5 = __this->get__context_7(); NullCheck(L_3); SerializationCallbacks_RaiseOnDeserialized_m3761893080(L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.ObjectManager::AddFixup(System.Runtime.Serialization.BaseFixupRecord) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_AddFixup_m2154325362 (ObjectManager_t1653064325 * __this, BaseFixupRecord_t3185653456 * ___record0, const RuntimeMethod* method) { { BaseFixupRecord_t3185653456 * L_0 = ___record0; NullCheck(L_0); ObjectRecord_t1187467272 * L_1 = L_0->get_ObjectToBeFixed_0(); BaseFixupRecord_t3185653456 * L_2 = ___record0; NullCheck(L_1); ObjectRecord_ChainFixup_m1889316362(L_1, L_2, (bool)1, /*hidden argument*/NULL); BaseFixupRecord_t3185653456 * L_3 = ___record0; NullCheck(L_3); ObjectRecord_t1187467272 * L_4 = L_3->get_ObjectRequired_1(); BaseFixupRecord_t3185653456 * L_5 = ___record0; NullCheck(L_4); ObjectRecord_ChainFixup_m1889316362(L_4, L_5, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.ObjectManager::RecordArrayElementFixup(System.Int64,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RecordArrayElementFixup_m3896982476 (ObjectManager_t1653064325 * __this, int64_t ___arrayToBeFixed0, int32_t ___index1, int64_t ___objectRequired2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_RecordArrayElementFixup_m3896982476_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayFixupRecord_t4271256269 * V_0 = NULL; { int64_t L_0 = ___arrayToBeFixed0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral3941483450, _stringLiteral232863569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ObjectManager_RecordArrayElementFixup_m3896982476_RuntimeMethod_var); } IL_0018: { int64_t L_2 = ___objectRequired2; if ((((int64_t)L_2) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0030; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral1565468088, _stringLiteral1393299684, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ObjectManager_RecordArrayElementFixup_m3896982476_RuntimeMethod_var); } IL_0030: { int64_t L_4 = ___arrayToBeFixed0; ObjectRecord_t1187467272 * L_5 = ObjectManager_GetObjectRecord_m1104835114(__this, L_4, /*hidden argument*/NULL); int32_t L_6 = ___index1; int64_t L_7 = ___objectRequired2; ObjectRecord_t1187467272 * L_8 = ObjectManager_GetObjectRecord_m1104835114(__this, L_7, /*hidden argument*/NULL); ArrayFixupRecord_t4271256269 * L_9 = (ArrayFixupRecord_t4271256269 *)il2cpp_codegen_object_new(ArrayFixupRecord_t4271256269_il2cpp_TypeInfo_var); ArrayFixupRecord__ctor_m3071763795(L_9, L_5, L_6, L_8, /*hidden argument*/NULL); V_0 = L_9; ArrayFixupRecord_t4271256269 * L_10 = V_0; ObjectManager_AddFixup_m2154325362(__this, L_10, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.ObjectManager::RecordArrayElementFixup(System.Int64,System.Int32[],System.Int64) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RecordArrayElementFixup_m2171848602 (ObjectManager_t1653064325 * __this, int64_t ___arrayToBeFixed0, Int32U5BU5D_t385246372* ___indices1, int64_t ___objectRequired2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_RecordArrayElementFixup_m2171848602_MetadataUsageId); s_Il2CppMethodInitialized = true; } MultiArrayFixupRecord_t2501518442 * V_0 = NULL; { int64_t L_0 = ___arrayToBeFixed0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral3941483450, _stringLiteral232863569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ObjectManager_RecordArrayElementFixup_m2171848602_RuntimeMethod_var); } IL_0018: { int64_t L_2 = ___objectRequired2; if ((((int64_t)L_2) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0030; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral1565468088, _stringLiteral1393299684, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ObjectManager_RecordArrayElementFixup_m2171848602_RuntimeMethod_var); } IL_0030: { Int32U5BU5D_t385246372* L_4 = ___indices1; if (L_4) { goto IL_0041; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3305999801, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ObjectManager_RecordArrayElementFixup_m2171848602_RuntimeMethod_var); } IL_0041: { int64_t L_6 = ___arrayToBeFixed0; ObjectRecord_t1187467272 * L_7 = ObjectManager_GetObjectRecord_m1104835114(__this, L_6, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_8 = ___indices1; int64_t L_9 = ___objectRequired2; ObjectRecord_t1187467272 * L_10 = ObjectManager_GetObjectRecord_m1104835114(__this, L_9, /*hidden argument*/NULL); MultiArrayFixupRecord_t2501518442 * L_11 = (MultiArrayFixupRecord_t2501518442 *)il2cpp_codegen_object_new(MultiArrayFixupRecord_t2501518442_il2cpp_TypeInfo_var); MultiArrayFixupRecord__ctor_m1290009050(L_11, L_7, L_8, L_10, /*hidden argument*/NULL); V_0 = L_11; MultiArrayFixupRecord_t2501518442 * L_12 = V_0; ObjectManager_AddFixup_m2154325362(__this, L_12, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.ObjectManager::RecordDelayedFixup(System.Int64,System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RecordDelayedFixup_m337814852 (ObjectManager_t1653064325 * __this, int64_t ___objectToBeFixed0, String_t* ___memberName1, int64_t ___objectRequired2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_RecordDelayedFixup_m337814852_MetadataUsageId); s_Il2CppMethodInitialized = true; } DelayedFixupRecord_t2425570624 * V_0 = NULL; { int64_t L_0 = ___objectToBeFixed0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral1734126998, _stringLiteral3150672574, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ObjectManager_RecordDelayedFixup_m337814852_RuntimeMethod_var); } IL_0018: { int64_t L_2 = ___objectRequired2; if ((((int64_t)L_2) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0030; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral1565468088, _stringLiteral1393299684, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ObjectManager_RecordDelayedFixup_m337814852_RuntimeMethod_var); } IL_0030: { String_t* L_4 = ___memberName1; if (L_4) { goto IL_0041; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral1100521541, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ObjectManager_RecordDelayedFixup_m337814852_RuntimeMethod_var); } IL_0041: { int64_t L_6 = ___objectToBeFixed0; ObjectRecord_t1187467272 * L_7 = ObjectManager_GetObjectRecord_m1104835114(__this, L_6, /*hidden argument*/NULL); String_t* L_8 = ___memberName1; int64_t L_9 = ___objectRequired2; ObjectRecord_t1187467272 * L_10 = ObjectManager_GetObjectRecord_m1104835114(__this, L_9, /*hidden argument*/NULL); DelayedFixupRecord_t2425570624 * L_11 = (DelayedFixupRecord_t2425570624 *)il2cpp_codegen_object_new(DelayedFixupRecord_t2425570624_il2cpp_TypeInfo_var); DelayedFixupRecord__ctor_m1500671818(L_11, L_7, L_8, L_10, /*hidden argument*/NULL); V_0 = L_11; DelayedFixupRecord_t2425570624 * L_12 = V_0; ObjectManager_AddFixup_m2154325362(__this, L_12, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.ObjectManager::RecordFixup(System.Int64,System.Reflection.MemberInfo,System.Int64) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RecordFixup_m290973772 (ObjectManager_t1653064325 * __this, int64_t ___objectToBeFixed0, MemberInfo_t * ___member1, int64_t ___objectRequired2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_RecordFixup_m290973772_MetadataUsageId); s_Il2CppMethodInitialized = true; } FixupRecord_t4176629420 * V_0 = NULL; { int64_t L_0 = ___objectToBeFixed0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral1734126998, _stringLiteral3150672574, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ObjectManager_RecordFixup_m290973772_RuntimeMethod_var); } IL_0018: { int64_t L_2 = ___objectRequired2; if ((((int64_t)L_2) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0030; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral1565468088, _stringLiteral1393299684, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ObjectManager_RecordFixup_m290973772_RuntimeMethod_var); } IL_0030: { MemberInfo_t * L_4 = ___member1; if (L_4) { goto IL_0041; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral1586550295, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ObjectManager_RecordFixup_m290973772_RuntimeMethod_var); } IL_0041: { int64_t L_6 = ___objectToBeFixed0; ObjectRecord_t1187467272 * L_7 = ObjectManager_GetObjectRecord_m1104835114(__this, L_6, /*hidden argument*/NULL); MemberInfo_t * L_8 = ___member1; int64_t L_9 = ___objectRequired2; ObjectRecord_t1187467272 * L_10 = ObjectManager_GetObjectRecord_m1104835114(__this, L_9, /*hidden argument*/NULL); FixupRecord_t4176629420 * L_11 = (FixupRecord_t4176629420 *)il2cpp_codegen_object_new(FixupRecord_t4176629420_il2cpp_TypeInfo_var); FixupRecord__ctor_m4156740480(L_11, L_7, L_8, L_10, /*hidden argument*/NULL); V_0 = L_11; FixupRecord_t4176629420 * L_12 = V_0; ObjectManager_AddFixup_m2154325362(__this, L_12, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.ObjectManager::RegisterObjectInternal(System.Object,System.Runtime.Serialization.ObjectRecord) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RegisterObjectInternal_m3473857785 (ObjectManager_t1653064325 * __this, RuntimeObject * ___obj0, ObjectRecord_t1187467272 * ___record1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_RegisterObjectInternal_m3473857785_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ObjectManager_RegisterObjectInternal_m3473857785_RuntimeMethod_var); } IL_0011: { ObjectRecord_t1187467272 * L_2 = ___record1; NullCheck(L_2); bool L_3 = ObjectRecord_get_IsRegistered_m1980446745(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0049; } } { ObjectRecord_t1187467272 * L_4 = ___record1; NullCheck(L_4); RuntimeObject * L_5 = L_4->get_OriginalObject_1(); RuntimeObject * L_6 = ___obj0; if ((((RuntimeObject*)(RuntimeObject *)L_5) == ((RuntimeObject*)(RuntimeObject *)L_6))) { goto IL_0048; } } { ObjectRecord_t1187467272 * L_7 = ___record1; NullCheck(L_7); int64_t L_8 = L_7->get_ObjectID_3(); int64_t L_9 = L_8; RuntimeObject * L_10 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2013382529, L_10, _stringLiteral4027656785, /*hidden argument*/NULL); SerializationException_t3941511869 * L_12 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,ObjectManager_RegisterObjectInternal_m3473857785_RuntimeMethod_var); } IL_0048: { return; } IL_0049: { ObjectRecord_t1187467272 * L_13 = ___record1; RuntimeObject * L_14 = ___obj0; NullCheck(L_13); L_13->set_ObjectInstance_2(L_14); ObjectRecord_t1187467272 * L_15 = ___record1; RuntimeObject * L_16 = ___obj0; NullCheck(L_15); L_15->set_OriginalObject_1(L_16); RuntimeObject * L_17 = ___obj0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_17, IObjectReference_t2897431833_il2cpp_TypeInfo_var))) { goto IL_006e; } } { ObjectRecord_t1187467272 * L_18 = ___record1; NullCheck(L_18); L_18->set_Status_0(1); goto IL_0075; } IL_006e: { ObjectRecord_t1187467272 * L_19 = ___record1; NullCheck(L_19); L_19->set_Status_0(3); } IL_0075: { RuntimeObject* L_20 = __this->get__selector_6(); if (!L_20) { goto IL_00b5; } } { ObjectRecord_t1187467272 * L_21 = ___record1; RuntimeObject* L_22 = __this->get__selector_6(); RuntimeObject * L_23 = ___obj0; NullCheck(L_23); Type_t * L_24 = Object_GetType_m88164663(L_23, /*hidden argument*/NULL); StreamingContext_t3711869237 L_25 = __this->get__context_7(); ObjectRecord_t1187467272 * L_26 = ___record1; NullCheck(L_26); RuntimeObject** L_27 = L_26->get_address_of_SurrogateSelector_7(); NullCheck(L_22); RuntimeObject* L_28 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t3711869237 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t3040401154_il2cpp_TypeInfo_var, L_22, L_24, L_25, L_27); NullCheck(L_21); L_21->set_Surrogate_6(L_28); ObjectRecord_t1187467272 * L_29 = ___record1; NullCheck(L_29); RuntimeObject* L_30 = L_29->get_Surrogate_6(); if (!L_30) { goto IL_00b5; } } { ObjectRecord_t1187467272 * L_31 = ___record1; NullCheck(L_31); L_31->set_Status_0(1); } IL_00b5: { ObjectRecord_t1187467272 * L_32 = ___record1; NullCheck(L_32); ObjectRecord_DoFixups_m1169675535(L_32, (bool)1, __this, (bool)0, /*hidden argument*/NULL); ObjectRecord_t1187467272 * L_33 = ___record1; NullCheck(L_33); ObjectRecord_DoFixups_m1169675535(L_33, (bool)0, __this, (bool)0, /*hidden argument*/NULL); int32_t L_34 = __this->get__registeredObjectsCount_8(); __this->set__registeredObjectsCount_8(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))); ObjectRecord_t1187467272 * L_35 = __this->get__objectRecordChain_0(); if (L_35) { goto IL_00f5; } } { ObjectRecord_t1187467272 * L_36 = ___record1; __this->set__objectRecordChain_0(L_36); ObjectRecord_t1187467272 * L_37 = ___record1; __this->set__lastObjectRecord_1(L_37); goto IL_0108; } IL_00f5: { ObjectRecord_t1187467272 * L_38 = __this->get__lastObjectRecord_1(); ObjectRecord_t1187467272 * L_39 = ___record1; NullCheck(L_38); L_38->set_Next_12(L_39); ObjectRecord_t1187467272 * L_40 = ___record1; __this->set__lastObjectRecord_1(L_40); } IL_0108: { return; } } // System.Void System.Runtime.Serialization.ObjectManager::RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ObjectManager_RegisterObject_m2087328880 (ObjectManager_t1653064325 * __this, RuntimeObject * ___obj0, int64_t ___objectID1, SerializationInfo_t950877179 * ___info2, int64_t ___idOfContainingObj3, MemberInfo_t * ___member4, Int32U5BU5D_t385246372* ___arrayIndex5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectManager_RegisterObject_m2087328880_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectRecord_t1187467272 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral1746845353, _stringLiteral2596034267, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ObjectManager_RegisterObject_m2087328880_RuntimeMethod_var); } IL_0016: { int64_t L_2 = ___objectID1; if ((((int64_t)L_2) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_002e; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral749803631, _stringLiteral685018804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ObjectManager_RegisterObject_m2087328880_RuntimeMethod_var); } IL_002e: { int64_t L_4 = ___objectID1; ObjectRecord_t1187467272 * L_5 = ObjectManager_GetObjectRecord_m1104835114(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; ObjectRecord_t1187467272 * L_6 = V_0; SerializationInfo_t950877179 * L_7 = ___info2; NullCheck(L_6); L_6->set_Info_4(L_7); ObjectRecord_t1187467272 * L_8 = V_0; int64_t L_9 = ___idOfContainingObj3; NullCheck(L_8); L_8->set_IdOfContainingObj_5(L_9); ObjectRecord_t1187467272 * L_10 = V_0; MemberInfo_t * L_11 = ___member4; NullCheck(L_10); L_10->set_Member_8(L_11); ObjectRecord_t1187467272 * L_12 = V_0; Int32U5BU5D_t385246372* L_13 = ___arrayIndex5; NullCheck(L_12); L_12->set_ArrayIndex_9(L_13); RuntimeObject * L_14 = ___obj0; ObjectRecord_t1187467272 * L_15 = V_0; ObjectManager_RegisterObjectInternal_m3473857785(__this, L_14, L_15, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif