#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 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 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 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 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 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); } }; template struct VirtFuncInvoker8 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct VirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, 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 GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, 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 InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 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 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 InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, 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.NumberFormatter/CustomInfo struct CustomInfo_t435179798; // System.String struct String_t; // System.ArgumentException struct ArgumentException_t132251570; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Text.StringBuilder struct StringBuilder_t; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Type struct Type_t; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Exception struct Exception_t; // System.ObsoleteAttribute struct ObsoleteAttribute_t303876359; // System.Attribute struct Attribute_t861562559; // System.OperatingSystem struct OperatingSystem_t3730783609; // System.Version struct Version_t3456873960; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.OrdinalComparer struct OrdinalComparer_t3407243298; // System.StringComparer struct StringComparer_t3301955079; // System.OutOfMemoryException struct OutOfMemoryException_t2437671686; // System.SystemException struct SystemException_t176217640; // System.OverflowException struct OverflowException_t2020128637; // System.ArithmeticException struct ArithmeticException_t4283546778; // System.ParamArrayAttribute struct ParamArrayAttribute_t3664765590; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t3572244504; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Random struct Random_t108471755; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.RankException struct RankException_t3812021567; // System.Reflection.AmbiguousMatchException struct AmbiguousMatchException_t566690781; // System.Reflection.Assembly struct Assembly_t; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Reflection.ICustomAttributeProvider struct ICustomAttributeProvider_t1530824137; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Reflection.Module struct Module_t2987026101; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.AssemblyName struct AssemblyName_t270931938; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.AppDomain struct AppDomain_t1571427825; // System.Reflection.Module[] struct ModuleU5BU5D_t4238763736; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Reflection.AssemblyCompanyAttribute struct AssemblyCompanyAttribute_t909257512; // System.Reflection.AssemblyConfigurationAttribute struct AssemblyConfigurationAttribute_t2167450097; // System.Reflection.AssemblyCopyrightAttribute struct AssemblyCopyrightAttribute_t836190902; // System.Reflection.AssemblyDefaultAliasAttribute struct AssemblyDefaultAliasAttribute_t2176720766; // System.Reflection.AssemblyDelaySignAttribute struct AssemblyDelaySignAttribute_t176441654; // System.Reflection.AssemblyDescriptionAttribute struct AssemblyDescriptionAttribute_t1046996844; // System.Reflection.AssemblyFileVersionAttribute struct AssemblyFileVersionAttribute_t14927972; // System.Reflection.AssemblyInformationalVersionAttribute struct AssemblyInformationalVersionAttribute_t3037764991; // System.Reflection.AssemblyKeyFileAttribute struct AssemblyKeyFileAttribute_t2825689142; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Security.SecurityException struct SecurityException_t975544473; // System.Security.Cryptography.RSA struct RSA_t2385438082; // System.Security.Cryptography.SHA1 struct SHA1_t1803193667; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219; // System.Reflection.AssemblyProductAttribute struct AssemblyProductAttribute_t1000945320; // System.Reflection.AssemblyTitleAttribute struct AssemblyTitleAttribute_t1901133402; // System.Reflection.AssemblyTrademarkAttribute struct AssemblyTrademarkAttribute_t3598190473; // System.Reflection.Binder struct Binder_t2999457153; // System.Reflection.Binder/Default struct Default_t2456596213; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Reflection.TargetParameterCountException struct TargetParameterCountException_t1216617239; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodBase[] struct MethodBaseU5BU5D_t779831733; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543; // System.String[] struct StringU5BU5D_t1281789340; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Reflection.CustomAttributeData struct CustomAttributeData_t1084486650; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t1465843424; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t3935726444; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t3710464795; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t1500441997; // System.Collections.Generic.IList`1 struct IList_1_t243502644; // System.Collections.Generic.IList`1 struct IList_1_t2103185493; // System.Collections.Generic.IList`1 struct IList_1_t2899806433; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157; // System.Reflection.DefaultMemberAttribute struct DefaultMemberAttribute_t3275092422; // System.Reflection.Emit.AssemblyBuilder struct AssemblyBuilder_t359885250; // System.Reflection.Emit.ModuleBuilder struct ModuleBuilder_t731887691; // Mono.Security.StrongName struct StrongName_t4093849377; // System.Reflection.Emit.ByRefType struct ByRefType_t2066805327; // System.Reflection.Emit.DerivedType struct DerivedType_t4286302013; // System.Reflection.Emit.ConstructorBuilder struct ConstructorBuilder_t2813524108; // System.Reflection.Emit.TypeBuilder struct TypeBuilder_t1073948154; // System.Type[][] struct TypeU5BU5DU5BU5D_t4042077012; // System.Reflection.Emit.ParameterBuilder struct ParameterBuilder_t1137139675; // System.Reflection.Emit.ILGenerator struct ILGenerator_t1388622344; // System.Reflection.Emit.TokenGenerator struct TokenGenerator_t1734832736; // System.Reflection.EventInfo struct EventInfo_t; // System.Reflection.EventInfo[] struct EventInfoU5BU5D_t3237081491; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t881249896; // System.Reflection.Emit.EnumBuilder struct EnumBuilder_t2400448213; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t1302094432; // System.Reflection.Emit.FieldBuilder struct FieldBuilder_t2627049993; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // System.Reflection.Emit.GenericTypeParameterBuilder struct GenericTypeParameterBuilder_t1988827940; // System.Reflection.Emit.MethodBuilder struct MethodBuilder_t2807316753; // System.TypeLoadException struct TypeLoadException_t3707937253; // System.Reflection.Emit.ModuleBuilderTokenGenerator struct ModuleBuilderTokenGenerator_t944435078; // System.Reflection.Emit.PropertyBuilder struct PropertyBuilder_t314297007; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t3522571978; // System.Reflection.EventInfo/AddEventAdapter struct AddEventAdapter_t1787725097; // System.Delegate struct Delegate_t1188392813; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.NonSerializedAttribute struct NonSerializedAttribute_t2945079482; // System.Runtime.InteropServices.FieldOffsetAttribute struct FieldOffsetAttribute_t3945874278; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Reflection.MemberInfoSerializationHolder struct MemberInfoSerializationHolder_t1943730831; // System.Runtime.Serialization.SerializationException struct SerializationException_t3941511869; // System.Reflection.Missing struct Missing_t508514592; // System.Reflection.TypeFilter struct TypeFilter_t2356120900; // System.Reflection.ModuleResolveEventHandler struct ModuleResolveEventHandler_t797517678; // System.ResolveEventArgs struct ResolveEventArgs_t1779456501; // System.Reflection.MonoCMethod struct MonoCMethod_t3191134373; // System.MemberAccessException struct MemberAccessException_t1734467078; // System.Reflection.TargetInvocationException struct TargetInvocationException_t4266643902; // System.Reflection.MonoEvent struct MonoEvent_t; // System.Reflection.MonoField struct MonoField_t; // System.Reflection.TargetException struct TargetException_t3386045725; // System.FieldAccessException struct FieldAccessException_t238379456; // System.Reflection.MonoGenericCMethod struct MonoGenericCMethod_t4239028627; // System.Reflection.MonoGenericMethod struct MonoGenericMethod_t; // System.Reflection.MonoMethod struct MonoMethod_t; // System.Runtime.InteropServices.DllImportAttribute struct DllImportAttribute_t92573803; // System.Runtime.InteropServices.PreserveSigAttribute struct PreserveSigAttribute_t979468563; // System.Reflection.MonoProperty struct MonoProperty_t; // System.Reflection.MonoProperty/GetterAdapter struct GetterAdapter_t2155025054; // System.MethodAccessException struct MethodAccessException_t190175859; // System.Runtime.CompilerServices.DecimalConstantAttribute struct DecimalConstantAttribute_t1976047975; // System.Runtime.CompilerServices.DateTimeConstantAttribute struct DateTimeConstantAttribute_t375130962; // System.Runtime.InteropServices.InAttribute struct InAttribute_t4080363445; // System.Runtime.InteropServices.OptionalAttribute struct OptionalAttribute_t2982857498; // System.Runtime.InteropServices.OutAttribute struct OutAttribute_t3399657568; // System.Reflection.Pointer struct Pointer_t2088917139; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_t3411219591; // System.EventArgs struct EventArgs_t3591816995; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.Resources.NeutralResourcesLanguageAttribute struct NeutralResourcesLanguageAttribute_t2027633532; // System.Resources.ResourceManager struct ResourceManager_t4037989559; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Resources.ResourceReader struct ResourceReader_t3300492639; // System.IO.Stream struct Stream_t1273022909; // System.Text.Encoding struct Encoding_t1523322056; // System.IO.BinaryReader struct BinaryReader_t2428077293; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_t3197753202; // System.Runtime.Serialization.ISurrogateSelector struct ISurrogateSelector_t3040401154; // System.IO.FileStream struct FileStream_t4292183065; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.Resources.ResourceReader/ResourceCacheItem[] struct ResourceCacheItemU5BU5D_t1637949902; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Resources.ResourceReader/ResourceEnumerator struct ResourceEnumerator_t2106512554; // System.Reflection.Emit.ILTokenInfo[] struct ILTokenInfoU5BU5D_t973106575; // System.Reflection.Emit.ILGenerator/LabelData[] struct LabelDataU5BU5D_t327903686; // System.Reflection.Emit.ILGenerator/LabelFixup[] struct LabelFixupU5BU5D_t103660291; // 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.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Runtime.Serialization.IFormatter struct IFormatter_t3549834567; // System.Resources.ResourceReader/ResourceInfo[] struct ResourceInfoU5BU5D_t2132996019; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Text.Decoder struct Decoder_t2204182725; // System.Char[] struct CharU5BU5D_t3528271667; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.DelegateData struct DelegateData_t1677132599; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Security.IPermission struct IPermission_t4015543450; // System.Reflection.Emit.ParameterBuilder[] struct ParameterBuilderU5BU5D_t3054868058; // System.Reflection.Emit.CustomAttributeBuilder[] struct CustomAttributeBuilderU5BU5D_t2951373564; // System.Reflection.Emit.GenericTypeParameterBuilder[] struct GenericTypeParameterBuilderU5BU5D_t3780444109; // System.Reflection.Emit.RefEmitPermissionSet[] struct RefEmitPermissionSetU5BU5D_t567451178; // 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.EventHandler struct EventHandler_t1348719766; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // System.Reflection.Emit.ModuleBuilder[] struct ModuleBuilderU5BU5D_t2441092650; // System.Reflection.Emit.TypeBuilder[] struct TypeBuilderU5BU5D_t786280671; // System.Reflection.Emit.MethodBuilder[] struct MethodBuilderU5BU5D_t3705301900; // System.Reflection.Emit.FieldBuilder[] struct FieldBuilderU5BU5D_t138311604; // System.Reflection.Emit.MonoResource[] struct MonoResourceU5BU5D_t979189380; // System.Diagnostics.SymbolStore.ISymbolWriter struct ISymbolWriter_t780458634; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t274213469; // System.Reflection.Emit.ConstructorBuilder[] struct ConstructorBuilderU5BU5D_t3223009221; // System.Reflection.Emit.PropertyBuilder[] struct PropertyBuilderU5BU5D_t4023329206; // System.Reflection.Emit.EventBuilder[] struct EventBuilderU5BU5D_t3902749141; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* CustomInfo_GetActiveSection_m2184507081_RuntimeMethod_var; extern const uint32_t CustomInfo_GetActiveSection_m2184507081_MetadataUsageId; extern RuntimeClass* CustomInfo_t435179798_il2cpp_TypeInfo_var; extern const uint32_t CustomInfo_Parse_m4163382069_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const uint32_t CustomInfo_Format_m1134896917_MetadataUsageId; extern String_t* _stringLiteral2456128945; extern const uint32_t ObjectDisposedException__ctor_m3603759869_MetadataUsageId; extern String_t* _stringLiteral3117225416; extern const uint32_t ObjectDisposedException__ctor_m1894780688_MetadataUsageId; extern const uint32_t ObjectDisposedException_GetObjectData_m2330532076_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* OperatingSystem__ctor_m1545635730_RuntimeMethod_var; extern String_t* _stringLiteral1902401671; extern const uint32_t OperatingSystem__ctor_m1545635730_MetadataUsageId; extern RuntimeClass* OperatingSystem_t3730783609_il2cpp_TypeInfo_var; extern const uint32_t OperatingSystem_Clone_m1122165140_MetadataUsageId; extern RuntimeClass* PlatformID_t897822290_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3832367947; extern String_t* _stringLiteral1914678832; extern String_t* _stringLiteral196986056; extern const uint32_t OperatingSystem_GetObjectData_m1571196722_MetadataUsageId; extern String_t* _stringLiteral1883986088; extern String_t* _stringLiteral727782318; extern String_t* _stringLiteral2266012253; extern String_t* _stringLiteral3363545007; extern String_t* _stringLiteral1133726264; extern String_t* _stringLiteral328992231; extern String_t* _stringLiteral2744711299; extern String_t* _stringLiteral2788515067; extern String_t* _stringLiteral3452614528; extern const uint32_t OperatingSystem_ToString_m3445473725_MetadataUsageId; extern RuntimeClass* StringComparer_t3301955079_il2cpp_TypeInfo_var; extern const uint32_t OrdinalComparer__ctor_m1028789954_MetadataUsageId; extern const uint32_t OrdinalComparer_Compare_m2819174916_MetadataUsageId; extern const uint32_t OrdinalComparer_Equals_m1106612171_MetadataUsageId; extern const RuntimeMethod* OrdinalComparer_GetHashCode_m3219897106_RuntimeMethod_var; extern String_t* _stringLiteral3452614605; extern const uint32_t OrdinalComparer_GetHashCode_m3219897106_MetadataUsageId; extern String_t* _stringLiteral3285153522; extern const uint32_t OutOfMemoryException__ctor_m3893515912_MetadataUsageId; extern String_t* _stringLiteral1997606331; extern const uint32_t OverflowException__ctor_m4029085969_MetadataUsageId; extern String_t* _stringLiteral2101062090; extern const uint32_t PlatformNotSupportedException__ctor_m1787918017_MetadataUsageId; extern const uint32_t Random__ctor_m3209279193_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* Random_Next_m2295149237_RuntimeMethod_var; extern String_t* _stringLiteral1302184587; extern const uint32_t Random_Next_m2295149237_MetadataUsageId; extern const RuntimeMethod* Random_NextBytes_m3935257853_RuntimeMethod_var; extern String_t* _stringLiteral3939495523; extern const uint32_t Random_NextBytes_m3935257853_MetadataUsageId; extern String_t* _stringLiteral3324613766; extern const uint32_t RankException__ctor_m4082747811_MetadataUsageId; extern String_t* _stringLiteral3178335748; extern const uint32_t AmbiguousMatchException__ctor_m15419215_MetadataUsageId; extern RuntimeClass* ResolveEventHolder_t2120639521_il2cpp_TypeInfo_var; extern const uint32_t Assembly__ctor_m823291553_MetadataUsageId; extern const uint32_t Assembly_get_Location_m3857174850_MetadataUsageId; extern RuntimeClass* MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var; extern const uint32_t Assembly_IsDefined_m1652198537_MetadataUsageId; extern const uint32_t Assembly_GetCustomAttributes_m1392215527_MetadataUsageId; extern const uint32_t Assembly_GetCustomAttributes_m1347362332_MetadataUsageId; extern const RuntimeMethod* Assembly_GetType_m3468564723_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral696966477; extern const uint32_t Assembly_GetType_m3468564723_MetadataUsageId; extern RuntimeClass* SecurityManager_t3383402582_il2cpp_TypeInfo_var; extern const uint32_t Assembly_GetName_m981771927_MetadataUsageId; extern RuntimeClass* AssemblyName_t270931938_il2cpp_TypeInfo_var; extern const uint32_t Assembly_UnprotectedGetName_m600830855_MetadataUsageId; extern const RuntimeMethod* Assembly_GetModule_m3867448062_RuntimeMethod_var; extern String_t* _stringLiteral106439711; extern const uint32_t Assembly_GetModule_m3867448062_MetadataUsageId; extern const RuntimeType* Module_t2987026101_0_0_0_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* ModuleU5BU5D_t4238763736_il2cpp_TypeInfo_var; extern const uint32_t Assembly_GetModules_m4157408231_MetadataUsageId; extern const RuntimeMethod* Assembly_GetExecutingAssembly_m4021024968_RuntimeMethod_var; extern const uint32_t Assembly_GetExecutingAssembly_m4021024968_MetadataUsageId; extern const RuntimeMethod* AssemblyFileVersionAttribute__ctor_m3720707642_RuntimeMethod_var; extern const uint32_t AssemblyFileVersionAttribute__ctor_m3720707642_MetadataUsageId; extern const RuntimeType* Version_t3456873960_0_0_0_var; extern const RuntimeType* ByteU5BU5D_t4116647657_0_0_0_var; extern const RuntimeType* AssemblyHashAlgorithm_t1216504064_0_0_0_var; extern const RuntimeType* StrongNameKeyPair_t3411219591_0_0_0_var; extern const RuntimeType* AssemblyVersionCompatibility_t766556580_0_0_0_var; extern const RuntimeType* AssemblyNameFlags_t3675421470_0_0_0_var; extern RuntimeClass* Version_t3456873960_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* StrongNameKeyPair_t3411219591_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2799480233; extern String_t* _stringLiteral993777815; extern String_t* _stringLiteral1979690544; extern String_t* _stringLiteral515930092; extern String_t* _stringLiteral2412227370; extern String_t* _stringLiteral809199843; extern String_t* _stringLiteral2690023160; extern String_t* _stringLiteral2861519396; extern String_t* _stringLiteral1263429280; extern String_t* _stringLiteral3886796070; extern const uint32_t AssemblyName__ctor_m1753467291_MetadataUsageId; extern String_t* _stringLiteral155902455; extern String_t* _stringLiteral1973799399; extern String_t* _stringLiteral490541601; extern String_t* _stringLiteral746622039; extern String_t* _stringLiteral1736874801; extern String_t* _stringLiteral3451434968; extern String_t* _stringLiteral2676776848; extern const uint32_t AssemblyName_get_FullName_m3351492191_MetadataUsageId; extern RuntimeClass* SecurityException_t975544473_il2cpp_TypeInfo_var; extern const RuntimeMethod* AssemblyName_GetPublicKeyToken_m741436902_RuntimeMethod_var; extern String_t* _stringLiteral761112055; extern const uint32_t AssemblyName_GetPublicKeyToken_m741436902_MetadataUsageId; extern RuntimeClass* CryptographicException_t248831461_il2cpp_TypeInfo_var; extern const uint32_t AssemblyName_get_IsPublicKeyValid_m1483495830_MetadataUsageId; extern const RuntimeMethod* AssemblyName_InternalGetPublicKeyToken_m3407918444_RuntimeMethod_var; extern const uint32_t AssemblyName_InternalGetPublicKeyToken_m3407918444_MetadataUsageId; extern const uint32_t AssemblyName_ComputePublicKeyToken_m824893834_MetadataUsageId; extern RuntimeClass* AssemblyHashAlgorithm_t1216504064_il2cpp_TypeInfo_var; extern RuntimeClass* AssemblyVersionCompatibility_t766556580_il2cpp_TypeInfo_var; extern RuntimeClass* AssemblyNameFlags_t3675421470_il2cpp_TypeInfo_var; extern const RuntimeMethod* AssemblyName_GetObjectData_m1516383869_RuntimeMethod_var; extern String_t* _stringLiteral79347; extern String_t* _stringLiteral1958963313; extern String_t* _stringLiteral1354616406; extern const uint32_t AssemblyName_GetObjectData_m1516383869_MetadataUsageId; extern const uint32_t AssemblyName_Clone_m43657973_MetadataUsageId; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern const RuntimeMethod* AssemblyName_GetAssemblyName_m2947832080_RuntimeMethod_var; extern String_t* _stringLiteral1776126004; extern const uint32_t AssemblyName_GetAssemblyName_m2947832080_MetadataUsageId; extern RuntimeClass* Default_t2456596213_il2cpp_TypeInfo_var; extern RuntimeClass* Binder_t2999457153_il2cpp_TypeInfo_var; extern const uint32_t Binder__cctor_m245494241_MetadataUsageId; extern const uint32_t Binder_get_DefaultBinder_m950908649_MetadataUsageId; extern RuntimeClass* TargetParameterCountException_t1216617239_il2cpp_TypeInfo_var; extern const RuntimeMethod* Binder_ConvertArgs_m2124461494_RuntimeMethod_var; extern const uint32_t Binder_ConvertArgs_m2124461494_MetadataUsageId; extern RuntimeClass* AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var; extern const RuntimeMethod* Binder_FindMostDerivedMatch_m239579024_RuntimeMethod_var; extern const uint32_t Binder_FindMostDerivedMatch_m239579024_MetadataUsageId; extern const uint32_t Default__ctor_m325526679_MetadataUsageId; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const uint32_t Default_BindToMethod_m490530316_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const uint32_t Default_ReorderParameters_m2076271671_MetadataUsageId; extern const RuntimeType* Char_t3634460470_0_0_0_var; extern const RuntimeType* Double_t594665363_0_0_0_var; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* IntPtr_t_0_0_0_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t Default_ChangeType_m1399759417_MetadataUsageId; extern const RuntimeType* Nullable_1_t3772285925_0_0_0_var; extern const RuntimeType* RuntimeObject_0_0_0_var; extern const RuntimeType* Enum_t4135868527_0_0_0_var; extern const uint32_t Default_check_type_m3691874551_MetadataUsageId; extern const RuntimeType* ParamArrayAttribute_t3664765590_0_0_0_var; extern const RuntimeMethod* Default_SelectMethod_m469311730_RuntimeMethod_var; extern String_t* _stringLiteral461028519; extern const uint32_t Default_SelectMethod_m469311730_MetadataUsageId; extern const RuntimeMethod* Default_GetBetterMethod_m3232777160_RuntimeMethod_var; extern const uint32_t Default_GetBetterMethod_m3232777160_MetadataUsageId; extern const RuntimeMethod* Array_IndexOf_TisType_t_m2550246197_RuntimeMethod_var; extern const uint32_t Default_CompareCloserType_m2643961470_MetadataUsageId; extern const RuntimeMethod* Default_SelectProperty_m1220817815_RuntimeMethod_var; extern String_t* _stringLiteral4221296810; extern const uint32_t Default_SelectProperty_m1220817815_MetadataUsageId; extern const uint32_t Default_check_type_with_score_m3022331006_MetadataUsageId; extern RuntimeClass* ConstructorInfo_t5769829_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1221375020; extern String_t* _stringLiteral3452012868; extern const uint32_t ConstructorInfo__cctor_m1016079270_MetadataUsageId; extern const uint32_t ConstructorInfo_Invoke_m4089836896_MetadataUsageId; extern RuntimeClass* CustomAttributeTypedArgumentU5BU5D_t1465843424_il2cpp_TypeInfo_var; extern RuntimeClass* CustomAttributeNamedArgumentU5BU5D_t3710464795_il2cpp_TypeInfo_var; extern const RuntimeMethod* CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813_RuntimeMethod_var; extern const RuntimeMethod* Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677_RuntimeMethod_var; extern const RuntimeMethod* CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512_RuntimeMethod_var; extern const RuntimeMethod* Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740_RuntimeMethod_var; extern const uint32_t CustomAttributeData__ctor_m2966233049_MetadataUsageId; extern const uint32_t CustomAttributeData_GetCustomAttributes_m2970182643_MetadataUsageId; extern const uint32_t CustomAttributeData_GetCustomAttributes_m2141595938_MetadataUsageId; extern const uint32_t CustomAttributeData_GetCustomAttributes_m1033457578_MetadataUsageId; extern const uint32_t CustomAttributeData_GetCustomAttributes_m1863564558_MetadataUsageId; extern RuntimeClass* IList_1_t243502644_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t1256335095_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t3116017944_il2cpp_TypeInfo_var; extern RuntimeClass* IList_1_t2103185493_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614645; extern String_t* _stringLiteral3452614536; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral3458054023; extern const uint32_t CustomAttributeData_ToString_m1995965208_MetadataUsageId; extern RuntimeClass* CustomAttributeData_t1084486650_il2cpp_TypeInfo_var; extern RuntimeClass* CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var; extern RuntimeClass* CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var; extern const uint32_t CustomAttributeData_Equals_m4034962021_MetadataUsageId; extern const uint32_t CustomAttributeData_GetHashCode_m3727773664_MetadataUsageId; struct CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke; struct CustomAttributeTypedArgument_t2723150157;; struct CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke;; struct CustomAttributeTypedArgument_t2723150157_marshaled_com; struct CustomAttributeTypedArgument_t2723150157_marshaled_com;; extern String_t* _stringLiteral3787301066; extern const uint32_t CustomAttributeNamedArgument_ToString_m1488801416_MetadataUsageId; extern const uint32_t CustomAttributeNamedArgument_Equals_m1414002036_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern const RuntimeType* Type_t_0_0_0_var; extern String_t* _stringLiteral3452614526; extern String_t* _stringLiteral2900977383; extern String_t* _stringLiteral3452614535; extern const uint32_t CustomAttributeTypedArgument_ToString_m864948362_MetadataUsageId; extern const uint32_t CustomAttributeTypedArgument_Equals_m2261980307_MetadataUsageId; extern const RuntimeMethod* AssemblyBuilder_get_Location_m384539722_RuntimeMethod_var; extern const uint32_t AssemblyBuilder_get_Location_m384539722_MetadataUsageId; extern const uint32_t AssemblyBuilder_GetModulesInternal_m1170927462_MetadataUsageId; extern const uint32_t AssemblyBuilder_GetTypes_m3415680380_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern String_t* _stringLiteral20346071; extern const uint32_t AssemblyBuilder_not_supported_m1735277432_MetadataUsageId; extern const RuntimeType* RuntimeArray_0_0_0_var; extern const uint32_t ByRefType_get_BaseType_m3006686054_MetadataUsageId; extern String_t* _stringLiteral3452614522; extern const uint32_t ByRefType_FormatName_m4045363682_MetadataUsageId; extern const RuntimeMethod* ByRefType_MakeByRefType_m272328919_RuntimeMethod_var; extern String_t* _stringLiteral2989606046; extern const uint32_t ByRefType_MakeByRefType_m272328919_MetadataUsageId; extern RuntimeClass* ModuleBuilder_t731887691_il2cpp_TypeInfo_var; extern const RuntimeMethod* ConstructorBuilder__ctor_m1580993362_RuntimeMethod_var; extern String_t* _stringLiteral2983100596; extern String_t* _stringLiteral3892320758; extern const uint32_t ConstructorBuilder__ctor_m1580993362_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_GetParameters_m1348730871_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_GetParameters_m1348730871_MetadataUsageId; extern RuntimeClass* ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var; extern RuntimeClass* ParameterInfo_t1861056598_il2cpp_TypeInfo_var; extern const uint32_t ConstructorBuilder_GetParametersInternal_m2039842762_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_Invoke_m3979373259_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_Invoke_m3979373259_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_Invoke_m3010446651_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_Invoke_m3010446651_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_get_MethodHandle_m3934509563_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_get_MethodHandle_m3934509563_MetadataUsageId; extern const uint32_t ConstructorBuilder_get_Name_m2426555260_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_IsDefined_m3603803379_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_IsDefined_m3603803379_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_GetCustomAttributes_m2495332786_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_GetCustomAttributes_m2495332786_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_GetCustomAttributes_m330373636_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_GetCustomAttributes_m330373636_MetadataUsageId; extern RuntimeClass* ILGenerator_t1388622344_il2cpp_TypeInfo_var; extern const uint32_t ConstructorBuilder_GetILGenerator_m1750792206_MetadataUsageId; extern String_t* _stringLiteral501570505; extern String_t* _stringLiteral3458054009; extern const uint32_t ConstructorBuilder_ToString_m1596813917_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* ConstructorBuilder_fixup_m3699998230_RuntimeMethod_var; extern String_t* _stringLiteral3260778972; extern String_t* _stringLiteral861788849; extern const uint32_t ConstructorBuilder_fixup_m3699998230_MetadataUsageId; extern RuntimeClass* AssemblyBuilder_t359885250_il2cpp_TypeInfo_var; extern const uint32_t ConstructorBuilder_get_IsCompilerContext_m3364441562_MetadataUsageId; extern const uint32_t ConstructorBuilder_not_supported_m1054126936_MetadataUsageId; extern String_t* _stringLiteral1269799139; extern const uint32_t ConstructorBuilder_not_created_m1456215494_MetadataUsageId; extern const uint32_t DerivedType__ctor_m1853298054_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetInterface_m1167193043_RuntimeMethod_var; extern const uint32_t DerivedType_GetInterface_m1167193043_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetInterfaces_m2159651138_RuntimeMethod_var; extern const uint32_t DerivedType_GetInterfaces_m2159651138_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetEvent_m4157575360_RuntimeMethod_var; extern const uint32_t DerivedType_GetEvent_m4157575360_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetEvents_m4141000909_RuntimeMethod_var; extern const uint32_t DerivedType_GetEvents_m4141000909_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetField_m2027861924_RuntimeMethod_var; extern const uint32_t DerivedType_GetField_m2027861924_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetFields_m3190137327_RuntimeMethod_var; extern const uint32_t DerivedType_GetFields_m3190137327_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetMethodImpl_m1964451112_RuntimeMethod_var; extern const uint32_t DerivedType_GetMethodImpl_m1964451112_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetMethods_m3787404845_RuntimeMethod_var; extern const uint32_t DerivedType_GetMethods_m3787404845_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetNestedTypes_m2475059027_RuntimeMethod_var; extern const uint32_t DerivedType_GetNestedTypes_m2475059027_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetProperties_m1122279043_RuntimeMethod_var; extern const uint32_t DerivedType_GetProperties_m1122279043_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetPropertyImpl_m1772478290_RuntimeMethod_var; extern const uint32_t DerivedType_GetPropertyImpl_m1772478290_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetConstructorImpl_m3293273905_RuntimeMethod_var; extern const uint32_t DerivedType_GetConstructorImpl_m3293273905_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetConstructors_m483065502_RuntimeMethod_var; extern const uint32_t DerivedType_GetConstructors_m483065502_MetadataUsageId; extern const RuntimeMethod* DerivedType_InvokeMember_m2769515495_RuntimeMethod_var; extern const uint32_t DerivedType_InvokeMember_m2769515495_MetadataUsageId; extern const RuntimeMethod* DerivedType_MakeGenericType_m100846339_RuntimeMethod_var; extern const uint32_t DerivedType_MakeGenericType_m100846339_MetadataUsageId; extern RuntimeClass* ByRefType_t2066805327_il2cpp_TypeInfo_var; extern const uint32_t DerivedType_MakeByRefType_m252999187_MetadataUsageId; extern const uint32_t DerivedType_get_AssemblyQualifiedName_m1959142976_MetadataUsageId; extern const RuntimeMethod* DerivedType_get_TypeHandle_m2879235498_RuntimeMethod_var; extern const uint32_t DerivedType_get_TypeHandle_m2879235498_MetadataUsageId; extern const RuntimeMethod* DerivedType_IsDefined_m3906894566_RuntimeMethod_var; extern const uint32_t DerivedType_IsDefined_m3906894566_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetCustomAttributes_m851300494_RuntimeMethod_var; extern const uint32_t DerivedType_GetCustomAttributes_m851300494_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetCustomAttributes_m3536779709_RuntimeMethod_var; extern const uint32_t DerivedType_GetCustomAttributes_m3536779709_MetadataUsageId; extern const RuntimeMethod* EnumBuilder_GetPropertyImpl_m569583507_RuntimeMethod_var; extern const uint32_t EnumBuilder_GetPropertyImpl_m569583507_MetadataUsageId; extern const uint32_t EnumBuilder_MakeByRefType_m1814180319_MetadataUsageId; extern const uint32_t EnumBuilder_CreateNotSupportedException_m3236297331_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_get_FieldHandle_m535167546_RuntimeMethod_var; extern const uint32_t FieldBuilder_get_FieldHandle_m535167546_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_GetCustomAttributes_m664752430_RuntimeMethod_var; extern const uint32_t FieldBuilder_GetCustomAttributes_m664752430_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_GetCustomAttributes_m1915970159_RuntimeMethod_var; extern const uint32_t FieldBuilder_GetCustomAttributes_m1915970159_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_GetValue_m1576493031_RuntimeMethod_var; extern const uint32_t FieldBuilder_GetValue_m1576493031_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_IsDefined_m838988679_RuntimeMethod_var; extern const uint32_t FieldBuilder_IsDefined_m838988679_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_SetValue_m828035213_RuntimeMethod_var; extern const uint32_t FieldBuilder_SetValue_m828035213_MetadataUsageId; extern const uint32_t FieldBuilder_CreateNotSupportedException_m2447945803_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_IsSubclassOf_m2266644074_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_IsSubclassOf_m2266644074_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetAttributeFlagsImpl_m2144850054_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetAttributeFlagsImpl_m2144850054_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetConstructorImpl_m863833310_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetConstructorImpl_m863833310_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetConstructors_m1741403645_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetConstructors_m1741403645_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetEvent_m1409082535_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetEvent_m1409082535_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetEvents_m3380982274_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetEvents_m3380982274_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetField_m2300277606_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetField_m2300277606_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetFields_m292751540_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetFields_m292751540_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetInterface_m3206406223_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetInterface_m3206406223_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetInterfaces_m1692228685_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetInterfaces_m1692228685_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetMember_m1603895220_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetMember_m1603895220_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetMethods_m2360745671_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetMethods_m2360745671_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetMethodImpl_m1665936690_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetMethodImpl_m1665936690_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetNestedTypes_m361187623_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetNestedTypes_m361187623_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetProperties_m2247759211_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetProperties_m2247759211_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetPropertyImpl_m2584778600_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetPropertyImpl_m2584778600_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_IsAssignableFrom_m67565415_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_IsAssignableFrom_m67565415_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_IsInstanceOfType_m1071939531_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_IsInstanceOfType_m1071939531_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_InvokeMember_m1647304778_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_InvokeMember_m1647304778_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetElementType_m871345408_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetElementType_m871345408_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_IsDefined_m98179866_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_IsDefined_m98179866_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetCustomAttributes_m386082976_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetCustomAttributes_m386082976_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetCustomAttributes_m580748276_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetCustomAttributes_m580748276_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_get_TypeHandle_m366353680_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_get_TypeHandle_m366353680_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetGenericArguments_m2988765390_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetGenericArguments_m2988765390_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetGenericTypeDefinition_m1032780002_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetGenericTypeDefinition_m1032780002_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetGenericParameterConstraints_m2383017492_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetGenericParameterConstraints_m2383017492_MetadataUsageId; extern const uint32_t GenericTypeParameterBuilder_not_supported_m3358960901_MetadataUsageId; extern const uint32_t GenericTypeParameterBuilder_MakeByRefType_m3833775061_MetadataUsageId; extern RuntimeClass* ILTokenInfoU5BU5D_t973106575_il2cpp_TypeInfo_var; extern const uint32_t ILGenerator__ctor_m1540961053_MetadataUsageId; extern const RuntimeType* Void_t1185182177_0_0_0_var; extern const uint32_t ILGenerator__cctor_m2934917055_MetadataUsageId; extern const uint32_t ILGenerator_add_token_fixup_m1816002840_MetadataUsageId; extern const uint32_t ILGenerator_make_room_m2688251824_MetadataUsageId; extern RuntimeClass* TokenGenerator_t1734832736_il2cpp_TypeInfo_var; extern const uint32_t ILGenerator_Emit_m1785051522_MetadataUsageId; extern const RuntimeMethod* ILGenerator_label_fixup_m1749904972_RuntimeMethod_var; extern String_t* _stringLiteral2283496579; extern const uint32_t ILGenerator_label_fixup_m1749904972_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_get_ContainsGenericParameters_m1358274636_RuntimeMethod_var; extern const uint32_t MethodBuilder_get_ContainsGenericParameters_m1358274636_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_get_MethodHandle_m565241742_RuntimeMethod_var; extern const uint32_t MethodBuilder_get_MethodHandle_m565241742_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_GetParameters_m3527753207_RuntimeMethod_var; extern const uint32_t MethodBuilder_GetParameters_m3527753207_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_Invoke_m3837446660_RuntimeMethod_var; extern const uint32_t MethodBuilder_Invoke_m3837446660_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_IsDefined_m662196788_RuntimeMethod_var; extern const uint32_t MethodBuilder_IsDefined_m662196788_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_GetCustomAttributes_m587605549_RuntimeMethod_var; extern const uint32_t MethodBuilder_GetCustomAttributes_m587605549_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_GetCustomAttributes_m731278908_RuntimeMethod_var; extern const uint32_t MethodBuilder_GetCustomAttributes_m731278908_MetadataUsageId; extern RuntimeClass* TypeLoadException_t3707937253_il2cpp_TypeInfo_var; extern const RuntimeMethod* MethodBuilder_check_override_m4226508046_RuntimeMethod_var; extern String_t* _stringLiteral2601561403; extern const uint32_t MethodBuilder_check_override_m4226508046_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_fixup_m1765890582_RuntimeMethod_var; extern String_t* _stringLiteral1369238372; extern const uint32_t MethodBuilder_fixup_m1765890582_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3749038349; extern String_t* _stringLiteral3451959190; extern String_t* _stringLiteral3452614643; extern const uint32_t MethodBuilder_ToString_m561658744_MetadataUsageId; extern const uint32_t MethodBuilder_NotSupported_m1497589941_MetadataUsageId; extern const uint32_t MethodBuilder_GetGenericArguments_m1765425737_MetadataUsageId; extern RuntimeClass* MethodToken_t4055728386_il2cpp_TypeInfo_var; extern const uint32_t MethodToken__cctor_m2263526478_MetadataUsageId; extern const uint32_t MethodToken_Equals_m460628456_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const uint32_t ModuleBuilder__cctor_m2163728271_MetadataUsageId; extern const uint32_t ModuleBuilder_get_next_table_index_m1158040331_MetadataUsageId; extern const uint32_t ModuleBuilder_GetTypes_m158355402_MetadataUsageId; extern const uint32_t ModuleBuilder_GetToken_m4274310417_MetadataUsageId; extern RuntimeClass* ModuleBuilderTokenGenerator_t944435078_il2cpp_TypeInfo_var; extern const uint32_t ModuleBuilder_GetTokenGenerator_m4177350090_MetadataUsageId; extern RuntimeClass* OpCode_t123070264_il2cpp_TypeInfo_var; extern const uint32_t OpCode_Equals_m1376200488_MetadataUsageId; extern RuntimeClass* OpCodeNames_t3363784580_il2cpp_TypeInfo_var; extern const uint32_t OpCode_get_Name_m149707431_MetadataUsageId; extern String_t* _stringLiteral228012188; extern String_t* _stringLiteral22182330; extern String_t* _stringLiteral2608805698; extern String_t* _stringLiteral4174889639; extern String_t* _stringLiteral1446006284; extern String_t* _stringLiteral3012090225; extern String_t* _stringLiteral3630267383; extern String_t* _stringLiteral2064183442; extern String_t* _stringLiteral2467467969; extern String_t* _stringLiteral901384028; extern String_t* _stringLiteral3669064926; extern String_t* _stringLiteral2102980985; extern String_t* _stringLiteral2506265512; extern String_t* _stringLiteral940181571; extern String_t* _stringLiteral1566965809; extern String_t* _stringLiteral1782086560; extern String_t* _stringLiteral1605763352; extern String_t* _stringLiteral2346508444; extern String_t* _stringLiteral1490576685; extern String_t* _stringLiteral2385305987; extern String_t* _stringLiteral356797082; extern String_t* _stringLiteral4159545928; extern String_t* _stringLiteral2978920748; extern String_t* _stringLiteral1022605612; extern String_t* _stringLiteral3361257772; extern String_t* _stringLiteral1404942636; extern String_t* _stringLiteral3743594796; extern String_t* _stringLiteral1787279660; extern String_t* _stringLiteral4125931820; extern String_t* _stringLiteral2169616684; extern String_t* _stringLiteral213301548; extern String_t* _stringLiteral2055059756; extern String_t* _stringLiteral2188677532; extern String_t* _stringLiteral2187891100; extern String_t* _stringLiteral2188677543; extern String_t* _stringLiteral2187891111; extern String_t* _stringLiteral228667542; extern String_t* _stringLiteral228012202; extern String_t* _stringLiteral228143264; extern String_t* _stringLiteral1201842139; extern String_t* _stringLiteral7954538; extern String_t* _stringLiteral2553217812; extern String_t* _stringLiteral493533138; extern String_t* _stringLiteral158802576; extern String_t* _stringLiteral3303828977; extern String_t* _stringLiteral314138006; extern String_t* _stringLiteral3347872178; extern String_t* _stringLiteral4201495399; extern String_t* _stringLiteral3371661746; extern String_t* _stringLiteral4225284967; extern String_t* _stringLiteral3765171612; extern String_t* _stringLiteral3736532380; extern String_t* _stringLiteral1841327601; extern String_t* _stringLiteral3760846236; extern String_t* _stringLiteral1865641457; extern String_t* _stringLiteral3455629246; extern String_t* _stringLiteral4007353201; extern String_t* _stringLiteral1601944429; extern String_t* _stringLiteral2956502323; extern String_t* _stringLiteral1699463503; extern String_t* _stringLiteral2553086724; extern String_t* _stringLiteral1700184399; extern String_t* _stringLiteral2553807620; extern String_t* _stringLiteral3374545336; extern String_t* _stringLiteral3345906104; extern String_t* _stringLiteral4199529325; extern String_t* _stringLiteral3370219960; extern String_t* _stringLiteral4223843181; extern String_t* _stringLiteral1956447343; extern String_t* _stringLiteral3067299526; extern String_t* _stringLiteral741700698; extern String_t* _stringLiteral1110984390; extern String_t* _stringLiteral3080352858; extern String_t* _stringLiteral1493321414; extern String_t* _stringLiteral3462689882; extern String_t* _stringLiteral2257995462; extern String_t* _stringLiteral142493382; extern String_t* _stringLiteral2703174995; extern String_t* _stringLiteral3467849043; extern String_t* _stringLiteral302126498; extern String_t* _stringLiteral1582445480; extern String_t* _stringLiteral3106097071; extern String_t* _stringLiteral1149781935; extern String_t* _stringLiteral1532118959; extern String_t* _stringLiteral2296793007; extern String_t* _stringLiteral2741972540; extern String_t* _stringLiteral3506646588; extern String_t* _stringLiteral3265744053; extern String_t* _stringLiteral2103927693; extern String_t* _stringLiteral2910496737; extern String_t* _stringLiteral3716803640; extern String_t* _stringLiteral1102095585; extern String_t* _stringLiteral1343364231; extern String_t* _stringLiteral3002128080; extern String_t* _stringLiteral3266137269; extern String_t* _stringLiteral3455629249; extern String_t* _stringLiteral1390811624; extern String_t* _stringLiteral2910300139; extern String_t* _stringLiteral1391270365; extern String_t* _stringLiteral3069170760; extern String_t* _stringLiteral2862393993; extern String_t* _stringLiteral2553611016; extern String_t* _stringLiteral3457510394; extern String_t* _stringLiteral1891426453; extern String_t* _stringLiteral3054225867; extern String_t* _stringLiteral1084857399; extern String_t* _stringLiteral3053636043; extern String_t* _stringLiteral1084267575; extern String_t* _stringLiteral3053439435; extern String_t* _stringLiteral1084070967; extern String_t* _stringLiteral1231579915; extern String_t* _stringLiteral2789391928; extern String_t* _stringLiteral2746138419; extern String_t* _stringLiteral2740668407; extern String_t* _stringLiteral819665357; extern String_t* _stringLiteral4051162092; extern String_t* _stringLiteral54199357; extern String_t* _stringLiteral1894568164; extern String_t* _stringLiteral781852201; extern String_t* _stringLiteral82367591; extern String_t* _stringLiteral1520496490; extern String_t* _stringLiteral1522659178; extern String_t* _stringLiteral1555099731; extern String_t* _stringLiteral3596961777; extern String_t* _stringLiteral3826387268; extern String_t* _stringLiteral3627370698; extern String_t* _stringLiteral2780741640; extern String_t* _stringLiteral1828056512; extern String_t* _stringLiteral261972571; extern String_t* _stringLiteral1424771985; extern String_t* _stringLiteral3037910093; extern String_t* _stringLiteral1803677120; extern String_t* _stringLiteral237593179; extern String_t* _stringLiteral1400392593; extern String_t* _stringLiteral3013530701; extern String_t* _stringLiteral1294288470; extern String_t* _stringLiteral1268336214; extern String_t* _stringLiteral4166749120; extern String_t* _stringLiteral436804029; extern String_t* _stringLiteral428433766; extern String_t* _stringLiteral2795945889; extern String_t* _stringLiteral698015566; extern String_t* _stringLiteral2992037710; extern String_t* _stringLiteral698015569; extern String_t* _stringLiteral2992037713; extern String_t* _stringLiteral698015571; extern String_t* _stringLiteral2992037715; extern String_t* _stringLiteral698015575; extern String_t* _stringLiteral1588393650; extern String_t* _stringLiteral3801341779; extern String_t* _stringLiteral3801341783; extern String_t* _stringLiteral3799113506; extern String_t* _stringLiteral1618802589; extern String_t* _stringLiteral1701510554; extern String_t* _stringLiteral1701510557; extern String_t* _stringLiteral1701510551; extern String_t* _stringLiteral1701510547; extern String_t* _stringLiteral509869463; extern String_t* _stringLiteral509869459; extern String_t* _stringLiteral516029926; extern String_t* _stringLiteral3088480974; extern String_t* _stringLiteral3118889913; extern String_t* _stringLiteral1304852710; extern String_t* _stringLiteral2961955917; extern String_t* _stringLiteral2961169485; extern String_t* _stringLiteral1395871976; extern String_t* _stringLiteral1395085544; extern String_t* _stringLiteral2558671390; extern String_t* _stringLiteral2557884958; extern String_t* _stringLiteral4171809498; extern String_t* _stringLiteral4171023066; extern String_t* _stringLiteral1071914083; extern String_t* _stringLiteral3901042851; extern String_t* _stringLiteral2862176351; extern String_t* _stringLiteral3789899853; extern String_t* _stringLiteral1890640021; extern String_t* _stringLiteral3456723962; extern String_t* _stringLiteral2319403361; extern String_t* _stringLiteral93756476; extern String_t* _stringLiteral92970044; extern String_t* _stringLiteral2464086830; extern String_t* _stringLiteral1751957008; extern String_t* _stringLiteral2183062386; extern String_t* _stringLiteral2584269099; extern String_t* _stringLiteral2216561974; extern String_t* _stringLiteral2617774519; extern String_t* _stringLiteral3255819562; extern String_t* _stringLiteral1905829986; extern String_t* _stringLiteral2104819759; extern String_t* _stringLiteral181290927; extern String_t* _stringLiteral2318616929; extern String_t* _stringLiteral2847877231; extern String_t* _stringLiteral1281793290; extern String_t* _stringLiteral4010676645; extern String_t* _stringLiteral2444592704; extern String_t* _stringLiteral878508763; extern String_t* _stringLiteral3607392118; extern String_t* _stringLiteral2041308177; extern String_t* _stringLiteral310947494; extern String_t* _stringLiteral2625442207; extern String_t* _stringLiteral2956502322; extern String_t* _stringLiteral2553086723; extern String_t* _stringLiteral4199529358; extern String_t* _stringLiteral2553807619; extern String_t* _stringLiteral4223843214; extern String_t* _stringLiteral3049844596; extern String_t* _stringLiteral1050698387; extern String_t* _stringLiteral2672666724; extern String_t* _stringLiteral2674829412; extern String_t* _stringLiteral2707269963; extern String_t* _stringLiteral1575444825; extern String_t* _stringLiteral1577607513; extern String_t* _stringLiteral1610048064; extern String_t* _stringLiteral758455766; extern String_t* _stringLiteral2776883149; extern String_t* _stringLiteral4294815748; extern String_t* _stringLiteral762256015; extern String_t* _stringLiteral411239501; extern String_t* _stringLiteral391566033; extern String_t* _stringLiteral3729795581; extern String_t* _stringLiteral3533118474; extern String_t* _stringLiteral1958305329; extern String_t* _stringLiteral219402031; extern String_t* _stringLiteral2873896790; extern String_t* _stringLiteral3904516881; extern String_t* _stringLiteral4361487; extern const uint32_t OpCodeNames__cctor_m4023020620_MetadataUsageId; extern RuntimeClass* OpCodes_t126150456_il2cpp_TypeInfo_var; extern const uint32_t OpCodes__cctor_m3821715395_MetadataUsageId; extern const RuntimeMethod* PropertyBuilder_GetCustomAttributes_m3798356764_RuntimeMethod_var; extern const uint32_t PropertyBuilder_GetCustomAttributes_m3798356764_MetadataUsageId; extern const RuntimeMethod* PropertyBuilder_GetCustomAttributes_m2917594003_RuntimeMethod_var; extern const uint32_t PropertyBuilder_GetCustomAttributes_m2917594003_MetadataUsageId; extern const RuntimeMethod* PropertyBuilder_GetIndexParameters_m2501163646_RuntimeMethod_var; extern const uint32_t PropertyBuilder_GetIndexParameters_m2501163646_MetadataUsageId; extern const RuntimeMethod* PropertyBuilder_GetValue_m3592513194_RuntimeMethod_var; extern const uint32_t PropertyBuilder_GetValue_m3592513194_MetadataUsageId; extern const RuntimeMethod* PropertyBuilder_IsDefined_m406627924_RuntimeMethod_var; extern const uint32_t PropertyBuilder_IsDefined_m406627924_MetadataUsageId; extern const uint32_t PropertyBuilder_not_supported_m1290265515_MetadataUsageId; extern const uint32_t TypeBuilder_get_AssemblyQualifiedName_m4059714567_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_get_UnderlyingSystemType_m4226811350_RuntimeMethod_var; extern String_t* _stringLiteral636189642; extern const uint32_t TypeBuilder_get_UnderlyingSystemType_m4226811350_MetadataUsageId; extern RuntimeClass* MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var; extern const RuntimeMethod* TypeBuilder_GetConstructorImpl_m3925526366_RuntimeMethod_var; extern const uint32_t TypeBuilder_GetConstructorImpl_m3925526366_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_IsDefined_m1289323273_RuntimeMethod_var; extern const uint32_t TypeBuilder_IsDefined_m1289323273_MetadataUsageId; extern RuntimeClass* ConstructorBuilder_t2813524108_il2cpp_TypeInfo_var; extern RuntimeClass* ConstructorBuilderU5BU5D_t3223009221_il2cpp_TypeInfo_var; extern const uint32_t TypeBuilder_DefineConstructor_m3514391445_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_DefineDefaultConstructor_m2168449784_RuntimeMethod_var; extern String_t* _stringLiteral130510464; extern const uint32_t TypeBuilder_DefineDefaultConstructor_m2168449784_MetadataUsageId; extern const uint32_t TypeBuilder_has_ctor_method_m2987175843_MetadataUsageId; extern RuntimeClass* TypeBuilder_t1073948154_il2cpp_TypeInfo_var; extern const RuntimeMethod* TypeBuilder_CreateType_m3375483507_RuntimeMethod_var; extern String_t* _stringLiteral3982888427; extern String_t* _stringLiteral3697032871; extern String_t* _stringLiteral2256759054; extern String_t* _stringLiteral2528907148; extern String_t* _stringLiteral3489292198; extern String_t* _stringLiteral756848055; extern const uint32_t TypeBuilder_CreateType_m3375483507_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_GetConstructors_m26844333_RuntimeMethod_var; extern const uint32_t TypeBuilder_GetConstructors_m26844333_MetadataUsageId; extern RuntimeClass* ConstructorInfoU5BU5D_t881249896_il2cpp_TypeInfo_var; extern const uint32_t TypeBuilder_GetConstructorsInternal_m3565722264_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_GetElementType_m1881206953_RuntimeMethod_var; extern const uint32_t TypeBuilder_GetElementType_m1881206953_MetadataUsageId; extern RuntimeClass* EventInfoU5BU5D_t3237081491_il2cpp_TypeInfo_var; extern const RuntimeMethod* TypeBuilder_GetEvents_m1798175863_RuntimeMethod_var; extern const uint32_t TypeBuilder_GetEvents_m1798175863_MetadataUsageId; extern const uint32_t TypeBuilder_GetField_m2932767407_MetadataUsageId; extern RuntimeClass* FieldInfoU5BU5D_t846150980_il2cpp_TypeInfo_var; extern const uint32_t TypeBuilder_GetFields_m2518194342_MetadataUsageId; extern const uint32_t TypeBuilder_GetInterfaces_m4067367903_MetadataUsageId; extern RuntimeClass* MethodInfoU5BU5D_t2572182361_il2cpp_TypeInfo_var; extern const uint32_t TypeBuilder_GetMethodsByName_m1441669940_MetadataUsageId; extern RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var; extern const uint32_t TypeBuilder_GetMethodImpl_m3583143647_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_GetNestedTypes_m2300144215_RuntimeMethod_var; extern const uint32_t TypeBuilder_GetNestedTypes_m2300144215_MetadataUsageId; extern RuntimeClass* PropertyInfoU5BU5D_t1461822886_il2cpp_TypeInfo_var; extern const uint32_t TypeBuilder_GetProperties_m1107583832_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_GetPropertyImpl_m3104345782_RuntimeMethod_var; extern const uint32_t TypeBuilder_GetPropertyImpl_m3104345782_MetadataUsageId; extern const RuntimeType* ValueType_t3640485471_0_0_0_var; extern const uint32_t TypeBuilder_IsValueTypeImpl_m3935440087_MetadataUsageId; extern const uint32_t TypeBuilder_MakeByRefType_m3332797276_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_SetParent_m4101148229_RuntimeMethod_var; extern String_t* _stringLiteral916150823; extern const uint32_t TypeBuilder_SetParent_m4101148229_MetadataUsageId; extern const uint32_t TypeBuilder_not_supported_m1239084737_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_check_not_created_m3652863637_RuntimeMethod_var; extern String_t* _stringLiteral2404419194; extern const uint32_t TypeBuilder_check_not_created_m3652863637_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_check_created_m3513163610_RuntimeMethod_var; extern const uint32_t TypeBuilder_check_created_m3513163610_MetadataUsageId; extern const uint32_t TypeBuilder_IsAssignableTo_m547961029_MetadataUsageId; extern const uint32_t TypeBuilder_GetGenericArguments_m2872156836_MetadataUsageId; extern const RuntimeMethod* TypeBuilder_GetGenericTypeDefinition_m1632720438_RuntimeMethod_var; extern String_t* _stringLiteral2161566649; extern const uint32_t TypeBuilder_GetGenericTypeDefinition_m1632720438_MetadataUsageId; extern RuntimeClass* MarshalAsAttribute_t3522571978_il2cpp_TypeInfo_var; extern const uint32_t UnmanagedMarshal_ToMarshalAsAttribute_m3182194847_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* FieldInfo_GetFieldFromHandle_m586851985_RuntimeMethod_var; extern String_t* _stringLiteral3333052099; extern const uint32_t FieldInfo_GetFieldFromHandle_m586851985_MetadataUsageId; extern RuntimeClass* SystemException_t176217640_il2cpp_TypeInfo_var; extern const RuntimeMethod* FieldInfo_GetFieldOffset_m1356898082_RuntimeMethod_var; extern String_t* _stringLiteral2445270566; extern const uint32_t FieldInfo_GetFieldOffset_m1356898082_MetadataUsageId; extern RuntimeClass* NonSerializedAttribute_t2945079482_il2cpp_TypeInfo_var; extern RuntimeClass* FieldOffsetAttribute_t3945874278_il2cpp_TypeInfo_var; extern const uint32_t FieldInfo_GetPseudoCustomAttributes_m3351706050_MetadataUsageId; extern RuntimeClass* SerializationException_t3941511869_il2cpp_TypeInfo_var; extern String_t* _stringLiteral209558951; extern String_t* _stringLiteral1676011428; extern String_t* _stringLiteral62725275; extern String_t* _stringLiteral365306892; extern String_t* _stringLiteral1614046118; extern const uint32_t MemberInfoSerializationHolder__ctor_m709149403_MetadataUsageId; extern const RuntimeType* MemberInfoSerializationHolder_t1943730831_0_0_0_var; extern const RuntimeType* TypeU5BU5D_t3940880105_0_0_0_var; extern String_t* _stringLiteral1245918466; extern const uint32_t MemberInfoSerializationHolder_Serialize_m2491586031_MetadataUsageId; extern const RuntimeMethod* MemberInfoSerializationHolder_GetObjectData_m4141100434_RuntimeMethod_var; extern const uint32_t MemberInfoSerializationHolder_GetObjectData_m4141100434_MetadataUsageId; extern RuntimeClass* MemberTypes_t3790569052_il2cpp_TypeInfo_var; extern const RuntimeMethod* MemberInfoSerializationHolder_GetRealObject_m3590242972_RuntimeMethod_var; extern String_t* _stringLiteral1280845354; extern String_t* _stringLiteral3179886702; extern String_t* _stringLiteral1616235093; extern String_t* _stringLiteral3815585420; extern String_t* _stringLiteral1610933130; extern String_t* _stringLiteral1265912742; extern const uint32_t MemberInfoSerializationHolder_GetRealObject_m3590242972_MetadataUsageId; extern const uint32_t MethodBase_GetMethodFromHandleNoGenericCheck_m1262206995_MetadataUsageId; extern const RuntimeMethod* MethodBase_GetMethodFromIntPtr_m3014201362_RuntimeMethod_var; extern const uint32_t MethodBase_GetMethodFromIntPtr_m3014201362_MetadataUsageId; extern const RuntimeMethod* MethodBase_GetMethodFromHandle_m286788163_RuntimeMethod_var; extern String_t* _stringLiteral2365329139; extern const uint32_t MethodBase_GetMethodFromHandle_m286788163_MetadataUsageId; extern const uint32_t MethodBase_get_IsConstructor_m1438333698_MetadataUsageId; extern RuntimeClass* MethodBuilder_t2807316753_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* MethodBase_get_next_table_index_m3259310018_RuntimeMethod_var; extern String_t* _stringLiteral1372775997; extern const uint32_t MethodBase_get_next_table_index_m3259310018_MetadataUsageId; extern const RuntimeMethod* MethodBase_GetGenericArguments_m1292856952_RuntimeMethod_var; extern const uint32_t MethodBase_GetGenericArguments_m1292856952_MetadataUsageId; extern const RuntimeMethod* MethodInfo_MakeGenericMethod_m1996785325_RuntimeMethod_var; extern const uint32_t MethodInfo_MakeGenericMethod_m1996785325_MetadataUsageId; extern const uint32_t MethodInfo_GetGenericArguments_m98948877_MetadataUsageId; extern RuntimeClass* Missing_t508514592_il2cpp_TypeInfo_var; extern const uint32_t Missing__cctor_m1154503959_MetadataUsageId; extern RuntimeClass* TypeFilter_t2356120900_il2cpp_TypeInfo_var; extern RuntimeClass* Module_t2987026101_il2cpp_TypeInfo_var; extern const RuntimeMethod* Module_filter_by_type_name_m1840126910_RuntimeMethod_var; extern const RuntimeMethod* Module_filter_by_type_name_ignore_case_m711265203_RuntimeMethod_var; extern const uint32_t Module__cctor_m3457500417_MetadataUsageId; extern const uint32_t Module_GetCustomAttributes_m996934985_MetadataUsageId; extern const uint32_t Module_GetCustomAttributes_m76573271_MetadataUsageId; extern const RuntimeMethod* Module_GetObjectData_m497094981_RuntimeMethod_var; extern const uint32_t Module_GetObjectData_m497094981_MetadataUsageId; extern const uint32_t Module_IsDefined_m2423524910_MetadataUsageId; extern String_t* _stringLiteral3452614534; extern const uint32_t Module_filter_by_type_name_m1840126910_MetadataUsageId; extern const uint32_t Module_filter_by_type_name_ignore_case_m711265203_MetadataUsageId; extern const uint32_t MonoCMethod__ctor_m1867900682_MetadataUsageId; extern RuntimeClass* MemberAccessException_t1734467078_il2cpp_TypeInfo_var; extern RuntimeClass* MethodAccessException_t190175859_il2cpp_TypeInfo_var; extern RuntimeClass* TargetInvocationException_t4266643902_il2cpp_TypeInfo_var; extern const RuntimeMethod* MonoCMethod_Invoke_m1340636245_RuntimeMethod_var; extern String_t* _stringLiteral652017563; extern String_t* _stringLiteral1562303182; extern String_t* _stringLiteral1987515133; extern String_t* _stringLiteral257078813; extern String_t* _stringLiteral453019049; extern const uint32_t MonoCMethod_Invoke_m1340636245_MetadataUsageId; extern const uint32_t MonoCMethod_IsDefined_m3900688634_MetadataUsageId; extern const uint32_t MonoCMethod_GetCustomAttributes_m3823059477_MetadataUsageId; extern const uint32_t MonoCMethod_GetCustomAttributes_m3068196335_MetadataUsageId; extern String_t* _stringLiteral3181185133; extern String_t* _stringLiteral4152125660; extern const uint32_t MonoCMethod_ToString_m3992577062_MetadataUsageId; extern const uint32_t MonoEvent_ToString_m2145104522_MetadataUsageId; extern const uint32_t MonoEvent_IsDefined_m10931749_MetadataUsageId; extern const uint32_t MonoEvent_GetCustomAttributes_m1729688056_MetadataUsageId; extern const uint32_t MonoEvent_GetCustomAttributes_m2369459044_MetadataUsageId; extern const uint32_t MonoField_IsDefined_m2274038045_MetadataUsageId; extern const uint32_t MonoField_GetCustomAttributes_m2142838032_MetadataUsageId; extern const uint32_t MonoField_GetCustomAttributes_m3687140927_MetadataUsageId; extern RuntimeClass* TargetException_t3386045725_il2cpp_TypeInfo_var; extern const RuntimeMethod* MonoField_GetValue_m3124733531_RuntimeMethod_var; extern String_t* _stringLiteral2093243126; extern String_t* _stringLiteral4292598198; extern String_t* _stringLiteral1746845353; extern const uint32_t MonoField_GetValue_m3124733531_MetadataUsageId; extern String_t* _stringLiteral380657706; extern const uint32_t MonoField_ToString_m2518484388_MetadataUsageId; extern RuntimeClass* FieldAccessException_t238379456_il2cpp_TypeInfo_var; extern const RuntimeMethod* MonoField_SetValue_m2338106905_RuntimeMethod_var; extern String_t* _stringLiteral1662282788; extern String_t* _stringLiteral3183024156; extern String_t* _stringLiteral1494662384; extern String_t* _stringLiteral2909710312; extern const uint32_t MonoField_SetValue_m2338106905_MetadataUsageId; extern const RuntimeMethod* MonoField_CheckGeneric_m453069507_RuntimeMethod_var; extern String_t* _stringLiteral1970353501; extern const uint32_t MonoField_CheckGeneric_m453069507_MetadataUsageId; extern const RuntimeMethod* MonoGenericCMethod__ctor_m1374831274_RuntimeMethod_var; extern const uint32_t MonoGenericCMethod__ctor_m1374831274_MetadataUsageId; extern const RuntimeMethod* MonoGenericMethod__ctor_m2795356912_RuntimeMethod_var; extern const uint32_t MonoGenericMethod__ctor_m2795356912_MetadataUsageId; extern const uint32_t MonoMethod_GetParameters_m2077150731_MetadataUsageId; extern RuntimeClass* ThreadAbortException_t4074510458_il2cpp_TypeInfo_var; extern const RuntimeMethod* MonoMethod_Invoke_m2898011027_RuntimeMethod_var; extern String_t* _stringLiteral2818385401; extern const uint32_t MonoMethod_Invoke_m2898011027_MetadataUsageId; extern const uint32_t MonoMethod_IsDefined_m2906130478_MetadataUsageId; extern const uint32_t MonoMethod_GetCustomAttributes_m3677182122_MetadataUsageId; extern const uint32_t MonoMethod_GetCustomAttributes_m4130180212_MetadataUsageId; extern RuntimeClass* PreserveSigAttribute_t979468563_il2cpp_TypeInfo_var; extern const uint32_t MonoMethod_GetPseudoCustomAttributes_m3959384572_MetadataUsageId; extern String_t* _stringLiteral3452614532; extern String_t* _stringLiteral3506090190; extern String_t* _stringLiteral2623387542; extern const uint32_t MonoMethod_ToString_m3550677523_MetadataUsageId; extern const RuntimeMethod* MonoMethod_MakeGenericMethod_m1386790968_RuntimeMethod_var; extern String_t* _stringLiteral2252751192; extern String_t* _stringLiteral3472648653; extern const uint32_t MonoMethod_MakeGenericMethod_m1386790968_MetadataUsageId; extern const uint32_t MonoProperty_GetAccessors_m412928203_MetadataUsageId; extern const uint32_t MonoProperty_GetIndexParameters_m440199833_MetadataUsageId; extern const uint32_t MonoProperty_IsDefined_m2173657168_MetadataUsageId; extern const uint32_t MonoProperty_GetCustomAttributes_m2723308902_MetadataUsageId; extern const uint32_t MonoProperty_GetCustomAttributes_m3619796755_MetadataUsageId; extern const RuntimeType* StaticGetter_1_t1915726309_0_0_0_var; extern const RuntimeType* Getter_2_t3734896353_0_0_0_var; extern const RuntimeType* MonoProperty_t_0_0_0_var; extern const RuntimeType* GetterAdapter_t2155025054_0_0_0_var; extern RuntimeClass* GetterAdapter_t2155025054_il2cpp_TypeInfo_var; extern const RuntimeMethod* MonoProperty_CreateGetterDelegate_m2478402519_RuntimeMethod_var; extern String_t* _stringLiteral3021172060; extern String_t* _stringLiteral1939908519; extern const uint32_t MonoProperty_CreateGetterDelegate_m2478402519_MetadataUsageId; extern const RuntimeMethod* MonoProperty_GetValue_m2828248678_RuntimeMethod_var; extern String_t* _stringLiteral3027924188; extern String_t* _stringLiteral3452614521; extern const uint32_t MonoProperty_GetValue_m2828248678_MetadataUsageId; extern const RuntimeMethod* MonoProperty_SetValue_m342801444_RuntimeMethod_var; extern String_t* _stringLiteral2179954287; extern const uint32_t MonoProperty_SetValue_m342801444_MetadataUsageId; extern const uint32_t MonoProperty_ToString_m3100929865_MetadataUsageId; extern const uint32_t MonoProperty_GetOptionalCustomModifiers_m62958967_MetadataUsageId; extern const uint32_t MonoProperty_GetRequiredCustomModifiers_m306465896_MetadataUsageId; extern const uint32_t ParameterInfo_ToString_m2002405990_MetadataUsageId; extern const RuntimeType* Decimal_t2948259380_0_0_0_var; extern const RuntimeType* DecimalConstantAttribute_t1976047975_0_0_0_var; extern const RuntimeType* DateTime_t3738529785_0_0_0_var; extern const RuntimeType* DateTimeConstantAttribute_t375130962_0_0_0_var; extern RuntimeClass* DecimalConstantAttributeU5BU5D_t1960241438_il2cpp_TypeInfo_var; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern RuntimeClass* DateTimeConstantAttributeU5BU5D_t1710986023_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t ParameterInfo_get_DefaultValue_m4000863423_MetadataUsageId; extern const uint32_t ParameterInfo_GetCustomAttributes_m3430253143_MetadataUsageId; extern const uint32_t ParameterInfo_GetCustomAttributes_m2376494592_MetadataUsageId; extern const uint32_t ParameterInfo_IsDefined_m1890759429_MetadataUsageId; extern RuntimeClass* InAttribute_t4080363445_il2cpp_TypeInfo_var; extern RuntimeClass* OptionalAttribute_t2982857498_il2cpp_TypeInfo_var; extern RuntimeClass* OutAttribute_t3399657568_il2cpp_TypeInfo_var; extern const uint32_t ParameterInfo_GetPseudoCustomAttributes_m2207478763_MetadataUsageId; extern RuntimeClass* BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var; extern const uint32_t ParameterModifier_t1461694466_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t ParameterModifier_t1461694466_com_FromNativeMethodDefinition_MetadataUsageId; extern const RuntimeMethod* Pointer_System_Runtime_Serialization_ISerializable_GetObjectData_m609897590_RuntimeMethod_var; extern String_t* _stringLiteral3299327494; extern const uint32_t Pointer_System_Runtime_Serialization_ISerializable_GetObjectData_m609897590_MetadataUsageId; extern RuntimeClass* Pointer_t2088917139_il2cpp_TypeInfo_var; extern const RuntimeMethod* Pointer_Box_m389276611_RuntimeMethod_var; extern String_t* _stringLiteral3243520166; extern const uint32_t Pointer_Box_m389276611_MetadataUsageId; extern const uint32_t PropertyInfo_GetOptionalCustomModifiers_m2883850568_MetadataUsageId; extern const uint32_t PropertyInfo_GetRequiredCustomModifiers_m3241367329_MetadataUsageId; extern String_t* _stringLiteral2678093804; extern String_t* _stringLiteral3264366188; extern String_t* _stringLiteral96377610; extern String_t* _stringLiteral770801995; extern const uint32_t StrongNameKeyPair__ctor_m2394160001_MetadataUsageId; extern const uint32_t StrongNameKeyPair_System_Runtime_Serialization_ISerializable_GetObjectData_m2655882830_MetadataUsageId; extern String_t* _stringLiteral1753370956; extern const uint32_t TargetException__ctor_m4172127019_MetadataUsageId; extern String_t* _stringLiteral2907102415; extern const uint32_t TargetInvocationException__ctor_m3011316584_MetadataUsageId; extern String_t* _stringLiteral1762838854; extern const uint32_t TargetParameterCountException__ctor_m2135390327_MetadataUsageId; extern RuntimeClass* EventArgs_t3591816995_il2cpp_TypeInfo_var; extern const uint32_t ResolveEventArgs__ctor_m1455935166_MetadataUsageId; extern const RuntimeMethod* NeutralResourcesLanguageAttribute__ctor_m868478272_RuntimeMethod_var; extern String_t* _stringLiteral3713446231; extern const uint32_t NeutralResourcesLanguageAttribute__ctor_m868478272_MetadataUsageId; extern const RuntimeType* RuntimeResourceSet_t3081501575_0_0_0_var; extern const uint32_t ResourceManager__ctor_m4162875493_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* ResourceManager_t4037989559_il2cpp_TypeInfo_var; extern const uint32_t ResourceManager__cctor_m3647223129_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* BinaryReader_t2428077293_il2cpp_TypeInfo_var; extern RuntimeClass* BinaryFormatter_t3197753202_il2cpp_TypeInfo_var; extern const RuntimeMethod* ResourceReader__ctor_m204352998_RuntimeMethod_var; extern String_t* _stringLiteral3236680756; extern String_t* _stringLiteral3322467553; extern const uint32_t ResourceReader__ctor_m204352998_MetadataUsageId; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern const uint32_t ResourceReader__ctor_m3853106506_MetadataUsageId; extern RuntimeClass* IResourceReader_t1191025619_il2cpp_TypeInfo_var; extern const uint32_t ResourceReader_System_Collections_IEnumerable_GetEnumerator_m577123352_MetadataUsageId; extern const RuntimeType* ResourceSet_t2827911187_0_0_0_var; extern RuntimeClass* Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var; extern RuntimeClass* ResourceInfoU5BU5D_t2132996019_il2cpp_TypeInfo_var; extern RuntimeClass* EndOfStreamException_t2015613008_il2cpp_TypeInfo_var; extern const RuntimeMethod* ResourceReader_ReadHeaders_m1190430799_RuntimeMethod_var; extern String_t* _stringLiteral905745839; extern String_t* _stringLiteral3902059704; extern String_t* _stringLiteral2016462260; extern String_t* _stringLiteral3683068640; extern String_t* _stringLiteral4169793751; extern String_t* _stringLiteral1999311330; extern String_t* _stringLiteral1843116422; extern String_t* _stringLiteral1312424712; extern String_t* _stringLiteral4131541651; extern const uint32_t ResourceReader_ReadHeaders_m1190430799_MetadataUsageId; extern const uint32_t ResourceReader_CreateResourceInfo_m1818330740_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern RuntimeClass* MemoryStream_t94973147_il2cpp_TypeInfo_var; extern const uint32_t ResourceReader_ReadValueVer2_m2797880867_MetadataUsageId; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern const RuntimeType* Byte_t1134296376_0_0_0_var; extern const RuntimeType* Int16_t2552820387_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* TimeSpan_t881159249_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 uint32_t ResourceReader_ReadValueVer1_m183253382_MetadataUsageId; extern RuntimeClass* IFormatter_t3549834567_il2cpp_TypeInfo_var; extern const RuntimeMethod* ResourceReader_ReadNonPredefinedValue_m2638853518_RuntimeMethod_var; extern String_t* _stringLiteral2533266350; extern const uint32_t ResourceReader_ReadNonPredefinedValue_m2638853518_MetadataUsageId; extern const uint32_t ResourceReader_LoadResourceValues_m104914612_MetadataUsageId; extern RuntimeClass* ResourceEnumerator_t2106512554_il2cpp_TypeInfo_var; extern const RuntimeMethod* ResourceReader_GetEnumerator_m3404589731_RuntimeMethod_var; extern String_t* _stringLiteral3360664418; extern const uint32_t ResourceReader_GetEnumerator_m3404589731_MetadataUsageId; struct Int32U5BU5D_t385246372; struct ByteU5BU5D_t4116647657; struct ObjectU5BU5D_t2843939325; struct TypeU5BU5D_t3940880105; struct ModuleU5BU5D_t4238763736; struct ParameterInfoU5BU5D_t390618515; struct MethodBaseU5BU5D_t779831733; struct ParameterModifierU5BU5D_t2943407543; struct StringU5BU5D_t1281789340; struct PropertyInfoU5BU5D_t1461822886; struct CustomAttributeTypedArgumentU5BU5D_t1465843424; struct CustomAttributeNamedArgumentU5BU5D_t3710464795; struct ModuleBuilderU5BU5D_t2441092650; struct TypeU5BU5DU5BU5D_t4042077012; struct ParameterBuilderU5BU5D_t3054868058; struct EventInfoU5BU5D_t3237081491; struct FieldInfoU5BU5D_t846150980; struct MethodInfoU5BU5D_t2572182361; struct ConstructorInfoU5BU5D_t881249896; struct MemberInfoU5BU5D_t1302094432; struct ILTokenInfoU5BU5D_t973106575; struct LabelDataU5BU5D_t327903686; struct LabelFixupU5BU5D_t103660291; struct GenericTypeParameterBuilderU5BU5D_t3780444109; struct CharU5BU5D_t3528271667; struct TypeBuilderU5BU5D_t786280671; struct ConstructorBuilderU5BU5D_t3223009221; struct MethodBuilderU5BU5D_t3705301900; struct FieldBuilderU5BU5D_t138311604; struct PropertyBuilderU5BU5D_t4023329206; struct DecimalConstantAttributeU5BU5D_t1960241438; struct DateTimeConstantAttributeU5BU5D_t1710986023; struct BooleanU5BU5D_t2897418192; struct Int64U5BU5D_t2559172825; struct ResourceInfoU5BU5D_t2132996019; struct ResourceCacheItemU5BU5D_t1637949902; #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 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 CUSTOMATTRIBUTEDATA_T1084486650_H #define CUSTOMATTRIBUTEDATA_T1084486650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeData struct CustomAttributeData_t1084486650 : public RuntimeObject { public: // System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::ctorInfo ConstructorInfo_t5769829 * ___ctorInfo_0; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::ctorArgs RuntimeObject* ___ctorArgs_1; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::namedArgs RuntimeObject* ___namedArgs_2; public: inline static int32_t get_offset_of_ctorInfo_0() { return static_cast(offsetof(CustomAttributeData_t1084486650, ___ctorInfo_0)); } inline ConstructorInfo_t5769829 * get_ctorInfo_0() const { return ___ctorInfo_0; } inline ConstructorInfo_t5769829 ** get_address_of_ctorInfo_0() { return &___ctorInfo_0; } inline void set_ctorInfo_0(ConstructorInfo_t5769829 * value) { ___ctorInfo_0 = value; Il2CppCodeGenWriteBarrier((&___ctorInfo_0), value); } inline static int32_t get_offset_of_ctorArgs_1() { return static_cast(offsetof(CustomAttributeData_t1084486650, ___ctorArgs_1)); } inline RuntimeObject* get_ctorArgs_1() const { return ___ctorArgs_1; } inline RuntimeObject** get_address_of_ctorArgs_1() { return &___ctorArgs_1; } inline void set_ctorArgs_1(RuntimeObject* value) { ___ctorArgs_1 = value; Il2CppCodeGenWriteBarrier((&___ctorArgs_1), value); } inline static int32_t get_offset_of_namedArgs_2() { return static_cast(offsetof(CustomAttributeData_t1084486650, ___namedArgs_2)); } inline RuntimeObject* get_namedArgs_2() const { return ___namedArgs_2; } inline RuntimeObject** get_address_of_namedArgs_2() { return &___namedArgs_2; } inline void set_namedArgs_2(RuntimeObject* value) { ___namedArgs_2 = value; Il2CppCodeGenWriteBarrier((&___namedArgs_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMATTRIBUTEDATA_T1084486650_H #ifndef READONLYCOLLECTION_1_T3935726444_H #define READONLYCOLLECTION_1_T3935726444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t3935726444 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t3935726444, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYCOLLECTION_1_T3935726444_H #ifndef READONLYCOLLECTION_1_T1500441997_H #define READONLYCOLLECTION_1_T1500441997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t1500441997 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t1500441997, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYCOLLECTION_1_T1500441997_H #ifndef STRONGNAME_T4093849377_H #define STRONGNAME_T4093849377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.StrongName struct StrongName_t4093849377 : public RuntimeObject { public: // System.Security.Cryptography.RSA Mono.Security.StrongName::rsa RSA_t2385438082 * ___rsa_0; // System.Byte[] Mono.Security.StrongName::publicKey ByteU5BU5D_t4116647657* ___publicKey_1; // System.Byte[] Mono.Security.StrongName::keyToken ByteU5BU5D_t4116647657* ___keyToken_2; // System.String Mono.Security.StrongName::tokenAlgorithm String_t* ___tokenAlgorithm_3; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(StrongName_t4093849377, ___rsa_0)); } inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; } inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t2385438082 * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((&___rsa_0), value); } inline static int32_t get_offset_of_publicKey_1() { return static_cast(offsetof(StrongName_t4093849377, ___publicKey_1)); } inline ByteU5BU5D_t4116647657* get_publicKey_1() const { return ___publicKey_1; } inline ByteU5BU5D_t4116647657** get_address_of_publicKey_1() { return &___publicKey_1; } inline void set_publicKey_1(ByteU5BU5D_t4116647657* value) { ___publicKey_1 = value; Il2CppCodeGenWriteBarrier((&___publicKey_1), value); } inline static int32_t get_offset_of_keyToken_2() { return static_cast(offsetof(StrongName_t4093849377, ___keyToken_2)); } inline ByteU5BU5D_t4116647657* get_keyToken_2() const { return ___keyToken_2; } inline ByteU5BU5D_t4116647657** get_address_of_keyToken_2() { return &___keyToken_2; } inline void set_keyToken_2(ByteU5BU5D_t4116647657* value) { ___keyToken_2 = value; Il2CppCodeGenWriteBarrier((&___keyToken_2), value); } inline static int32_t get_offset_of_tokenAlgorithm_3() { return static_cast(offsetof(StrongName_t4093849377, ___tokenAlgorithm_3)); } inline String_t* get_tokenAlgorithm_3() const { return ___tokenAlgorithm_3; } inline String_t** get_address_of_tokenAlgorithm_3() { return &___tokenAlgorithm_3; } inline void set_tokenAlgorithm_3(String_t* value) { ___tokenAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((&___tokenAlgorithm_3), value); } }; struct StrongName_t4093849377_StaticFields { public: // System.Object Mono.Security.StrongName::lockObject RuntimeObject * ___lockObject_4; // System.Boolean Mono.Security.StrongName::initialized bool ___initialized_5; public: inline static int32_t get_offset_of_lockObject_4() { return static_cast(offsetof(StrongName_t4093849377_StaticFields, ___lockObject_4)); } inline RuntimeObject * get_lockObject_4() const { return ___lockObject_4; } inline RuntimeObject ** get_address_of_lockObject_4() { return &___lockObject_4; } inline void set_lockObject_4(RuntimeObject * value) { ___lockObject_4 = value; Il2CppCodeGenWriteBarrier((&___lockObject_4), value); } inline static int32_t get_offset_of_initialized_5() { return static_cast(offsetof(StrongName_t4093849377_StaticFields, ___initialized_5)); } inline bool get_initialized_5() const { return ___initialized_5; } inline bool* get_address_of_initialized_5() { return &___initialized_5; } inline void set_initialized_5(bool value) { ___initialized_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRONGNAME_T4093849377_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.Int32 System.Reflection.Emit.ILGenerator::num_token_fixups int32_t ___num_token_fixups_5; // System.Reflection.Emit.ILTokenInfo[] System.Reflection.Emit.ILGenerator::token_fixups ILTokenInfoU5BU5D_t973106575* ___token_fixups_6; // System.Reflection.Emit.ILGenerator/LabelData[] System.Reflection.Emit.ILGenerator::labels LabelDataU5BU5D_t327903686* ___labels_7; // System.Reflection.Emit.ILGenerator/LabelFixup[] System.Reflection.Emit.ILGenerator::fixups LabelFixupU5BU5D_t103660291* ___fixups_8; // System.Int32 System.Reflection.Emit.ILGenerator::num_fixups int32_t ___num_fixups_9; // System.Reflection.Module System.Reflection.Emit.ILGenerator::module Module_t2987026101 * ___module_10; // System.Reflection.Emit.TokenGenerator System.Reflection.Emit.ILGenerator::token_gen RuntimeObject* ___token_gen_11; 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_num_token_fixups_5() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_token_fixups_5)); } inline int32_t get_num_token_fixups_5() const { return ___num_token_fixups_5; } inline int32_t* get_address_of_num_token_fixups_5() { return &___num_token_fixups_5; } inline void set_num_token_fixups_5(int32_t value) { ___num_token_fixups_5 = value; } inline static int32_t get_offset_of_token_fixups_6() { return static_cast(offsetof(ILGenerator_t1388622344, ___token_fixups_6)); } inline ILTokenInfoU5BU5D_t973106575* get_token_fixups_6() const { return ___token_fixups_6; } inline ILTokenInfoU5BU5D_t973106575** get_address_of_token_fixups_6() { return &___token_fixups_6; } inline void set_token_fixups_6(ILTokenInfoU5BU5D_t973106575* value) { ___token_fixups_6 = value; Il2CppCodeGenWriteBarrier((&___token_fixups_6), value); } inline static int32_t get_offset_of_labels_7() { return static_cast(offsetof(ILGenerator_t1388622344, ___labels_7)); } inline LabelDataU5BU5D_t327903686* get_labels_7() const { return ___labels_7; } inline LabelDataU5BU5D_t327903686** get_address_of_labels_7() { return &___labels_7; } inline void set_labels_7(LabelDataU5BU5D_t327903686* value) { ___labels_7 = value; Il2CppCodeGenWriteBarrier((&___labels_7), value); } inline static int32_t get_offset_of_fixups_8() { return static_cast(offsetof(ILGenerator_t1388622344, ___fixups_8)); } inline LabelFixupU5BU5D_t103660291* get_fixups_8() const { return ___fixups_8; } inline LabelFixupU5BU5D_t103660291** get_address_of_fixups_8() { return &___fixups_8; } inline void set_fixups_8(LabelFixupU5BU5D_t103660291* value) { ___fixups_8 = value; Il2CppCodeGenWriteBarrier((&___fixups_8), value); } inline static int32_t get_offset_of_num_fixups_9() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_fixups_9)); } inline int32_t get_num_fixups_9() const { return ___num_fixups_9; } inline int32_t* get_address_of_num_fixups_9() { return &___num_fixups_9; } inline void set_num_fixups_9(int32_t value) { ___num_fixups_9 = value; } inline static int32_t get_offset_of_module_10() { return static_cast(offsetof(ILGenerator_t1388622344, ___module_10)); } inline Module_t2987026101 * get_module_10() const { return ___module_10; } inline Module_t2987026101 ** get_address_of_module_10() { return &___module_10; } inline void set_module_10(Module_t2987026101 * value) { ___module_10 = value; Il2CppCodeGenWriteBarrier((&___module_10), value); } inline static int32_t get_offset_of_token_gen_11() { return static_cast(offsetof(ILGenerator_t1388622344, ___token_gen_11)); } inline RuntimeObject* get_token_gen_11() const { return ___token_gen_11; } inline RuntimeObject** get_address_of_token_gen_11() { return &___token_gen_11; } inline void set_token_gen_11(RuntimeObject* value) { ___token_gen_11 = value; Il2CppCodeGenWriteBarrier((&___token_gen_11), 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 CUSTOMATTRIBUTEBUILDER_T2781637217_H #define CUSTOMATTRIBUTEBUILDER_T2781637217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.CustomAttributeBuilder struct CustomAttributeBuilder_t2781637217 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMATTRIBUTEBUILDER_T2781637217_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 RESOLVEEVENTHOLDER_T2120639521_H #define RESOLVEEVENTHOLDER_T2120639521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521 : public RuntimeObject { public: // System.Reflection.ModuleResolveEventHandler System.Reflection.Assembly/ResolveEventHolder::ModuleResolve ModuleResolveEventHandler_t797517678 * ___ModuleResolve_0; public: inline static int32_t get_offset_of_ModuleResolve_0() { return static_cast(offsetof(ResolveEventHolder_t2120639521, ___ModuleResolve_0)); } inline ModuleResolveEventHandler_t797517678 * get_ModuleResolve_0() const { return ___ModuleResolve_0; } inline ModuleResolveEventHandler_t797517678 ** get_address_of_ModuleResolve_0() { return &___ModuleResolve_0; } inline void set_ModuleResolve_0(ModuleResolveEventHandler_t797517678 * value) { ___ModuleResolve_0 = value; Il2CppCodeGenWriteBarrier((&___ModuleResolve_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOLVEEVENTHOLDER_T2120639521_H #ifndef EVIDENCE_T2008144148_H #define EVIDENCE_T2008144148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.Evidence struct Evidence_t2008144148 : public RuntimeObject { public: // System.Boolean System.Security.Policy.Evidence::_locked bool ____locked_0; // System.Collections.ArrayList System.Security.Policy.Evidence::hostEvidenceList ArrayList_t2718874744 * ___hostEvidenceList_1; // System.Collections.ArrayList System.Security.Policy.Evidence::assemblyEvidenceList ArrayList_t2718874744 * ___assemblyEvidenceList_2; // System.Int32 System.Security.Policy.Evidence::_hashCode int32_t ____hashCode_3; public: inline static int32_t get_offset_of__locked_0() { return static_cast(offsetof(Evidence_t2008144148, ____locked_0)); } inline bool get__locked_0() const { return ____locked_0; } inline bool* get_address_of__locked_0() { return &____locked_0; } inline void set__locked_0(bool value) { ____locked_0 = value; } inline static int32_t get_offset_of_hostEvidenceList_1() { return static_cast(offsetof(Evidence_t2008144148, ___hostEvidenceList_1)); } inline ArrayList_t2718874744 * get_hostEvidenceList_1() const { return ___hostEvidenceList_1; } inline ArrayList_t2718874744 ** get_address_of_hostEvidenceList_1() { return &___hostEvidenceList_1; } inline void set_hostEvidenceList_1(ArrayList_t2718874744 * value) { ___hostEvidenceList_1 = value; Il2CppCodeGenWriteBarrier((&___hostEvidenceList_1), value); } inline static int32_t get_offset_of_assemblyEvidenceList_2() { return static_cast(offsetof(Evidence_t2008144148, ___assemblyEvidenceList_2)); } inline ArrayList_t2718874744 * get_assemblyEvidenceList_2() const { return ___assemblyEvidenceList_2; } inline ArrayList_t2718874744 ** get_address_of_assemblyEvidenceList_2() { return &___assemblyEvidenceList_2; } inline void set_assemblyEvidenceList_2(ArrayList_t2718874744 * value) { ___assemblyEvidenceList_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyEvidenceList_2), value); } inline static int32_t get_offset_of__hashCode_3() { return static_cast(offsetof(Evidence_t2008144148, ____hashCode_3)); } inline int32_t get__hashCode_3() const { return ____hashCode_3; } inline int32_t* get_address_of__hashCode_3() { return &____hashCode_3; } inline void set__hashCode_3(int32_t value) { ____hashCode_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVIDENCE_T2008144148_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 STRONGNAMEKEYPAIR_T3411219591_H #define STRONGNAMEKEYPAIR_T3411219591_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_t3411219591 : public RuntimeObject { public: // System.Byte[] System.Reflection.StrongNameKeyPair::_publicKey ByteU5BU5D_t4116647657* ____publicKey_0; // System.String System.Reflection.StrongNameKeyPair::_keyPairContainer String_t* ____keyPairContainer_1; // System.Boolean System.Reflection.StrongNameKeyPair::_keyPairExported bool ____keyPairExported_2; // System.Byte[] System.Reflection.StrongNameKeyPair::_keyPairArray ByteU5BU5D_t4116647657* ____keyPairArray_3; public: inline static int32_t get_offset_of__publicKey_0() { return static_cast(offsetof(StrongNameKeyPair_t3411219591, ____publicKey_0)); } inline ByteU5BU5D_t4116647657* get__publicKey_0() const { return ____publicKey_0; } inline ByteU5BU5D_t4116647657** get_address_of__publicKey_0() { return &____publicKey_0; } inline void set__publicKey_0(ByteU5BU5D_t4116647657* value) { ____publicKey_0 = value; Il2CppCodeGenWriteBarrier((&____publicKey_0), value); } inline static int32_t get_offset_of__keyPairContainer_1() { return static_cast(offsetof(StrongNameKeyPair_t3411219591, ____keyPairContainer_1)); } inline String_t* get__keyPairContainer_1() const { return ____keyPairContainer_1; } inline String_t** get_address_of__keyPairContainer_1() { return &____keyPairContainer_1; } inline void set__keyPairContainer_1(String_t* value) { ____keyPairContainer_1 = value; Il2CppCodeGenWriteBarrier((&____keyPairContainer_1), value); } inline static int32_t get_offset_of__keyPairExported_2() { return static_cast(offsetof(StrongNameKeyPair_t3411219591, ____keyPairExported_2)); } inline bool get__keyPairExported_2() const { return ____keyPairExported_2; } inline bool* get_address_of__keyPairExported_2() { return &____keyPairExported_2; } inline void set__keyPairExported_2(bool value) { ____keyPairExported_2 = value; } inline static int32_t get_offset_of__keyPairArray_3() { return static_cast(offsetof(StrongNameKeyPair_t3411219591, ____keyPairArray_3)); } inline ByteU5BU5D_t4116647657* get__keyPairArray_3() const { return ____keyPairArray_3; } inline ByteU5BU5D_t4116647657** get_address_of__keyPairArray_3() { return &____keyPairArray_3; } inline void set__keyPairArray_3(ByteU5BU5D_t4116647657* value) { ____keyPairArray_3 = value; Il2CppCodeGenWriteBarrier((&____keyPairArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRONGNAMEKEYPAIR_T3411219591_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; 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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef HASHALGORITHM_T1432317219_H #define HASHALGORITHM_T1432317219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_t4116647657* ___HashValue_0; // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_HashValue_0() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashValue_0)); } inline ByteU5BU5D_t4116647657* get_HashValue_0() const { return ___HashValue_0; } inline ByteU5BU5D_t4116647657** get_address_of_HashValue_0() { return &___HashValue_0; } inline void set_HashValue_0(ByteU5BU5D_t4116647657* value) { ___HashValue_0 = value; Il2CppCodeGenWriteBarrier((&___HashValue_0), value); } inline static int32_t get_offset_of_HashSizeValue_1() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashSizeValue_1)); } inline int32_t get_HashSizeValue_1() const { return ___HashSizeValue_1; } inline int32_t* get_address_of_HashSizeValue_1() { return &___HashSizeValue_1; } inline void set_HashSizeValue_1(int32_t value) { ___HashSizeValue_1 = value; } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHM_T1432317219_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 EVENTBUILDER_T3451532220_H #define EVENTBUILDER_T3451532220_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.EventBuilder struct EventBuilder_t3451532220 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTBUILDER_T3451532220_H #ifndef RESOURCEREADER_T3300492639_H #define RESOURCEREADER_T3300492639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceReader struct ResourceReader_t3300492639 : public RuntimeObject { public: // System.IO.BinaryReader System.Resources.ResourceReader::reader BinaryReader_t2428077293 * ___reader_0; // System.Object System.Resources.ResourceReader::readerLock RuntimeObject * ___readerLock_1; // System.Runtime.Serialization.IFormatter System.Resources.ResourceReader::formatter RuntimeObject* ___formatter_2; // System.Int32 System.Resources.ResourceReader::resourceCount int32_t ___resourceCount_3; // System.Int32 System.Resources.ResourceReader::typeCount int32_t ___typeCount_4; // System.String[] System.Resources.ResourceReader::typeNames StringU5BU5D_t1281789340* ___typeNames_5; // System.Int32[] System.Resources.ResourceReader::hashes Int32U5BU5D_t385246372* ___hashes_6; // System.Resources.ResourceReader/ResourceInfo[] System.Resources.ResourceReader::infos ResourceInfoU5BU5D_t2132996019* ___infos_7; // System.Int32 System.Resources.ResourceReader::dataSectionOffset int32_t ___dataSectionOffset_8; // System.Int64 System.Resources.ResourceReader::nameSectionOffset int64_t ___nameSectionOffset_9; // System.Int32 System.Resources.ResourceReader::resource_ver int32_t ___resource_ver_10; // System.Resources.ResourceReader/ResourceCacheItem[] System.Resources.ResourceReader::cache ResourceCacheItemU5BU5D_t1637949902* ___cache_11; // System.Object System.Resources.ResourceReader::cache_lock RuntimeObject * ___cache_lock_12; public: inline static int32_t get_offset_of_reader_0() { return static_cast(offsetof(ResourceReader_t3300492639, ___reader_0)); } inline BinaryReader_t2428077293 * get_reader_0() const { return ___reader_0; } inline BinaryReader_t2428077293 ** get_address_of_reader_0() { return &___reader_0; } inline void set_reader_0(BinaryReader_t2428077293 * value) { ___reader_0 = value; Il2CppCodeGenWriteBarrier((&___reader_0), value); } inline static int32_t get_offset_of_readerLock_1() { return static_cast(offsetof(ResourceReader_t3300492639, ___readerLock_1)); } inline RuntimeObject * get_readerLock_1() const { return ___readerLock_1; } inline RuntimeObject ** get_address_of_readerLock_1() { return &___readerLock_1; } inline void set_readerLock_1(RuntimeObject * value) { ___readerLock_1 = value; Il2CppCodeGenWriteBarrier((&___readerLock_1), value); } inline static int32_t get_offset_of_formatter_2() { return static_cast(offsetof(ResourceReader_t3300492639, ___formatter_2)); } inline RuntimeObject* get_formatter_2() const { return ___formatter_2; } inline RuntimeObject** get_address_of_formatter_2() { return &___formatter_2; } inline void set_formatter_2(RuntimeObject* value) { ___formatter_2 = value; Il2CppCodeGenWriteBarrier((&___formatter_2), value); } inline static int32_t get_offset_of_resourceCount_3() { return static_cast(offsetof(ResourceReader_t3300492639, ___resourceCount_3)); } inline int32_t get_resourceCount_3() const { return ___resourceCount_3; } inline int32_t* get_address_of_resourceCount_3() { return &___resourceCount_3; } inline void set_resourceCount_3(int32_t value) { ___resourceCount_3 = value; } inline static int32_t get_offset_of_typeCount_4() { return static_cast(offsetof(ResourceReader_t3300492639, ___typeCount_4)); } inline int32_t get_typeCount_4() const { return ___typeCount_4; } inline int32_t* get_address_of_typeCount_4() { return &___typeCount_4; } inline void set_typeCount_4(int32_t value) { ___typeCount_4 = value; } inline static int32_t get_offset_of_typeNames_5() { return static_cast(offsetof(ResourceReader_t3300492639, ___typeNames_5)); } inline StringU5BU5D_t1281789340* get_typeNames_5() const { return ___typeNames_5; } inline StringU5BU5D_t1281789340** get_address_of_typeNames_5() { return &___typeNames_5; } inline void set_typeNames_5(StringU5BU5D_t1281789340* value) { ___typeNames_5 = value; Il2CppCodeGenWriteBarrier((&___typeNames_5), value); } inline static int32_t get_offset_of_hashes_6() { return static_cast(offsetof(ResourceReader_t3300492639, ___hashes_6)); } inline Int32U5BU5D_t385246372* get_hashes_6() const { return ___hashes_6; } inline Int32U5BU5D_t385246372** get_address_of_hashes_6() { return &___hashes_6; } inline void set_hashes_6(Int32U5BU5D_t385246372* value) { ___hashes_6 = value; Il2CppCodeGenWriteBarrier((&___hashes_6), value); } inline static int32_t get_offset_of_infos_7() { return static_cast(offsetof(ResourceReader_t3300492639, ___infos_7)); } inline ResourceInfoU5BU5D_t2132996019* get_infos_7() const { return ___infos_7; } inline ResourceInfoU5BU5D_t2132996019** get_address_of_infos_7() { return &___infos_7; } inline void set_infos_7(ResourceInfoU5BU5D_t2132996019* value) { ___infos_7 = value; Il2CppCodeGenWriteBarrier((&___infos_7), value); } inline static int32_t get_offset_of_dataSectionOffset_8() { return static_cast(offsetof(ResourceReader_t3300492639, ___dataSectionOffset_8)); } inline int32_t get_dataSectionOffset_8() const { return ___dataSectionOffset_8; } inline int32_t* get_address_of_dataSectionOffset_8() { return &___dataSectionOffset_8; } inline void set_dataSectionOffset_8(int32_t value) { ___dataSectionOffset_8 = value; } inline static int32_t get_offset_of_nameSectionOffset_9() { return static_cast(offsetof(ResourceReader_t3300492639, ___nameSectionOffset_9)); } inline int64_t get_nameSectionOffset_9() const { return ___nameSectionOffset_9; } inline int64_t* get_address_of_nameSectionOffset_9() { return &___nameSectionOffset_9; } inline void set_nameSectionOffset_9(int64_t value) { ___nameSectionOffset_9 = value; } inline static int32_t get_offset_of_resource_ver_10() { return static_cast(offsetof(ResourceReader_t3300492639, ___resource_ver_10)); } inline int32_t get_resource_ver_10() const { return ___resource_ver_10; } inline int32_t* get_address_of_resource_ver_10() { return &___resource_ver_10; } inline void set_resource_ver_10(int32_t value) { ___resource_ver_10 = value; } inline static int32_t get_offset_of_cache_11() { return static_cast(offsetof(ResourceReader_t3300492639, ___cache_11)); } inline ResourceCacheItemU5BU5D_t1637949902* get_cache_11() const { return ___cache_11; } inline ResourceCacheItemU5BU5D_t1637949902** get_address_of_cache_11() { return &___cache_11; } inline void set_cache_11(ResourceCacheItemU5BU5D_t1637949902* value) { ___cache_11 = value; Il2CppCodeGenWriteBarrier((&___cache_11), value); } inline static int32_t get_offset_of_cache_lock_12() { return static_cast(offsetof(ResourceReader_t3300492639, ___cache_lock_12)); } inline RuntimeObject * get_cache_lock_12() const { return ___cache_lock_12; } inline RuntimeObject ** get_address_of_cache_lock_12() { return &___cache_lock_12; } inline void set_cache_lock_12(RuntimeObject * value) { ___cache_lock_12 = value; Il2CppCodeGenWriteBarrier((&___cache_lock_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCEREADER_T3300492639_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_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 RESOURCEENUMERATOR_T2106512554_H #define RESOURCEENUMERATOR_T2106512554_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceReader/ResourceEnumerator struct ResourceEnumerator_t2106512554 : public RuntimeObject { public: // System.Resources.ResourceReader System.Resources.ResourceReader/ResourceEnumerator::reader ResourceReader_t3300492639 * ___reader_0; // System.Int32 System.Resources.ResourceReader/ResourceEnumerator::index int32_t ___index_1; // System.Boolean System.Resources.ResourceReader/ResourceEnumerator::finished bool ___finished_2; public: inline static int32_t get_offset_of_reader_0() { return static_cast(offsetof(ResourceEnumerator_t2106512554, ___reader_0)); } inline ResourceReader_t3300492639 * get_reader_0() const { return ___reader_0; } inline ResourceReader_t3300492639 ** get_address_of_reader_0() { return &___reader_0; } inline void set_reader_0(ResourceReader_t3300492639 * value) { ___reader_0 = value; Il2CppCodeGenWriteBarrier((&___reader_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(ResourceEnumerator_t2106512554, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_finished_2() { return static_cast(offsetof(ResourceEnumerator_t2106512554, ___finished_2)); } inline bool get_finished_2() const { return ___finished_2; } inline bool* get_address_of_finished_2() { return &___finished_2; } inline void set_finished_2(bool value) { ___finished_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCEENUMERATOR_T2106512554_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 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 ASYMMETRICALGORITHM_T932037087_H #define ASYMMETRICALGORITHM_T932037087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICALGORITHM_T932037087_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 MODULEBUILDERTOKENGENERATOR_T944435078_H #define MODULEBUILDERTOKENGENERATOR_T944435078_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ModuleBuilderTokenGenerator struct ModuleBuilderTokenGenerator_t944435078 : public RuntimeObject { public: // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.ModuleBuilderTokenGenerator::mb ModuleBuilder_t731887691 * ___mb_0; public: inline static int32_t get_offset_of_mb_0() { return static_cast(offsetof(ModuleBuilderTokenGenerator_t944435078, ___mb_0)); } inline ModuleBuilder_t731887691 * get_mb_0() const { return ___mb_0; } inline ModuleBuilder_t731887691 ** get_address_of_mb_0() { return &___mb_0; } inline void set_mb_0(ModuleBuilder_t731887691 * value) { ___mb_0 = value; Il2CppCodeGenWriteBarrier((&___mb_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULEBUILDERTOKENGENERATOR_T944435078_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 RuntimeObject { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_0)); } inline Stream_t1273022909 * get_Null_0() const { return ___Null_0; } inline Stream_t1273022909 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(Stream_t1273022909 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef OPCODENAMES_T3363784580_H #define OPCODENAMES_T3363784580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OpCodeNames struct OpCodeNames_t3363784580 : public RuntimeObject { public: public: }; struct OpCodeNames_t3363784580_StaticFields { public: // System.String[] System.Reflection.Emit.OpCodeNames::names StringU5BU5D_t1281789340* ___names_0; public: inline static int32_t get_offset_of_names_0() { return static_cast(offsetof(OpCodeNames_t3363784580_StaticFields, ___names_0)); } inline StringU5BU5D_t1281789340* get_names_0() const { return ___names_0; } inline StringU5BU5D_t1281789340** get_address_of_names_0() { return &___names_0; } inline void set_names_0(StringU5BU5D_t1281789340* value) { ___names_0 = value; Il2CppCodeGenWriteBarrier((&___names_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPCODENAMES_T3363784580_H #ifndef MISSING_T508514592_H #define MISSING_T508514592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Missing struct Missing_t508514592 : public RuntimeObject { public: public: }; struct Missing_t508514592_StaticFields { public: // System.Reflection.Missing System.Reflection.Missing::Value Missing_t508514592 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Missing_t508514592_StaticFields, ___Value_0)); } inline Missing_t508514592 * get_Value_0() const { return ___Value_0; } inline Missing_t508514592 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(Missing_t508514592 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((&___Value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISSING_T508514592_H #ifndef POINTER_T2088917139_H #define POINTER_T2088917139_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Pointer struct Pointer_t2088917139 : public RuntimeObject { public: // System.Void* System.Reflection.Pointer::data void* ___data_0; // System.Type System.Reflection.Pointer::type Type_t * ___type_1; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(Pointer_t2088917139, ___data_0)); } inline void* get_data_0() const { return ___data_0; } inline void** get_address_of_data_0() { return &___data_0; } inline void set_data_0(void* value) { ___data_0 = value; } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(Pointer_t2088917139, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((&___type_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POINTER_T2088917139_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef RESOURCEMANAGER_T4037989559_H #define RESOURCEMANAGER_T4037989559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceManager struct ResourceManager_t4037989559 : public RuntimeObject { public: // System.Type System.Resources.ResourceManager::resourceSetType Type_t * ___resourceSetType_4; public: inline static int32_t get_offset_of_resourceSetType_4() { return static_cast(offsetof(ResourceManager_t4037989559, ___resourceSetType_4)); } inline Type_t * get_resourceSetType_4() const { return ___resourceSetType_4; } inline Type_t ** get_address_of_resourceSetType_4() { return &___resourceSetType_4; } inline void set_resourceSetType_4(Type_t * value) { ___resourceSetType_4 = value; Il2CppCodeGenWriteBarrier((&___resourceSetType_4), value); } }; struct ResourceManager_t4037989559_StaticFields { public: // System.Collections.Hashtable System.Resources.ResourceManager::ResourceCache Hashtable_t1853889766 * ___ResourceCache_0; // System.Collections.Hashtable System.Resources.ResourceManager::NonExistent Hashtable_t1853889766 * ___NonExistent_1; // System.Int32 System.Resources.ResourceManager::HeaderVersionNumber int32_t ___HeaderVersionNumber_2; // System.Int32 System.Resources.ResourceManager::MagicNumber int32_t ___MagicNumber_3; public: inline static int32_t get_offset_of_ResourceCache_0() { return static_cast(offsetof(ResourceManager_t4037989559_StaticFields, ___ResourceCache_0)); } inline Hashtable_t1853889766 * get_ResourceCache_0() const { return ___ResourceCache_0; } inline Hashtable_t1853889766 ** get_address_of_ResourceCache_0() { return &___ResourceCache_0; } inline void set_ResourceCache_0(Hashtable_t1853889766 * value) { ___ResourceCache_0 = value; Il2CppCodeGenWriteBarrier((&___ResourceCache_0), value); } inline static int32_t get_offset_of_NonExistent_1() { return static_cast(offsetof(ResourceManager_t4037989559_StaticFields, ___NonExistent_1)); } inline Hashtable_t1853889766 * get_NonExistent_1() const { return ___NonExistent_1; } inline Hashtable_t1853889766 ** get_address_of_NonExistent_1() { return &___NonExistent_1; } inline void set_NonExistent_1(Hashtable_t1853889766 * value) { ___NonExistent_1 = value; Il2CppCodeGenWriteBarrier((&___NonExistent_1), value); } inline static int32_t get_offset_of_HeaderVersionNumber_2() { return static_cast(offsetof(ResourceManager_t4037989559_StaticFields, ___HeaderVersionNumber_2)); } inline int32_t get_HeaderVersionNumber_2() const { return ___HeaderVersionNumber_2; } inline int32_t* get_address_of_HeaderVersionNumber_2() { return &___HeaderVersionNumber_2; } inline void set_HeaderVersionNumber_2(int32_t value) { ___HeaderVersionNumber_2 = value; } inline static int32_t get_offset_of_MagicNumber_3() { return static_cast(offsetof(ResourceManager_t4037989559_StaticFields, ___MagicNumber_3)); } inline int32_t get_MagicNumber_3() const { return ___MagicNumber_3; } inline int32_t* get_address_of_MagicNumber_3() { return &___MagicNumber_3; } inline void set_MagicNumber_3(int32_t value) { ___MagicNumber_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCEMANAGER_T4037989559_H #ifndef RANDOM_T108471755_H #define RANDOM_T108471755_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Random struct Random_t108471755 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t385246372* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t108471755, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t108471755, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t108471755, ___SeedArray_2)); } inline Int32U5BU5D_t385246372* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t385246372** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t385246372* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((&___SeedArray_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOM_T108471755_H #ifndef STRINGCOMPARER_T3301955079_H #define STRINGCOMPARER_T3301955079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparer struct StringComparer_t3301955079 : public RuntimeObject { public: public: }; struct StringComparer_t3301955079_StaticFields { public: // System.StringComparer System.StringComparer::invariantCultureIgnoreCase StringComparer_t3301955079 * ___invariantCultureIgnoreCase_0; // System.StringComparer System.StringComparer::invariantCulture StringComparer_t3301955079 * ___invariantCulture_1; // System.StringComparer System.StringComparer::ordinalIgnoreCase StringComparer_t3301955079 * ___ordinalIgnoreCase_2; // System.StringComparer System.StringComparer::ordinal StringComparer_t3301955079 * ___ordinal_3; public: inline static int32_t get_offset_of_invariantCultureIgnoreCase_0() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCultureIgnoreCase_0)); } inline StringComparer_t3301955079 * get_invariantCultureIgnoreCase_0() const { return ___invariantCultureIgnoreCase_0; } inline StringComparer_t3301955079 ** get_address_of_invariantCultureIgnoreCase_0() { return &___invariantCultureIgnoreCase_0; } inline void set_invariantCultureIgnoreCase_0(StringComparer_t3301955079 * value) { ___invariantCultureIgnoreCase_0 = value; Il2CppCodeGenWriteBarrier((&___invariantCultureIgnoreCase_0), value); } inline static int32_t get_offset_of_invariantCulture_1() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCulture_1)); } inline StringComparer_t3301955079 * get_invariantCulture_1() const { return ___invariantCulture_1; } inline StringComparer_t3301955079 ** get_address_of_invariantCulture_1() { return &___invariantCulture_1; } inline void set_invariantCulture_1(StringComparer_t3301955079 * value) { ___invariantCulture_1 = value; Il2CppCodeGenWriteBarrier((&___invariantCulture_1), value); } inline static int32_t get_offset_of_ordinalIgnoreCase_2() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinalIgnoreCase_2)); } inline StringComparer_t3301955079 * get_ordinalIgnoreCase_2() const { return ___ordinalIgnoreCase_2; } inline StringComparer_t3301955079 ** get_address_of_ordinalIgnoreCase_2() { return &___ordinalIgnoreCase_2; } inline void set_ordinalIgnoreCase_2(StringComparer_t3301955079 * value) { ___ordinalIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___ordinalIgnoreCase_2), value); } inline static int32_t get_offset_of_ordinal_3() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinal_3)); } inline StringComparer_t3301955079 * get_ordinal_3() const { return ___ordinal_3; } inline StringComparer_t3301955079 ** get_address_of_ordinal_3() { return &___ordinal_3; } inline void set_ordinal_3(StringComparer_t3301955079 * value) { ___ordinal_3 = value; Il2CppCodeGenWriteBarrier((&___ordinal_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARER_T3301955079_H #ifndef VERSION_T3456873960_H #define VERSION_T3456873960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Version struct Version_t3456873960 : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_1; // System.Int32 System.Version::_Minor int32_t ____Minor_2; // System.Int32 System.Version::_Build int32_t ____Build_3; // System.Int32 System.Version::_Revision int32_t ____Revision_4; public: inline static int32_t get_offset_of__Major_1() { return static_cast(offsetof(Version_t3456873960, ____Major_1)); } inline int32_t get__Major_1() const { return ____Major_1; } inline int32_t* get_address_of__Major_1() { return &____Major_1; } inline void set__Major_1(int32_t value) { ____Major_1 = value; } inline static int32_t get_offset_of__Minor_2() { return static_cast(offsetof(Version_t3456873960, ____Minor_2)); } inline int32_t get__Minor_2() const { return ____Minor_2; } inline int32_t* get_address_of__Minor_2() { return &____Minor_2; } inline void set__Minor_2(int32_t value) { ____Minor_2 = value; } inline static int32_t get_offset_of__Build_3() { return static_cast(offsetof(Version_t3456873960, ____Build_3)); } inline int32_t get__Build_3() const { return ____Build_3; } inline int32_t* get_address_of__Build_3() { return &____Build_3; } inline void set__Build_3(int32_t value) { ____Build_3 = value; } inline static int32_t get_offset_of__Revision_4() { return static_cast(offsetof(Version_t3456873960, ____Revision_4)); } inline int32_t get__Revision_4() const { return ____Revision_4; } inline int32_t* get_address_of__Revision_4() { return &____Revision_4; } inline void set__Revision_4(int32_t value) { ____Revision_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERSION_T3456873960_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 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 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 STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef NUMBERFORMATINFO_T435877138_H #define NUMBERFORMATINFO_T435877138_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138 : public RuntimeObject { public: // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_0; // System.String System.Globalization.NumberFormatInfo::decimalFormats String_t* ___decimalFormats_1; // System.String System.Globalization.NumberFormatInfo::currencyFormats String_t* ___currencyFormats_2; // System.String System.Globalization.NumberFormatInfo::percentFormats String_t* ___percentFormats_3; // System.String System.Globalization.NumberFormatInfo::digitPattern String_t* ___digitPattern_4; // System.String System.Globalization.NumberFormatInfo::zeroPattern String_t* ___zeroPattern_5; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_6; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t385246372* ___currencyGroupSizes_9; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_10; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_11; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_12; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_15; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_16; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_17; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_18; // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t385246372* ___numberGroupSizes_19; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_20; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_21; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_22; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_23; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t385246372* ___percentGroupSizes_24; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_27; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_28; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_29; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_30; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_31; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_32; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_34; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_35; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t1281789340* ___nativeDigits_36; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_37; public: inline static int32_t get_offset_of_isReadOnly_0() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___isReadOnly_0)); } inline bool get_isReadOnly_0() const { return ___isReadOnly_0; } inline bool* get_address_of_isReadOnly_0() { return &___isReadOnly_0; } inline void set_isReadOnly_0(bool value) { ___isReadOnly_0 = value; } inline static int32_t get_offset_of_decimalFormats_1() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___decimalFormats_1)); } inline String_t* get_decimalFormats_1() const { return ___decimalFormats_1; } inline String_t** get_address_of_decimalFormats_1() { return &___decimalFormats_1; } inline void set_decimalFormats_1(String_t* value) { ___decimalFormats_1 = value; Il2CppCodeGenWriteBarrier((&___decimalFormats_1), value); } inline static int32_t get_offset_of_currencyFormats_2() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyFormats_2)); } inline String_t* get_currencyFormats_2() const { return ___currencyFormats_2; } inline String_t** get_address_of_currencyFormats_2() { return &___currencyFormats_2; } inline void set_currencyFormats_2(String_t* value) { ___currencyFormats_2 = value; Il2CppCodeGenWriteBarrier((&___currencyFormats_2), value); } inline static int32_t get_offset_of_percentFormats_3() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentFormats_3)); } inline String_t* get_percentFormats_3() const { return ___percentFormats_3; } inline String_t** get_address_of_percentFormats_3() { return &___percentFormats_3; } inline void set_percentFormats_3(String_t* value) { ___percentFormats_3 = value; Il2CppCodeGenWriteBarrier((&___percentFormats_3), value); } inline static int32_t get_offset_of_digitPattern_4() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitPattern_4)); } inline String_t* get_digitPattern_4() const { return ___digitPattern_4; } inline String_t** get_address_of_digitPattern_4() { return &___digitPattern_4; } inline void set_digitPattern_4(String_t* value) { ___digitPattern_4 = value; Il2CppCodeGenWriteBarrier((&___digitPattern_4), value); } inline static int32_t get_offset_of_zeroPattern_5() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___zeroPattern_5)); } inline String_t* get_zeroPattern_5() const { return ___zeroPattern_5; } inline String_t** get_address_of_zeroPattern_5() { return &___zeroPattern_5; } inline void set_zeroPattern_5(String_t* value) { ___zeroPattern_5 = value; Il2CppCodeGenWriteBarrier((&___zeroPattern_5), value); } inline static int32_t get_offset_of_currencyDecimalDigits_6() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalDigits_6)); } inline int32_t get_currencyDecimalDigits_6() const { return ___currencyDecimalDigits_6; } inline int32_t* get_address_of_currencyDecimalDigits_6() { return &___currencyDecimalDigits_6; } inline void set_currencyDecimalDigits_6(int32_t value) { ___currencyDecimalDigits_6 = value; } inline static int32_t get_offset_of_currencyDecimalSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalSeparator_7)); } inline String_t* get_currencyDecimalSeparator_7() const { return ___currencyDecimalSeparator_7; } inline String_t** get_address_of_currencyDecimalSeparator_7() { return &___currencyDecimalSeparator_7; } inline void set_currencyDecimalSeparator_7(String_t* value) { ___currencyDecimalSeparator_7 = value; Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_7), value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value); } inline static int32_t get_offset_of_currencyGroupSizes_9() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSizes_9)); } inline Int32U5BU5D_t385246372* get_currencyGroupSizes_9() const { return ___currencyGroupSizes_9; } inline Int32U5BU5D_t385246372** get_address_of_currencyGroupSizes_9() { return &___currencyGroupSizes_9; } inline void set_currencyGroupSizes_9(Int32U5BU5D_t385246372* value) { ___currencyGroupSizes_9 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_9), value); } inline static int32_t get_offset_of_currencyNegativePattern_10() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyNegativePattern_10)); } inline int32_t get_currencyNegativePattern_10() const { return ___currencyNegativePattern_10; } inline int32_t* get_address_of_currencyNegativePattern_10() { return &___currencyNegativePattern_10; } inline void set_currencyNegativePattern_10(int32_t value) { ___currencyNegativePattern_10 = value; } inline static int32_t get_offset_of_currencyPositivePattern_11() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyPositivePattern_11)); } inline int32_t get_currencyPositivePattern_11() const { return ___currencyPositivePattern_11; } inline int32_t* get_address_of_currencyPositivePattern_11() { return &___currencyPositivePattern_11; } inline void set_currencyPositivePattern_11(int32_t value) { ___currencyPositivePattern_11 = value; } inline static int32_t get_offset_of_currencySymbol_12() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencySymbol_12)); } inline String_t* get_currencySymbol_12() const { return ___currencySymbol_12; } inline String_t** get_address_of_currencySymbol_12() { return &___currencySymbol_12; } inline void set_currencySymbol_12(String_t* value) { ___currencySymbol_12 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_12), value); } inline static int32_t get_offset_of_nanSymbol_13() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nanSymbol_13)); } inline String_t* get_nanSymbol_13() const { return ___nanSymbol_13; } inline String_t** get_address_of_nanSymbol_13() { return &___nanSymbol_13; } inline void set_nanSymbol_13(String_t* value) { ___nanSymbol_13 = value; Il2CppCodeGenWriteBarrier((&___nanSymbol_13), value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value); } inline static int32_t get_offset_of_negativeSign_15() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeSign_15)); } inline String_t* get_negativeSign_15() const { return ___negativeSign_15; } inline String_t** get_address_of_negativeSign_15() { return &___negativeSign_15; } inline void set_negativeSign_15(String_t* value) { ___negativeSign_15 = value; Il2CppCodeGenWriteBarrier((&___negativeSign_15), value); } inline static int32_t get_offset_of_numberDecimalDigits_16() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalDigits_16)); } inline int32_t get_numberDecimalDigits_16() const { return ___numberDecimalDigits_16; } inline int32_t* get_address_of_numberDecimalDigits_16() { return &___numberDecimalDigits_16; } inline void set_numberDecimalDigits_16(int32_t value) { ___numberDecimalDigits_16 = value; } inline static int32_t get_offset_of_numberDecimalSeparator_17() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalSeparator_17)); } inline String_t* get_numberDecimalSeparator_17() const { return ___numberDecimalSeparator_17; } inline String_t** get_address_of_numberDecimalSeparator_17() { return &___numberDecimalSeparator_17; } inline void set_numberDecimalSeparator_17(String_t* value) { ___numberDecimalSeparator_17 = value; Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_17), value); } inline static int32_t get_offset_of_numberGroupSeparator_18() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSeparator_18)); } inline String_t* get_numberGroupSeparator_18() const { return ___numberGroupSeparator_18; } inline String_t** get_address_of_numberGroupSeparator_18() { return &___numberGroupSeparator_18; } inline void set_numberGroupSeparator_18(String_t* value) { ___numberGroupSeparator_18 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_18), value); } inline static int32_t get_offset_of_numberGroupSizes_19() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSizes_19)); } inline Int32U5BU5D_t385246372* get_numberGroupSizes_19() const { return ___numberGroupSizes_19; } inline Int32U5BU5D_t385246372** get_address_of_numberGroupSizes_19() { return &___numberGroupSizes_19; } inline void set_numberGroupSizes_19(Int32U5BU5D_t385246372* value) { ___numberGroupSizes_19 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSizes_19), value); } inline static int32_t get_offset_of_numberNegativePattern_20() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberNegativePattern_20)); } inline int32_t get_numberNegativePattern_20() const { return ___numberNegativePattern_20; } inline int32_t* get_address_of_numberNegativePattern_20() { return &___numberNegativePattern_20; } inline void set_numberNegativePattern_20(int32_t value) { ___numberNegativePattern_20 = value; } inline static int32_t get_offset_of_percentDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalDigits_21)); } inline int32_t get_percentDecimalDigits_21() const { return ___percentDecimalDigits_21; } inline int32_t* get_address_of_percentDecimalDigits_21() { return &___percentDecimalDigits_21; } inline void set_percentDecimalDigits_21(int32_t value) { ___percentDecimalDigits_21 = value; } inline static int32_t get_offset_of_percentDecimalSeparator_22() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalSeparator_22)); } inline String_t* get_percentDecimalSeparator_22() const { return ___percentDecimalSeparator_22; } inline String_t** get_address_of_percentDecimalSeparator_22() { return &___percentDecimalSeparator_22; } inline void set_percentDecimalSeparator_22(String_t* value) { ___percentDecimalSeparator_22 = value; Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_22), value); } inline static int32_t get_offset_of_percentGroupSeparator_23() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSeparator_23)); } inline String_t* get_percentGroupSeparator_23() const { return ___percentGroupSeparator_23; } inline String_t** get_address_of_percentGroupSeparator_23() { return &___percentGroupSeparator_23; } inline void set_percentGroupSeparator_23(String_t* value) { ___percentGroupSeparator_23 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_23), value); } inline static int32_t get_offset_of_percentGroupSizes_24() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSizes_24)); } inline Int32U5BU5D_t385246372* get_percentGroupSizes_24() const { return ___percentGroupSizes_24; } inline Int32U5BU5D_t385246372** get_address_of_percentGroupSizes_24() { return &___percentGroupSizes_24; } inline void set_percentGroupSizes_24(Int32U5BU5D_t385246372* value) { ___percentGroupSizes_24 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSizes_24), value); } inline static int32_t get_offset_of_percentNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentNegativePattern_25)); } inline int32_t get_percentNegativePattern_25() const { return ___percentNegativePattern_25; } inline int32_t* get_address_of_percentNegativePattern_25() { return &___percentNegativePattern_25; } inline void set_percentNegativePattern_25(int32_t value) { ___percentNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentSymbol_27() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentSymbol_27)); } inline String_t* get_percentSymbol_27() const { return ___percentSymbol_27; } inline String_t** get_address_of_percentSymbol_27() { return &___percentSymbol_27; } inline void set_percentSymbol_27(String_t* value) { ___percentSymbol_27 = value; Il2CppCodeGenWriteBarrier((&___percentSymbol_27), value); } inline static int32_t get_offset_of_perMilleSymbol_28() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___perMilleSymbol_28)); } inline String_t* get_perMilleSymbol_28() const { return ___perMilleSymbol_28; } inline String_t** get_address_of_perMilleSymbol_28() { return &___perMilleSymbol_28; } inline void set_perMilleSymbol_28(String_t* value) { ___perMilleSymbol_28 = value; Il2CppCodeGenWriteBarrier((&___perMilleSymbol_28), value); } inline static int32_t get_offset_of_positiveInfinitySymbol_29() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveInfinitySymbol_29)); } inline String_t* get_positiveInfinitySymbol_29() const { return ___positiveInfinitySymbol_29; } inline String_t** get_address_of_positiveInfinitySymbol_29() { return &___positiveInfinitySymbol_29; } inline void set_positiveInfinitySymbol_29(String_t* value) { ___positiveInfinitySymbol_29 = value; Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_29), value); } inline static int32_t get_offset_of_positiveSign_30() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveSign_30)); } inline String_t* get_positiveSign_30() const { return ___positiveSign_30; } inline String_t** get_address_of_positiveSign_30() { return &___positiveSign_30; } inline void set_positiveSign_30(String_t* value) { ___positiveSign_30 = value; Il2CppCodeGenWriteBarrier((&___positiveSign_30), value); } inline static int32_t get_offset_of_ansiCurrencySymbol_31() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___ansiCurrencySymbol_31)); } inline String_t* get_ansiCurrencySymbol_31() const { return ___ansiCurrencySymbol_31; } inline String_t** get_address_of_ansiCurrencySymbol_31() { return &___ansiCurrencySymbol_31; } inline void set_ansiCurrencySymbol_31(String_t* value) { ___ansiCurrencySymbol_31 = value; Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_31), value); } inline static int32_t get_offset_of_m_dataItem_32() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_dataItem_32)); } inline int32_t get_m_dataItem_32() const { return ___m_dataItem_32; } inline int32_t* get_address_of_m_dataItem_32() { return &___m_dataItem_32; } inline void set_m_dataItem_32(int32_t value) { ___m_dataItem_32 = value; } inline static int32_t get_offset_of_m_useUserOverride_33() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_useUserOverride_33)); } inline bool get_m_useUserOverride_33() const { return ___m_useUserOverride_33; } inline bool* get_address_of_m_useUserOverride_33() { return &___m_useUserOverride_33; } inline void set_m_useUserOverride_33(bool value) { ___m_useUserOverride_33 = value; } inline static int32_t get_offset_of_validForParseAsNumber_34() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsNumber_34)); } inline bool get_validForParseAsNumber_34() const { return ___validForParseAsNumber_34; } inline bool* get_address_of_validForParseAsNumber_34() { return &___validForParseAsNumber_34; } inline void set_validForParseAsNumber_34(bool value) { ___validForParseAsNumber_34 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_35() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsCurrency_35)); } inline bool get_validForParseAsCurrency_35() const { return ___validForParseAsCurrency_35; } inline bool* get_address_of_validForParseAsCurrency_35() { return &___validForParseAsCurrency_35; } inline void set_validForParseAsCurrency_35(bool value) { ___validForParseAsCurrency_35 = value; } inline static int32_t get_offset_of_nativeDigits_36() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nativeDigits_36)); } inline StringU5BU5D_t1281789340* get_nativeDigits_36() const { return ___nativeDigits_36; } inline StringU5BU5D_t1281789340** get_address_of_nativeDigits_36() { return &___nativeDigits_36; } inline void set_nativeDigits_36(StringU5BU5D_t1281789340* value) { ___nativeDigits_36 = value; Il2CppCodeGenWriteBarrier((&___nativeDigits_36), value); } inline static int32_t get_offset_of_digitSubstitution_37() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitSubstitution_37)); } inline int32_t get_digitSubstitution_37() const { return ___digitSubstitution_37; } inline int32_t* get_address_of_digitSubstitution_37() { return &___digitSubstitution_37; } inline void set_digitSubstitution_37(int32_t value) { ___digitSubstitution_37 = value; } }; struct NumberFormatInfo_t435877138_StaticFields { public: // System.String[] System.Globalization.NumberFormatInfo::invariantNativeDigits StringU5BU5D_t1281789340* ___invariantNativeDigits_38; public: inline static int32_t get_offset_of_invariantNativeDigits_38() { return static_cast(offsetof(NumberFormatInfo_t435877138_StaticFields, ___invariantNativeDigits_38)); } inline StringU5BU5D_t1281789340* get_invariantNativeDigits_38() const { return ___invariantNativeDigits_38; } inline StringU5BU5D_t1281789340** get_address_of_invariantNativeDigits_38() { return &___invariantNativeDigits_38; } inline void set_invariantNativeDigits_38(StringU5BU5D_t1281789340* value) { ___invariantNativeDigits_38 = value; Il2CppCodeGenWriteBarrier((&___invariantNativeDigits_38), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATINFO_T435877138_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 CUSTOMINFO_T435179798_H #define CUSTOMINFO_T435179798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NumberFormatter/CustomInfo struct CustomInfo_t435179798 : public RuntimeObject { public: // System.Boolean System.NumberFormatter/CustomInfo::UseGroup bool ___UseGroup_0; // System.Int32 System.NumberFormatter/CustomInfo::DecimalDigits int32_t ___DecimalDigits_1; // System.Int32 System.NumberFormatter/CustomInfo::DecimalPointPos int32_t ___DecimalPointPos_2; // System.Int32 System.NumberFormatter/CustomInfo::DecimalTailSharpDigits int32_t ___DecimalTailSharpDigits_3; // System.Int32 System.NumberFormatter/CustomInfo::IntegerDigits int32_t ___IntegerDigits_4; // System.Int32 System.NumberFormatter/CustomInfo::IntegerHeadSharpDigits int32_t ___IntegerHeadSharpDigits_5; // System.Int32 System.NumberFormatter/CustomInfo::IntegerHeadPos int32_t ___IntegerHeadPos_6; // System.Boolean System.NumberFormatter/CustomInfo::UseExponent bool ___UseExponent_7; // System.Int32 System.NumberFormatter/CustomInfo::ExponentDigits int32_t ___ExponentDigits_8; // System.Int32 System.NumberFormatter/CustomInfo::ExponentTailSharpDigits int32_t ___ExponentTailSharpDigits_9; // System.Boolean System.NumberFormatter/CustomInfo::ExponentNegativeSignOnly bool ___ExponentNegativeSignOnly_10; // System.Int32 System.NumberFormatter/CustomInfo::DividePlaces int32_t ___DividePlaces_11; // System.Int32 System.NumberFormatter/CustomInfo::Percents int32_t ___Percents_12; // System.Int32 System.NumberFormatter/CustomInfo::Permilles int32_t ___Permilles_13; public: inline static int32_t get_offset_of_UseGroup_0() { return static_cast(offsetof(CustomInfo_t435179798, ___UseGroup_0)); } inline bool get_UseGroup_0() const { return ___UseGroup_0; } inline bool* get_address_of_UseGroup_0() { return &___UseGroup_0; } inline void set_UseGroup_0(bool value) { ___UseGroup_0 = value; } inline static int32_t get_offset_of_DecimalDigits_1() { return static_cast(offsetof(CustomInfo_t435179798, ___DecimalDigits_1)); } inline int32_t get_DecimalDigits_1() const { return ___DecimalDigits_1; } inline int32_t* get_address_of_DecimalDigits_1() { return &___DecimalDigits_1; } inline void set_DecimalDigits_1(int32_t value) { ___DecimalDigits_1 = value; } inline static int32_t get_offset_of_DecimalPointPos_2() { return static_cast(offsetof(CustomInfo_t435179798, ___DecimalPointPos_2)); } inline int32_t get_DecimalPointPos_2() const { return ___DecimalPointPos_2; } inline int32_t* get_address_of_DecimalPointPos_2() { return &___DecimalPointPos_2; } inline void set_DecimalPointPos_2(int32_t value) { ___DecimalPointPos_2 = value; } inline static int32_t get_offset_of_DecimalTailSharpDigits_3() { return static_cast(offsetof(CustomInfo_t435179798, ___DecimalTailSharpDigits_3)); } inline int32_t get_DecimalTailSharpDigits_3() const { return ___DecimalTailSharpDigits_3; } inline int32_t* get_address_of_DecimalTailSharpDigits_3() { return &___DecimalTailSharpDigits_3; } inline void set_DecimalTailSharpDigits_3(int32_t value) { ___DecimalTailSharpDigits_3 = value; } inline static int32_t get_offset_of_IntegerDigits_4() { return static_cast(offsetof(CustomInfo_t435179798, ___IntegerDigits_4)); } inline int32_t get_IntegerDigits_4() const { return ___IntegerDigits_4; } inline int32_t* get_address_of_IntegerDigits_4() { return &___IntegerDigits_4; } inline void set_IntegerDigits_4(int32_t value) { ___IntegerDigits_4 = value; } inline static int32_t get_offset_of_IntegerHeadSharpDigits_5() { return static_cast(offsetof(CustomInfo_t435179798, ___IntegerHeadSharpDigits_5)); } inline int32_t get_IntegerHeadSharpDigits_5() const { return ___IntegerHeadSharpDigits_5; } inline int32_t* get_address_of_IntegerHeadSharpDigits_5() { return &___IntegerHeadSharpDigits_5; } inline void set_IntegerHeadSharpDigits_5(int32_t value) { ___IntegerHeadSharpDigits_5 = value; } inline static int32_t get_offset_of_IntegerHeadPos_6() { return static_cast(offsetof(CustomInfo_t435179798, ___IntegerHeadPos_6)); } inline int32_t get_IntegerHeadPos_6() const { return ___IntegerHeadPos_6; } inline int32_t* get_address_of_IntegerHeadPos_6() { return &___IntegerHeadPos_6; } inline void set_IntegerHeadPos_6(int32_t value) { ___IntegerHeadPos_6 = value; } inline static int32_t get_offset_of_UseExponent_7() { return static_cast(offsetof(CustomInfo_t435179798, ___UseExponent_7)); } inline bool get_UseExponent_7() const { return ___UseExponent_7; } inline bool* get_address_of_UseExponent_7() { return &___UseExponent_7; } inline void set_UseExponent_7(bool value) { ___UseExponent_7 = value; } inline static int32_t get_offset_of_ExponentDigits_8() { return static_cast(offsetof(CustomInfo_t435179798, ___ExponentDigits_8)); } inline int32_t get_ExponentDigits_8() const { return ___ExponentDigits_8; } inline int32_t* get_address_of_ExponentDigits_8() { return &___ExponentDigits_8; } inline void set_ExponentDigits_8(int32_t value) { ___ExponentDigits_8 = value; } inline static int32_t get_offset_of_ExponentTailSharpDigits_9() { return static_cast(offsetof(CustomInfo_t435179798, ___ExponentTailSharpDigits_9)); } inline int32_t get_ExponentTailSharpDigits_9() const { return ___ExponentTailSharpDigits_9; } inline int32_t* get_address_of_ExponentTailSharpDigits_9() { return &___ExponentTailSharpDigits_9; } inline void set_ExponentTailSharpDigits_9(int32_t value) { ___ExponentTailSharpDigits_9 = value; } inline static int32_t get_offset_of_ExponentNegativeSignOnly_10() { return static_cast(offsetof(CustomInfo_t435179798, ___ExponentNegativeSignOnly_10)); } inline bool get_ExponentNegativeSignOnly_10() const { return ___ExponentNegativeSignOnly_10; } inline bool* get_address_of_ExponentNegativeSignOnly_10() { return &___ExponentNegativeSignOnly_10; } inline void set_ExponentNegativeSignOnly_10(bool value) { ___ExponentNegativeSignOnly_10 = value; } inline static int32_t get_offset_of_DividePlaces_11() { return static_cast(offsetof(CustomInfo_t435179798, ___DividePlaces_11)); } inline int32_t get_DividePlaces_11() const { return ___DividePlaces_11; } inline int32_t* get_address_of_DividePlaces_11() { return &___DividePlaces_11; } inline void set_DividePlaces_11(int32_t value) { ___DividePlaces_11 = value; } inline static int32_t get_offset_of_Percents_12() { return static_cast(offsetof(CustomInfo_t435179798, ___Percents_12)); } inline int32_t get_Percents_12() const { return ___Percents_12; } inline int32_t* get_address_of_Percents_12() { return &___Percents_12; } inline void set_Percents_12(int32_t value) { ___Percents_12 = value; } inline static int32_t get_offset_of_Permilles_13() { return static_cast(offsetof(CustomInfo_t435179798, ___Permilles_13)); } inline int32_t get_Permilles_13() const { return ___Permilles_13; } inline int32_t* get_address_of_Permilles_13() { return &___Permilles_13; } inline void set_Permilles_13(int32_t value) { ___Permilles_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMINFO_T435179798_H #ifndef DECIMALCONSTANTATTRIBUTE_T1976047975_H #define DECIMALCONSTANTATTRIBUTE_T1976047975_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.CompilerServices.DecimalConstantAttribute struct DecimalConstantAttribute_t1976047975 : public Attribute_t861562559 { public: // System.Byte System.Runtime.CompilerServices.DecimalConstantAttribute::scale uint8_t ___scale_0; // System.Boolean System.Runtime.CompilerServices.DecimalConstantAttribute::sign bool ___sign_1; // System.Int32 System.Runtime.CompilerServices.DecimalConstantAttribute::hi int32_t ___hi_2; // System.Int32 System.Runtime.CompilerServices.DecimalConstantAttribute::mid int32_t ___mid_3; // System.Int32 System.Runtime.CompilerServices.DecimalConstantAttribute::low int32_t ___low_4; public: inline static int32_t get_offset_of_scale_0() { return static_cast(offsetof(DecimalConstantAttribute_t1976047975, ___scale_0)); } inline uint8_t get_scale_0() const { return ___scale_0; } inline uint8_t* get_address_of_scale_0() { return &___scale_0; } inline void set_scale_0(uint8_t value) { ___scale_0 = value; } inline static int32_t get_offset_of_sign_1() { return static_cast(offsetof(DecimalConstantAttribute_t1976047975, ___sign_1)); } inline bool get_sign_1() const { return ___sign_1; } inline bool* get_address_of_sign_1() { return &___sign_1; } inline void set_sign_1(bool value) { ___sign_1 = value; } inline static int32_t get_offset_of_hi_2() { return static_cast(offsetof(DecimalConstantAttribute_t1976047975, ___hi_2)); } inline int32_t get_hi_2() const { return ___hi_2; } inline int32_t* get_address_of_hi_2() { return &___hi_2; } inline void set_hi_2(int32_t value) { ___hi_2 = value; } inline static int32_t get_offset_of_mid_3() { return static_cast(offsetof(DecimalConstantAttribute_t1976047975, ___mid_3)); } inline int32_t get_mid_3() const { return ___mid_3; } inline int32_t* get_address_of_mid_3() { return &___mid_3; } inline void set_mid_3(int32_t value) { ___mid_3 = value; } inline static int32_t get_offset_of_low_4() { return static_cast(offsetof(DecimalConstantAttribute_t1976047975, ___low_4)); } inline int32_t get_low_4() const { return ___low_4; } inline int32_t* get_address_of_low_4() { return &___low_4; } inline void set_low_4(int32_t value) { ___low_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMALCONSTANTATTRIBUTE_T1976047975_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 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 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 METHODTOKEN_T4055728386_H #define METHODTOKEN_T4055728386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.MethodToken struct MethodToken_t4055728386 { public: // System.Int32 System.Reflection.Emit.MethodToken::tokValue int32_t ___tokValue_0; public: inline static int32_t get_offset_of_tokValue_0() { return static_cast(offsetof(MethodToken_t4055728386, ___tokValue_0)); } inline int32_t get_tokValue_0() const { return ___tokValue_0; } inline int32_t* get_address_of_tokValue_0() { return &___tokValue_0; } inline void set_tokValue_0(int32_t value) { ___tokValue_0 = value; } }; struct MethodToken_t4055728386_StaticFields { public: // System.Reflection.Emit.MethodToken System.Reflection.Emit.MethodToken::Empty MethodToken_t4055728386 ___Empty_1; public: inline static int32_t get_offset_of_Empty_1() { return static_cast(offsetof(MethodToken_t4055728386_StaticFields, ___Empty_1)); } inline MethodToken_t4055728386 get_Empty_1() const { return ___Empty_1; } inline MethodToken_t4055728386 * get_address_of_Empty_1() { return &___Empty_1; } inline void set_Empty_1(MethodToken_t4055728386 value) { ___Empty_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODTOKEN_T4055728386_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 FIELDOFFSETATTRIBUTE_T3945874278_H #define FIELDOFFSETATTRIBUTE_T3945874278_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.FieldOffsetAttribute struct FieldOffsetAttribute_t3945874278 : public Attribute_t861562559 { public: // System.Int32 System.Runtime.InteropServices.FieldOffsetAttribute::val int32_t ___val_0; public: inline static int32_t get_offset_of_val_0() { return static_cast(offsetof(FieldOffsetAttribute_t3945874278, ___val_0)); } inline int32_t get_val_0() const { return ___val_0; } inline int32_t* get_address_of_val_0() { return &___val_0; } inline void set_val_0(int32_t value) { ___val_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDOFFSETATTRIBUTE_T3945874278_H #ifndef NONSERIALIZEDATTRIBUTE_T2945079482_H #define NONSERIALIZEDATTRIBUTE_T2945079482_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NonSerializedAttribute struct NonSerializedAttribute_t2945079482 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NONSERIALIZEDATTRIBUTE_T2945079482_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 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 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 TARGETINVOCATIONEXCEPTION_T4266643902_H #define TARGETINVOCATIONEXCEPTION_T4266643902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TargetInvocationException struct TargetInvocationException_t4266643902 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TARGETINVOCATIONEXCEPTION_T4266643902_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 CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #define CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157 { public: // System.Type System.Reflection.CustomAttributeTypedArgument::argumentType Type_t * ___argumentType_0; // System.Object System.Reflection.CustomAttributeTypedArgument::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_argumentType_0() { return static_cast(offsetof(CustomAttributeTypedArgument_t2723150157, ___argumentType_0)); } inline Type_t * get_argumentType_0() const { return ___argumentType_0; } inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; } inline void set_argumentType_0(Type_t * value) { ___argumentType_0 = value; Il2CppCodeGenWriteBarrier((&___argumentType_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(CustomAttributeTypedArgument_t2723150157, ___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.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157_marshaled_com { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; #endif // CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #ifndef RESOLVEEVENTARGS_T1779456501_H #define RESOLVEEVENTARGS_T1779456501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ResolveEventArgs struct ResolveEventArgs_t1779456501 : public EventArgs_t3591816995 { public: // System.String System.ResolveEventArgs::m_Name String_t* ___m_Name_1; public: inline static int32_t get_offset_of_m_Name_1() { return static_cast(offsetof(ResolveEventArgs_t1779456501, ___m_Name_1)); } inline String_t* get_m_Name_1() const { return ___m_Name_1; } inline String_t** get_address_of_m_Name_1() { return &___m_Name_1; } inline void set_m_Name_1(String_t* value) { ___m_Name_1 = value; Il2CppCodeGenWriteBarrier((&___m_Name_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOLVEEVENTARGS_T1779456501_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 DEFAULTMEMBERATTRIBUTE_T3275092422_H #define DEFAULTMEMBERATTRIBUTE_T3275092422_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.DefaultMemberAttribute struct DefaultMemberAttribute_t3275092422 : public Attribute_t861562559 { public: // System.String System.Reflection.DefaultMemberAttribute::member_name String_t* ___member_name_0; public: inline static int32_t get_offset_of_member_name_0() { return static_cast(offsetof(DefaultMemberAttribute_t3275092422, ___member_name_0)); } inline String_t* get_member_name_0() const { return ___member_name_0; } inline String_t** get_address_of_member_name_0() { return &___member_name_0; } inline void set_member_name_0(String_t* value) { ___member_name_0 = value; Il2CppCodeGenWriteBarrier((&___member_name_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTMEMBERATTRIBUTE_T3275092422_H #ifndef OBSOLETEATTRIBUTE_T303876359_H #define OBSOLETEATTRIBUTE_T303876359_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObsoleteAttribute struct ObsoleteAttribute_t303876359 : public Attribute_t861562559 { public: // System.String System.ObsoleteAttribute::_message String_t* ____message_0; // System.Boolean System.ObsoleteAttribute::_error bool ____error_1; public: inline static int32_t get_offset_of__message_0() { return static_cast(offsetof(ObsoleteAttribute_t303876359, ____message_0)); } inline String_t* get__message_0() const { return ____message_0; } inline String_t** get_address_of__message_0() { return &____message_0; } inline void set__message_0(String_t* value) { ____message_0 = value; Il2CppCodeGenWriteBarrier((&____message_0), value); } inline static int32_t get_offset_of__error_1() { return static_cast(offsetof(ObsoleteAttribute_t303876359, ____error_1)); } inline bool get__error_1() const { return ____error_1; } inline bool* get_address_of__error_1() { return &____error_1; } inline void set__error_1(bool value) { ____error_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBSOLETEATTRIBUTE_T303876359_H #ifndef ILTOKENINFO_T2325775114_H #define ILTOKENINFO_T2325775114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114 { public: // System.Reflection.MemberInfo System.Reflection.Emit.ILTokenInfo::member MemberInfo_t * ___member_0; // System.Int32 System.Reflection.Emit.ILTokenInfo::code_pos int32_t ___code_pos_1; public: inline static int32_t get_offset_of_member_0() { return static_cast(offsetof(ILTokenInfo_t2325775114, ___member_0)); } inline MemberInfo_t * get_member_0() const { return ___member_0; } inline MemberInfo_t ** get_address_of_member_0() { return &___member_0; } inline void set_member_0(MemberInfo_t * value) { ___member_0 = value; Il2CppCodeGenWriteBarrier((&___member_0), value); } inline static int32_t get_offset_of_code_pos_1() { return static_cast(offsetof(ILTokenInfo_t2325775114, ___code_pos_1)); } inline int32_t get_code_pos_1() const { return ___code_pos_1; } inline int32_t* get_address_of_code_pos_1() { return &___code_pos_1; } inline void set_code_pos_1(int32_t value) { ___code_pos_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114_marshaled_pinvoke { MemberInfo_t * ___member_0; int32_t ___code_pos_1; }; // Native definition for COM marshalling of System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114_marshaled_com { MemberInfo_t * ___member_0; int32_t ___code_pos_1; }; #endif // ILTOKENINFO_T2325775114_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 LABELDATA_T360167391_H #define LABELDATA_T360167391_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator/LabelData struct LabelData_t360167391 { public: // System.Int32 System.Reflection.Emit.ILGenerator/LabelData::addr int32_t ___addr_0; // System.Int32 System.Reflection.Emit.ILGenerator/LabelData::maxStack int32_t ___maxStack_1; public: inline static int32_t get_offset_of_addr_0() { return static_cast(offsetof(LabelData_t360167391, ___addr_0)); } inline int32_t get_addr_0() const { return ___addr_0; } inline int32_t* get_address_of_addr_0() { return &___addr_0; } inline void set_addr_0(int32_t value) { ___addr_0 = value; } inline static int32_t get_offset_of_maxStack_1() { return static_cast(offsetof(LabelData_t360167391, ___maxStack_1)); } inline int32_t get_maxStack_1() const { return ___maxStack_1; } inline int32_t* get_address_of_maxStack_1() { return &___maxStack_1; } inline void set_maxStack_1(int32_t value) { ___maxStack_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABELDATA_T360167391_H #ifndef LABELFIXUP_T858502054_H #define LABELFIXUP_T858502054_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator/LabelFixup struct LabelFixup_t858502054 { public: // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::offset int32_t ___offset_0; // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::pos int32_t ___pos_1; // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::label_idx int32_t ___label_idx_2; public: inline static int32_t get_offset_of_offset_0() { return static_cast(offsetof(LabelFixup_t858502054, ___offset_0)); } inline int32_t get_offset_0() const { return ___offset_0; } inline int32_t* get_address_of_offset_0() { return &___offset_0; } inline void set_offset_0(int32_t value) { ___offset_0 = value; } inline static int32_t get_offset_of_pos_1() { return static_cast(offsetof(LabelFixup_t858502054, ___pos_1)); } inline int32_t get_pos_1() const { return ___pos_1; } inline int32_t* get_address_of_pos_1() { return &___pos_1; } inline void set_pos_1(int32_t value) { ___pos_1 = value; } inline static int32_t get_offset_of_label_idx_2() { return static_cast(offsetof(LabelFixup_t858502054, ___label_idx_2)); } inline int32_t get_label_idx_2() const { return ___label_idx_2; } inline int32_t* get_address_of_label_idx_2() { return &___label_idx_2; } inline void set_label_idx_2(int32_t value) { ___label_idx_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABELFIXUP_T858502054_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 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 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 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 EVENTINFO_T_H #define EVENTINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.EventInfo struct EventInfo_t : public MemberInfo_t { public: // System.Reflection.EventInfo/AddEventAdapter System.Reflection.EventInfo::cached_add_event AddEventAdapter_t1787725097 * ___cached_add_event_0; public: inline static int32_t get_offset_of_cached_add_event_0() { return static_cast(offsetof(EventInfo_t, ___cached_add_event_0)); } inline AddEventAdapter_t1787725097 * get_cached_add_event_0() const { return ___cached_add_event_0; } inline AddEventAdapter_t1787725097 ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; } inline void set_cached_add_event_0(AddEventAdapter_t1787725097 * value) { ___cached_add_event_0 = value; Il2CppCodeGenWriteBarrier((&___cached_add_event_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTINFO_T_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 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 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 RESOURCECACHEITEM_T51292791_H #define RESOURCECACHEITEM_T51292791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceReader/ResourceCacheItem struct ResourceCacheItem_t51292791 { public: // System.String System.Resources.ResourceReader/ResourceCacheItem::ResourceName String_t* ___ResourceName_0; // System.Object System.Resources.ResourceReader/ResourceCacheItem::ResourceValue RuntimeObject * ___ResourceValue_1; public: inline static int32_t get_offset_of_ResourceName_0() { return static_cast(offsetof(ResourceCacheItem_t51292791, ___ResourceName_0)); } inline String_t* get_ResourceName_0() const { return ___ResourceName_0; } inline String_t** get_address_of_ResourceName_0() { return &___ResourceName_0; } inline void set_ResourceName_0(String_t* value) { ___ResourceName_0 = value; Il2CppCodeGenWriteBarrier((&___ResourceName_0), value); } inline static int32_t get_offset_of_ResourceValue_1() { return static_cast(offsetof(ResourceCacheItem_t51292791, ___ResourceValue_1)); } inline RuntimeObject * get_ResourceValue_1() const { return ___ResourceValue_1; } inline RuntimeObject ** get_address_of_ResourceValue_1() { return &___ResourceValue_1; } inline void set_ResourceValue_1(RuntimeObject * value) { ___ResourceValue_1 = value; Il2CppCodeGenWriteBarrier((&___ResourceValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Resources.ResourceReader/ResourceCacheItem struct ResourceCacheItem_t51292791_marshaled_pinvoke { char* ___ResourceName_0; Il2CppIUnknown* ___ResourceValue_1; }; // Native definition for COM marshalling of System.Resources.ResourceReader/ResourceCacheItem struct ResourceCacheItem_t51292791_marshaled_com { Il2CppChar* ___ResourceName_0; Il2CppIUnknown* ___ResourceValue_1; }; #endif // RESOURCECACHEITEM_T51292791_H #ifndef RESOURCEINFO_T2872965302_H #define RESOURCEINFO_T2872965302_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceReader/ResourceInfo struct ResourceInfo_t2872965302 { public: // System.Int64 System.Resources.ResourceReader/ResourceInfo::ValuePosition int64_t ___ValuePosition_0; // System.String System.Resources.ResourceReader/ResourceInfo::ResourceName String_t* ___ResourceName_1; // System.Int32 System.Resources.ResourceReader/ResourceInfo::TypeIndex int32_t ___TypeIndex_2; public: inline static int32_t get_offset_of_ValuePosition_0() { return static_cast(offsetof(ResourceInfo_t2872965302, ___ValuePosition_0)); } inline int64_t get_ValuePosition_0() const { return ___ValuePosition_0; } inline int64_t* get_address_of_ValuePosition_0() { return &___ValuePosition_0; } inline void set_ValuePosition_0(int64_t value) { ___ValuePosition_0 = value; } inline static int32_t get_offset_of_ResourceName_1() { return static_cast(offsetof(ResourceInfo_t2872965302, ___ResourceName_1)); } inline String_t* get_ResourceName_1() const { return ___ResourceName_1; } inline String_t** get_address_of_ResourceName_1() { return &___ResourceName_1; } inline void set_ResourceName_1(String_t* value) { ___ResourceName_1 = value; Il2CppCodeGenWriteBarrier((&___ResourceName_1), value); } inline static int32_t get_offset_of_TypeIndex_2() { return static_cast(offsetof(ResourceInfo_t2872965302, ___TypeIndex_2)); } inline int32_t get_TypeIndex_2() const { return ___TypeIndex_2; } inline int32_t* get_address_of_TypeIndex_2() { return &___TypeIndex_2; } inline void set_TypeIndex_2(int32_t value) { ___TypeIndex_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Resources.ResourceReader/ResourceInfo struct ResourceInfo_t2872965302_marshaled_pinvoke { int64_t ___ValuePosition_0; char* ___ResourceName_1; int32_t ___TypeIndex_2; }; // Native definition for COM marshalling of System.Resources.ResourceReader/ResourceInfo struct ResourceInfo_t2872965302_marshaled_com { int64_t ___ValuePosition_0; Il2CppChar* ___ResourceName_1; int32_t ___TypeIndex_2; }; #endif // RESOURCEINFO_T2872965302_H #ifndef MEMORYSTREAM_T94973147_H #define MEMORYSTREAM_T94973147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MemoryStream struct MemoryStream_t94973147 : public Stream_t1273022909 { public: // System.Boolean System.IO.MemoryStream::canWrite bool ___canWrite_1; // System.Boolean System.IO.MemoryStream::allowGetBuffer bool ___allowGetBuffer_2; // System.Int32 System.IO.MemoryStream::capacity int32_t ___capacity_3; // System.Int32 System.IO.MemoryStream::length int32_t ___length_4; // System.Byte[] System.IO.MemoryStream::internalBuffer ByteU5BU5D_t4116647657* ___internalBuffer_5; // System.Int32 System.IO.MemoryStream::initialIndex int32_t ___initialIndex_6; // System.Boolean System.IO.MemoryStream::expandable bool ___expandable_7; // System.Boolean System.IO.MemoryStream::streamClosed bool ___streamClosed_8; // System.Int32 System.IO.MemoryStream::position int32_t ___position_9; // System.Int32 System.IO.MemoryStream::dirty_bytes int32_t ___dirty_bytes_10; public: inline static int32_t get_offset_of_canWrite_1() { return static_cast(offsetof(MemoryStream_t94973147, ___canWrite_1)); } inline bool get_canWrite_1() const { return ___canWrite_1; } inline bool* get_address_of_canWrite_1() { return &___canWrite_1; } inline void set_canWrite_1(bool value) { ___canWrite_1 = value; } inline static int32_t get_offset_of_allowGetBuffer_2() { return static_cast(offsetof(MemoryStream_t94973147, ___allowGetBuffer_2)); } inline bool get_allowGetBuffer_2() const { return ___allowGetBuffer_2; } inline bool* get_address_of_allowGetBuffer_2() { return &___allowGetBuffer_2; } inline void set_allowGetBuffer_2(bool value) { ___allowGetBuffer_2 = value; } inline static int32_t get_offset_of_capacity_3() { return static_cast(offsetof(MemoryStream_t94973147, ___capacity_3)); } inline int32_t get_capacity_3() const { return ___capacity_3; } inline int32_t* get_address_of_capacity_3() { return &___capacity_3; } inline void set_capacity_3(int32_t value) { ___capacity_3 = value; } inline static int32_t get_offset_of_length_4() { return static_cast(offsetof(MemoryStream_t94973147, ___length_4)); } inline int32_t get_length_4() const { return ___length_4; } inline int32_t* get_address_of_length_4() { return &___length_4; } inline void set_length_4(int32_t value) { ___length_4 = value; } inline static int32_t get_offset_of_internalBuffer_5() { return static_cast(offsetof(MemoryStream_t94973147, ___internalBuffer_5)); } inline ByteU5BU5D_t4116647657* get_internalBuffer_5() const { return ___internalBuffer_5; } inline ByteU5BU5D_t4116647657** get_address_of_internalBuffer_5() { return &___internalBuffer_5; } inline void set_internalBuffer_5(ByteU5BU5D_t4116647657* value) { ___internalBuffer_5 = value; Il2CppCodeGenWriteBarrier((&___internalBuffer_5), value); } inline static int32_t get_offset_of_initialIndex_6() { return static_cast(offsetof(MemoryStream_t94973147, ___initialIndex_6)); } inline int32_t get_initialIndex_6() const { return ___initialIndex_6; } inline int32_t* get_address_of_initialIndex_6() { return &___initialIndex_6; } inline void set_initialIndex_6(int32_t value) { ___initialIndex_6 = value; } inline static int32_t get_offset_of_expandable_7() { return static_cast(offsetof(MemoryStream_t94973147, ___expandable_7)); } inline bool get_expandable_7() const { return ___expandable_7; } inline bool* get_address_of_expandable_7() { return &___expandable_7; } inline void set_expandable_7(bool value) { ___expandable_7 = value; } inline static int32_t get_offset_of_streamClosed_8() { return static_cast(offsetof(MemoryStream_t94973147, ___streamClosed_8)); } inline bool get_streamClosed_8() const { return ___streamClosed_8; } inline bool* get_address_of_streamClosed_8() { return &___streamClosed_8; } inline void set_streamClosed_8(bool value) { ___streamClosed_8 = value; } inline static int32_t get_offset_of_position_9() { return static_cast(offsetof(MemoryStream_t94973147, ___position_9)); } inline int32_t get_position_9() const { return ___position_9; } inline int32_t* get_address_of_position_9() { return &___position_9; } inline void set_position_9(int32_t value) { ___position_9 = value; } inline static int32_t get_offset_of_dirty_bytes_10() { return static_cast(offsetof(MemoryStream_t94973147, ___dirty_bytes_10)); } inline int32_t get_dirty_bytes_10() const { return ___dirty_bytes_10; } inline int32_t* get_address_of_dirty_bytes_10() { return &___dirty_bytes_10; } inline void set_dirty_bytes_10(int32_t value) { ___dirty_bytes_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T94973147_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 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 ASSEMBLYINFORMATIONALVERSIONATTRIBUTE_T3037764991_H #define ASSEMBLYINFORMATIONALVERSIONATTRIBUTE_T3037764991_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyInformationalVersionAttribute struct AssemblyInformationalVersionAttribute_t3037764991 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyInformationalVersionAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyInformationalVersionAttribute_t3037764991, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYINFORMATIONALVERSIONATTRIBUTE_T3037764991_H #ifndef ASSEMBLYKEYFILEATTRIBUTE_T2825689142_H #define ASSEMBLYKEYFILEATTRIBUTE_T2825689142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyKeyFileAttribute struct AssemblyKeyFileAttribute_t2825689142 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyKeyFileAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyKeyFileAttribute_t2825689142, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYKEYFILEATTRIBUTE_T2825689142_H #ifndef INATTRIBUTE_T4080363445_H #define INATTRIBUTE_T4080363445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.InAttribute struct InAttribute_t4080363445 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INATTRIBUTE_T4080363445_H #ifndef PRESERVESIGATTRIBUTE_T979468563_H #define PRESERVESIGATTRIBUTE_T979468563_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.PreserveSigAttribute struct PreserveSigAttribute_t979468563 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRESERVESIGATTRIBUTE_T979468563_H #ifndef OPTIONALATTRIBUTE_T2982857498_H #define OPTIONALATTRIBUTE_T2982857498_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.OptionalAttribute struct OptionalAttribute_t2982857498 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPTIONALATTRIBUTE_T2982857498_H #ifndef OUTATTRIBUTE_T3399657568_H #define OUTATTRIBUTE_T3399657568_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.OutAttribute struct OutAttribute_t3399657568 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OUTATTRIBUTE_T3399657568_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 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 ASSEMBLYFILEVERSIONATTRIBUTE_T14927972_H #define ASSEMBLYFILEVERSIONATTRIBUTE_T14927972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyFileVersionAttribute struct AssemblyFileVersionAttribute_t14927972 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyFileVersionAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyFileVersionAttribute_t14927972, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYFILEVERSIONATTRIBUTE_T14927972_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_13; // System.UInt32 System.Decimal::hi uint32_t ___hi_14; // System.UInt32 System.Decimal::lo uint32_t ___lo_15; // System.UInt32 System.Decimal::mid uint32_t ___mid_16; public: inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(Decimal_t2948259380, ___flags_13)); } inline uint32_t get_flags_13() const { return ___flags_13; } inline uint32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(uint32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_hi_14() { return static_cast(offsetof(Decimal_t2948259380, ___hi_14)); } inline uint32_t get_hi_14() const { return ___hi_14; } inline uint32_t* get_address_of_hi_14() { return &___hi_14; } inline void set_hi_14(uint32_t value) { ___hi_14 = value; } inline static int32_t get_offset_of_lo_15() { return static_cast(offsetof(Decimal_t2948259380, ___lo_15)); } inline uint32_t get_lo_15() const { return ___lo_15; } inline uint32_t* get_address_of_lo_15() { return &___lo_15; } inline void set_lo_15(uint32_t value) { ___lo_15 = value; } inline static int32_t get_offset_of_mid_16() { return static_cast(offsetof(Decimal_t2948259380, ___mid_16)); } inline uint32_t get_mid_16() const { return ___mid_16; } inline uint32_t* get_address_of_mid_16() { return &___mid_16; } inline void set_mid_16(uint32_t value) { ___mid_16 = 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::Zero Decimal_t2948259380 ___Zero_4; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_12; 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_Zero_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___Zero_4)); } inline Decimal_t2948259380 get_Zero_4() const { return ___Zero_4; } inline Decimal_t2948259380 * get_address_of_Zero_4() { return &___Zero_4; } inline void set_Zero_4(Decimal_t2948259380 value) { ___Zero_4 = value; } inline static int32_t get_offset_of_MaxValueDiv10_12() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_12)); } inline Decimal_t2948259380 get_MaxValueDiv10_12() const { return ___MaxValueDiv10_12; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_12() { return &___MaxValueDiv10_12; } inline void set_MaxValueDiv10_12(Decimal_t2948259380 value) { ___MaxValueDiv10_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef PARAMARRAYATTRIBUTE_T3664765590_H #define PARAMARRAYATTRIBUTE_T3664765590_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ParamArrayAttribute struct ParamArrayAttribute_t3664765590 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMARRAYATTRIBUTE_T3664765590_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 ASSEMBLYCOMPANYATTRIBUTE_T909257512_H #define ASSEMBLYCOMPANYATTRIBUTE_T909257512_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyCompanyAttribute struct AssemblyCompanyAttribute_t909257512 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyCompanyAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyCompanyAttribute_t909257512, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYCOMPANYATTRIBUTE_T909257512_H #ifndef ASSEMBLYCONFIGURATIONATTRIBUTE_T2167450097_H #define ASSEMBLYCONFIGURATIONATTRIBUTE_T2167450097_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyConfigurationAttribute struct AssemblyConfigurationAttribute_t2167450097 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyConfigurationAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyConfigurationAttribute_t2167450097, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYCONFIGURATIONATTRIBUTE_T2167450097_H #ifndef ASSEMBLYCOPYRIGHTATTRIBUTE_T836190902_H #define ASSEMBLYCOPYRIGHTATTRIBUTE_T836190902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyCopyrightAttribute struct AssemblyCopyrightAttribute_t836190902 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyCopyrightAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyCopyrightAttribute_t836190902, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYCOPYRIGHTATTRIBUTE_T836190902_H #ifndef ASSEMBLYDEFAULTALIASATTRIBUTE_T2176720766_H #define ASSEMBLYDEFAULTALIASATTRIBUTE_T2176720766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyDefaultAliasAttribute struct AssemblyDefaultAliasAttribute_t2176720766 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyDefaultAliasAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyDefaultAliasAttribute_t2176720766, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYDEFAULTALIASATTRIBUTE_T2176720766_H #ifndef ASSEMBLYDELAYSIGNATTRIBUTE_T176441654_H #define ASSEMBLYDELAYSIGNATTRIBUTE_T176441654_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyDelaySignAttribute struct AssemblyDelaySignAttribute_t176441654 : public Attribute_t861562559 { public: // System.Boolean System.Reflection.AssemblyDelaySignAttribute::delay bool ___delay_0; public: inline static int32_t get_offset_of_delay_0() { return static_cast(offsetof(AssemblyDelaySignAttribute_t176441654, ___delay_0)); } inline bool get_delay_0() const { return ___delay_0; } inline bool* get_address_of_delay_0() { return &___delay_0; } inline void set_delay_0(bool value) { ___delay_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYDELAYSIGNATTRIBUTE_T176441654_H #ifndef ASSEMBLYDESCRIPTIONATTRIBUTE_T1046996844_H #define ASSEMBLYDESCRIPTIONATTRIBUTE_T1046996844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyDescriptionAttribute struct AssemblyDescriptionAttribute_t1046996844 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyDescriptionAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyDescriptionAttribute_t1046996844, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYDESCRIPTIONATTRIBUTE_T1046996844_H #ifndef RSA_T2385438082_H #define RSA_T2385438082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSA struct RSA_t2385438082 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSA_T2385438082_H #ifndef TARGETPARAMETERCOUNTEXCEPTION_T1216617239_H #define TARGETPARAMETERCOUNTEXCEPTION_T1216617239_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TargetParameterCountException struct TargetParameterCountException_t1216617239 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TARGETPARAMETERCOUNTEXCEPTION_T1216617239_H #ifndef ASSEMBLYTITLEATTRIBUTE_T1901133402_H #define ASSEMBLYTITLEATTRIBUTE_T1901133402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyTitleAttribute struct AssemblyTitleAttribute_t1901133402 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyTitleAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyTitleAttribute_t1901133402, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYTITLEATTRIBUTE_T1901133402_H #ifndef ASSEMBLYTRADEMARKATTRIBUTE_T3598190473_H #define ASSEMBLYTRADEMARKATTRIBUTE_T3598190473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyTrademarkAttribute struct AssemblyTrademarkAttribute_t3598190473 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyTrademarkAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyTrademarkAttribute_t3598190473, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYTRADEMARKATTRIBUTE_T3598190473_H #ifndef CUSTOMCONSTANTATTRIBUTE_T1681301359_H #define CUSTOMCONSTANTATTRIBUTE_T1681301359_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.CompilerServices.CustomConstantAttribute struct CustomConstantAttribute_t1681301359 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMCONSTANTATTRIBUTE_T1681301359_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 DEFAULT_T2456596213_H #define DEFAULT_T2456596213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Binder/Default struct Default_t2456596213 : public Binder_t2999457153 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULT_T2456596213_H #ifndef NEUTRALRESOURCESLANGUAGEATTRIBUTE_T2027633532_H #define NEUTRALRESOURCESLANGUAGEATTRIBUTE_T2027633532_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.NeutralResourcesLanguageAttribute struct NeutralResourcesLanguageAttribute_t2027633532 : public Attribute_t861562559 { public: // System.String System.Resources.NeutralResourcesLanguageAttribute::culture String_t* ___culture_0; public: inline static int32_t get_offset_of_culture_0() { return static_cast(offsetof(NeutralResourcesLanguageAttribute_t2027633532, ___culture_0)); } inline String_t* get_culture_0() const { return ___culture_0; } inline String_t** get_address_of_culture_0() { return &___culture_0; } inline void set_culture_0(String_t* value) { ___culture_0 = value; Il2CppCodeGenWriteBarrier((&___culture_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NEUTRALRESOURCESLANGUAGEATTRIBUTE_T2027633532_H #ifndef ASSEMBLYPRODUCTATTRIBUTE_T1000945320_H #define ASSEMBLYPRODUCTATTRIBUTE_T1000945320_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyProductAttribute struct AssemblyProductAttribute_t1000945320 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyProductAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyProductAttribute_t1000945320, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYPRODUCTATTRIBUTE_T1000945320_H #ifndef SHA1_T1803193667_H #define SHA1_T1803193667_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1 struct SHA1_t1803193667 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1_T1803193667_H #ifndef TARGETEXCEPTION_T3386045725_H #define TARGETEXCEPTION_T3386045725_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TargetException struct TargetException_t3386045725 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TARGETEXCEPTION_T3386045725_H #ifndef ORDINALCOMPARER_T3407243298_H #define ORDINALCOMPARER_T3407243298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OrdinalComparer struct OrdinalComparer_t3407243298 : public StringComparer_t3301955079 { public: // System.Boolean System.OrdinalComparer::_ignoreCase bool ____ignoreCase_4; public: inline static int32_t get_offset_of__ignoreCase_4() { return static_cast(offsetof(OrdinalComparer_t3407243298, ____ignoreCase_4)); } inline bool get__ignoreCase_4() const { return ____ignoreCase_4; } inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; } inline void set__ignoreCase_4(bool value) { ____ignoreCase_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDINALCOMPARER_T3407243298_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 SEEKORIGIN_T1441174344_H #define SEEKORIGIN_T1441174344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SeekOrigin struct SeekOrigin_t1441174344 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SeekOrigin_t1441174344, ___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 // SEEKORIGIN_T1441174344_H #ifndef MONOEVENT_T_H #define MONOEVENT_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoEvent struct MonoEvent_t : public EventInfo_t { public: // System.IntPtr System.Reflection.MonoEvent::klass intptr_t ___klass_1; // System.IntPtr System.Reflection.MonoEvent::handle intptr_t ___handle_2; public: inline static int32_t get_offset_of_klass_1() { return static_cast(offsetof(MonoEvent_t, ___klass_1)); } inline intptr_t get_klass_1() const { return ___klass_1; } inline intptr_t* get_address_of_klass_1() { return &___klass_1; } inline void set_klass_1(intptr_t value) { ___klass_1 = value; } inline static int32_t get_offset_of_handle_2() { return static_cast(offsetof(MonoEvent_t, ___handle_2)); } inline intptr_t get_handle_2() const { return ___handle_2; } inline intptr_t* get_address_of_handle_2() { return &___handle_2; } inline void set_handle_2(intptr_t value) { ___handle_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOEVENT_T_H #ifndef DATETIMECONSTANTATTRIBUTE_T375130962_H #define DATETIMECONSTANTATTRIBUTE_T375130962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.CompilerServices.DateTimeConstantAttribute struct DateTimeConstantAttribute_t375130962 : public CustomConstantAttribute_t1681301359 { public: // System.Int64 System.Runtime.CompilerServices.DateTimeConstantAttribute::ticks int64_t ___ticks_0; public: inline static int32_t get_offset_of_ticks_0() { return static_cast(offsetof(DateTimeConstantAttribute_t375130962, ___ticks_0)); } inline int64_t get_ticks_0() const { return ___ticks_0; } inline int64_t* get_address_of_ticks_0() { return &___ticks_0; } inline void set_ticks_0(int64_t value) { ___ticks_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMECONSTANTATTRIBUTE_T375130962_H #ifndef SECURITYACTION_T569814076_H #define SECURITYACTION_T569814076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityAction struct SecurityAction_t569814076 { public: // System.Int32 System.Security.Permissions.SecurityAction::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityAction_t569814076, ___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 // SECURITYACTION_T569814076_H #ifndef PINFO_T446749821_H #define PINFO_T446749821_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PInfo struct PInfo_t446749821 { public: // System.Int32 System.Reflection.PInfo::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PInfo_t446749821, ___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 // PINFO_T446749821_H #ifndef PROPERTYATTRIBUTES_T3388002996_H #define PROPERTYATTRIBUTES_T3388002996_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyAttributes struct PropertyAttributes_t3388002996 { public: // System.Int32 System.Reflection.PropertyAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PropertyAttributes_t3388002996, ___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 // PROPERTYATTRIBUTES_T3388002996_H #ifndef PREDEFINEDRESOURCETYPE_T4229135164_H #define PREDEFINEDRESOURCETYPE_T4229135164_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.PredefinedResourceType struct PredefinedResourceType_t4229135164 { public: // System.Int32 System.Resources.PredefinedResourceType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PredefinedResourceType_t4229135164, ___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 // PREDEFINEDRESOURCETYPE_T4229135164_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 FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___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 // FILEACCESS_T1659085276_H #ifndef FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___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 // FILEMODE_T1183438340_H #ifndef THREADABORTEXCEPTION_T4074510458_H #define THREADABORTEXCEPTION_T4074510458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadAbortException struct ThreadAbortException_t4074510458 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADABORTEXCEPTION_T4074510458_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 FILESHARE_T3553318550_H #define FILESHARE_T3553318550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t3553318550 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileShare_t3553318550, ___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 // FILESHARE_T3553318550_H #ifndef MEMBERACCESSEXCEPTION_T1734467078_H #define MEMBERACCESSEXCEPTION_T1734467078_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MemberAccessException struct MemberAccessException_t1734467078 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERACCESSEXCEPTION_T1734467078_H #ifndef UNMANAGEDTYPE_T523127242_H #define UNMANAGEDTYPE_T523127242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.UnmanagedType struct UnmanagedType_t523127242 { public: // System.Int32 System.Runtime.InteropServices.UnmanagedType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UnmanagedType_t523127242, ___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 // UNMANAGEDTYPE_T523127242_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 EVENTATTRIBUTES_T1153671773_H #define EVENTATTRIBUTES_T1153671773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.EventAttributes struct EventAttributes_t1153671773 { public: // System.Int32 System.Reflection.EventAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventAttributes_t1153671773, ___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 // EVENTATTRIBUTES_T1153671773_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 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 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 OUTOFMEMORYEXCEPTION_T2437671686_H #define OUTOFMEMORYEXCEPTION_T2437671686_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OutOfMemoryException struct OutOfMemoryException_t2437671686 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OUTOFMEMORYEXCEPTION_T2437671686_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 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 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 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 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 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 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 CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #define CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710 { public: // System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument CustomAttributeTypedArgument_t2723150157 ___typedArgument_0; // System.Reflection.MemberInfo System.Reflection.CustomAttributeNamedArgument::memberInfo MemberInfo_t * ___memberInfo_1; public: inline static int32_t get_offset_of_typedArgument_0() { return static_cast(offsetof(CustomAttributeNamedArgument_t287865710, ___typedArgument_0)); } inline CustomAttributeTypedArgument_t2723150157 get_typedArgument_0() const { return ___typedArgument_0; } inline CustomAttributeTypedArgument_t2723150157 * get_address_of_typedArgument_0() { return &___typedArgument_0; } inline void set_typedArgument_0(CustomAttributeTypedArgument_t2723150157 value) { ___typedArgument_0 = value; } inline static int32_t get_offset_of_memberInfo_1() { return static_cast(offsetof(CustomAttributeNamedArgument_t287865710, ___memberInfo_1)); } inline MemberInfo_t * get_memberInfo_1() const { return ___memberInfo_1; } inline MemberInfo_t ** get_address_of_memberInfo_1() { return &___memberInfo_1; } inline void set_memberInfo_1(MemberInfo_t * value) { ___memberInfo_1 = value; Il2CppCodeGenWriteBarrier((&___memberInfo_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710_marshaled_pinvoke { CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710_marshaled_com { CustomAttributeTypedArgument_t2723150157_marshaled_com ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; #endif // CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #ifndef CRYPTOGRAPHICEXCEPTION_T248831461_H #define CRYPTOGRAPHICEXCEPTION_T248831461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICEXCEPTION_T248831461_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 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 ARITHMETICEXCEPTION_T4283546778_H #define ARITHMETICEXCEPTION_T4283546778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArithmeticException struct ArithmeticException_t4283546778 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARITHMETICEXCEPTION_T4283546778_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 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 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 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 SECURITYEXCEPTION_T975544473_H #define SECURITYEXCEPTION_T975544473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityException struct SecurityException_t975544473 : public SystemException_t176217640 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_11; // System.Type System.Security.SecurityException::permissionType Type_t * ___permissionType_12; // System.String System.Security.SecurityException::_granted String_t* ____granted_13; // System.String System.Security.SecurityException::_refused String_t* ____refused_14; // System.Object System.Security.SecurityException::_demanded RuntimeObject * ____demanded_15; // System.Security.IPermission System.Security.SecurityException::_firstperm RuntimeObject* ____firstperm_16; // System.Reflection.MethodInfo System.Security.SecurityException::_method MethodInfo_t * ____method_17; // System.Security.Policy.Evidence System.Security.SecurityException::_evidence Evidence_t2008144148 * ____evidence_18; public: inline static int32_t get_offset_of_permissionState_11() { return static_cast(offsetof(SecurityException_t975544473, ___permissionState_11)); } inline String_t* get_permissionState_11() const { return ___permissionState_11; } inline String_t** get_address_of_permissionState_11() { return &___permissionState_11; } inline void set_permissionState_11(String_t* value) { ___permissionState_11 = value; Il2CppCodeGenWriteBarrier((&___permissionState_11), value); } inline static int32_t get_offset_of_permissionType_12() { return static_cast(offsetof(SecurityException_t975544473, ___permissionType_12)); } inline Type_t * get_permissionType_12() const { return ___permissionType_12; } inline Type_t ** get_address_of_permissionType_12() { return &___permissionType_12; } inline void set_permissionType_12(Type_t * value) { ___permissionType_12 = value; Il2CppCodeGenWriteBarrier((&___permissionType_12), value); } inline static int32_t get_offset_of__granted_13() { return static_cast(offsetof(SecurityException_t975544473, ____granted_13)); } inline String_t* get__granted_13() const { return ____granted_13; } inline String_t** get_address_of__granted_13() { return &____granted_13; } inline void set__granted_13(String_t* value) { ____granted_13 = value; Il2CppCodeGenWriteBarrier((&____granted_13), value); } inline static int32_t get_offset_of__refused_14() { return static_cast(offsetof(SecurityException_t975544473, ____refused_14)); } inline String_t* get__refused_14() const { return ____refused_14; } inline String_t** get_address_of__refused_14() { return &____refused_14; } inline void set__refused_14(String_t* value) { ____refused_14 = value; Il2CppCodeGenWriteBarrier((&____refused_14), value); } inline static int32_t get_offset_of__demanded_15() { return static_cast(offsetof(SecurityException_t975544473, ____demanded_15)); } inline RuntimeObject * get__demanded_15() const { return ____demanded_15; } inline RuntimeObject ** get_address_of__demanded_15() { return &____demanded_15; } inline void set__demanded_15(RuntimeObject * value) { ____demanded_15 = value; Il2CppCodeGenWriteBarrier((&____demanded_15), value); } inline static int32_t get_offset_of__firstperm_16() { return static_cast(offsetof(SecurityException_t975544473, ____firstperm_16)); } inline RuntimeObject* get__firstperm_16() const { return ____firstperm_16; } inline RuntimeObject** get_address_of__firstperm_16() { return &____firstperm_16; } inline void set__firstperm_16(RuntimeObject* value) { ____firstperm_16 = value; Il2CppCodeGenWriteBarrier((&____firstperm_16), value); } inline static int32_t get_offset_of__method_17() { return static_cast(offsetof(SecurityException_t975544473, ____method_17)); } inline MethodInfo_t * get__method_17() const { return ____method_17; } inline MethodInfo_t ** get_address_of__method_17() { return &____method_17; } inline void set__method_17(MethodInfo_t * value) { ____method_17 = value; Il2CppCodeGenWriteBarrier((&____method_17), value); } inline static int32_t get_offset_of__evidence_18() { return static_cast(offsetof(SecurityException_t975544473, ____evidence_18)); } inline Evidence_t2008144148 * get__evidence_18() const { return ____evidence_18; } inline Evidence_t2008144148 ** get_address_of__evidence_18() { return &____evidence_18; } inline void set__evidence_18(Evidence_t2008144148 * value) { ____evidence_18 = value; Il2CppCodeGenWriteBarrier((&____evidence_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYEXCEPTION_T975544473_H #ifndef PLATFORMID_T897822290_H #define PLATFORMID_T897822290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.PlatformID struct PlatformID_t897822290 { public: // System.Int32 System.PlatformID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PlatformID_t897822290, ___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 // PLATFORMID_T897822290_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 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 RANKEXCEPTION_T3812021567_H #define RANKEXCEPTION_T3812021567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RankException struct RankException_t3812021567 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANKEXCEPTION_T3812021567_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 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 STACKBEHAVIOUR_T3009528134_H #define STACKBEHAVIOUR_T3009528134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.StackBehaviour struct StackBehaviour_t3009528134 { public: // System.Int32 System.Reflection.Emit.StackBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StackBehaviour_t3009528134, ___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 // STACKBEHAVIOUR_T3009528134_H #ifndef TYPELOADEXCEPTION_T3707937253_H #define TYPELOADEXCEPTION_T3707937253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TypeLoadException struct TypeLoadException_t3707937253 : public SystemException_t176217640 { public: // System.String System.TypeLoadException::className String_t* ___className_12; // System.String System.TypeLoadException::assemblyName String_t* ___assemblyName_13; public: inline static int32_t get_offset_of_className_12() { return static_cast(offsetof(TypeLoadException_t3707937253, ___className_12)); } inline String_t* get_className_12() const { return ___className_12; } inline String_t** get_address_of_className_12() { return &___className_12; } inline void set_className_12(String_t* value) { ___className_12 = value; Il2CppCodeGenWriteBarrier((&___className_12), value); } inline static int32_t get_offset_of_assemblyName_13() { return static_cast(offsetof(TypeLoadException_t3707937253, ___assemblyName_13)); } inline String_t* get_assemblyName_13() const { return ___assemblyName_13; } inline String_t** get_address_of_assemblyName_13() { return &___assemblyName_13; } inline void set_assemblyName_13(String_t* value) { ___assemblyName_13 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPELOADEXCEPTION_T3707937253_H #ifndef RESOURCEATTRIBUTES_T3997964906_H #define RESOURCEATTRIBUTES_T3997964906_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ResourceAttributes struct ResourceAttributes_t3997964906 { public: // System.Int32 System.Reflection.ResourceAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ResourceAttributes_t3997964906, ___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 // RESOURCEATTRIBUTES_T3997964906_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 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 IOEXCEPTION_T4088381929_H #define IOEXCEPTION_T4088381929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t4088381929 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T4088381929_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 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 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 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 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 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 AMBIGUOUSMATCHEXCEPTION_T566690781_H #define AMBIGUOUSMATCHEXCEPTION_T566690781_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AmbiguousMatchException struct AmbiguousMatchException_t566690781 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AMBIGUOUSMATCHEXCEPTION_T566690781_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_1; // System.Boolean System.IO.FileStream::owner bool ___owner_2; // System.Boolean System.IO.FileStream::async bool ___async_3; // System.Boolean System.IO.FileStream::canseek bool ___canseek_4; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_5; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_6; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_7; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_8; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_9; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_10; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_11; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_12; // System.String System.IO.FileStream::name String_t* ___name_13; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_14; public: inline static int32_t get_offset_of_access_1() { return static_cast(offsetof(FileStream_t4292183065, ___access_1)); } inline int32_t get_access_1() const { return ___access_1; } inline int32_t* get_address_of_access_1() { return &___access_1; } inline void set_access_1(int32_t value) { ___access_1 = value; } inline static int32_t get_offset_of_owner_2() { return static_cast(offsetof(FileStream_t4292183065, ___owner_2)); } inline bool get_owner_2() const { return ___owner_2; } inline bool* get_address_of_owner_2() { return &___owner_2; } inline void set_owner_2(bool value) { ___owner_2 = value; } inline static int32_t get_offset_of_async_3() { return static_cast(offsetof(FileStream_t4292183065, ___async_3)); } inline bool get_async_3() const { return ___async_3; } inline bool* get_address_of_async_3() { return &___async_3; } inline void set_async_3(bool value) { ___async_3 = value; } inline static int32_t get_offset_of_canseek_4() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_4)); } inline bool get_canseek_4() const { return ___canseek_4; } inline bool* get_address_of_canseek_4() { return &___canseek_4; } inline void set_canseek_4(bool value) { ___canseek_4 = value; } inline static int32_t get_offset_of_append_startpos_5() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_5)); } inline int64_t get_append_startpos_5() const { return ___append_startpos_5; } inline int64_t* get_address_of_append_startpos_5() { return &___append_startpos_5; } inline void set_append_startpos_5(int64_t value) { ___append_startpos_5 = value; } inline static int32_t get_offset_of_anonymous_6() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_6)); } inline bool get_anonymous_6() const { return ___anonymous_6; } inline bool* get_address_of_anonymous_6() { return &___anonymous_6; } inline void set_anonymous_6(bool value) { ___anonymous_6 = value; } inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t4292183065, ___buf_7)); } inline ByteU5BU5D_t4116647657* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_t4116647657** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_t4116647657* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((&___buf_7), value); } inline static int32_t get_offset_of_buf_size_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_8)); } inline int32_t get_buf_size_8() const { return ___buf_size_8; } inline int32_t* get_address_of_buf_size_8() { return &___buf_size_8; } inline void set_buf_size_8(int32_t value) { ___buf_size_8 = value; } inline static int32_t get_offset_of_buf_length_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_9)); } inline int32_t get_buf_length_9() const { return ___buf_length_9; } inline int32_t* get_address_of_buf_length_9() { return &___buf_length_9; } inline void set_buf_length_9(int32_t value) { ___buf_length_9 = value; } inline static int32_t get_offset_of_buf_offset_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_10)); } inline int32_t get_buf_offset_10() const { return ___buf_offset_10; } inline int32_t* get_address_of_buf_offset_10() { return &___buf_offset_10; } inline void set_buf_offset_10(int32_t value) { ___buf_offset_10 = value; } inline static int32_t get_offset_of_buf_dirty_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_11)); } inline bool get_buf_dirty_11() const { return ___buf_dirty_11; } inline bool* get_address_of_buf_dirty_11() { return &___buf_dirty_11; } inline void set_buf_dirty_11(bool value) { ___buf_dirty_11 = value; } inline static int32_t get_offset_of_buf_start_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_12)); } inline int64_t get_buf_start_12() const { return ___buf_start_12; } inline int64_t* get_address_of_buf_start_12() { return &___buf_start_12; } inline void set_buf_start_12(int64_t value) { ___buf_start_12 = value; } inline static int32_t get_offset_of_name_13() { return static_cast(offsetof(FileStream_t4292183065, ___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_handle_14() { return static_cast(offsetof(FileStream_t4292183065, ___handle_14)); } inline intptr_t get_handle_14() const { return ___handle_14; } inline intptr_t* get_address_of_handle_14() { return &___handle_14; } inline void set_handle_14(intptr_t value) { ___handle_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_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 ENDOFSTREAMEXCEPTION_T2015613008_H #define ENDOFSTREAMEXCEPTION_T2015613008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.EndOfStreamException struct EndOfStreamException_t2015613008 : public IOException_t4088381929 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENDOFSTREAMEXCEPTION_T2015613008_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 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 FIELDBUILDER_T2627049993_H #define FIELDBUILDER_T2627049993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.FieldBuilder struct FieldBuilder_t2627049993 : public FieldInfo_t { public: // System.Reflection.FieldAttributes System.Reflection.Emit.FieldBuilder::attrs int32_t ___attrs_0; // System.Type System.Reflection.Emit.FieldBuilder::type Type_t * ___type_1; // System.String System.Reflection.Emit.FieldBuilder::name String_t* ___name_2; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.FieldBuilder::typeb TypeBuilder_t1073948154 * ___typeb_3; // System.Reflection.Emit.UnmanagedMarshal System.Reflection.Emit.FieldBuilder::marshal_info UnmanagedMarshal_t984015687 * ___marshal_info_4; public: inline static int32_t get_offset_of_attrs_0() { return static_cast(offsetof(FieldBuilder_t2627049993, ___attrs_0)); } inline int32_t get_attrs_0() const { return ___attrs_0; } inline int32_t* get_address_of_attrs_0() { return &___attrs_0; } inline void set_attrs_0(int32_t value) { ___attrs_0 = value; } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(FieldBuilder_t2627049993, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((&___type_1), value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(FieldBuilder_t2627049993, ___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_typeb_3() { return static_cast(offsetof(FieldBuilder_t2627049993, ___typeb_3)); } inline TypeBuilder_t1073948154 * get_typeb_3() const { return ___typeb_3; } inline TypeBuilder_t1073948154 ** get_address_of_typeb_3() { return &___typeb_3; } inline void set_typeb_3(TypeBuilder_t1073948154 * value) { ___typeb_3 = value; Il2CppCodeGenWriteBarrier((&___typeb_3), value); } inline static int32_t get_offset_of_marshal_info_4() { return static_cast(offsetof(FieldBuilder_t2627049993, ___marshal_info_4)); } inline UnmanagedMarshal_t984015687 * get_marshal_info_4() const { return ___marshal_info_4; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshal_info_4() { return &___marshal_info_4; } inline void set_marshal_info_4(UnmanagedMarshal_t984015687 * value) { ___marshal_info_4 = value; Il2CppCodeGenWriteBarrier((&___marshal_info_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDBUILDER_T2627049993_H #ifndef UNMANAGEDMARSHAL_T984015687_H #define UNMANAGEDMARSHAL_T984015687_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687 : public RuntimeObject { public: // System.Int32 System.Reflection.Emit.UnmanagedMarshal::count int32_t ___count_0; // System.Runtime.InteropServices.UnmanagedType System.Reflection.Emit.UnmanagedMarshal::t int32_t ___t_1; // System.Runtime.InteropServices.UnmanagedType System.Reflection.Emit.UnmanagedMarshal::tbase int32_t ___tbase_2; // System.String System.Reflection.Emit.UnmanagedMarshal::guid String_t* ___guid_3; // System.String System.Reflection.Emit.UnmanagedMarshal::mcookie String_t* ___mcookie_4; // System.String System.Reflection.Emit.UnmanagedMarshal::marshaltype String_t* ___marshaltype_5; // System.Type System.Reflection.Emit.UnmanagedMarshal::marshaltyperef Type_t * ___marshaltyperef_6; // System.Int32 System.Reflection.Emit.UnmanagedMarshal::param_num int32_t ___param_num_7; // System.Boolean System.Reflection.Emit.UnmanagedMarshal::has_size bool ___has_size_8; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } inline static int32_t get_offset_of_t_1() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___t_1)); } inline int32_t get_t_1() const { return ___t_1; } inline int32_t* get_address_of_t_1() { return &___t_1; } inline void set_t_1(int32_t value) { ___t_1 = value; } inline static int32_t get_offset_of_tbase_2() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___tbase_2)); } inline int32_t get_tbase_2() const { return ___tbase_2; } inline int32_t* get_address_of_tbase_2() { return &___tbase_2; } inline void set_tbase_2(int32_t value) { ___tbase_2 = value; } inline static int32_t get_offset_of_guid_3() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___guid_3)); } inline String_t* get_guid_3() const { return ___guid_3; } inline String_t** get_address_of_guid_3() { return &___guid_3; } inline void set_guid_3(String_t* value) { ___guid_3 = value; Il2CppCodeGenWriteBarrier((&___guid_3), value); } inline static int32_t get_offset_of_mcookie_4() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___mcookie_4)); } inline String_t* get_mcookie_4() const { return ___mcookie_4; } inline String_t** get_address_of_mcookie_4() { return &___mcookie_4; } inline void set_mcookie_4(String_t* value) { ___mcookie_4 = value; Il2CppCodeGenWriteBarrier((&___mcookie_4), value); } inline static int32_t get_offset_of_marshaltype_5() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___marshaltype_5)); } inline String_t* get_marshaltype_5() const { return ___marshaltype_5; } inline String_t** get_address_of_marshaltype_5() { return &___marshaltype_5; } inline void set_marshaltype_5(String_t* value) { ___marshaltype_5 = value; Il2CppCodeGenWriteBarrier((&___marshaltype_5), value); } inline static int32_t get_offset_of_marshaltyperef_6() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___marshaltyperef_6)); } inline Type_t * get_marshaltyperef_6() const { return ___marshaltyperef_6; } inline Type_t ** get_address_of_marshaltyperef_6() { return &___marshaltyperef_6; } inline void set_marshaltyperef_6(Type_t * value) { ___marshaltyperef_6 = value; Il2CppCodeGenWriteBarrier((&___marshaltyperef_6), value); } inline static int32_t get_offset_of_param_num_7() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___param_num_7)); } inline int32_t get_param_num_7() const { return ___param_num_7; } inline int32_t* get_address_of_param_num_7() { return &___param_num_7; } inline void set_param_num_7(int32_t value) { ___param_num_7 = value; } inline static int32_t get_offset_of_has_size_8() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___has_size_8)); } inline bool get_has_size_8() const { return ___has_size_8; } inline bool* get_address_of_has_size_8() { return &___has_size_8; } inline void set_has_size_8(bool value) { ___has_size_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNMANAGEDMARSHAL_T984015687_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 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 MONORESOURCE_T4103430009_H #define MONORESOURCE_T4103430009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.MonoResource struct MonoResource_t4103430009 { public: // System.Byte[] System.Reflection.Emit.MonoResource::data ByteU5BU5D_t4116647657* ___data_0; // System.String System.Reflection.Emit.MonoResource::name String_t* ___name_1; // System.String System.Reflection.Emit.MonoResource::filename String_t* ___filename_2; // System.Reflection.ResourceAttributes System.Reflection.Emit.MonoResource::attrs int32_t ___attrs_3; // System.Int32 System.Reflection.Emit.MonoResource::offset int32_t ___offset_4; // System.IO.Stream System.Reflection.Emit.MonoResource::stream Stream_t1273022909 * ___stream_5; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(MonoResource_t4103430009, ___data_0)); } inline ByteU5BU5D_t4116647657* get_data_0() const { return ___data_0; } inline ByteU5BU5D_t4116647657** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ByteU5BU5D_t4116647657* value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(MonoResource_t4103430009, ___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_filename_2() { return static_cast(offsetof(MonoResource_t4103430009, ___filename_2)); } inline String_t* get_filename_2() const { return ___filename_2; } inline String_t** get_address_of_filename_2() { return &___filename_2; } inline void set_filename_2(String_t* value) { ___filename_2 = value; Il2CppCodeGenWriteBarrier((&___filename_2), value); } inline static int32_t get_offset_of_attrs_3() { return static_cast(offsetof(MonoResource_t4103430009, ___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_offset_4() { return static_cast(offsetof(MonoResource_t4103430009, ___offset_4)); } inline int32_t get_offset_4() const { return ___offset_4; } inline int32_t* get_address_of_offset_4() { return &___offset_4; } inline void set_offset_4(int32_t value) { ___offset_4 = value; } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(MonoResource_t4103430009, ___stream_5)); } inline Stream_t1273022909 * get_stream_5() const { return ___stream_5; } inline Stream_t1273022909 ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t1273022909 * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((&___stream_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.Emit.MonoResource struct MonoResource_t4103430009_marshaled_pinvoke { uint8_t* ___data_0; char* ___name_1; char* ___filename_2; int32_t ___attrs_3; int32_t ___offset_4; Stream_t1273022909 * ___stream_5; }; // Native definition for COM marshalling of System.Reflection.Emit.MonoResource struct MonoResource_t4103430009_marshaled_com { uint8_t* ___data_0; Il2CppChar* ___name_1; Il2CppChar* ___filename_2; int32_t ___attrs_3; int32_t ___offset_4; Stream_t1273022909 * ___stream_5; }; #endif // MONORESOURCE_T4103430009_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 REFEMITPERMISSIONSET_T484390987_H #define REFEMITPERMISSIONSET_T484390987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.RefEmitPermissionSet struct RefEmitPermissionSet_t484390987 { public: // System.Security.Permissions.SecurityAction System.Reflection.Emit.RefEmitPermissionSet::action int32_t ___action_0; // System.String System.Reflection.Emit.RefEmitPermissionSet::pset String_t* ___pset_1; public: inline static int32_t get_offset_of_action_0() { return static_cast(offsetof(RefEmitPermissionSet_t484390987, ___action_0)); } inline int32_t get_action_0() const { return ___action_0; } inline int32_t* get_address_of_action_0() { return &___action_0; } inline void set_action_0(int32_t value) { ___action_0 = value; } inline static int32_t get_offset_of_pset_1() { return static_cast(offsetof(RefEmitPermissionSet_t484390987, ___pset_1)); } inline String_t* get_pset_1() const { return ___pset_1; } inline String_t** get_address_of_pset_1() { return &___pset_1; } inline void set_pset_1(String_t* value) { ___pset_1 = value; Il2CppCodeGenWriteBarrier((&___pset_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.Emit.RefEmitPermissionSet struct RefEmitPermissionSet_t484390987_marshaled_pinvoke { int32_t ___action_0; char* ___pset_1; }; // Native definition for COM marshalling of System.Reflection.Emit.RefEmitPermissionSet struct RefEmitPermissionSet_t484390987_marshaled_com { int32_t ___action_0; Il2CppChar* ___pset_1; }; #endif // REFEMITPERMISSIONSET_T484390987_H #ifndef MARSHALASATTRIBUTE_T3522571978_H #define MARSHALASATTRIBUTE_T3522571978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t3522571978 : public Attribute_t861562559 { public: // System.Runtime.InteropServices.UnmanagedType System.Runtime.InteropServices.MarshalAsAttribute::utype int32_t ___utype_0; // System.Runtime.InteropServices.UnmanagedType System.Runtime.InteropServices.MarshalAsAttribute::ArraySubType int32_t ___ArraySubType_1; // System.String System.Runtime.InteropServices.MarshalAsAttribute::MarshalCookie String_t* ___MarshalCookie_2; // System.String System.Runtime.InteropServices.MarshalAsAttribute::MarshalType String_t* ___MarshalType_3; // System.Type System.Runtime.InteropServices.MarshalAsAttribute::MarshalTypeRef Type_t * ___MarshalTypeRef_4; // System.Int32 System.Runtime.InteropServices.MarshalAsAttribute::SizeConst int32_t ___SizeConst_5; // System.Int16 System.Runtime.InteropServices.MarshalAsAttribute::SizeParamIndex int16_t ___SizeParamIndex_6; public: inline static int32_t get_offset_of_utype_0() { return static_cast(offsetof(MarshalAsAttribute_t3522571978, ___utype_0)); } inline int32_t get_utype_0() const { return ___utype_0; } inline int32_t* get_address_of_utype_0() { return &___utype_0; } inline void set_utype_0(int32_t value) { ___utype_0 = value; } inline static int32_t get_offset_of_ArraySubType_1() { return static_cast(offsetof(MarshalAsAttribute_t3522571978, ___ArraySubType_1)); } inline int32_t get_ArraySubType_1() const { return ___ArraySubType_1; } inline int32_t* get_address_of_ArraySubType_1() { return &___ArraySubType_1; } inline void set_ArraySubType_1(int32_t value) { ___ArraySubType_1 = value; } inline static int32_t get_offset_of_MarshalCookie_2() { return static_cast(offsetof(MarshalAsAttribute_t3522571978, ___MarshalCookie_2)); } inline String_t* get_MarshalCookie_2() const { return ___MarshalCookie_2; } inline String_t** get_address_of_MarshalCookie_2() { return &___MarshalCookie_2; } inline void set_MarshalCookie_2(String_t* value) { ___MarshalCookie_2 = value; Il2CppCodeGenWriteBarrier((&___MarshalCookie_2), value); } inline static int32_t get_offset_of_MarshalType_3() { return static_cast(offsetof(MarshalAsAttribute_t3522571978, ___MarshalType_3)); } inline String_t* get_MarshalType_3() const { return ___MarshalType_3; } inline String_t** get_address_of_MarshalType_3() { return &___MarshalType_3; } inline void set_MarshalType_3(String_t* value) { ___MarshalType_3 = value; Il2CppCodeGenWriteBarrier((&___MarshalType_3), value); } inline static int32_t get_offset_of_MarshalTypeRef_4() { return static_cast(offsetof(MarshalAsAttribute_t3522571978, ___MarshalTypeRef_4)); } inline Type_t * get_MarshalTypeRef_4() const { return ___MarshalTypeRef_4; } inline Type_t ** get_address_of_MarshalTypeRef_4() { return &___MarshalTypeRef_4; } inline void set_MarshalTypeRef_4(Type_t * value) { ___MarshalTypeRef_4 = value; Il2CppCodeGenWriteBarrier((&___MarshalTypeRef_4), value); } inline static int32_t get_offset_of_SizeConst_5() { return static_cast(offsetof(MarshalAsAttribute_t3522571978, ___SizeConst_5)); } inline int32_t get_SizeConst_5() const { return ___SizeConst_5; } inline int32_t* get_address_of_SizeConst_5() { return &___SizeConst_5; } inline void set_SizeConst_5(int32_t value) { ___SizeConst_5 = value; } inline static int32_t get_offset_of_SizeParamIndex_6() { return static_cast(offsetof(MarshalAsAttribute_t3522571978, ___SizeParamIndex_6)); } inline int16_t get_SizeParamIndex_6() const { return ___SizeParamIndex_6; } inline int16_t* get_address_of_SizeParamIndex_6() { return &___SizeParamIndex_6; } inline void set_SizeParamIndex_6(int16_t value) { ___SizeParamIndex_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALASATTRIBUTE_T3522571978_H #ifndef PARAMETERBUILDER_T1137139675_H #define PARAMETERBUILDER_T1137139675_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ParameterBuilder struct ParameterBuilder_t1137139675 : public RuntimeObject { public: // System.String System.Reflection.Emit.ParameterBuilder::name String_t* ___name_0; // System.Reflection.ParameterAttributes System.Reflection.Emit.ParameterBuilder::attrs int32_t ___attrs_1; // System.Int32 System.Reflection.Emit.ParameterBuilder::position int32_t ___position_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(ParameterBuilder_t1137139675, ___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_attrs_1() { return static_cast(offsetof(ParameterBuilder_t1137139675, ___attrs_1)); } inline int32_t get_attrs_1() const { return ___attrs_1; } inline int32_t* get_address_of_attrs_1() { return &___attrs_1; } inline void set_attrs_1(int32_t value) { ___attrs_1 = value; } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(ParameterBuilder_t1137139675, ___position_2)); } inline int32_t get_position_2() const { return ___position_2; } inline int32_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(int32_t value) { ___position_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERBUILDER_T1137139675_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 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 OVERFLOWEXCEPTION_T2020128637_H #define OVERFLOWEXCEPTION_T2020128637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OverflowException struct OverflowException_t2020128637 : public ArithmeticException_t4283546778 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OVERFLOWEXCEPTION_T2020128637_H #ifndef PLATFORMNOTSUPPORTEDEXCEPTION_T3572244504_H #define PLATFORMNOTSUPPORTEDEXCEPTION_T3572244504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.PlatformNotSupportedException struct PlatformNotSupportedException_t3572244504 : public NotSupportedException_t1314879016 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLATFORMNOTSUPPORTEDEXCEPTION_T3572244504_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 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 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.Reflection.Emit.ModuleBuilder[] System.Reflection.Emit.AssemblyBuilder::modules ModuleBuilderU5BU5D_t2441092650* ___modules_10; // System.Reflection.Module[] System.Reflection.Emit.AssemblyBuilder::loaded_modules ModuleU5BU5D_t4238763736* ___loaded_modules_11; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_object_type Type_t * ___corlib_object_type_12; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_value_type Type_t * ___corlib_value_type_13; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_enum_type Type_t * ___corlib_enum_type_14; // Mono.Security.StrongName System.Reflection.Emit.AssemblyBuilder::sn StrongName_t4093849377 * ___sn_15; // System.Boolean System.Reflection.Emit.AssemblyBuilder::is_compiler_context bool ___is_compiler_context_16; public: inline static int32_t get_offset_of_modules_10() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___modules_10)); } inline ModuleBuilderU5BU5D_t2441092650* get_modules_10() const { return ___modules_10; } inline ModuleBuilderU5BU5D_t2441092650** get_address_of_modules_10() { return &___modules_10; } inline void set_modules_10(ModuleBuilderU5BU5D_t2441092650* value) { ___modules_10 = value; Il2CppCodeGenWriteBarrier((&___modules_10), value); } inline static int32_t get_offset_of_loaded_modules_11() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___loaded_modules_11)); } inline ModuleU5BU5D_t4238763736* get_loaded_modules_11() const { return ___loaded_modules_11; } inline ModuleU5BU5D_t4238763736** get_address_of_loaded_modules_11() { return &___loaded_modules_11; } inline void set_loaded_modules_11(ModuleU5BU5D_t4238763736* value) { ___loaded_modules_11 = value; Il2CppCodeGenWriteBarrier((&___loaded_modules_11), value); } inline static int32_t get_offset_of_corlib_object_type_12() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_object_type_12)); } inline Type_t * get_corlib_object_type_12() const { return ___corlib_object_type_12; } inline Type_t ** get_address_of_corlib_object_type_12() { return &___corlib_object_type_12; } inline void set_corlib_object_type_12(Type_t * value) { ___corlib_object_type_12 = value; Il2CppCodeGenWriteBarrier((&___corlib_object_type_12), value); } inline static int32_t get_offset_of_corlib_value_type_13() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_value_type_13)); } inline Type_t * get_corlib_value_type_13() const { return ___corlib_value_type_13; } inline Type_t ** get_address_of_corlib_value_type_13() { return &___corlib_value_type_13; } inline void set_corlib_value_type_13(Type_t * value) { ___corlib_value_type_13 = value; Il2CppCodeGenWriteBarrier((&___corlib_value_type_13), value); } inline static int32_t get_offset_of_corlib_enum_type_14() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_enum_type_14)); } inline Type_t * get_corlib_enum_type_14() const { return ___corlib_enum_type_14; } inline Type_t ** get_address_of_corlib_enum_type_14() { return &___corlib_enum_type_14; } inline void set_corlib_enum_type_14(Type_t * value) { ___corlib_enum_type_14 = value; Il2CppCodeGenWriteBarrier((&___corlib_enum_type_14), value); } inline static int32_t get_offset_of_sn_15() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___sn_15)); } inline StrongName_t4093849377 * get_sn_15() const { return ___sn_15; } inline StrongName_t4093849377 ** get_address_of_sn_15() { return &___sn_15; } inline void set_sn_15(StrongName_t4093849377 * value) { ___sn_15 = value; Il2CppCodeGenWriteBarrier((&___sn_15), value); } inline static int32_t get_offset_of_is_compiler_context_16() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___is_compiler_context_16)); } inline bool get_is_compiler_context_16() const { return ___is_compiler_context_16; } inline bool* get_address_of_is_compiler_context_16() { return &___is_compiler_context_16; } inline void set_is_compiler_context_16(bool value) { ___is_compiler_context_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYBUILDER_T359885250_H #ifndef OPERATINGSYSTEM_T3730783609_H #define OPERATINGSYSTEM_T3730783609_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OperatingSystem struct OperatingSystem_t3730783609 : public RuntimeObject { public: // System.PlatformID System.OperatingSystem::_platform int32_t ____platform_0; // System.Version System.OperatingSystem::_version Version_t3456873960 * ____version_1; // System.String System.OperatingSystem::_servicePack String_t* ____servicePack_2; public: inline static int32_t get_offset_of__platform_0() { return static_cast(offsetof(OperatingSystem_t3730783609, ____platform_0)); } inline int32_t get__platform_0() const { return ____platform_0; } inline int32_t* get_address_of__platform_0() { return &____platform_0; } inline void set__platform_0(int32_t value) { ____platform_0 = value; } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(OperatingSystem_t3730783609, ____version_1)); } inline Version_t3456873960 * get__version_1() const { return ____version_1; } inline Version_t3456873960 ** get_address_of__version_1() { return &____version_1; } inline void set__version_1(Version_t3456873960 * value) { ____version_1 = value; Il2CppCodeGenWriteBarrier((&____version_1), value); } inline static int32_t get_offset_of__servicePack_2() { return static_cast(offsetof(OperatingSystem_t3730783609, ____servicePack_2)); } inline String_t* get__servicePack_2() const { return ____servicePack_2; } inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; } inline void set__servicePack_2(String_t* value) { ____servicePack_2 = value; Il2CppCodeGenWriteBarrier((&____servicePack_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPERATINGSYSTEM_T3730783609_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 MEMBERINFOSERIALIZATIONHOLDER_T1943730831_H #define MEMBERINFOSERIALIZATIONHOLDER_T1943730831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfoSerializationHolder struct MemberInfoSerializationHolder_t1943730831 : public RuntimeObject { public: // System.String System.Reflection.MemberInfoSerializationHolder::_memberName String_t* ____memberName_0; // System.String System.Reflection.MemberInfoSerializationHolder::_memberSignature String_t* ____memberSignature_1; // System.Reflection.MemberTypes System.Reflection.MemberInfoSerializationHolder::_memberType int32_t ____memberType_2; // System.Type System.Reflection.MemberInfoSerializationHolder::_reflectedType Type_t * ____reflectedType_3; // System.Type[] System.Reflection.MemberInfoSerializationHolder::_genericArguments TypeU5BU5D_t3940880105* ____genericArguments_4; public: inline static int32_t get_offset_of__memberName_0() { return static_cast(offsetof(MemberInfoSerializationHolder_t1943730831, ____memberName_0)); } inline String_t* get__memberName_0() const { return ____memberName_0; } inline String_t** get_address_of__memberName_0() { return &____memberName_0; } inline void set__memberName_0(String_t* value) { ____memberName_0 = value; Il2CppCodeGenWriteBarrier((&____memberName_0), value); } inline static int32_t get_offset_of__memberSignature_1() { return static_cast(offsetof(MemberInfoSerializationHolder_t1943730831, ____memberSignature_1)); } inline String_t* get__memberSignature_1() const { return ____memberSignature_1; } inline String_t** get_address_of__memberSignature_1() { return &____memberSignature_1; } inline void set__memberSignature_1(String_t* value) { ____memberSignature_1 = value; Il2CppCodeGenWriteBarrier((&____memberSignature_1), value); } inline static int32_t get_offset_of__memberType_2() { return static_cast(offsetof(MemberInfoSerializationHolder_t1943730831, ____memberType_2)); } inline int32_t get__memberType_2() const { return ____memberType_2; } inline int32_t* get_address_of__memberType_2() { return &____memberType_2; } inline void set__memberType_2(int32_t value) { ____memberType_2 = value; } inline static int32_t get_offset_of__reflectedType_3() { return static_cast(offsetof(MemberInfoSerializationHolder_t1943730831, ____reflectedType_3)); } inline Type_t * get__reflectedType_3() const { return ____reflectedType_3; } inline Type_t ** get_address_of__reflectedType_3() { return &____reflectedType_3; } inline void set__reflectedType_3(Type_t * value) { ____reflectedType_3 = value; Il2CppCodeGenWriteBarrier((&____reflectedType_3), value); } inline static int32_t get_offset_of__genericArguments_4() { return static_cast(offsetof(MemberInfoSerializationHolder_t1943730831, ____genericArguments_4)); } inline TypeU5BU5D_t3940880105* get__genericArguments_4() const { return ____genericArguments_4; } inline TypeU5BU5D_t3940880105** get_address_of__genericArguments_4() { return &____genericArguments_4; } inline void set__genericArguments_4(TypeU5BU5D_t3940880105* value) { ____genericArguments_4 = value; Il2CppCodeGenWriteBarrier((&____genericArguments_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFOSERIALIZATIONHOLDER_T1943730831_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 FIELDACCESSEXCEPTION_T238379456_H #define FIELDACCESSEXCEPTION_T238379456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FieldAccessException struct FieldAccessException_t238379456 : public MemberAccessException_t1734467078 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDACCESSEXCEPTION_T238379456_H #ifndef PROPERTYBUILDER_T314297007_H #define PROPERTYBUILDER_T314297007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.PropertyBuilder struct PropertyBuilder_t314297007 : public PropertyInfo_t { public: // System.Reflection.PropertyAttributes System.Reflection.Emit.PropertyBuilder::attrs int32_t ___attrs_0; // System.String System.Reflection.Emit.PropertyBuilder::name String_t* ___name_1; // System.Type System.Reflection.Emit.PropertyBuilder::type Type_t * ___type_2; // System.Reflection.Emit.MethodBuilder System.Reflection.Emit.PropertyBuilder::set_method MethodBuilder_t2807316753 * ___set_method_3; // System.Reflection.Emit.MethodBuilder System.Reflection.Emit.PropertyBuilder::get_method MethodBuilder_t2807316753 * ___get_method_4; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.PropertyBuilder::typeb TypeBuilder_t1073948154 * ___typeb_5; public: inline static int32_t get_offset_of_attrs_0() { return static_cast(offsetof(PropertyBuilder_t314297007, ___attrs_0)); } inline int32_t get_attrs_0() const { return ___attrs_0; } inline int32_t* get_address_of_attrs_0() { return &___attrs_0; } inline void set_attrs_0(int32_t value) { ___attrs_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(PropertyBuilder_t314297007, ___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_type_2() { return static_cast(offsetof(PropertyBuilder_t314297007, ___type_2)); } inline Type_t * get_type_2() const { return ___type_2; } inline Type_t ** get_address_of_type_2() { return &___type_2; } inline void set_type_2(Type_t * value) { ___type_2 = value; Il2CppCodeGenWriteBarrier((&___type_2), value); } inline static int32_t get_offset_of_set_method_3() { return static_cast(offsetof(PropertyBuilder_t314297007, ___set_method_3)); } inline MethodBuilder_t2807316753 * get_set_method_3() const { return ___set_method_3; } inline MethodBuilder_t2807316753 ** get_address_of_set_method_3() { return &___set_method_3; } inline void set_set_method_3(MethodBuilder_t2807316753 * value) { ___set_method_3 = value; Il2CppCodeGenWriteBarrier((&___set_method_3), value); } inline static int32_t get_offset_of_get_method_4() { return static_cast(offsetof(PropertyBuilder_t314297007, ___get_method_4)); } inline MethodBuilder_t2807316753 * get_get_method_4() const { return ___get_method_4; } inline MethodBuilder_t2807316753 ** get_address_of_get_method_4() { return &___get_method_4; } inline void set_get_method_4(MethodBuilder_t2807316753 * value) { ___get_method_4 = value; Il2CppCodeGenWriteBarrier((&___get_method_4), value); } inline static int32_t get_offset_of_typeb_5() { return static_cast(offsetof(PropertyBuilder_t314297007, ___typeb_5)); } inline TypeBuilder_t1073948154 * get_typeb_5() const { return ___typeb_5; } inline TypeBuilder_t1073948154 ** get_address_of_typeb_5() { return &___typeb_5; } inline void set_typeb_5(TypeBuilder_t1073948154 * value) { ___typeb_5 = value; Il2CppCodeGenWriteBarrier((&___typeb_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYBUILDER_T314297007_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 DLLIMPORTATTRIBUTE_T92573803_H #define DLLIMPORTATTRIBUTE_T92573803_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.DllImportAttribute struct DllImportAttribute_t92573803 : public Attribute_t861562559 { public: // System.Runtime.InteropServices.CallingConvention System.Runtime.InteropServices.DllImportAttribute::CallingConvention int32_t ___CallingConvention_0; // System.Runtime.InteropServices.CharSet System.Runtime.InteropServices.DllImportAttribute::CharSet int32_t ___CharSet_1; // System.String System.Runtime.InteropServices.DllImportAttribute::Dll String_t* ___Dll_2; // System.String System.Runtime.InteropServices.DllImportAttribute::EntryPoint String_t* ___EntryPoint_3; // System.Boolean System.Runtime.InteropServices.DllImportAttribute::ExactSpelling bool ___ExactSpelling_4; // System.Boolean System.Runtime.InteropServices.DllImportAttribute::PreserveSig bool ___PreserveSig_5; // System.Boolean System.Runtime.InteropServices.DllImportAttribute::SetLastError bool ___SetLastError_6; // System.Boolean System.Runtime.InteropServices.DllImportAttribute::BestFitMapping bool ___BestFitMapping_7; // System.Boolean System.Runtime.InteropServices.DllImportAttribute::ThrowOnUnmappableChar bool ___ThrowOnUnmappableChar_8; public: inline static int32_t get_offset_of_CallingConvention_0() { return static_cast(offsetof(DllImportAttribute_t92573803, ___CallingConvention_0)); } inline int32_t get_CallingConvention_0() const { return ___CallingConvention_0; } inline int32_t* get_address_of_CallingConvention_0() { return &___CallingConvention_0; } inline void set_CallingConvention_0(int32_t value) { ___CallingConvention_0 = value; } inline static int32_t get_offset_of_CharSet_1() { return static_cast(offsetof(DllImportAttribute_t92573803, ___CharSet_1)); } inline int32_t get_CharSet_1() const { return ___CharSet_1; } inline int32_t* get_address_of_CharSet_1() { return &___CharSet_1; } inline void set_CharSet_1(int32_t value) { ___CharSet_1 = value; } inline static int32_t get_offset_of_Dll_2() { return static_cast(offsetof(DllImportAttribute_t92573803, ___Dll_2)); } inline String_t* get_Dll_2() const { return ___Dll_2; } inline String_t** get_address_of_Dll_2() { return &___Dll_2; } inline void set_Dll_2(String_t* value) { ___Dll_2 = value; Il2CppCodeGenWriteBarrier((&___Dll_2), value); } inline static int32_t get_offset_of_EntryPoint_3() { return static_cast(offsetof(DllImportAttribute_t92573803, ___EntryPoint_3)); } inline String_t* get_EntryPoint_3() const { return ___EntryPoint_3; } inline String_t** get_address_of_EntryPoint_3() { return &___EntryPoint_3; } inline void set_EntryPoint_3(String_t* value) { ___EntryPoint_3 = value; Il2CppCodeGenWriteBarrier((&___EntryPoint_3), value); } inline static int32_t get_offset_of_ExactSpelling_4() { return static_cast(offsetof(DllImportAttribute_t92573803, ___ExactSpelling_4)); } inline bool get_ExactSpelling_4() const { return ___ExactSpelling_4; } inline bool* get_address_of_ExactSpelling_4() { return &___ExactSpelling_4; } inline void set_ExactSpelling_4(bool value) { ___ExactSpelling_4 = value; } inline static int32_t get_offset_of_PreserveSig_5() { return static_cast(offsetof(DllImportAttribute_t92573803, ___PreserveSig_5)); } inline bool get_PreserveSig_5() const { return ___PreserveSig_5; } inline bool* get_address_of_PreserveSig_5() { return &___PreserveSig_5; } inline void set_PreserveSig_5(bool value) { ___PreserveSig_5 = value; } inline static int32_t get_offset_of_SetLastError_6() { return static_cast(offsetof(DllImportAttribute_t92573803, ___SetLastError_6)); } inline bool get_SetLastError_6() const { return ___SetLastError_6; } inline bool* get_address_of_SetLastError_6() { return &___SetLastError_6; } inline void set_SetLastError_6(bool value) { ___SetLastError_6 = value; } inline static int32_t get_offset_of_BestFitMapping_7() { return static_cast(offsetof(DllImportAttribute_t92573803, ___BestFitMapping_7)); } inline bool get_BestFitMapping_7() const { return ___BestFitMapping_7; } inline bool* get_address_of_BestFitMapping_7() { return &___BestFitMapping_7; } inline void set_BestFitMapping_7(bool value) { ___BestFitMapping_7 = value; } inline static int32_t get_offset_of_ThrowOnUnmappableChar_8() { return static_cast(offsetof(DllImportAttribute_t92573803, ___ThrowOnUnmappableChar_8)); } inline bool get_ThrowOnUnmappableChar_8() const { return ___ThrowOnUnmappableChar_8; } inline bool* get_address_of_ThrowOnUnmappableChar_8() { return &___ThrowOnUnmappableChar_8; } inline void set_ThrowOnUnmappableChar_8(bool value) { ___ThrowOnUnmappableChar_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DLLIMPORTATTRIBUTE_T92573803_H #ifndef MONOMETHODINFO_T1248819020_H #define MONOMETHODINFO_T1248819020_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoMethodInfo struct MonoMethodInfo_t1248819020 { public: // System.Type System.Reflection.MonoMethodInfo::parent Type_t * ___parent_0; // System.Type System.Reflection.MonoMethodInfo::ret Type_t * ___ret_1; // System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo::attrs int32_t ___attrs_2; // System.Reflection.MethodImplAttributes System.Reflection.MonoMethodInfo::iattrs int32_t ___iattrs_3; // System.Reflection.CallingConventions System.Reflection.MonoMethodInfo::callconv int32_t ___callconv_4; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(MonoMethodInfo_t1248819020, ___parent_0)); } inline Type_t * get_parent_0() const { return ___parent_0; } inline Type_t ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(Type_t * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((&___parent_0), value); } inline static int32_t get_offset_of_ret_1() { return static_cast(offsetof(MonoMethodInfo_t1248819020, ___ret_1)); } inline Type_t * get_ret_1() const { return ___ret_1; } inline Type_t ** get_address_of_ret_1() { return &___ret_1; } inline void set_ret_1(Type_t * value) { ___ret_1 = value; Il2CppCodeGenWriteBarrier((&___ret_1), value); } inline static int32_t get_offset_of_attrs_2() { return static_cast(offsetof(MonoMethodInfo_t1248819020, ___attrs_2)); } inline int32_t get_attrs_2() const { return ___attrs_2; } inline int32_t* get_address_of_attrs_2() { return &___attrs_2; } inline void set_attrs_2(int32_t value) { ___attrs_2 = value; } inline static int32_t get_offset_of_iattrs_3() { return static_cast(offsetof(MonoMethodInfo_t1248819020, ___iattrs_3)); } inline int32_t get_iattrs_3() const { return ___iattrs_3; } inline int32_t* get_address_of_iattrs_3() { return &___iattrs_3; } inline void set_iattrs_3(int32_t value) { ___iattrs_3 = value; } inline static int32_t get_offset_of_callconv_4() { return static_cast(offsetof(MonoMethodInfo_t1248819020, ___callconv_4)); } inline int32_t get_callconv_4() const { return ___callconv_4; } inline int32_t* get_address_of_callconv_4() { return &___callconv_4; } inline void set_callconv_4(int32_t value) { ___callconv_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.MonoMethodInfo struct MonoMethodInfo_t1248819020_marshaled_pinvoke { Type_t * ___parent_0; Type_t * ___ret_1; int32_t ___attrs_2; int32_t ___iattrs_3; int32_t ___callconv_4; }; // Native definition for COM marshalling of System.Reflection.MonoMethodInfo struct MonoMethodInfo_t1248819020_marshaled_com { Type_t * ___parent_0; Type_t * ___ret_1; int32_t ___attrs_2; int32_t ___iattrs_3; int32_t ___callconv_4; }; #endif // MONOMETHODINFO_T1248819020_H #ifndef MONOPROPERTYINFO_T3087356066_H #define MONOPROPERTYINFO_T3087356066_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_t3087356066 { public: // System.Type System.Reflection.MonoPropertyInfo::parent Type_t * ___parent_0; // System.String System.Reflection.MonoPropertyInfo::name String_t* ___name_1; // System.Reflection.MethodInfo System.Reflection.MonoPropertyInfo::get_method MethodInfo_t * ___get_method_2; // System.Reflection.MethodInfo System.Reflection.MonoPropertyInfo::set_method MethodInfo_t * ___set_method_3; // System.Reflection.PropertyAttributes System.Reflection.MonoPropertyInfo::attrs int32_t ___attrs_4; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(MonoPropertyInfo_t3087356066, ___parent_0)); } inline Type_t * get_parent_0() const { return ___parent_0; } inline Type_t ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(Type_t * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((&___parent_0), value); } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(MonoPropertyInfo_t3087356066, ___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_get_method_2() { return static_cast(offsetof(MonoPropertyInfo_t3087356066, ___get_method_2)); } inline MethodInfo_t * get_get_method_2() const { return ___get_method_2; } inline MethodInfo_t ** get_address_of_get_method_2() { return &___get_method_2; } inline void set_get_method_2(MethodInfo_t * value) { ___get_method_2 = value; Il2CppCodeGenWriteBarrier((&___get_method_2), value); } inline static int32_t get_offset_of_set_method_3() { return static_cast(offsetof(MonoPropertyInfo_t3087356066, ___set_method_3)); } inline MethodInfo_t * get_set_method_3() const { return ___set_method_3; } inline MethodInfo_t ** get_address_of_set_method_3() { return &___set_method_3; } inline void set_set_method_3(MethodInfo_t * value) { ___set_method_3 = value; Il2CppCodeGenWriteBarrier((&___set_method_3), value); } inline static int32_t get_offset_of_attrs_4() { return static_cast(offsetof(MonoPropertyInfo_t3087356066, ___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 // Native definition for P/Invoke marshalling of System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_t3087356066_marshaled_pinvoke { Type_t * ___parent_0; char* ___name_1; MethodInfo_t * ___get_method_2; MethodInfo_t * ___set_method_3; int32_t ___attrs_4; }; // Native definition for COM marshalling of System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_t3087356066_marshaled_com { Type_t * ___parent_0; Il2CppChar* ___name_1; MethodInfo_t * ___get_method_2; MethodInfo_t * ___set_method_3; int32_t ___attrs_4; }; #endif // MONOPROPERTYINFO_T3087356066_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 MONOEVENTINFO_T346866618_H #define MONOEVENTINFO_T346866618_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoEventInfo struct MonoEventInfo_t346866618 { public: // System.Type System.Reflection.MonoEventInfo::declaring_type Type_t * ___declaring_type_0; // System.Type System.Reflection.MonoEventInfo::reflected_type Type_t * ___reflected_type_1; // System.String System.Reflection.MonoEventInfo::name String_t* ___name_2; // System.Reflection.MethodInfo System.Reflection.MonoEventInfo::add_method MethodInfo_t * ___add_method_3; // System.Reflection.MethodInfo System.Reflection.MonoEventInfo::remove_method MethodInfo_t * ___remove_method_4; // System.Reflection.MethodInfo System.Reflection.MonoEventInfo::raise_method MethodInfo_t * ___raise_method_5; // System.Reflection.EventAttributes System.Reflection.MonoEventInfo::attrs int32_t ___attrs_6; // System.Reflection.MethodInfo[] System.Reflection.MonoEventInfo::other_methods MethodInfoU5BU5D_t2572182361* ___other_methods_7; public: inline static int32_t get_offset_of_declaring_type_0() { return static_cast(offsetof(MonoEventInfo_t346866618, ___declaring_type_0)); } inline Type_t * get_declaring_type_0() const { return ___declaring_type_0; } inline Type_t ** get_address_of_declaring_type_0() { return &___declaring_type_0; } inline void set_declaring_type_0(Type_t * value) { ___declaring_type_0 = value; Il2CppCodeGenWriteBarrier((&___declaring_type_0), value); } inline static int32_t get_offset_of_reflected_type_1() { return static_cast(offsetof(MonoEventInfo_t346866618, ___reflected_type_1)); } inline Type_t * get_reflected_type_1() const { return ___reflected_type_1; } inline Type_t ** get_address_of_reflected_type_1() { return &___reflected_type_1; } inline void set_reflected_type_1(Type_t * value) { ___reflected_type_1 = value; Il2CppCodeGenWriteBarrier((&___reflected_type_1), value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(MonoEventInfo_t346866618, ___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_add_method_3() { return static_cast(offsetof(MonoEventInfo_t346866618, ___add_method_3)); } inline MethodInfo_t * get_add_method_3() const { return ___add_method_3; } inline MethodInfo_t ** get_address_of_add_method_3() { return &___add_method_3; } inline void set_add_method_3(MethodInfo_t * value) { ___add_method_3 = value; Il2CppCodeGenWriteBarrier((&___add_method_3), value); } inline static int32_t get_offset_of_remove_method_4() { return static_cast(offsetof(MonoEventInfo_t346866618, ___remove_method_4)); } inline MethodInfo_t * get_remove_method_4() const { return ___remove_method_4; } inline MethodInfo_t ** get_address_of_remove_method_4() { return &___remove_method_4; } inline void set_remove_method_4(MethodInfo_t * value) { ___remove_method_4 = value; Il2CppCodeGenWriteBarrier((&___remove_method_4), value); } inline static int32_t get_offset_of_raise_method_5() { return static_cast(offsetof(MonoEventInfo_t346866618, ___raise_method_5)); } inline MethodInfo_t * get_raise_method_5() const { return ___raise_method_5; } inline MethodInfo_t ** get_address_of_raise_method_5() { return &___raise_method_5; } inline void set_raise_method_5(MethodInfo_t * value) { ___raise_method_5 = value; Il2CppCodeGenWriteBarrier((&___raise_method_5), value); } inline static int32_t get_offset_of_attrs_6() { return static_cast(offsetof(MonoEventInfo_t346866618, ___attrs_6)); } inline int32_t get_attrs_6() const { return ___attrs_6; } inline int32_t* get_address_of_attrs_6() { return &___attrs_6; } inline void set_attrs_6(int32_t value) { ___attrs_6 = value; } inline static int32_t get_offset_of_other_methods_7() { return static_cast(offsetof(MonoEventInfo_t346866618, ___other_methods_7)); } inline MethodInfoU5BU5D_t2572182361* get_other_methods_7() const { return ___other_methods_7; } inline MethodInfoU5BU5D_t2572182361** get_address_of_other_methods_7() { return &___other_methods_7; } inline void set_other_methods_7(MethodInfoU5BU5D_t2572182361* value) { ___other_methods_7 = value; Il2CppCodeGenWriteBarrier((&___other_methods_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.MonoEventInfo struct MonoEventInfo_t346866618_marshaled_pinvoke { Type_t * ___declaring_type_0; Type_t * ___reflected_type_1; char* ___name_2; MethodInfo_t * ___add_method_3; MethodInfo_t * ___remove_method_4; MethodInfo_t * ___raise_method_5; int32_t ___attrs_6; MethodInfoU5BU5D_t2572182361* ___other_methods_7; }; // Native definition for COM marshalling of System.Reflection.MonoEventInfo struct MonoEventInfo_t346866618_marshaled_com { Type_t * ___declaring_type_0; Type_t * ___reflected_type_1; Il2CppChar* ___name_2; MethodInfo_t * ___add_method_3; MethodInfo_t * ___remove_method_4; MethodInfo_t * ___raise_method_5; int32_t ___attrs_6; MethodInfoU5BU5D_t2572182361* ___other_methods_7; }; #endif // MONOEVENTINFO_T346866618_H #ifndef METHODACCESSEXCEPTION_T190175859_H #define METHODACCESSEXCEPTION_T190175859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MethodAccessException struct MethodAccessException_t190175859 : public MemberAccessException_t1734467078 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODACCESSEXCEPTION_T190175859_H #ifndef MONOCMETHOD_T3191134373_H #define MONOCMETHOD_T3191134373_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoCMethod struct MonoCMethod_t3191134373 : public ConstructorInfo_t5769829 { public: // System.IntPtr System.Reflection.MonoCMethod::mhandle intptr_t ___mhandle_2; // System.String System.Reflection.MonoCMethod::name String_t* ___name_3; // System.Type System.Reflection.MonoCMethod::reftype Type_t * ___reftype_4; public: inline static int32_t get_offset_of_mhandle_2() { return static_cast(offsetof(MonoCMethod_t3191134373, ___mhandle_2)); } inline intptr_t get_mhandle_2() const { return ___mhandle_2; } inline intptr_t* get_address_of_mhandle_2() { return &___mhandle_2; } inline void set_mhandle_2(intptr_t value) { ___mhandle_2 = value; } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(MonoCMethod_t3191134373, ___name_3)); } inline String_t* get_name_3() const { return ___name_3; } inline String_t** get_address_of_name_3() { return &___name_3; } inline void set_name_3(String_t* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((&___name_3), value); } inline static int32_t get_offset_of_reftype_4() { return static_cast(offsetof(MonoCMethod_t3191134373, ___reftype_4)); } inline Type_t * get_reftype_4() const { return ___reftype_4; } inline Type_t ** get_address_of_reftype_4() { return &___reftype_4; } inline void set_reftype_4(Type_t * value) { ___reftype_4 = value; Il2CppCodeGenWriteBarrier((&___reftype_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOCMETHOD_T3191134373_H #ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H #define OBJECTDISPOSEDEXCEPTION_T21392786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_t21392786 : public InvalidOperationException_t56020091 { public: // System.String System.ObjectDisposedException::obj_name String_t* ___obj_name_12; // System.String System.ObjectDisposedException::msg String_t* ___msg_13; public: inline static int32_t get_offset_of_obj_name_12() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); } inline String_t* get_obj_name_12() const { return ___obj_name_12; } inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; } inline void set_obj_name_12(String_t* value) { ___obj_name_12 = value; Il2CppCodeGenWriteBarrier((&___obj_name_12), value); } inline static int32_t get_offset_of_msg_13() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___msg_13)); } inline String_t* get_msg_13() const { return ___msg_13; } inline String_t** get_address_of_msg_13() { return &___msg_13; } inline void set_msg_13(String_t* value) { ___msg_13 = value; Il2CppCodeGenWriteBarrier((&___msg_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_T21392786_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 ADDEVENTADAPTER_T1787725097_H #define ADDEVENTADAPTER_T1787725097_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.EventInfo/AddEventAdapter struct AddEventAdapter_t1787725097 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ADDEVENTADAPTER_T1787725097_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 MONOPROPERTY_T_H #define MONOPROPERTY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoProperty struct MonoProperty_t : public PropertyInfo_t { public: // System.IntPtr System.Reflection.MonoProperty::klass intptr_t ___klass_0; // System.IntPtr System.Reflection.MonoProperty::prop intptr_t ___prop_1; // System.Reflection.MonoPropertyInfo System.Reflection.MonoProperty::info MonoPropertyInfo_t3087356066 ___info_2; // System.Reflection.PInfo System.Reflection.MonoProperty::cached int32_t ___cached_3; // System.Reflection.MonoProperty/GetterAdapter System.Reflection.MonoProperty::cached_getter GetterAdapter_t2155025054 * ___cached_getter_4; public: inline static int32_t get_offset_of_klass_0() { return static_cast(offsetof(MonoProperty_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_prop_1() { return static_cast(offsetof(MonoProperty_t, ___prop_1)); } inline intptr_t get_prop_1() const { return ___prop_1; } inline intptr_t* get_address_of_prop_1() { return &___prop_1; } inline void set_prop_1(intptr_t value) { ___prop_1 = value; } inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(MonoProperty_t, ___info_2)); } inline MonoPropertyInfo_t3087356066 get_info_2() const { return ___info_2; } inline MonoPropertyInfo_t3087356066 * get_address_of_info_2() { return &___info_2; } inline void set_info_2(MonoPropertyInfo_t3087356066 value) { ___info_2 = value; } inline static int32_t get_offset_of_cached_3() { return static_cast(offsetof(MonoProperty_t, ___cached_3)); } inline int32_t get_cached_3() const { return ___cached_3; } inline int32_t* get_address_of_cached_3() { return &___cached_3; } inline void set_cached_3(int32_t value) { ___cached_3 = value; } inline static int32_t get_offset_of_cached_getter_4() { return static_cast(offsetof(MonoProperty_t, ___cached_getter_4)); } inline GetterAdapter_t2155025054 * get_cached_getter_4() const { return ___cached_getter_4; } inline GetterAdapter_t2155025054 ** get_address_of_cached_getter_4() { return &___cached_getter_4; } inline void set_cached_getter_4(GetterAdapter_t2155025054 * value) { ___cached_getter_4 = value; Il2CppCodeGenWriteBarrier((&___cached_getter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOPROPERTY_T_H #ifndef MEMBERFILTER_T426314064_H #define MEMBERFILTER_T426314064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberFilter struct MemberFilter_t426314064 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERFILTER_T426314064_H #ifndef GETTERADAPTER_T2155025054_H #define GETTERADAPTER_T2155025054_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoProperty/GetterAdapter struct GetterAdapter_t2155025054 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETTERADAPTER_T2155025054_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 MONOGENERICMETHOD_T_H #define MONOGENERICMETHOD_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoGenericMethod struct MonoGenericMethod_t : public MonoMethod_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOGENERICMETHOD_T_H #ifndef GENERICTYPEPARAMETERBUILDER_T1988827940_H #define GENERICTYPEPARAMETERBUILDER_T1988827940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.GenericTypeParameterBuilder struct GenericTypeParameterBuilder_t1988827940 : public Type_t { public: // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.GenericTypeParameterBuilder::tbuilder TypeBuilder_t1073948154 * ___tbuilder_8; // System.Reflection.Emit.MethodBuilder System.Reflection.Emit.GenericTypeParameterBuilder::mbuilder MethodBuilder_t2807316753 * ___mbuilder_9; // System.String System.Reflection.Emit.GenericTypeParameterBuilder::name String_t* ___name_10; // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::base_type Type_t * ___base_type_11; // System.Type[] System.Reflection.Emit.GenericTypeParameterBuilder::iface_constraints TypeU5BU5D_t3940880105* ___iface_constraints_12; public: inline static int32_t get_offset_of_tbuilder_8() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___tbuilder_8)); } inline TypeBuilder_t1073948154 * get_tbuilder_8() const { return ___tbuilder_8; } inline TypeBuilder_t1073948154 ** get_address_of_tbuilder_8() { return &___tbuilder_8; } inline void set_tbuilder_8(TypeBuilder_t1073948154 * value) { ___tbuilder_8 = value; Il2CppCodeGenWriteBarrier((&___tbuilder_8), value); } inline static int32_t get_offset_of_mbuilder_9() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___mbuilder_9)); } inline MethodBuilder_t2807316753 * get_mbuilder_9() const { return ___mbuilder_9; } inline MethodBuilder_t2807316753 ** get_address_of_mbuilder_9() { return &___mbuilder_9; } inline void set_mbuilder_9(MethodBuilder_t2807316753 * value) { ___mbuilder_9 = value; Il2CppCodeGenWriteBarrier((&___mbuilder_9), value); } inline static int32_t get_offset_of_name_10() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___name_10)); } inline String_t* get_name_10() const { return ___name_10; } inline String_t** get_address_of_name_10() { return &___name_10; } inline void set_name_10(String_t* value) { ___name_10 = value; Il2CppCodeGenWriteBarrier((&___name_10), value); } inline static int32_t get_offset_of_base_type_11() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___base_type_11)); } inline Type_t * get_base_type_11() const { return ___base_type_11; } inline Type_t ** get_address_of_base_type_11() { return &___base_type_11; } inline void set_base_type_11(Type_t * value) { ___base_type_11 = value; Il2CppCodeGenWriteBarrier((&___base_type_11), value); } inline static int32_t get_offset_of_iface_constraints_12() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___iface_constraints_12)); } inline TypeU5BU5D_t3940880105* get_iface_constraints_12() const { return ___iface_constraints_12; } inline TypeU5BU5D_t3940880105** get_address_of_iface_constraints_12() { return &___iface_constraints_12; } inline void set_iface_constraints_12(TypeU5BU5D_t3940880105* value) { ___iface_constraints_12 = value; Il2CppCodeGenWriteBarrier((&___iface_constraints_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GENERICTYPEPARAMETERBUILDER_T1988827940_H #ifndef MODULERESOLVEEVENTHANDLER_T797517678_H #define MODULERESOLVEEVENTHANDLER_T797517678_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ModuleResolveEventHandler struct ModuleResolveEventHandler_t797517678 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULERESOLVEEVENTHANDLER_T797517678_H #ifndef TYPEFILTER_T2356120900_H #define TYPEFILTER_T2356120900_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TypeFilter struct TypeFilter_t2356120900 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEFILTER_T2356120900_H #ifndef RESOLVEEVENTHANDLER_T2775508208_H #define RESOLVEEVENTHANDLER_T2775508208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ResolveEventHandler struct ResolveEventHandler_t2775508208 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOLVEEVENTHANDLER_T2775508208_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 MONOGENERICCMETHOD_T4239028627_H #define MONOGENERICCMETHOD_T4239028627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoGenericCMethod struct MonoGenericCMethod_t4239028627 : public MonoCMethod_t3191134373 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOGENERICCMETHOD_T4239028627_H #ifndef DERIVEDTYPE_T4286302013_H #define DERIVEDTYPE_T4286302013_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.DerivedType struct DerivedType_t4286302013 : public Type_t { public: // System.Type System.Reflection.Emit.DerivedType::elementType Type_t * ___elementType_8; public: inline static int32_t get_offset_of_elementType_8() { return static_cast(offsetof(DerivedType_t4286302013, ___elementType_8)); } inline Type_t * get_elementType_8() const { return ___elementType_8; } inline Type_t ** get_address_of_elementType_8() { return &___elementType_8; } inline void set_elementType_8(Type_t * value) { ___elementType_8 = value; Il2CppCodeGenWriteBarrier((&___elementType_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DERIVEDTYPE_T4286302013_H #ifndef ENUMBUILDER_T2400448213_H #define ENUMBUILDER_T2400448213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.EnumBuilder struct EnumBuilder_t2400448213 : public Type_t { public: // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.EnumBuilder::_tb TypeBuilder_t1073948154 * ____tb_8; // System.Type System.Reflection.Emit.EnumBuilder::_underlyingType Type_t * ____underlyingType_9; public: inline static int32_t get_offset_of__tb_8() { return static_cast(offsetof(EnumBuilder_t2400448213, ____tb_8)); } inline TypeBuilder_t1073948154 * get__tb_8() const { return ____tb_8; } inline TypeBuilder_t1073948154 ** get_address_of__tb_8() { return &____tb_8; } inline void set__tb_8(TypeBuilder_t1073948154 * value) { ____tb_8 = value; Il2CppCodeGenWriteBarrier((&____tb_8), value); } inline static int32_t get_offset_of__underlyingType_9() { return static_cast(offsetof(EnumBuilder_t2400448213, ____underlyingType_9)); } inline Type_t * get__underlyingType_9() const { return ____underlyingType_9; } inline Type_t ** get_address_of__underlyingType_9() { return &____underlyingType_9; } inline void set__underlyingType_9(Type_t * value) { ____underlyingType_9 = value; Il2CppCodeGenWriteBarrier((&____underlyingType_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMBUILDER_T2400448213_H #ifndef BYREFTYPE_T2066805327_H #define BYREFTYPE_T2066805327_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ByRefType struct ByRefType_t2066805327 : public DerivedType_t4286302013 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYREFTYPE_T2066805327_H // 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.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.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.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.Module[] struct ModuleU5BU5D_t4238763736 : public RuntimeArray { public: ALIGN_FIELD (8) Module_t2987026101 * m_Items[1]; public: inline Module_t2987026101 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Module_t2987026101 ** 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, Module_t2987026101 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Module_t2987026101 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Module_t2987026101 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Module_t2987026101 * 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.Reflection.MethodBase[] struct MethodBaseU5BU5D_t779831733 : public RuntimeArray { public: ALIGN_FIELD (8) MethodBase_t * m_Items[1]; public: inline MethodBase_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodBase_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, MethodBase_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodBase_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodBase_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodBase_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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.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.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_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, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t1465843424 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeTypedArgument_t2723150157 m_Items[1]; public: inline CustomAttributeTypedArgument_t2723150157 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeTypedArgument_t2723150157 * 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, CustomAttributeTypedArgument_t2723150157 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline CustomAttributeTypedArgument_t2723150157 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeTypedArgument_t2723150157 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeTypedArgument_t2723150157 value) { m_Items[index] = value; } }; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t3710464795 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeNamedArgument_t287865710 m_Items[1]; public: inline CustomAttributeNamedArgument_t287865710 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeNamedArgument_t287865710 * 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, CustomAttributeNamedArgument_t287865710 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline CustomAttributeNamedArgument_t287865710 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeNamedArgument_t287865710 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeNamedArgument_t287865710 value) { m_Items[index] = value; } }; // System.Reflection.Emit.ModuleBuilder[] struct ModuleBuilderU5BU5D_t2441092650 : public RuntimeArray { public: ALIGN_FIELD (8) ModuleBuilder_t731887691 * m_Items[1]; public: inline ModuleBuilder_t731887691 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ModuleBuilder_t731887691 ** 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, ModuleBuilder_t731887691 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ModuleBuilder_t731887691 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ModuleBuilder_t731887691 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ModuleBuilder_t731887691 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Type[][] struct TypeU5BU5DU5BU5D_t4042077012 : public RuntimeArray { public: ALIGN_FIELD (8) TypeU5BU5D_t3940880105* m_Items[1]; public: inline TypeU5BU5D_t3940880105* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TypeU5BU5D_t3940880105** 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, TypeU5BU5D_t3940880105* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline TypeU5BU5D_t3940880105* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TypeU5BU5D_t3940880105** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TypeU5BU5D_t3940880105* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.Emit.ParameterBuilder[] struct ParameterBuilderU5BU5D_t3054868058 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterBuilder_t1137139675 * m_Items[1]; public: inline ParameterBuilder_t1137139675 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterBuilder_t1137139675 ** 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, ParameterBuilder_t1137139675 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterBuilder_t1137139675 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterBuilder_t1137139675 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterBuilder_t1137139675 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.EventInfo[] struct EventInfoU5BU5D_t3237081491 : public RuntimeArray { public: ALIGN_FIELD (8) EventInfo_t * m_Items[1]; public: inline EventInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventInfo_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, EventInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline EventInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventInfo_t * 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.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.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t881249896 : public RuntimeArray { public: ALIGN_FIELD (8) ConstructorInfo_t5769829 * m_Items[1]; public: inline ConstructorInfo_t5769829 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ConstructorInfo_t5769829 ** 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, ConstructorInfo_t5769829 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ConstructorInfo_t5769829 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ConstructorInfo_t5769829 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorInfo_t5769829 * 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.Reflection.Emit.ILTokenInfo[] struct ILTokenInfoU5BU5D_t973106575 : public RuntimeArray { public: ALIGN_FIELD (8) ILTokenInfo_t2325775114 m_Items[1]; public: inline ILTokenInfo_t2325775114 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ILTokenInfo_t2325775114 * 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, ILTokenInfo_t2325775114 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ILTokenInfo_t2325775114 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ILTokenInfo_t2325775114 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ILTokenInfo_t2325775114 value) { m_Items[index] = value; } }; // System.Reflection.Emit.ILGenerator/LabelData[] struct LabelDataU5BU5D_t327903686 : public RuntimeArray { public: ALIGN_FIELD (8) LabelData_t360167391 m_Items[1]; public: inline LabelData_t360167391 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LabelData_t360167391 * 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, LabelData_t360167391 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline LabelData_t360167391 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LabelData_t360167391 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LabelData_t360167391 value) { m_Items[index] = value; } }; // System.Reflection.Emit.ILGenerator/LabelFixup[] struct LabelFixupU5BU5D_t103660291 : public RuntimeArray { public: ALIGN_FIELD (8) LabelFixup_t858502054 m_Items[1]; public: inline LabelFixup_t858502054 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LabelFixup_t858502054 * 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, LabelFixup_t858502054 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline LabelFixup_t858502054 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LabelFixup_t858502054 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LabelFixup_t858502054 value) { m_Items[index] = value; } }; // System.Reflection.Emit.GenericTypeParameterBuilder[] struct GenericTypeParameterBuilderU5BU5D_t3780444109 : public RuntimeArray { public: ALIGN_FIELD (8) GenericTypeParameterBuilder_t1988827940 * m_Items[1]; public: inline GenericTypeParameterBuilder_t1988827940 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GenericTypeParameterBuilder_t1988827940 ** 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, GenericTypeParameterBuilder_t1988827940 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline GenericTypeParameterBuilder_t1988827940 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GenericTypeParameterBuilder_t1988827940 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GenericTypeParameterBuilder_t1988827940 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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.Reflection.Emit.TypeBuilder[] struct TypeBuilderU5BU5D_t786280671 : public RuntimeArray { public: ALIGN_FIELD (8) TypeBuilder_t1073948154 * m_Items[1]; public: inline TypeBuilder_t1073948154 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TypeBuilder_t1073948154 ** 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, TypeBuilder_t1073948154 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline TypeBuilder_t1073948154 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TypeBuilder_t1073948154 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TypeBuilder_t1073948154 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.Emit.ConstructorBuilder[] struct ConstructorBuilderU5BU5D_t3223009221 : public RuntimeArray { public: ALIGN_FIELD (8) ConstructorBuilder_t2813524108 * m_Items[1]; public: inline ConstructorBuilder_t2813524108 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ConstructorBuilder_t2813524108 ** 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, ConstructorBuilder_t2813524108 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ConstructorBuilder_t2813524108 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ConstructorBuilder_t2813524108 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorBuilder_t2813524108 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.Emit.MethodBuilder[] struct MethodBuilderU5BU5D_t3705301900 : public RuntimeArray { public: ALIGN_FIELD (8) MethodBuilder_t2807316753 * m_Items[1]; public: inline MethodBuilder_t2807316753 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodBuilder_t2807316753 ** 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, MethodBuilder_t2807316753 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodBuilder_t2807316753 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodBuilder_t2807316753 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodBuilder_t2807316753 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.Emit.FieldBuilder[] struct FieldBuilderU5BU5D_t138311604 : public RuntimeArray { public: ALIGN_FIELD (8) FieldBuilder_t2627049993 * m_Items[1]; public: inline FieldBuilder_t2627049993 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldBuilder_t2627049993 ** 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, FieldBuilder_t2627049993 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline FieldBuilder_t2627049993 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldBuilder_t2627049993 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldBuilder_t2627049993 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.Emit.PropertyBuilder[] struct PropertyBuilderU5BU5D_t4023329206 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyBuilder_t314297007 * m_Items[1]; public: inline PropertyBuilder_t314297007 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyBuilder_t314297007 ** 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, PropertyBuilder_t314297007 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PropertyBuilder_t314297007 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyBuilder_t314297007 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyBuilder_t314297007 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Runtime.CompilerServices.DecimalConstantAttribute[] struct DecimalConstantAttributeU5BU5D_t1960241438 : public RuntimeArray { public: ALIGN_FIELD (8) DecimalConstantAttribute_t1976047975 * m_Items[1]; public: inline DecimalConstantAttribute_t1976047975 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DecimalConstantAttribute_t1976047975 ** 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, DecimalConstantAttribute_t1976047975 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline DecimalConstantAttribute_t1976047975 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DecimalConstantAttribute_t1976047975 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DecimalConstantAttribute_t1976047975 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Runtime.CompilerServices.DateTimeConstantAttribute[] struct DateTimeConstantAttributeU5BU5D_t1710986023 : public RuntimeArray { public: ALIGN_FIELD (8) DateTimeConstantAttribute_t375130962 * m_Items[1]; public: inline DateTimeConstantAttribute_t375130962 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DateTimeConstantAttribute_t375130962 ** 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, DateTimeConstantAttribute_t375130962 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline DateTimeConstantAttribute_t375130962 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DateTimeConstantAttribute_t375130962 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DateTimeConstantAttribute_t375130962 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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.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.Resources.ResourceReader/ResourceInfo[] struct ResourceInfoU5BU5D_t2132996019 : public RuntimeArray { public: ALIGN_FIELD (8) ResourceInfo_t2872965302 m_Items[1]; public: inline ResourceInfo_t2872965302 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ResourceInfo_t2872965302 * 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, ResourceInfo_t2872965302 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ResourceInfo_t2872965302 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ResourceInfo_t2872965302 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ResourceInfo_t2872965302 value) { m_Items[index] = value; } }; // System.Resources.ResourceReader/ResourceCacheItem[] struct ResourceCacheItemU5BU5D_t1637949902 : public RuntimeArray { public: ALIGN_FIELD (8) ResourceCacheItem_t51292791 m_Items[1]; public: inline ResourceCacheItem_t51292791 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ResourceCacheItem_t51292791 * 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, ResourceCacheItem_t51292791 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ResourceCacheItem_t51292791 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ResourceCacheItem_t51292791 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ResourceCacheItem_t51292791 value) { m_Items[index] = value; } }; extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke(const CustomAttributeTypedArgument_t2723150157& unmarshaled, CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled); extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke_back(const CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled, CustomAttributeTypedArgument_t2723150157& unmarshaled); extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke_cleanup(CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled); extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com(const CustomAttributeTypedArgument_t2723150157& unmarshaled, CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled); extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com_back(const CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled, CustomAttributeTypedArgument_t2723150157& unmarshaled); extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com_cleanup(CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled); // System.Int32 System.Array::IndexOf(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m3944231312_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, RuntimeObject * p1, const RuntimeMethod* method); // !!0[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) extern "C" IL2CPP_METHOD_ATTR CustomAttributeTypedArgumentU5BU5D_t1465843424* CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array::AsReadOnly(!!0[]) extern "C" IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t3935726444 * Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677_gshared (RuntimeObject * __this /* static, unused */, CustomAttributeTypedArgumentU5BU5D_t1465843424* p0, const RuntimeMethod* method); // !!0[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) extern "C" IL2CPP_METHOD_ATTR CustomAttributeNamedArgumentU5BU5D_t3710464795* CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array::AsReadOnly(!!0[]) extern "C" IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t1500441997 * Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740_gshared (RuntimeObject * __this /* static, unused */, CustomAttributeNamedArgumentU5BU5D_t3710464795* p0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t ___index0, 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.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter/CustomInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CustomInfo__ctor_m426096741 (CustomInfo_t435179798 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Int32[] System.Globalization.NumberFormatInfo::get_RawNumberGroupSizes() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* NumberFormatInfo_get_RawNumberGroupSizes_m1148947207 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NumberGroupSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m3292795925 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Char System.Text.StringBuilder::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m1819843468 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1640838743 (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NumberDecimalSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m33502788 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_PercentSymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentSymbol_m2021660345 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_PerMilleSymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PerMilleSymbol_m1360140831 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NegativeSign() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeSign_m2757109362 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m3039182437 (StringBuilder_t * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __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.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3374010885 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, 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.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m262609521 (InvalidOperationException_t56020091 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m3155282843 (SerializationInfo_t950877179 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m1103241326 (Exception_t * __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.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Boolean System.Version::op_Equality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Equality_m3804852517 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * ___v10, Version_t3456873960 * ___v21, 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.Void System.OperatingSystem::.ctor(System.PlatformID,System.Version) extern "C" IL2CPP_METHOD_ATTR void OperatingSystem__ctor_m1545635730 (OperatingSystem_t3730783609 * __this, int32_t ___platform0, Version_t3456873960 * ___version1, const RuntimeMethod* method); // System.String System.Version::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Version_ToString_m2279867705 (Version_t3456873960 * __this, 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.Void System.StringComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringComparer__ctor_m621368542 (StringComparer_t3301955079 * __this, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinalCaseInsensitiveUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinalUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalUnchecked_m2277084468 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method); // System.Int32 System.OrdinalComparer::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t OrdinalComparer_Compare_m2819174916 (OrdinalComparer_t3407243298 * __this, String_t* ___x0, String_t* ___y1, 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.Int32 System.String::GetCaseInsensitiveHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetCaseInsensitiveHashCode_m3282844242 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __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.Exception::set_HResult(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Exception_set_HResult_m3489164646 (Exception_t * __this, int32_t ___value0, 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.ArithmeticException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m3551809662 (ArithmeticException_t4283546778 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.ArithmeticException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m1658426420 (ArithmeticException_t4283546778 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, 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.Void System.NotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m922781896 (NotSupportedException_t1314879016 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, 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.Void System.Random::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Random__ctor_m3209279193 (Random_t108471755 * __this, int32_t ___Seed0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Reflection.Assembly/ResolveEventHolder::.ctor() extern "C" IL2CPP_METHOD_ATTR void ResolveEventHolder__ctor_m1522332934 (ResolveEventHolder_t2120639521 * __this, const RuntimeMethod* method); // System.String System.Reflection.Assembly::get_code_base(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_code_base_m282368939 (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method); // System.String System.Reflection.Assembly::get_location() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_location_m3128831763 (Assembly_t * __this, const RuntimeMethod* method); // System.Boolean System.MonoCustomAttrs::IsDefined(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefined_m2996012389 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributes_m1775925192 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, bool ___inherit1, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributes_m1347331976 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_m3468564723 (Assembly_t * __this, String_t* ___name0, bool ___throwOnError1, bool ___ignoreCase2, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Type System.Reflection.Assembly::InternalGetType(System.Reflection.Module,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_InternalGetType_m3065345470 (Assembly_t * __this, Module_t2987026101 * ___module0, String_t* ___name1, bool ___throwOnError2, bool ___ignoreCase3, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::get_SecurityEnabled() extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_get_SecurityEnabled_m3467182822 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Reflection.Assembly::GetCodeBase(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_GetCodeBase_m2422053712 (Assembly_t * __this, bool ___escaped0, 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.Assembly::FillName(System.Reflection.Assembly,System.Reflection.AssemblyName) extern "C" IL2CPP_METHOD_ATTR void Assembly_FillName_m1660001542 (RuntimeObject * __this /* static, unused */, Assembly_t * ___ass0, AssemblyName_t270931938 * ___aname1, const RuntimeMethod* method); // System.String System.Reflection.Assembly::get_fullname() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_fullname_m3421330653 (Assembly_t * __this, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::LoadFrom(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadFrom_m3042502435 (RuntimeObject * __this /* static, unused */, String_t* ___assemblyFile0, bool ___refonly1, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_get_CurrentDomain_m182766250 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Reflection.Assembly System.AppDomain::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_m4174353770 (AppDomain_t1571427825 * __this, String_t* ___assemblyString0, const RuntimeMethod* method); // System.Reflection.Assembly System.AppDomain::Load(System.Reflection.AssemblyName) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_m3747492338 (AppDomain_t1571427825 * __this, AssemblyName_t270931938 * ___assemblyRef0, 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.Reflection.Module[] System.Reflection.Assembly::GetModules(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ModuleU5BU5D_t4238763736* Assembly_GetModules_m4157408231 (Assembly_t * __this, bool ___getResourceModules0, const RuntimeMethod* method); // System.String System.Reflection.Module::get_ScopeName() extern "C" IL2CPP_METHOD_ATTR String_t* Module_get_ScopeName_m4152486041 (Module_t2987026101 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m3828927650 (ArrayList_t2718874744 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Boolean System.Reflection.Module::IsResource() extern "C" IL2CPP_METHOD_ATTR bool Module_IsResource_m553227372 (Module_t2987026101 * __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.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m42271953 (SerializationInfo_t950877179 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_m2640574809 (SerializationInfo_t950877179 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m2628215565 (CultureInfo_t4157843068 * __this, int32_t ___culture0, const RuntimeMethod* method); // System.Version System.Reflection.AssemblyName::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * AssemblyName_get_Version_m538083430 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Boolean System.Version::op_Inequality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Inequality_m1696193441 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * ___v10, Version_t3456873960 * ___v21, 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.Byte[] System.Reflection.AssemblyName::InternalGetPublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_InternalGetPublicKeyToken_m3407918444 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::get_Flags() extern "C" IL2CPP_METHOD_ATTR int32_t AssemblyName_get_Flags_m1616840602 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Int32 System.Version::get_Major() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Major_m2457928275 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Int32 System.Version::get_Minor() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Minor_m150536655 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Int32 System.Version::get_Build() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Build_m3667751407 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Int32 System.Version::get_Revision() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Revision_m3982234017 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_FullName_m3351492191 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.String System.Object::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Object_ToString_m1740002499 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.AssemblyName::get_IsPublicKeyValid() extern "C" IL2CPP_METHOD_ATTR bool AssemblyName_get_IsPublicKeyValid_m1483495830 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityException__ctor_m1631242336 (SecurityException_t975544473 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] System.Reflection.AssemblyName::ComputePublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_ComputePublicKeyToken_m824893834 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * CryptoConvert_FromCapiPublicKeyBlob_m4073029974 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___blob0, int32_t ___offset1, const RuntimeMethod* method); // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * CryptoConvert_FromCapiPublicKeyBlob_m184006806 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___blob0, const RuntimeMethod* method); // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create() extern "C" IL2CPP_METHOD_ATTR SHA1_t1803193667 * SHA1_Create_m1390871308 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HashAlgorithm_ComputeHash_m2825542963 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.Array::Reverse(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Reverse_m816310962 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, 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.Reflection.AssemblyName::set_Version(System.Version) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_set_Version_m1802337156 (AssemblyName_t270931938 * __this, Version_t3456873960 * ___value0, const RuntimeMethod* method); // System.String System.IO.Path::GetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m4142135635 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.Reflection.Assembly::InternalGetAssemblyName(System.String,System.Reflection.AssemblyName) extern "C" IL2CPP_METHOD_ATTR void Assembly_InternalGetAssemblyName_m4078200401 (RuntimeObject * __this /* static, unused */, String_t* ___assemblyFile0, AssemblyName_t270931938 * ___aname1, const RuntimeMethod* method); // System.Void System.Reflection.Binder/Default::.ctor() extern "C" IL2CPP_METHOD_ATTR void Default__ctor_m325526679 (Default_t2456596213 * __this, const RuntimeMethod* method); // System.Void System.Reflection.TargetParameterCountException::.ctor() extern "C" IL2CPP_METHOD_ATTR void TargetParameterCountException__ctor_m2135390327 (TargetParameterCountException_t1216617239 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Binder::GetDerivedLevel(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Binder_GetDerivedLevel_m3216810447 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Reflection.AmbiguousMatchException::.ctor() extern "C" IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m15419215 (AmbiguousMatchException_t566690781 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Binder::.ctor() extern "C" IL2CPP_METHOD_ATTR void Binder__ctor_m2821133715 (Binder_t2999457153 * __this, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.Binder/Default::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_SelectMethod_m469311730 (Default_t2456596213 * __this, int32_t ___bindingAttr0, MethodBaseU5BU5D_t779831733* ___match1, TypeU5BU5D_t3940880105* ___types2, ParameterModifierU5BU5D_t2943407543* ___modifiers3, bool ___allowByRefMatch4, const RuntimeMethod* method); // System.Void System.Reflection.Binder/Default::ReorderParameters(System.String[],System.Object[]&,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void Default_ReorderParameters_m2076271671 (Default_t2456596213 * __this, StringU5BU5D_t1281789340* ___names0, ObjectU5BU5D_t2843939325** ___args1, MethodBase_t * ___selected2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, 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.Boolean System.Reflection.Binder/Default::IsArrayAssignable(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Default_IsArrayAssignable_m953489228 (RuntimeObject * __this /* static, unused */, Type_t * ___object_type0, Type_t * ___target_type1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsByRef() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m1262524108 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Binder/Default::check_type(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Default_check_type_m3691874551 (RuntimeObject * __this /* static, unused */, Type_t * ___from0, Type_t * ___to1, 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.Object System.Enum::ToObject(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1628250250 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPointer() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsPointer_m4067542339 (Type_t * __this, 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.Type::get_IsInterface() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m3284996719 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Enum::GetUnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m2480312097 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, 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_IsValueType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m3108065642 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Attribute::IsDefined(System.Reflection.ParameterInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m4069052474 (RuntimeObject * __this /* static, unused */, ParameterInfo_t1861056598 * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Boolean System.Reflection.Binder/Default::check_arguments(System.Type[],System.Reflection.ParameterInfo[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Default_check_arguments_m3882727959 (RuntimeObject * __this /* static, unused */, TypeU5BU5D_t3940880105* ___types0, ParameterInfoU5BU5D_t390618515* ___args1, bool ___allowByRefMatch2, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.Binder/Default::GetBetterMethod(System.Reflection.MethodBase,System.Reflection.MethodBase,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_GetBetterMethod_m3232777160 (Default_t2456596213 * __this, MethodBase_t * ___m10, MethodBase_t * ___m21, TypeU5BU5D_t3940880105* ___types2, const RuntimeMethod* method); // System.Int32 System.Reflection.Binder/Default::CompareCloserType(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Default_CompareCloserType_m2643961470 (Default_t2456596213 * __this, Type_t * ___t10, Type_t * ___t21, const RuntimeMethod* method); // System.Boolean System.Type::get_HasElementType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m710151977 (Type_t * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) #define Array_IndexOf_TisType_t_m2550246197(__this /* static, unused */, p0, p1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, TypeU5BU5D_t3940880105*, Type_t *, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m3944231312_gshared)(__this /* static, unused */, p0, p1, method) // System.Int32 System.Reflection.Binder/Default::check_arguments_with_score(System.Type[],System.Reflection.ParameterInfo[]) extern "C" IL2CPP_METHOD_ATTR int32_t Default_check_arguments_with_score_m3467814020 (RuntimeObject * __this /* static, unused */, TypeU5BU5D_t3940880105* ___types0, ParameterInfoU5BU5D_t390618515* ___args1, const RuntimeMethod* method); // System.Int32 System.Reflection.Binder/Default::check_type_with_score(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Default_check_type_with_score_m3022331006 (RuntimeObject * __this /* static, unused */, Type_t * ___from0, Type_t * ___to1, const RuntimeMethod* method); // System.Void System.Reflection.MethodBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void MethodBase__ctor_m1907868998 (MethodBase_t * __this, const RuntimeMethod* method); // !!0[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) #define CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813(__this /* static, unused */, p0, method) (( CustomAttributeTypedArgumentU5BU5D_t1465843424* (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, const RuntimeMethod*))CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813_gshared)(__this /* static, unused */, p0, method) // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array::AsReadOnly(!!0[]) #define Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677(__this /* static, unused */, p0, method) (( ReadOnlyCollection_1_t3935726444 * (*) (RuntimeObject * /* static, unused */, CustomAttributeTypedArgumentU5BU5D_t1465843424*, const RuntimeMethod*))Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677_gshared)(__this /* static, unused */, p0, method) // !!0[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) #define CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512(__this /* static, unused */, p0, method) (( CustomAttributeNamedArgumentU5BU5D_t3710464795* (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, const RuntimeMethod*))CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512_gshared)(__this /* static, unused */, p0, method) // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array::AsReadOnly(!!0[]) #define Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740(__this /* static, unused */, p0, method) (( ReadOnlyCollection_1_t1500441997 * (*) (RuntimeObject * /* static, unused */, CustomAttributeNamedArgumentU5BU5D_t3710464795*, const RuntimeMethod*))Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740_gshared)(__this /* static, unused */, p0, method) // System.Collections.Generic.IList`1 System.MonoCustomAttrs::GetCustomAttributesData(System.Reflection.ICustomAttributeProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MonoCustomAttrs_GetCustomAttributesData_m3138951217 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, const RuntimeMethod* method); // System.String System.Reflection.CustomAttributeTypedArgument::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CustomAttributeTypedArgument_ToString_m864948362 (CustomAttributeTypedArgument_t2723150157 * __this, const RuntimeMethod* method); // System.String System.Reflection.CustomAttributeNamedArgument::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CustomAttributeNamedArgument_ToString_m1488801416 (CustomAttributeNamedArgument_t287865710 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m921870684 (StringBuilder_t * __this, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Boolean System.Reflection.CustomAttributeTypedArgument::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeTypedArgument_Equals_m2261980307 (CustomAttributeTypedArgument_t2723150157 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Reflection.CustomAttributeNamedArgument::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeNamedArgument_Equals_m1414002036 (CustomAttributeNamedArgument_t287865710 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Reflection.CustomAttributeTypedArgument::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CustomAttributeTypedArgument_GetHashCode_m1121388927 (CustomAttributeTypedArgument_t2723150157 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.CustomAttributeNamedArgument::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CustomAttributeNamedArgument_GetHashCode_m2317130892 (CustomAttributeNamedArgument_t287865710 * __this, 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.Exception System.Reflection.Emit.AssemblyBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * AssemblyBuilder_not_supported_m1735277432 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Reflection.AssemblyName System.Reflection.Assembly::UnprotectedGetName() extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * Assembly_UnprotectedGetName_m600830855 (Assembly_t * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.StrongName::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* StrongName_get_PublicKey_m1841537984 (StrongName_t4093849377 * __this, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::SetPublicKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKey_m1771377104 (AssemblyName_t270931938 * __this, ByteU5BU5D_t4116647657* ___publicKey0, const RuntimeMethod* method); // System.Byte[] Mono.Security.StrongName::get_PublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* StrongName_get_PublicKeyToken_m2115276552 (StrongName_t4093849377 * __this, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::SetPublicKeyToken(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKeyToken_m582470133 (AssemblyName_t270931938 * __this, ByteU5BU5D_t4116647657* ___publicKeyToken0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.DerivedType::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void DerivedType__ctor_m1853298054 (DerivedType_t4286302013 * __this, Type_t * ___elementType0, 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.Void System.Reflection.ConstructorInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConstructorInfo__ctor_m356047157 (ConstructorInfo_t5769829 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ConstructorBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_get_next_table_index_m2681706538 (ConstructorBuilder_t2813524108 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method); // System.Reflection.Module System.Reflection.Emit.TypeBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * TypeBuilder_get_Module_m4154269895 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Reflection.Emit.MethodToken System.Reflection.Emit.ConstructorBuilder::GetToken() extern "C" IL2CPP_METHOD_ATTR MethodToken_t4055728386 ConstructorBuilder_GetToken_m109400720 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.MethodToken::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t MethodToken_get_Token_m966062910 (MethodToken_t4055728386 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ModuleBuilder::RegisterToken(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_RegisterToken_m4166846047 (ModuleBuilder_t731887691 * __this, RuntimeObject * ___obj0, int32_t ___token1, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.TypeBuilder::get_is_created() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_get_is_created_m1192848807 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.ConstructorBuilder::get_IsCompilerContext() extern "C" IL2CPP_METHOD_ATTR bool ConstructorBuilder_get_IsCompilerContext_m3364441562 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.ConstructorBuilder::not_created() extern "C" IL2CPP_METHOD_ATTR Exception_t * ConstructorBuilder_not_created_m1456215494 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Reflection.ParameterInfo[] System.Reflection.Emit.ConstructorBuilder::GetParametersInternal() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* ConstructorBuilder_GetParametersInternal_m2039842762 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Void System.Reflection.ParameterInfo::.ctor(System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ParameterInfo__ctor_m2779026345 (ParameterInfo_t1861056598 * __this, ParameterBuilder_t1137139675 * ___pb0, Type_t * ___type1, MemberInfo_t * ___member2, int32_t ___position3, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.ConstructorBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * ConstructorBuilder_not_supported_m1054126936 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Reflection.Emit.ILGenerator System.Reflection.Emit.ConstructorBuilder::GetILGenerator(System.Int32) extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * ConstructorBuilder_GetILGenerator_m1750792206 (ConstructorBuilder_t2813524108 * __this, int32_t ___streamSize0, const RuntimeMethod* method); // System.Reflection.Emit.TokenGenerator System.Reflection.Emit.ModuleBuilder::GetTokenGenerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ModuleBuilder_GetTokenGenerator_m4177350090 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::.ctor(System.Reflection.Module,System.Reflection.Emit.TokenGenerator,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator__ctor_m1540961053 (ILGenerator_t1388622344 * __this, Module_t2987026101 * ___m0, RuntimeObject* ___token_gen1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Reflection.Emit.MethodToken::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MethodToken__ctor_m2100013302 (MethodToken_t4055728386 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Reflection.Module System.Reflection.MemberInfo::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * MemberInfo_get_Module_m4119009657 (MemberInfo_t * __this, const RuntimeMethod* method); // System.String System.Reflection.Emit.TypeBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_Name_m1525921477 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ILGenerator::Mono_GetCurrentOffset(System.Reflection.Emit.ILGenerator) extern "C" IL2CPP_METHOD_ATTR int32_t ILGenerator_Mono_GetCurrentOffset_m993338688 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___ig0, const RuntimeMethod* method); // System.String System.Reflection.Emit.ConstructorBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ConstructorBuilder_get_Name_m2426555260 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::label_fixup() extern "C" IL2CPP_METHOD_ATTR void ILGenerator_label_fixup_m1749904972 (ILGenerator_t1388622344 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.TypeBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t TypeBuilder_get_next_table_index_m789974556 (TypeBuilder_t1073948154 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method); // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ConstructorBuilder::get_TypeBuilder() extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ConstructorBuilder_get_TypeBuilder_m2755629087 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Module::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * Module_get_Assembly_m2485063752 (Module_t2987026101 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.AssemblyBuilder::get_IsCompilerContext() extern "C" IL2CPP_METHOD_ATTR bool AssemblyBuilder_get_IsCompilerContext_m4201958597 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method); // System.Void System.Type::.ctor() extern "C" IL2CPP_METHOD_ATTR void Type__ctor_m3795799013 (Type_t * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Reflection.TypeAttributes System.Type::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t Type_get_Attributes_m58528356 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ByRefType::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void ByRefType__ctor_m194708390 (ByRefType_t2066805327 * __this, Type_t * ___elementType0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.DerivedType::create_unmanaged_type(System.Type) extern "C" IL2CPP_METHOD_ATTR void DerivedType_create_unmanaged_type_m747846525 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Emit.TypeBuilder::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * TypeBuilder_get_Assembly_m4071790036 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.String System.Reflection.Emit.TypeBuilder::get_AssemblyQualifiedName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_AssemblyQualifiedName_m4059714567 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_get_BaseType_m3571781126 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_get_DeclaringType_m4128305641 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.String System.Reflection.Emit.TypeBuilder::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_FullName_m420272554 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.String System.Reflection.Emit.TypeBuilder::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_Namespace_m4175323609 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_get_ReflectedType_m3266505878 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.RuntimeTypeHandle System.Reflection.Emit.TypeBuilder::get_TypeHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeTypeHandle_t3027515415 TypeBuilder_get_TypeHandle_m3498565307 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m1195697116 (Type_t * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method); // System.Reflection.ConstructorInfo[] System.Reflection.Emit.TypeBuilder::GetConstructors(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* TypeBuilder_GetConstructors_m26844333 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method); // System.Object[] System.Reflection.Emit.TypeBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* TypeBuilder_GetCustomAttributes_m2898560796 (TypeBuilder_t1073948154 * __this, bool ___inherit0, const RuntimeMethod* method); // System.Object[] System.Reflection.Emit.TypeBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* TypeBuilder_GetCustomAttributes_m981725999 (TypeBuilder_t1073948154 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::GetElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_GetElementType_m1881206953 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Reflection.EventInfo System.Reflection.Emit.TypeBuilder::GetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * TypeBuilder_GetEvent_m2166527753 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Reflection.EventInfo[] System.Reflection.Emit.TypeBuilder::GetEvents(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfoU5BU5D_t3237081491* TypeBuilder_GetEvents_m1798175863 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method); // System.Reflection.FieldInfo System.Reflection.Emit.TypeBuilder::GetField(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * TypeBuilder_GetField_m2932767407 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Reflection.FieldInfo[] System.Reflection.Emit.TypeBuilder::GetFields(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* TypeBuilder_GetFields_m2518194342 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::GetInterface(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_GetInterface_m459524699 (TypeBuilder_t1073948154 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method); // System.Type[] System.Reflection.Emit.TypeBuilder::GetInterfaces() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* TypeBuilder_GetInterfaces_m4067367903 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Reflection.MemberInfo[] System.Reflection.Emit.TypeBuilder::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t1302094432* TypeBuilder_GetMember_m1363689566 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___type1, int32_t ___bindingAttr2, 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.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1512604930 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, int32_t ___callConvention3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method); // System.Reflection.MethodInfo[] System.Reflection.Emit.TypeBuilder::GetMethods(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* TypeBuilder_GetMethods_m455544206 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method); // System.Type[] System.Reflection.Emit.TypeBuilder::GetNestedTypes(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* TypeBuilder_GetNestedTypes_m2300144215 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method); // System.Reflection.PropertyInfo[] System.Reflection.Emit.TypeBuilder::GetProperties(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* TypeBuilder_GetProperties_m1107583832 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.EnumBuilder::CreateNotSupportedException() extern "C" IL2CPP_METHOD_ATTR Exception_t * EnumBuilder_CreateNotSupportedException_m3236297331 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method); // System.Object System.Reflection.Emit.TypeBuilder::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeBuilder_InvokeMember_m713975721 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t2843939325* ___args4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, CultureInfo_t4157843068 * ___culture6, StringU5BU5D_t1281789340* ___namedParameters7, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.TypeBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsDefined_m1289323273 (TypeBuilder_t1073948154 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.FieldBuilder::CreateNotSupportedException() extern "C" IL2CPP_METHOD_ATTR Exception_t * FieldBuilder_CreateNotSupportedException_m2447945803 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.GenericTypeParameterBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * GenericTypeParameterBuilder_not_supported_m3358960901 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_BaseType_m3389926280 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.MethodBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * MethodBuilder_get_DeclaringType_m2226312865 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_DeclaringType_m1741243224 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean System.Type::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Type_Equals_m1673304139 (Type_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Int32 System.Type::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Type_GetHashCode_m1947148725 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Type::MakeGenericType(System.Type[]) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_MakeGenericType_m2479309691 (Type_t * __this, TypeU5BU5D_t3940880105* ___typeArguments0, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.OpCode::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_Size_m3461506715 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Reflection.Emit.StackBehaviour System.Reflection.Emit.OpCode::get_StackBehaviourPush() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_StackBehaviourPush_m986094870 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Reflection.Emit.StackBehaviour System.Reflection.Emit.OpCode::get_StackBehaviourPop() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_StackBehaviourPop_m4250794726 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::make_room(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_make_room_m2688251824 (ILGenerator_t1388622344 * __this, int32_t ___nbytes0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::ll_emit(System.Reflection.Emit.OpCode) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_ll_emit_m2218983546 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::add_token_fixup(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_add_token_fixup_m1816002840 (ILGenerator_t1388622344 * __this, MemberInfo_t * ___mi0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::emit_int(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_emit_int_m2322014738 (ILGenerator_t1388622344 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.MethodBuilder::NotSupported() extern "C" IL2CPP_METHOD_ATTR Exception_t * MethodBuilder_NotSupported_m1497589941 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsVirtual() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_m2008546636 (MethodBase_t * __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.TypeLoadException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m2362330792 (TypeLoadException_t3707937253 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Reflection.Emit.MethodBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MethodBuilder_get_Name_m610453823 (MethodBuilder_t2807316753 * __this, 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.Boolean System.Object::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m2439880830 (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.MethodToken::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MethodToken_Equals_m460628456 (MethodToken_t4055728386 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.MethodToken::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t MethodToken_GetHashCode_m673885300 (MethodToken_t4055728386 * __this, 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.Int32 System.Reflection.Emit.ModuleBuilder::getToken(System.Reflection.Emit.ModuleBuilder,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_getToken_m4290400349 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___mb0, RuntimeObject * ___obj1, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ModuleBuilderTokenGenerator::.ctor(System.Reflection.Emit.ModuleBuilder) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilderTokenGenerator__ctor_m2360787210 (ModuleBuilderTokenGenerator_t944435078 * __this, ModuleBuilder_t731887691 * ___mb0, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ModuleBuilder::GetToken(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_GetToken_m4274310417 (ModuleBuilder_t731887691 * __this, MemberInfo_t * ___member0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.OpCode::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OpCode__ctor_m2823239373 (OpCode_t123070264 * __this, int32_t ___p0, int32_t ___q1, const RuntimeMethod* method); // System.String System.Reflection.Emit.OpCode::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* OpCode_get_Name_m149707431 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.OpCode::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_GetHashCode_m1374201362 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.OpCode::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool OpCode_Equals_m1376200488 (OpCode_t123070264 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String System.Reflection.Emit.OpCode::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* OpCode_ToString_m4248967054 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.PropertyBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * PropertyBuilder_not_supported_m1290265515 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.TypeBuilder::get_IsCompilerContext() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_get_IsCompilerContext_m4056143290 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.TypeBuilder::check_created() extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_check_created_m3513163610 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Reflection.CallingConventions System.Reflection.Emit.ConstructorBuilder::get_CallingConvention() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_get_CallingConvention_m3019479360 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Reflection.Binder System.Reflection.Binder::get_DefaultBinder() extern "C" IL2CPP_METHOD_ATTR Binder_t2999457153 * Binder_get_DefaultBinder_m950908649 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.TypeBuilder::DefineConstructor(System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type[],System.Type[][],System.Type[][]) extern "C" IL2CPP_METHOD_ATTR ConstructorBuilder_t2813524108 * TypeBuilder_DefineConstructor_m3514391445 (TypeBuilder_t1073948154 * __this, int32_t ___attributes0, int32_t ___callingConvention1, TypeU5BU5D_t3940880105* ___parameterTypes2, TypeU5BU5DU5BU5D_t4042077012* ___requiredCustomModifiers3, TypeU5BU5DU5BU5D_t4042077012* ___optionalCustomModifiers4, const RuntimeMethod* method); // System.Void System.Reflection.Emit.TypeBuilder::check_not_created() extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_check_not_created_m3652863637 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ConstructorBuilder::.ctor(System.Reflection.Emit.TypeBuilder,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type[],System.Type[][],System.Type[][]) extern "C" IL2CPP_METHOD_ATTR void ConstructorBuilder__ctor_m1580993362 (ConstructorBuilder_t2813524108 * __this, TypeBuilder_t1073948154 * ___tb0, int32_t ___attributes1, int32_t ___callingConvention2, TypeU5BU5D_t3940880105* ___parameterTypes3, TypeU5BU5DU5BU5D_t4042077012* ___paramModReq4, TypeU5BU5DU5BU5D_t4042077012* ___paramModOpt5, 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.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.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.MethodAttributes System.Reflection.Emit.MethodBuilder::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_get_Attributes_m2740229145 (MethodBuilder_t2807316753 * __this, 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.Reflection.Emit.TypeBuilder::SetParent(System.Type) extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_SetParent_m4101148229 (TypeBuilder_t1073948154 * __this, Type_t * ___parent0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.TypeBuilder::create_generic_class() extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_create_generic_class_m3823884980 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.FieldBuilder::get_FieldType() extern "C" IL2CPP_METHOD_ATTR Type_t * FieldBuilder_get_FieldType_m1091288720 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_m3482711189 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.TypeBuilder::is_nested_in(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_is_nested_in_m1146519762 (TypeBuilder_t1073948154 * __this, Type_t * ___t0, const RuntimeMethod* method); // System.Reflection.Assembly System.AppDomain::DoTypeResolve(System.Object) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_DoTypeResolve_m1335093328 (AppDomain_t1571427825 * __this, RuntimeObject * ___name_or_tb0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsSealed() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsSealed_m3543837727 (Type_t * __this, 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_IsAbstract() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m1120089130 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsAbstract() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsAbstract_m428833029 (MethodBase_t * __this, 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.Void System.Reflection.Emit.MethodBuilder::check_override() extern "C" IL2CPP_METHOD_ATTR void MethodBuilder_check_override_m4226508046 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.MethodBuilder::fixup() extern "C" IL2CPP_METHOD_ATTR void MethodBuilder_fixup_m1765890582 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method); // System.Reflection.TypeAttributes System.Reflection.Emit.TypeBuilder::GetAttributeFlagsImpl() extern "C" IL2CPP_METHOD_ATTR int32_t TypeBuilder_GetAttributeFlagsImpl_m2729077290 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.TypeBuilder::has_ctor_method() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_has_ctor_method_m2987175843 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.TypeBuilder::DefineDefaultConstructor(System.Reflection.MethodAttributes) extern "C" IL2CPP_METHOD_ATTR ConstructorBuilder_t2813524108 * TypeBuilder_DefineDefaultConstructor_m2168449784 (TypeBuilder_t1073948154 * __this, int32_t ___attributes0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ConstructorBuilder::fixup() extern "C" IL2CPP_METHOD_ATTR void ConstructorBuilder_fixup_m3699998230 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::create_runtime_class(System.Reflection.Emit.TypeBuilder) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_create_runtime_class_m2581270900 (TypeBuilder_t1073948154 * __this, TypeBuilder_t1073948154 * ___tb0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo[] System.Reflection.Emit.TypeBuilder::GetConstructorsInternal(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* TypeBuilder_GetConstructorsInternal_m3565722264 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, 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.Reflection.MethodAttributes System.Reflection.Emit.ConstructorBuilder::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_get_Attributes_m1598011285 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_m2399864271 (MethodBase_t * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1071830722 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, const RuntimeMethod* method); // System.Reflection.MethodInfo[] System.Reflection.Emit.TypeBuilder::GetMethodsByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.Type) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* TypeBuilder_GetMethodsByName_m1441669940 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___ignoreCase2, Type_t * ___reflected_type3, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.Binder::FindMostDerivedMatch(System.Reflection.MethodBase[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Binder_FindMostDerivedMatch_m239579024 (RuntimeObject * __this /* static, unused */, MethodBaseU5BU5D_t779831733* ___match0, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.TypeBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * TypeBuilder_not_supported_m1239084737 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Boolean System.Type::type_is_subtype_of(System.Type,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Type_type_is_subtype_of_m1406623598 (RuntimeObject * __this /* static, unused */, Type_t * ___a0, Type_t * ___b1, bool ___check_interfaces2, const RuntimeMethod* method); // System.Void System.Reflection.Emit.TypeBuilder::setup_internal_class(System.Reflection.Emit.TypeBuilder) extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_setup_internal_class_m4067683076 (TypeBuilder_t1073948154 * __this, TypeBuilder_t1073948154 * ___tb0, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ModuleBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_get_next_table_index_m1158040331 (ModuleBuilder_t731887691 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method); // System.Boolean System.Type::IsAssignableFrom(System.Type) extern "C" IL2CPP_METHOD_ATTR bool Type_IsAssignableFrom_m3195021585 (Type_t * __this, Type_t * ___c0, const RuntimeMethod* method); // System.Boolean System.Type::IsSubclassOf(System.Type) extern "C" IL2CPP_METHOD_ATTR bool Type_IsSubclassOf_m527829736 (Type_t * __this, Type_t * ___c0, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.TypeBuilder::get_IsGenericTypeDefinition() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_get_IsGenericTypeDefinition_m1477212742 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.MarshalAsAttribute::.ctor(System.Runtime.InteropServices.UnmanagedType) extern "C" IL2CPP_METHOD_ATTR void MarshalAsAttribute__ctor_m1885514494 (MarshalAsAttribute_t3522571978 * __this, int32_t ___unmanagedType0, const RuntimeMethod* method); // System.Void System.Reflection.MemberInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemberInfo__ctor_m3258770133 (MemberInfo_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.EventInfo/AddEventAdapter::Invoke(System.Object,System.Delegate) extern "C" IL2CPP_METHOD_ATTR void AddEventAdapter_Invoke_m3665771100 (AddEventAdapter_t1787725097 * __this, RuntimeObject * ____this0, Delegate_t1188392813 * ___dele1, const RuntimeMethod* method); // System.IntPtr System.RuntimeFieldHandle::get_Value() extern "C" IL2CPP_METHOD_ATTR intptr_t RuntimeFieldHandle_get_Value_m4138444424 (RuntimeFieldHandle_t1871169219 * __this, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m408849716 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Reflection.FieldInfo System.Reflection.FieldInfo::internal_from_handle_type(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * FieldInfo_internal_from_handle_type_m3256989094 (RuntimeObject * __this /* static, unused */, intptr_t ___field_handle0, intptr_t ___type_handle1, const RuntimeMethod* method); // System.Reflection.Emit.UnmanagedMarshal System.Reflection.FieldInfo::GetUnmanagedMarshal() extern "C" IL2CPP_METHOD_ATTR UnmanagedMarshal_t984015687 * FieldInfo_GetUnmanagedMarshal_m1813368915 (FieldInfo_t * __this, 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.Type::get_IsExplicitLayout() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsExplicitLayout_m1182254884 (Type_t * __this, const RuntimeMethod* method); // System.Void System.NonSerializedAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void NonSerializedAttribute__ctor_m3763812670 (NonSerializedAttribute_t2945079482 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.FieldOffsetAttribute::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FieldOffsetAttribute__ctor_m591213967 (FieldOffsetAttribute_t3945874278 * __this, int32_t ___offset0, const RuntimeMethod* method); // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.Emit.UnmanagedMarshal::ToMarshalAsAttribute() extern "C" IL2CPP_METHOD_ATTR MarshalAsAttribute_t3522571978 * UnmanagedMarshal_ToMarshalAsAttribute_m3182194847 (UnmanagedMarshal_t984015687 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MemberFilter::Invoke(System.Reflection.MemberInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR bool MemberFilter_Invoke_m2890658112 (MemberFilter_t426314064 * __this, MemberInfo_t * ___m0, RuntimeObject * ___filterCriteria1, 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.Void System.Reflection.MemberInfoSerializationHolder::Serialize(System.Runtime.Serialization.SerializationInfo,System.String,System.Type,System.String,System.Reflection.MemberTypes,System.Type[]) extern "C" IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder_Serialize_m2491586031 (RuntimeObject * __this /* static, unused */, SerializationInfo_t950877179 * ___info0, String_t* ___name1, Type_t * ___klass2, String_t* ___signature3, int32_t ___type4, TypeU5BU5D_t3940880105* ___genericArguments5, 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.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* ___value0, 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.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m4206634422 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, 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.IntPtr System.RuntimeMethodHandle::get_Value() extern "C" IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_m723997769 (RuntimeMethodHandle_t1133924984 * __this, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromIntPtr(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromIntPtr_m3014201362 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, intptr_t ___declaringType1, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleInternalType(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleInternalType_m2695073734 (RuntimeObject * __this /* static, unused */, intptr_t ___method_handle0, intptr_t ___type_handle1, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.MethodBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_get_next_table_index_m2755473113 (MethodBuilder_t2807316753 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, 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.Reflection.Missing::.ctor() extern "C" IL2CPP_METHOD_ATTR void Missing__ctor_m1587294558 (Missing_t508514592 * __this, const RuntimeMethod* method); // System.Void System.Reflection.TypeFilter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TypeFilter__ctor_m3644914440 (TypeFilter_t2356120900 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.UnitySerializationHolder::GetModuleData(System.Reflection.Module,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetModuleData_m1550266881 (RuntimeObject * __this /* static, unused */, Module_t2987026101 * ___instance0, SerializationInfo_t950877179 * ___info1, StreamingContext_t3711869237 ___ctx2, const RuntimeMethod* method); // System.Type[] System.Reflection.Module::InternalGetTypes() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* Module_InternalGetTypes_m4031912254 (Module_t2987026101 * __this, 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.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.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.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Reflection.Module System.Reflection.ModuleResolveEventHandler::Invoke(System.Object,System.ResolveEventArgs) extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * ModuleResolveEventHandler_Invoke_m942203296 (ModuleResolveEventHandler_t797517678 * __this, RuntimeObject * ___sender0, ResolveEventArgs_t1779456501 * ___e1, const RuntimeMethod* method); // System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo::GetParametersInfo(System.IntPtr,System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* MonoMethodInfo_GetParametersInfo_m2209427166 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, MemberInfo_t * ___member1, const RuntimeMethod* method); // System.Void System.Reflection.TargetParameterCountException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TargetParameterCountException__ctor_m4113674829 (TargetParameterCountException_t1216617239 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Reflection.Binder::ConvertArgs(System.Reflection.Binder,System.Object[],System.Reflection.ParameterInfo[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool Binder_ConvertArgs_m2124461494 (RuntimeObject * __this /* static, unused */, Binder_t2999457153 * ___binder0, ObjectU5BU5D_t2843939325* ___args1, ParameterInfoU5BU5D_t390618515* ___pinfo2, CultureInfo_t4157843068 * ___culture3, 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.MemberAccessException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m3059744007 (MemberAccessException_t1734467078 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Object System.Reflection.MonoCMethod::InternalInvoke(System.Object,System.Object[],System.Exception&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_InternalInvoke_m131287437 (MonoCMethod_t3191134373 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t2843939325* ___parameters1, Exception_t ** ___exc2, const RuntimeMethod* method); // System.Void System.Reflection.TargetInvocationException::.ctor(System.Exception) extern "C" IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_m3011316584 (TargetInvocationException_t4266643902 * __this, Exception_t * ___inner0, const RuntimeMethod* method); // System.Void System.RuntimeMethodHandle::.ctor(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m2229201676 (RuntimeMethodHandle_t1133924984 * __this, intptr_t ___v0, const RuntimeMethod* method); // System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo::GetAttributes(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_GetAttributes_m2458894713 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method); // System.Reflection.CallingConventions System.Reflection.MonoMethodInfo::GetCallingConvention(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_GetCallingConvention_m3156036493 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method); // System.Type System.Reflection.MonoMethodInfo::GetDeclaringType(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR Type_t * MonoMethodInfo_GetDeclaringType_m2924452727 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method); // System.String System.Reflection.MonoMethod::get_name(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR String_t* MonoMethod_get_name_m2690633670 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___method0, const RuntimeMethod* method); // System.Void System.Reflection.MemberInfoSerializationHolder::Serialize(System.Runtime.Serialization.SerializationInfo,System.String,System.Type,System.String,System.Reflection.MemberTypes) extern "C" IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder_Serialize_m2002453739 (RuntimeObject * __this /* static, unused */, SerializationInfo_t950877179 * ___info0, String_t* ___name1, Type_t * ___klass2, String_t* ___signature3, int32_t ___type4, const RuntimeMethod* method); // System.Void System.Reflection.EventInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventInfo__ctor_m3033129999 (EventInfo_t * __this, const RuntimeMethod* method); // System.Reflection.MonoEventInfo System.Reflection.MonoEventInfo::GetEventInfo(System.Reflection.MonoEvent) extern "C" IL2CPP_METHOD_ATTR MonoEventInfo_t346866618 MonoEventInfo_GetEventInfo_m873645389 (RuntimeObject * __this /* static, unused */, MonoEvent_t * ___ev0, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsPublic() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m2180846589 (MethodBase_t * __this, const RuntimeMethod* method); // System.Type System.Reflection.EventInfo::get_EventHandlerType() extern "C" IL2CPP_METHOD_ATTR Type_t * EventInfo_get_EventHandlerType_m420690865 (EventInfo_t * __this, const RuntimeMethod* method); // System.String System.Reflection.MonoEvent::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MonoEvent_get_Name_m3774595291 (MonoEvent_t * __this, const RuntimeMethod* method); // System.Type System.Reflection.MonoEvent::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoEvent_get_ReflectedType_m3664183825 (MonoEvent_t * __this, const RuntimeMethod* method); // System.String System.Reflection.MonoEvent::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* MonoEvent_ToString_m2145104522 (MonoEvent_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.MonoEventInfo::get_event_info(System.Reflection.MonoEvent,System.Reflection.MonoEventInfo&) extern "C" IL2CPP_METHOD_ATTR void MonoEventInfo_get_event_info_m583997560 (RuntimeObject * __this /* static, unused */, MonoEvent_t * ___ev0, MonoEventInfo_t346866618 * ___info1, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void FieldInfo__ctor_m3305575002 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Type System.Reflection.MonoField::GetParentType(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * MonoField_GetParentType_m2478933781 (MonoField_t * __this, bool ___declaring0, const RuntimeMethod* method); // System.Void System.Reflection.TargetException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TargetException__ctor_m1440702323 (TargetException_t3386045725 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsLiteral() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsLiteral_m534699794 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.MonoField::CheckGeneric() extern "C" IL2CPP_METHOD_ATTR void MonoField_CheckGeneric_m453069507 (MonoField_t * __this, const RuntimeMethod* method); // System.Object System.Reflection.MonoField::GetValueInternal(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoField_GetValueInternal_m532651562 (MonoField_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.FieldAccessException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FieldAccessException__ctor_m3482795704 (FieldAccessException_t238379456 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Reflection.MonoField::SetValueInternal(System.Reflection.FieldInfo,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void MonoField_SetValueInternal_m2352116743 (RuntimeObject * __this /* static, unused */, FieldInfo_t * ___fi0, RuntimeObject * ___obj1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void System.Reflection.MonoCMethod::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoCMethod__ctor_m1867900682 (MonoCMethod_t3191134373 * __this, const RuntimeMethod* method); // System.Void System.Reflection.MonoMethod::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoMethod__ctor_m2104049215 (MonoMethod_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.MethodInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void MethodInfo__ctor_m2805780217 (MethodInfo_t * __this, const RuntimeMethod* method); // System.Reflection.MonoMethod System.Reflection.MonoMethod::get_base_definition(System.Reflection.MonoMethod) extern "C" IL2CPP_METHOD_ATTR MonoMethod_t * MonoMethod_get_base_definition_m282872694 (RuntimeObject * __this /* static, unused */, MonoMethod_t * ___method0, const RuntimeMethod* method); // System.Type System.Reflection.MonoMethodInfo::GetReturnType(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR Type_t * MonoMethodInfo_GetReturnType_m914391169 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method); // System.Object System.Reflection.MonoMethod::InternalInvoke(System.Object,System.Object[],System.Exception&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoMethod_InternalInvoke_m1266143136 (MonoMethod_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t2843939325* ___parameters1, Exception_t ** ___exc2, const RuntimeMethod* method); // System.Reflection.MonoMethodInfo System.Reflection.MonoMethodInfo::GetMethodInfo(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR MonoMethodInfo_t1248819020 MonoMethodInfo_GetMethodInfo_m2481349296 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.PreserveSigAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void PreserveSigAttribute__ctor_m332009382 (PreserveSigAttribute_t979468563 * __this, const RuntimeMethod* method); // System.Runtime.InteropServices.DllImportAttribute System.Reflection.MonoMethod::GetDllImportAttribute(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR DllImportAttribute_t92573803 * MonoMethod_GetDllImportAttribute_m853324018 (RuntimeObject * __this /* static, unused */, intptr_t ___mhandle0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsClass() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsClass_m589177581 (Type_t * __this, 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.Boolean System.Type::get_IsNested() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsNested_m3546087448 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MonoMethod::ShouldPrintFullName(System.Type) extern "C" IL2CPP_METHOD_ATTR bool MonoMethod_ShouldPrintFullName_m1607666412 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2751210921 (ArgumentNullException_t1615371798 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.MonoMethod::MakeGenericMethod_impl(System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_MakeGenericMethod_impl_m1719465708 (MonoMethod_t * __this, TypeU5BU5D_t3940880105* ___types0, const RuntimeMethod* method); // System.Void System.Reflection.MonoMethodInfo::get_method_info(System.IntPtr,System.Reflection.MonoMethodInfo&) extern "C" IL2CPP_METHOD_ATTR void MonoMethodInfo_get_method_info_m88651774 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, MonoMethodInfo_t1248819020 * ___info1, const RuntimeMethod* method); // System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo::get_parameter_info(System.IntPtr,System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* MonoMethodInfo_get_parameter_info_m1729015241 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, MemberInfo_t * ___member1, const RuntimeMethod* method); // System.Void System.Reflection.PropertyInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void PropertyInfo__ctor_m4235916625 (PropertyInfo_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.MonoPropertyInfo::get_property_info(System.Reflection.MonoProperty,System.Reflection.MonoPropertyInfo&,System.Reflection.PInfo) extern "C" IL2CPP_METHOD_ATTR void MonoPropertyInfo_get_property_info_m1599555644 (RuntimeObject * __this /* static, unused */, MonoProperty_t * ___prop0, MonoPropertyInfo_t3087356066 * ___info1, int32_t ___req_info2, const RuntimeMethod* method); // System.Void System.Reflection.MonoProperty::CachePropertyInfo(System.Reflection.PInfo) extern "C" IL2CPP_METHOD_ATTR void MonoProperty_CachePropertyInfo_m2968057423 (MonoProperty_t * __this, int32_t ___flags0, const RuntimeMethod* method); // System.Void System.Reflection.ParameterInfo::.ctor(System.Reflection.ParameterInfo,System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR void ParameterInfo__ctor_m3269320476 (ParameterInfo_t1861056598 * __this, ParameterInfo_t1861056598 * ___pinfo0, MemberInfo_t * ___member1, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m1051651521 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, MethodInfo_t * ___method1, bool ___throwOnBindFailure2, const RuntimeMethod* method); // System.Void System.MethodAccessException::.ctor() extern "C" IL2CPP_METHOD_ATTR void MethodAccessException__ctor_m3542088436 (MethodAccessException_t190175859 * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m2386636647 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, bool ___throwOnBindFailure3, const RuntimeMethod* method); // System.Type[] System.Reflection.MonoPropertyInfo::GetTypeModifiers(System.Reflection.MonoProperty,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MonoPropertyInfo_GetTypeModifiers_m3090493443 (RuntimeObject * __this /* static, unused */, MonoProperty_t * ___prop0, bool ___optional1, const RuntimeMethod* method); // System.Object System.Reflection.MonoProperty/GetterAdapter::Invoke(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GetterAdapter_Invoke_m3767885970 (GetterAdapter_t2155025054 * __this, RuntimeObject * ____this0, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsRetval() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsRetval_m86270398 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method); // System.Decimal System.Runtime.CompilerServices.DecimalConstantAttribute::get_Value() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 DecimalConstantAttribute_get_Value_m2842993264 (DecimalConstantAttribute_t1976047975 * __this, const RuntimeMethod* method); // System.Int64 System.Runtime.CompilerServices.DateTimeConstantAttribute::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t DateTimeConstantAttribute_get_Ticks_m3377569092 (DateTimeConstantAttribute_t375130962 * __this, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m516789325 (DateTime_t3738529785 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsIn() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsIn_m1278224586 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsOut() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOut_m867677222 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsOptional() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_m2957997858 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.InAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void InAttribute__ctor_m3499482504 (InAttribute_t4080363445 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.OptionalAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void OptionalAttribute__ctor_m1218709376 (OptionalAttribute_t2982857498 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.OutAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void OutAttribute__ctor_m1231442694 (OutAttribute_t3399657568 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Pointer::.ctor() extern "C" IL2CPP_METHOD_ATTR void Pointer__ctor_m2714841439 (Pointer_t2088917139 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String) extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m1756153320 (SerializationInfo_t950877179 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3427199315 (SerializationInfo_t950877179 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m2499432361 (Exception_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1406832249 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Boolean System.Reflection.TypeFilter::Invoke(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR bool TypeFilter_Invoke_m3862132457 (TypeFilter_t2356120900 * __this, Type_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m32674013 (EventArgs_t3591816995 * __this, const RuntimeMethod* method); // System.Reflection.Assembly System.ResolveEventHandler::Invoke(System.Object,System.ResolveEventArgs) extern "C" IL2CPP_METHOD_ATTR Assembly_t * ResolveEventHandler_Invoke_m1337322179 (ResolveEventHandler_t2775508208 * __this, RuntimeObject * ___sender0, ResolveEventArgs_t1779456501 * ___args1, 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.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * Hashtable_Synchronized_m2228653257 (RuntimeObject * __this /* static, unused */, Hashtable_t1853889766 * ___table0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.IO.BinaryReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void BinaryReader__ctor_m2266204403 (BinaryReader_t2428077293 * __this, Stream_t1273022909 * ___input0, Encoding_t1523322056 * ___encoding1, 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.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.Resources.ResourceReader::ReadHeaders() extern "C" IL2CPP_METHOD_ATTR void ResourceReader_ReadHeaders_m1190430799 (ResourceReader_t3300492639 * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m2889718780 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, 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.Resources.ResourceReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ResourceReader_Dispose_m3597121875 (ResourceReader_t3300492639 * __this, bool ___disposing0, 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.Void System.Resources.ResourceReader::CreateResourceInfo(System.Int64,System.Resources.ResourceReader/ResourceInfo&) extern "C" IL2CPP_METHOD_ATTR void ResourceReader_CreateResourceInfo_m1818330740 (ResourceReader_t3300492639 * __this, int64_t ___position0, ResourceInfo_t2872965302 * ___info1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1535060261 (ArgumentException_t132251570 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceReader::Read7BitEncodedInt() extern "C" IL2CPP_METHOD_ATTR int32_t ResourceReader_Read7BitEncodedInt_m3568166465 (ResourceReader_t3300492639 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Unicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Unicode_m811213576 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader/ResourceInfo::.ctor(System.String,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ResourceInfo__ctor_m1985704952 (ResourceInfo_t2872965302 * __this, String_t* ___resourceName0, int64_t ___valuePosition1, int32_t ___type_index2, 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.Void System.IO.MemoryStream::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m4100805873 (MemoryStream_t94973147 * __this, ByteU5BU5D_t4116647657* ___buffer0, 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.Object System.Resources.ResourceReader::ReadNonPredefinedValue(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_ReadNonPredefinedValue_m2638853518 (ResourceReader_t3300492639 * __this, Type_t * ___exp_type0, 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 System.Resources.ResourceReader/ResourceCacheItem::.ctor(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void ResourceCacheItem__ctor_m3279356314 (ResourceCacheItem_t51292791 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::ReadValueVer2(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_ReadValueVer2_m2797880867 (ResourceReader_t3300492639 * __this, int32_t ___type_index0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::ReadValueVer1(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_ReadValueVer1_m183253382 (ResourceReader_t3300492639 * __this, Type_t * ___type0, 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.Void System.Resources.ResourceReader/ResourceEnumerator::.ctor(System.Resources.ResourceReader) extern "C" IL2CPP_METHOD_ATTR void ResourceEnumerator__ctor_m3428592283 (ResourceEnumerator_t2106512554 * __this, ResourceReader_t3300492639 * ___readerToEnumerate0, 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.NumberFormatter/CustomInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CustomInfo__ctor_m426096741 (CustomInfo_t435179798 * __this, const RuntimeMethod* method) { { __this->set_DecimalPointPos_2((-1)); __this->set_ExponentNegativeSignOnly_10((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.NumberFormatter/CustomInfo::GetActiveSection(System.String,System.Boolean&,System.Boolean,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CustomInfo_GetActiveSection_m2184507081 (RuntimeObject * __this /* static, unused */, String_t* ___format0, bool* ___positive1, bool ___zero2, int32_t* ___offset3, int32_t* ___length4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomInfo_GetActiveSection_m2184507081_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; { V_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); V_1 = 0; V_2 = 0; V_3 = 0; V_4 = 0; goto IL_00a3; } IL_0015: { String_t* L_0 = ___format0; int32_t L_1 = V_4; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); V_5 = L_2; Il2CppChar L_3 = V_5; Il2CppChar L_4 = V_3; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_003f; } } { Il2CppChar L_5 = V_3; if (L_5) { goto IL_0054; } } { Il2CppChar L_6 = V_5; if ((((int32_t)L_6) == ((int32_t)((int32_t)34)))) { goto IL_003f; } } { Il2CppChar L_7 = V_5; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)39))))) { goto IL_0054; } } IL_003f: { Il2CppChar L_8 = V_3; if (L_8) { goto IL_004d; } } { Il2CppChar L_9 = V_5; V_3 = L_9; goto IL_004f; } IL_004d: { V_3 = 0; } IL_004f: { goto IL_009d; } IL_0054: { Il2CppChar L_10 = V_3; if (L_10) { goto IL_009d; } } { String_t* L_11 = ___format0; int32_t L_12 = V_4; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)59))))) { goto IL_009d; } } { int32_t L_14 = V_4; if (!L_14) { goto IL_0081; } } { String_t* L_15 = ___format0; int32_t L_16 = V_4; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)((int32_t)92)))) { goto IL_009d; } } IL_0081: { Int32U5BU5D_t385246372* L_18 = V_0; int32_t L_19 = V_1; int32_t L_20 = L_19; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); int32_t L_21 = V_4; int32_t L_22 = V_2; NullCheck(L_18); (L_18)->SetAt(static_cast(L_20), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))); int32_t L_23 = V_4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); int32_t L_24 = V_1; if ((!(((uint32_t)L_24) == ((uint32_t)3)))) { goto IL_009d; } } { goto IL_00b0; } IL_009d: { int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00a3: { int32_t L_26 = V_4; String_t* L_27 = ___format0; NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_0015; } } IL_00b0: { int32_t L_29 = V_1; if (L_29) { goto IL_00c3; } } { int32_t* L_30 = ___offset3; *((int32_t*)(L_30)) = (int32_t)0; int32_t* L_31 = ___length4; String_t* L_32 = ___format0; NullCheck(L_32); int32_t L_33 = String_get_Length_m3847582255(L_32, /*hidden argument*/NULL); *((int32_t*)(L_31)) = (int32_t)L_33; return; } IL_00c3: { int32_t L_34 = V_1; if ((!(((uint32_t)L_34) == ((uint32_t)1)))) { goto IL_0112; } } { bool* L_35 = ___positive1; if ((*((int8_t*)L_35))) { goto IL_00d7; } } { bool L_36 = ___zero2; if (!L_36) { goto IL_00e1; } } IL_00d7: { int32_t* L_37 = ___offset3; *((int32_t*)(L_37)) = (int32_t)0; int32_t* L_38 = ___length4; Int32U5BU5D_t385246372* L_39 = V_0; NullCheck(L_39); int32_t L_40 = 0; int32_t L_41 = (L_39)->GetAt(static_cast(L_40)); *((int32_t*)(L_38)) = (int32_t)L_41; return; } IL_00e1: { Int32U5BU5D_t385246372* L_42 = V_0; NullCheck(L_42); int32_t L_43 = 0; int32_t L_44 = (L_42)->GetAt(static_cast(L_43)); String_t* L_45 = ___format0; NullCheck(L_45); int32_t L_46 = String_get_Length_m3847582255(L_45, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))) >= ((int32_t)L_46))) { goto IL_0108; } } { bool* L_47 = ___positive1; *((int8_t*)(L_47)) = (int8_t)1; int32_t* L_48 = ___offset3; Int32U5BU5D_t385246372* L_49 = V_0; NullCheck(L_49); int32_t L_50 = 0; int32_t L_51 = (L_49)->GetAt(static_cast(L_50)); *((int32_t*)(L_48)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); int32_t* L_52 = ___length4; String_t* L_53 = ___format0; NullCheck(L_53); int32_t L_54 = String_get_Length_m3847582255(L_53, /*hidden argument*/NULL); int32_t* L_55 = ___offset3; *((int32_t*)(L_52)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)(*((int32_t*)L_55)))); return; } IL_0108: { int32_t* L_56 = ___offset3; *((int32_t*)(L_56)) = (int32_t)0; int32_t* L_57 = ___length4; Int32U5BU5D_t385246372* L_58 = V_0; NullCheck(L_58); int32_t L_59 = 0; int32_t L_60 = (L_58)->GetAt(static_cast(L_59)); *((int32_t*)(L_57)) = (int32_t)L_60; return; } IL_0112: { int32_t L_61 = V_1; if ((!(((uint32_t)L_61) == ((uint32_t)2)))) { goto IL_016c; } } { bool L_62 = ___zero2; if (!L_62) { goto IL_0137; } } { int32_t* L_63 = ___offset3; Int32U5BU5D_t385246372* L_64 = V_0; NullCheck(L_64); int32_t L_65 = 0; int32_t L_66 = (L_64)->GetAt(static_cast(L_65)); Int32U5BU5D_t385246372* L_67 = V_0; NullCheck(L_67); int32_t L_68 = 1; int32_t L_69 = (L_67)->GetAt(static_cast(L_68)); *((int32_t*)(L_63)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_69)), (int32_t)2)); int32_t* L_70 = ___length4; String_t* L_71 = ___format0; NullCheck(L_71); int32_t L_72 = String_get_Length_m3847582255(L_71, /*hidden argument*/NULL); int32_t* L_73 = ___offset3; *((int32_t*)(L_70)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)(*((int32_t*)L_73)))); return; } IL_0137: { bool* L_74 = ___positive1; if (!(*((int8_t*)L_74))) { goto IL_0148; } } { int32_t* L_75 = ___offset3; *((int32_t*)(L_75)) = (int32_t)0; int32_t* L_76 = ___length4; Int32U5BU5D_t385246372* L_77 = V_0; NullCheck(L_77); int32_t L_78 = 0; int32_t L_79 = (L_77)->GetAt(static_cast(L_78)); *((int32_t*)(L_76)) = (int32_t)L_79; return; } IL_0148: { Int32U5BU5D_t385246372* L_80 = V_0; NullCheck(L_80); int32_t L_81 = 1; int32_t L_82 = (L_80)->GetAt(static_cast(L_81)); if ((((int32_t)L_82) <= ((int32_t)0))) { goto IL_0162; } } { bool* L_83 = ___positive1; *((int8_t*)(L_83)) = (int8_t)1; int32_t* L_84 = ___offset3; Int32U5BU5D_t385246372* L_85 = V_0; NullCheck(L_85); int32_t L_86 = 0; int32_t L_87 = (L_85)->GetAt(static_cast(L_86)); *((int32_t*)(L_84)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)); int32_t* L_88 = ___length4; Int32U5BU5D_t385246372* L_89 = V_0; NullCheck(L_89); int32_t L_90 = 1; int32_t L_91 = (L_89)->GetAt(static_cast(L_90)); *((int32_t*)(L_88)) = (int32_t)L_91; return; } IL_0162: { int32_t* L_92 = ___offset3; *((int32_t*)(L_92)) = (int32_t)0; int32_t* L_93 = ___length4; Int32U5BU5D_t385246372* L_94 = V_0; NullCheck(L_94); int32_t L_95 = 0; int32_t L_96 = (L_94)->GetAt(static_cast(L_95)); *((int32_t*)(L_93)) = (int32_t)L_96; return; } IL_016c: { int32_t L_97 = V_1; if ((!(((uint32_t)L_97) == ((uint32_t)3)))) { goto IL_01c0; } } { bool L_98 = ___zero2; if (!L_98) { goto IL_018b; } } { int32_t* L_99 = ___offset3; Int32U5BU5D_t385246372* L_100 = V_0; NullCheck(L_100); int32_t L_101 = 0; int32_t L_102 = (L_100)->GetAt(static_cast(L_101)); Int32U5BU5D_t385246372* L_103 = V_0; NullCheck(L_103); int32_t L_104 = 1; int32_t L_105 = (L_103)->GetAt(static_cast(L_104)); *((int32_t*)(L_99)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)L_105)), (int32_t)2)); int32_t* L_106 = ___length4; Int32U5BU5D_t385246372* L_107 = V_0; NullCheck(L_107); int32_t L_108 = 2; int32_t L_109 = (L_107)->GetAt(static_cast(L_108)); *((int32_t*)(L_106)) = (int32_t)L_109; return; } IL_018b: { bool* L_110 = ___positive1; if (!(*((int8_t*)L_110))) { goto IL_019c; } } { int32_t* L_111 = ___offset3; *((int32_t*)(L_111)) = (int32_t)0; int32_t* L_112 = ___length4; Int32U5BU5D_t385246372* L_113 = V_0; NullCheck(L_113); int32_t L_114 = 0; int32_t L_115 = (L_113)->GetAt(static_cast(L_114)); *((int32_t*)(L_112)) = (int32_t)L_115; return; } IL_019c: { Int32U5BU5D_t385246372* L_116 = V_0; NullCheck(L_116); int32_t L_117 = 1; int32_t L_118 = (L_116)->GetAt(static_cast(L_117)); if ((((int32_t)L_118) <= ((int32_t)0))) { goto IL_01b6; } } { bool* L_119 = ___positive1; *((int8_t*)(L_119)) = (int8_t)1; int32_t* L_120 = ___offset3; Int32U5BU5D_t385246372* L_121 = V_0; NullCheck(L_121); int32_t L_122 = 0; int32_t L_123 = (L_121)->GetAt(static_cast(L_122)); *((int32_t*)(L_120)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); int32_t* L_124 = ___length4; Int32U5BU5D_t385246372* L_125 = V_0; NullCheck(L_125); int32_t L_126 = 1; int32_t L_127 = (L_125)->GetAt(static_cast(L_126)); *((int32_t*)(L_124)) = (int32_t)L_127; return; } IL_01b6: { int32_t* L_128 = ___offset3; *((int32_t*)(L_128)) = (int32_t)0; int32_t* L_129 = ___length4; Int32U5BU5D_t385246372* L_130 = V_0; NullCheck(L_130); int32_t L_131 = 0; int32_t L_132 = (L_130)->GetAt(static_cast(L_131)); *((int32_t*)(L_129)) = (int32_t)L_132; return; } IL_01c0: { ArgumentException_t132251570 * L_133 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_133, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_133,CustomInfo_GetActiveSection_m2184507081_RuntimeMethod_var); } } // System.NumberFormatter/CustomInfo System.NumberFormatter/CustomInfo::Parse(System.String,System.Int32,System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR CustomInfo_t435179798 * CustomInfo_Parse_m4163382069 (RuntimeObject * __this /* static, unused */, String_t* ___format0, int32_t ___offset1, int32_t ___length2, NumberFormatInfo_t435877138 * ___nfi3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomInfo_Parse_m4163382069_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; CustomInfo_t435179798 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; Il2CppChar V_10 = 0x0; { V_0 = 0; V_1 = (bool)1; V_2 = (bool)0; V_3 = (bool)0; V_4 = (bool)1; CustomInfo_t435179798 * L_0 = (CustomInfo_t435179798 *)il2cpp_codegen_object_new(CustomInfo_t435179798_il2cpp_TypeInfo_var); CustomInfo__ctor_m426096741(L_0, /*hidden argument*/NULL); V_5 = L_0; V_6 = 0; int32_t L_1 = ___offset1; V_7 = L_1; goto IL_0317; } IL_001d: { String_t* L_2 = ___format0; int32_t L_3 = V_7; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); V_8 = L_4; Il2CppChar L_5 = V_8; Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_003d; } } { Il2CppChar L_7 = V_8; if (!L_7) { goto IL_003d; } } { V_0 = 0; goto IL_0311; } IL_003d: { Il2CppChar L_8 = V_0; if (!L_8) { goto IL_0048; } } { goto IL_0311; } IL_0048: { bool L_9 = V_3; if (!L_9) { goto IL_0084; } } { Il2CppChar L_10 = V_8; if (!L_10) { goto IL_0084; } } { Il2CppChar L_11 = V_8; if ((((int32_t)L_11) == ((int32_t)((int32_t)48)))) { goto IL_0084; } } { Il2CppChar L_12 = V_8; if ((((int32_t)L_12) == ((int32_t)((int32_t)35)))) { goto IL_0084; } } { V_3 = (bool)0; CustomInfo_t435179798 * L_13 = V_5; NullCheck(L_13); int32_t L_14 = L_13->get_DecimalPointPos_2(); V_1 = (bool)((((int32_t)L_14) < ((int32_t)0))? 1 : 0); bool L_15 = V_1; V_2 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); int32_t L_16 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); goto IL_0311; } IL_0084: { Il2CppChar L_17 = V_8; V_10 = L_17; Il2CppChar L_18 = V_10; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)34)))) { case 0: { goto IL_00ff; } case 1: { goto IL_0119; } case 2: { goto IL_00aa; } case 3: { goto IL_02c6; } case 4: { goto IL_00aa; } case 5: { goto IL_00ff; } } } IL_00aa: { Il2CppChar L_19 = V_10; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)44)))) { case 0: { goto IL_02ee; } case 1: { goto IL_00c8; } case 2: { goto IL_02a5; } case 3: { goto IL_00c8; } case 4: { goto IL_016e; } } } IL_00c8: { Il2CppChar L_20 = V_10; if ((((int32_t)L_20) == ((int32_t)((int32_t)69)))) { goto IL_0212; } } { Il2CppChar L_21 = V_10; if ((((int32_t)L_21) == ((int32_t)((int32_t)92)))) { goto IL_00f4; } } { Il2CppChar L_22 = V_10; if ((((int32_t)L_22) == ((int32_t)((int32_t)101)))) { goto IL_0212; } } { Il2CppChar L_23 = V_10; if ((((int32_t)L_23) == ((int32_t)((int32_t)8240)))) { goto IL_02da; } } { goto IL_030c; } IL_00f4: { int32_t L_24 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); goto IL_0311; } IL_00ff: { Il2CppChar L_25 = V_8; if ((((int32_t)L_25) == ((int32_t)((int32_t)34)))) { goto IL_0111; } } { Il2CppChar L_26 = V_8; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)39))))) { goto IL_0114; } } IL_0111: { Il2CppChar L_27 = V_8; V_0 = L_27; } IL_0114: { goto IL_0311; } IL_0119: { bool L_28 = V_4; if (!L_28) { goto IL_013a; } } { bool L_29 = V_1; if (!L_29) { goto IL_013a; } } { CustomInfo_t435179798 * L_30 = V_5; CustomInfo_t435179798 * L_31 = L_30; NullCheck(L_31); int32_t L_32 = L_31->get_IntegerHeadSharpDigits_5(); NullCheck(L_31); L_31->set_IntegerHeadSharpDigits_5(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); goto IL_0169; } IL_013a: { bool L_33 = V_2; if (!L_33) { goto IL_0154; } } { CustomInfo_t435179798 * L_34 = V_5; CustomInfo_t435179798 * L_35 = L_34; NullCheck(L_35); int32_t L_36 = L_35->get_DecimalTailSharpDigits_3(); NullCheck(L_35); L_35->set_DecimalTailSharpDigits_3(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); goto IL_0169; } IL_0154: { bool L_37 = V_3; if (!L_37) { goto IL_0169; } } { CustomInfo_t435179798 * L_38 = V_5; CustomInfo_t435179798 * L_39 = L_38; NullCheck(L_39); int32_t L_40 = L_39->get_ExponentTailSharpDigits_9(); NullCheck(L_39); L_39->set_ExponentTailSharpDigits_9(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); } IL_0169: { goto IL_016e; } IL_016e: { Il2CppChar L_41 = V_8; if ((((int32_t)L_41) == ((int32_t)((int32_t)35)))) { goto IL_019b; } } { V_4 = (bool)0; bool L_42 = V_2; if (!L_42) { goto IL_018d; } } { CustomInfo_t435179798 * L_43 = V_5; NullCheck(L_43); L_43->set_DecimalTailSharpDigits_3(0); goto IL_019b; } IL_018d: { bool L_44 = V_3; if (!L_44) { goto IL_019b; } } { CustomInfo_t435179798 * L_45 = V_5; NullCheck(L_45); L_45->set_ExponentTailSharpDigits_9(0); } IL_019b: { CustomInfo_t435179798 * L_46 = V_5; NullCheck(L_46); int32_t L_47 = L_46->get_IntegerHeadPos_6(); if ((!(((uint32_t)L_47) == ((uint32_t)(-1))))) { goto IL_01b1; } } { CustomInfo_t435179798 * L_48 = V_5; int32_t L_49 = V_7; NullCheck(L_48); L_48->set_IntegerHeadPos_6(L_49); } IL_01b1: { bool L_50 = V_1; if (!L_50) { goto IL_01de; } } { CustomInfo_t435179798 * L_51 = V_5; CustomInfo_t435179798 * L_52 = L_51; NullCheck(L_52); int32_t L_53 = L_52->get_IntegerDigits_4(); NullCheck(L_52); L_52->set_IntegerDigits_4(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); int32_t L_54 = V_6; if ((((int32_t)L_54) <= ((int32_t)0))) { goto IL_01d6; } } { CustomInfo_t435179798 * L_55 = V_5; NullCheck(L_55); L_55->set_UseGroup_0((bool)1); } IL_01d6: { V_6 = 0; goto IL_020d; } IL_01de: { bool L_56 = V_2; if (!L_56) { goto IL_01f8; } } { CustomInfo_t435179798 * L_57 = V_5; CustomInfo_t435179798 * L_58 = L_57; NullCheck(L_58); int32_t L_59 = L_58->get_DecimalDigits_1(); NullCheck(L_58); L_58->set_DecimalDigits_1(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))); goto IL_020d; } IL_01f8: { bool L_60 = V_3; if (!L_60) { goto IL_020d; } } { CustomInfo_t435179798 * L_61 = V_5; CustomInfo_t435179798 * L_62 = L_61; NullCheck(L_62); int32_t L_63 = L_62->get_ExponentDigits_8(); NullCheck(L_62); L_62->set_ExponentDigits_8(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1))); } IL_020d: { goto IL_0311; } IL_0212: { CustomInfo_t435179798 * L_64 = V_5; NullCheck(L_64); bool L_65 = L_64->get_UseExponent_7(); if (!L_65) { goto IL_0223; } } { goto IL_0311; } IL_0223: { CustomInfo_t435179798 * L_66 = V_5; NullCheck(L_66); L_66->set_UseExponent_7((bool)1); V_1 = (bool)0; V_2 = (bool)0; V_3 = (bool)1; int32_t L_67 = V_7; int32_t L_68 = ___offset1; int32_t L_69 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)), (int32_t)L_68))) >= ((int32_t)L_69))) { goto IL_02a0; } } { String_t* L_70 = ___format0; int32_t L_71 = V_7; NullCheck(L_70); Il2CppChar L_72 = String_get_Chars_m2986988803(L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)), /*hidden argument*/NULL); V_9 = L_72; Il2CppChar L_73 = V_9; if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)43))))) { goto IL_025a; } } { CustomInfo_t435179798 * L_74 = V_5; NullCheck(L_74); L_74->set_ExponentNegativeSignOnly_10((bool)0); } IL_025a: { Il2CppChar L_75 = V_9; if ((((int32_t)L_75) == ((int32_t)((int32_t)43)))) { goto IL_026c; } } { Il2CppChar L_76 = V_9; if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)45))))) { goto IL_0277; } } IL_026c: { int32_t L_77 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); goto IL_02a0; } IL_0277: { Il2CppChar L_78 = V_9; if ((((int32_t)L_78) == ((int32_t)((int32_t)48)))) { goto IL_02a0; } } { Il2CppChar L_79 = V_9; if ((((int32_t)L_79) == ((int32_t)((int32_t)35)))) { goto IL_02a0; } } { CustomInfo_t435179798 * L_80 = V_5; NullCheck(L_80); L_80->set_UseExponent_7((bool)0); CustomInfo_t435179798 * L_81 = V_5; NullCheck(L_81); int32_t L_82 = L_81->get_DecimalPointPos_2(); if ((((int32_t)L_82) >= ((int32_t)0))) { goto IL_02a0; } } { V_1 = (bool)1; } IL_02a0: { goto IL_0311; } IL_02a5: { V_1 = (bool)0; V_2 = (bool)1; V_3 = (bool)0; CustomInfo_t435179798 * L_83 = V_5; NullCheck(L_83); int32_t L_84 = L_83->get_DecimalPointPos_2(); if ((!(((uint32_t)L_84) == ((uint32_t)(-1))))) { goto IL_02c1; } } { CustomInfo_t435179798 * L_85 = V_5; int32_t L_86 = V_7; NullCheck(L_85); L_85->set_DecimalPointPos_2(L_86); } IL_02c1: { goto IL_0311; } IL_02c6: { CustomInfo_t435179798 * L_87 = V_5; CustomInfo_t435179798 * L_88 = L_87; NullCheck(L_88); int32_t L_89 = L_88->get_Percents_12(); NullCheck(L_88); L_88->set_Percents_12(((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1))); goto IL_0311; } IL_02da: { CustomInfo_t435179798 * L_90 = V_5; CustomInfo_t435179798 * L_91 = L_90; NullCheck(L_91); int32_t L_92 = L_91->get_Permilles_13(); NullCheck(L_91); L_91->set_Permilles_13(((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1))); goto IL_0311; } IL_02ee: { bool L_93 = V_1; if (!L_93) { goto IL_0307; } } { CustomInfo_t435179798 * L_94 = V_5; NullCheck(L_94); int32_t L_95 = L_94->get_IntegerDigits_4(); if ((((int32_t)L_95) <= ((int32_t)0))) { goto IL_0307; } } { int32_t L_96 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); } IL_0307: { goto IL_0311; } IL_030c: { goto IL_0311; } IL_0311: { int32_t L_97 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_0317: { int32_t L_98 = V_7; int32_t L_99 = ___offset1; int32_t L_100 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)L_99))) < ((int32_t)L_100))) { goto IL_001d; } } { CustomInfo_t435179798 * L_101 = V_5; NullCheck(L_101); int32_t L_102 = L_101->get_ExponentDigits_8(); if (L_102) { goto IL_033a; } } { CustomInfo_t435179798 * L_103 = V_5; NullCheck(L_103); L_103->set_UseExponent_7((bool)0); goto IL_0342; } IL_033a: { CustomInfo_t435179798 * L_104 = V_5; NullCheck(L_104); L_104->set_IntegerHeadSharpDigits_5(0); } IL_0342: { CustomInfo_t435179798 * L_105 = V_5; NullCheck(L_105); int32_t L_106 = L_105->get_DecimalDigits_1(); if (L_106) { goto IL_0356; } } { CustomInfo_t435179798 * L_107 = V_5; NullCheck(L_107); L_107->set_DecimalPointPos_2((-1)); } IL_0356: { CustomInfo_t435179798 * L_108 = V_5; CustomInfo_t435179798 * L_109 = L_108; NullCheck(L_109); int32_t L_110 = L_109->get_DividePlaces_11(); int32_t L_111 = V_6; NullCheck(L_109); L_109->set_DividePlaces_11(((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_111, (int32_t)3))))); CustomInfo_t435179798 * L_112 = V_5; return L_112; } } // System.String System.NumberFormatter/CustomInfo::Format(System.String,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean,System.Text.StringBuilder,System.Text.StringBuilder,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR String_t* CustomInfo_Format_m1134896917 (CustomInfo_t435179798 * __this, String_t* ___format0, int32_t ___offset1, int32_t ___length2, NumberFormatInfo_t435877138 * ___nfi3, bool ___positive4, StringBuilder_t * ___sb_int5, StringBuilder_t * ___sb_dec6, StringBuilder_t * ___sb_exp7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomInfo_Format_m1134896917_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; Il2CppChar V_1 = 0x0; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; Int32U5BU5D_t385246372* V_7 = NULL; String_t* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; Il2CppChar V_17 = 0x0; bool V_18 = false; bool V_19 = false; int32_t V_20 = 0; Il2CppChar V_21 = 0x0; int32_t G_B10_0 = 0; int32_t G_B18_0 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; V_2 = (bool)1; V_3 = (bool)0; V_4 = 0; V_5 = 0; V_6 = 0; NumberFormatInfo_t435877138 * L_1 = ___nfi3; NullCheck(L_1); Int32U5BU5D_t385246372* L_2 = NumberFormatInfo_get_RawNumberGroupSizes_m1148947207(L_1, /*hidden argument*/NULL); V_7 = L_2; NumberFormatInfo_t435877138 * L_3 = ___nfi3; NullCheck(L_3); String_t* L_4 = NumberFormatInfo_get_NumberGroupSeparator_m3292795925(L_3, /*hidden argument*/NULL); V_8 = L_4; V_9 = 0; V_10 = 0; V_11 = 0; V_12 = 0; V_13 = 0; bool L_5 = __this->get_UseGroup_0(); if (!L_5) { goto IL_0117; } } { Int32U5BU5D_t385246372* L_6 = V_7; NullCheck(L_6); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) <= ((int32_t)0))) { goto IL_0117; } } { StringBuilder_t * L_7 = ___sb_int5; NullCheck(L_7); int32_t L_8 = StringBuilder_get_Length_m3238060835(L_7, /*hidden argument*/NULL); V_9 = L_8; V_14 = 0; goto IL_0079; } IL_005c: { int32_t L_9 = V_10; Int32U5BU5D_t385246372* L_10 = V_7; int32_t L_11 = V_14; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_13)); int32_t L_14 = V_10; int32_t L_15 = V_9; if ((((int32_t)L_14) > ((int32_t)L_15))) { goto IL_0073; } } { int32_t L_16 = V_14; V_11 = L_16; } IL_0073: { int32_t L_17 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0079: { int32_t L_18 = V_14; Int32U5BU5D_t385246372* L_19 = V_7; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))) { goto IL_005c; } } { Int32U5BU5D_t385246372* L_20 = V_7; int32_t L_21 = V_11; NullCheck(L_20); int32_t L_22 = L_21; int32_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_13 = L_23; int32_t L_24 = V_9; int32_t L_25 = V_10; if ((((int32_t)L_24) <= ((int32_t)L_25))) { goto IL_009e; } } { int32_t L_26 = V_9; int32_t L_27 = V_10; G_B10_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)); goto IL_009f; } IL_009e: { G_B10_0 = 0; } IL_009f: { V_15 = G_B10_0; int32_t L_28 = V_13; if (L_28) { goto IL_00db; } } { goto IL_00b3; } IL_00ad: { int32_t L_29 = V_11; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); } IL_00b3: { int32_t L_30 = V_11; if ((((int32_t)L_30) < ((int32_t)0))) { goto IL_00c5; } } { Int32U5BU5D_t385246372* L_31 = V_7; int32_t L_32 = V_11; NullCheck(L_31); int32_t L_33 = L_32; int32_t L_34 = (L_31)->GetAt(static_cast(L_33)); if (!L_34) { goto IL_00ad; } } IL_00c5: { int32_t L_35 = V_15; if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_00d4; } } { int32_t L_36 = V_15; G_B18_0 = L_36; goto IL_00d9; } IL_00d4: { Int32U5BU5D_t385246372* L_37 = V_7; int32_t L_38 = V_11; NullCheck(L_37); int32_t L_39 = L_38; int32_t L_40 = (L_37)->GetAt(static_cast(L_39)); G_B18_0 = L_40; } IL_00d9: { V_13 = G_B18_0; } IL_00db: { int32_t L_41 = V_15; if (L_41) { goto IL_00eb; } } { int32_t L_42 = V_13; V_12 = L_42; goto IL_0112; } IL_00eb: { int32_t L_43 = V_11; int32_t L_44 = V_15; int32_t L_45 = V_13; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)((int32_t)((int32_t)L_44/(int32_t)L_45)))); int32_t L_46 = V_15; int32_t L_47 = V_13; V_12 = ((int32_t)((int32_t)L_46%(int32_t)L_47)); int32_t L_48 = V_12; if (L_48) { goto IL_010c; } } { int32_t L_49 = V_13; V_12 = L_49; goto IL_0112; } IL_010c: { int32_t L_50 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0112: { goto IL_011e; } IL_0117: { __this->set_UseGroup_0((bool)0); } IL_011e: { int32_t L_51 = ___offset1; V_16 = L_51; goto IL_047a; } IL_0126: { String_t* L_52 = ___format0; int32_t L_53 = V_16; NullCheck(L_52); Il2CppChar L_54 = String_get_Chars_m2986988803(L_52, L_53, /*hidden argument*/NULL); V_17 = L_54; Il2CppChar L_55 = V_17; Il2CppChar L_56 = V_1; if ((!(((uint32_t)L_55) == ((uint32_t)L_56)))) { goto IL_0146; } } { Il2CppChar L_57 = V_17; if (!L_57) { goto IL_0146; } } { V_1 = 0; goto IL_0474; } IL_0146: { Il2CppChar L_58 = V_1; if (!L_58) { goto IL_015a; } } { StringBuilder_t * L_59 = V_0; Il2CppChar L_60 = V_17; NullCheck(L_59); StringBuilder_Append_m2383614642(L_59, L_60, /*hidden argument*/NULL); goto IL_0474; } IL_015a: { Il2CppChar L_61 = V_17; V_21 = L_61; Il2CppChar L_62 = V_21; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)((int32_t)34)))) { case 0: { goto IL_01ee; } case 1: { goto IL_0208; } case 2: { goto IL_0180; } case 3: { goto IL_0440; } case 4: { goto IL_0180; } case 5: { goto IL_01ee; } } } IL_0180: { Il2CppChar L_63 = V_21; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)((int32_t)44)))) { case 0: { goto IL_043b; } case 1: { goto IL_019e; } case 2: { goto IL_03d6; } case 3: { goto IL_019e; } case 4: { goto IL_020d; } } } IL_019e: { Il2CppChar L_64 = V_21; if ((((int32_t)L_64) == ((int32_t)((int32_t)69)))) { goto IL_02fd; } } { Il2CppChar L_65 = V_21; if ((((int32_t)L_65) == ((int32_t)((int32_t)92)))) { goto IL_01ca; } } { Il2CppChar L_66 = V_21; if ((((int32_t)L_66) == ((int32_t)((int32_t)101)))) { goto IL_02fd; } } { Il2CppChar L_67 = V_21; if ((((int32_t)L_67) == ((int32_t)((int32_t)8240)))) { goto IL_0453; } } { goto IL_0466; } IL_01ca: { int32_t L_68 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); int32_t L_69 = V_16; int32_t L_70 = ___offset1; int32_t L_71 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)L_70))) >= ((int32_t)L_71))) { goto IL_01e9; } } { StringBuilder_t * L_72 = V_0; String_t* L_73 = ___format0; int32_t L_74 = V_16; NullCheck(L_73); Il2CppChar L_75 = String_get_Chars_m2986988803(L_73, L_74, /*hidden argument*/NULL); NullCheck(L_72); StringBuilder_Append_m2383614642(L_72, L_75, /*hidden argument*/NULL); } IL_01e9: { goto IL_0474; } IL_01ee: { Il2CppChar L_76 = V_17; if ((((int32_t)L_76) == ((int32_t)((int32_t)34)))) { goto IL_0200; } } { Il2CppChar L_77 = V_17; if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)39))))) { goto IL_0203; } } IL_0200: { Il2CppChar L_78 = V_17; V_1 = L_78; } IL_0203: { goto IL_0474; } IL_0208: { goto IL_020d; } IL_020d: { bool L_79 = V_2; if (!L_79) { goto IL_02c1; } } { int32_t L_80 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); int32_t L_81 = __this->get_IntegerDigits_4(); int32_t L_82 = V_4; StringBuilder_t * L_83 = ___sb_int5; NullCheck(L_83); int32_t L_84 = StringBuilder_get_Length_m3238060835(L_83, /*hidden argument*/NULL); int32_t L_85 = V_5; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_82))) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)L_85))))) { goto IL_023a; } } { Il2CppChar L_86 = V_17; if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)48))))) { goto IL_02bc; } } IL_023a: { goto IL_02a4; } IL_023f: { StringBuilder_t * L_87 = V_0; StringBuilder_t * L_88 = ___sb_int5; int32_t L_89 = V_5; int32_t L_90 = L_89; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); NullCheck(L_88); Il2CppChar L_91 = StringBuilder_get_Chars_m1819843468(L_88, L_90, /*hidden argument*/NULL); NullCheck(L_87); StringBuilder_Append_m2383614642(L_87, L_91, /*hidden argument*/NULL); bool L_92 = __this->get_UseGroup_0(); if (!L_92) { goto IL_02a4; } } { int32_t L_93 = V_9; int32_t L_94 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1)); V_9 = L_94; if ((((int32_t)L_94) <= ((int32_t)0))) { goto IL_02a4; } } { int32_t L_95 = V_12; int32_t L_96 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)1)); V_12 = L_96; if (L_96) { goto IL_02a4; } } { StringBuilder_t * L_97 = V_0; String_t* L_98 = V_8; NullCheck(L_97); StringBuilder_Append_m1965104174(L_97, L_98, /*hidden argument*/NULL); int32_t L_99 = V_11; int32_t L_100 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_99, (int32_t)1)); V_11 = L_100; Int32U5BU5D_t385246372* L_101 = V_7; NullCheck(L_101); if ((((int32_t)L_100) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_101)->max_length))))))) { goto IL_02a0; } } { int32_t L_102 = V_11; if ((((int32_t)L_102) < ((int32_t)0))) { goto IL_02a0; } } { Int32U5BU5D_t385246372* L_103 = V_7; int32_t L_104 = V_11; NullCheck(L_103); int32_t L_105 = L_104; int32_t L_106 = (L_103)->GetAt(static_cast(L_105)); V_13 = L_106; } IL_02a0: { int32_t L_107 = V_13; V_12 = L_107; } IL_02a4: { int32_t L_108 = __this->get_IntegerDigits_4(); int32_t L_109 = V_4; int32_t L_110 = V_5; StringBuilder_t * L_111 = ___sb_int5; NullCheck(L_111); int32_t L_112 = StringBuilder_get_Length_m3238060835(L_111, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)L_109)), (int32_t)L_110))) < ((int32_t)L_112))) { goto IL_023f; } } IL_02bc: { goto IL_0474; } IL_02c1: { bool L_113 = V_3; if (!L_113) { goto IL_02ef; } } { int32_t L_114 = V_6; StringBuilder_t * L_115 = ___sb_dec6; NullCheck(L_115); int32_t L_116 = StringBuilder_get_Length_m3238060835(L_115, /*hidden argument*/NULL); if ((((int32_t)L_114) >= ((int32_t)L_116))) { goto IL_02ea; } } { StringBuilder_t * L_117 = V_0; StringBuilder_t * L_118 = ___sb_dec6; int32_t L_119 = V_6; int32_t L_120 = L_119; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); NullCheck(L_118); Il2CppChar L_121 = StringBuilder_get_Chars_m1819843468(L_118, L_120, /*hidden argument*/NULL); NullCheck(L_117); StringBuilder_Append_m2383614642(L_117, L_121, /*hidden argument*/NULL); } IL_02ea: { goto IL_0474; } IL_02ef: { StringBuilder_t * L_122 = V_0; Il2CppChar L_123 = V_17; NullCheck(L_122); StringBuilder_Append_m2383614642(L_122, L_123, /*hidden argument*/NULL); goto IL_0474; } IL_02fd: { StringBuilder_t * L_124 = ___sb_exp7; if (!L_124) { goto IL_030f; } } { bool L_125 = __this->get_UseExponent_7(); if (L_125) { goto IL_031d; } } IL_030f: { StringBuilder_t * L_126 = V_0; Il2CppChar L_127 = V_17; NullCheck(L_126); StringBuilder_Append_m2383614642(L_126, L_127, /*hidden argument*/NULL); goto IL_0474; } IL_031d: { V_18 = (bool)1; V_19 = (bool)0; int32_t L_128 = V_16; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1)); goto IL_0388; } IL_032e: { String_t* L_129 = ___format0; int32_t L_130 = V_20; NullCheck(L_129); Il2CppChar L_131 = String_get_Chars_m2986988803(L_129, L_130, /*hidden argument*/NULL); if ((!(((uint32_t)L_131) == ((uint32_t)((int32_t)48))))) { goto IL_0345; } } { V_19 = (bool)1; goto IL_0382; } IL_0345: { int32_t L_132 = V_20; int32_t L_133 = V_16; if ((!(((uint32_t)L_132) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1)))))) { goto IL_0373; } } { String_t* L_134 = ___format0; int32_t L_135 = V_20; NullCheck(L_134); Il2CppChar L_136 = String_get_Chars_m2986988803(L_134, L_135, /*hidden argument*/NULL); if ((((int32_t)L_136) == ((int32_t)((int32_t)43)))) { goto IL_036e; } } { String_t* L_137 = ___format0; int32_t L_138 = V_20; NullCheck(L_137); Il2CppChar L_139 = String_get_Chars_m2986988803(L_137, L_138, /*hidden argument*/NULL); if ((!(((uint32_t)L_139) == ((uint32_t)((int32_t)45))))) { goto IL_0373; } } IL_036e: { goto IL_0382; } IL_0373: { bool L_140 = V_19; if (L_140) { goto IL_037d; } } { V_18 = (bool)0; } IL_037d: { goto IL_0392; } IL_0382: { int32_t L_141 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)); } IL_0388: { int32_t L_142 = V_20; int32_t L_143 = ___offset1; int32_t L_144 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)L_143))) < ((int32_t)L_144))) { goto IL_032e; } } IL_0392: { bool L_145 = V_18; if (!L_145) { goto IL_03c8; } } { int32_t L_146 = V_20; V_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)1)); int32_t L_147 = __this->get_DecimalPointPos_2(); V_2 = (bool)((((int32_t)L_147) < ((int32_t)0))? 1 : 0); bool L_148 = V_2; V_3 = (bool)((((int32_t)L_148) == ((int32_t)0))? 1 : 0); StringBuilder_t * L_149 = V_0; Il2CppChar L_150 = V_17; NullCheck(L_149); StringBuilder_Append_m2383614642(L_149, L_150, /*hidden argument*/NULL); StringBuilder_t * L_151 = V_0; StringBuilder_t * L_152 = ___sb_exp7; NullCheck(L_151); StringBuilder_Append_m1640838743(L_151, L_152, /*hidden argument*/NULL); ___sb_exp7 = (StringBuilder_t *)NULL; goto IL_03d1; } IL_03c8: { StringBuilder_t * L_153 = V_0; Il2CppChar L_154 = V_17; NullCheck(L_153); StringBuilder_Append_m2383614642(L_153, L_154, /*hidden argument*/NULL); } IL_03d1: { goto IL_0474; } IL_03d6: { int32_t L_155 = __this->get_DecimalPointPos_2(); int32_t L_156 = V_16; if ((!(((uint32_t)L_155) == ((uint32_t)L_156)))) { goto IL_0432; } } { int32_t L_157 = __this->get_DecimalDigits_1(); if ((((int32_t)L_157) <= ((int32_t)0))) { goto IL_0417; } } { goto IL_0409; } IL_03f4: { StringBuilder_t * L_158 = V_0; StringBuilder_t * L_159 = ___sb_int5; int32_t L_160 = V_5; int32_t L_161 = L_160; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)); NullCheck(L_159); Il2CppChar L_162 = StringBuilder_get_Chars_m1819843468(L_159, L_161, /*hidden argument*/NULL); NullCheck(L_158); StringBuilder_Append_m2383614642(L_158, L_162, /*hidden argument*/NULL); } IL_0409: { int32_t L_163 = V_5; StringBuilder_t * L_164 = ___sb_int5; NullCheck(L_164); int32_t L_165 = StringBuilder_get_Length_m3238060835(L_164, /*hidden argument*/NULL); if ((((int32_t)L_163) < ((int32_t)L_165))) { goto IL_03f4; } } IL_0417: { StringBuilder_t * L_166 = ___sb_dec6; NullCheck(L_166); int32_t L_167 = StringBuilder_get_Length_m3238060835(L_166, /*hidden argument*/NULL); if ((((int32_t)L_167) <= ((int32_t)0))) { goto IL_0432; } } { StringBuilder_t * L_168 = V_0; NumberFormatInfo_t435877138 * L_169 = ___nfi3; NullCheck(L_169); String_t* L_170 = NumberFormatInfo_get_NumberDecimalSeparator_m33502788(L_169, /*hidden argument*/NULL); NullCheck(L_168); StringBuilder_Append_m1965104174(L_168, L_170, /*hidden argument*/NULL); } IL_0432: { V_2 = (bool)0; V_3 = (bool)1; goto IL_0474; } IL_043b: { goto IL_0474; } IL_0440: { StringBuilder_t * L_171 = V_0; NumberFormatInfo_t435877138 * L_172 = ___nfi3; NullCheck(L_172); String_t* L_173 = NumberFormatInfo_get_PercentSymbol_m2021660345(L_172, /*hidden argument*/NULL); NullCheck(L_171); StringBuilder_Append_m1965104174(L_171, L_173, /*hidden argument*/NULL); goto IL_0474; } IL_0453: { StringBuilder_t * L_174 = V_0; NumberFormatInfo_t435877138 * L_175 = ___nfi3; NullCheck(L_175); String_t* L_176 = NumberFormatInfo_get_PerMilleSymbol_m1360140831(L_175, /*hidden argument*/NULL); NullCheck(L_174); StringBuilder_Append_m1965104174(L_174, L_176, /*hidden argument*/NULL); goto IL_0474; } IL_0466: { StringBuilder_t * L_177 = V_0; Il2CppChar L_178 = V_17; NullCheck(L_177); StringBuilder_Append_m2383614642(L_177, L_178, /*hidden argument*/NULL); goto IL_0474; } IL_0474: { int32_t L_179 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)1)); } IL_047a: { int32_t L_180 = V_16; int32_t L_181 = ___offset1; int32_t L_182 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_180, (int32_t)L_181))) < ((int32_t)L_182))) { goto IL_0126; } } { bool L_183 = ___positive4; if (L_183) { goto IL_049a; } } { StringBuilder_t * L_184 = V_0; NumberFormatInfo_t435877138 * L_185 = ___nfi3; NullCheck(L_185); String_t* L_186 = NumberFormatInfo_get_NegativeSign_m2757109362(L_185, /*hidden argument*/NULL); NullCheck(L_184); StringBuilder_Insert_m3039182437(L_184, 0, L_186, /*hidden argument*/NULL); } IL_049a: { StringBuilder_t * L_187 = V_0; NullCheck(L_187); String_t* L_188 = StringBuilder_ToString_m3317489284(L_187, /*hidden argument*/NULL); return L_188; } } #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.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Object::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m2439880830 (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; return (bool)((((RuntimeObject*)(RuntimeObject *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0))? 1 : 0); } } // System.Boolean System.Object::Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m1397037629 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___objA0; RuntimeObject * L_1 = ___objB1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { RuntimeObject * L_2 = ___objA0; if (!L_2) { goto IL_0015; } } { RuntimeObject * L_3 = ___objB1; if (L_3) { goto IL_0017; } } IL_0015: { return (bool)0; } IL_0017: { RuntimeObject * L_4 = ___objA0; RuntimeObject * L_5 = ___objB1; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); return L_6; } } // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method) { { return; } } // System.Int32 System.Object::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m2705121830 (RuntimeObject * __this, const RuntimeMethod* method) { { int32_t L_0 = Object_InternalGetHashCode_m4213713973(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method) { typedef Type_t * (*Object_GetType_m88164663_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((Object_GetType_m88164663_ftn)mscorlib::System::Object::GetType) (__this); } // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __this, const RuntimeMethod* method) { typedef RuntimeObject * (*Object_MemberwiseClone_m1474068832_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((Object_MemberwiseClone_m1474068832_ftn)mscorlib::System::Object::MemberwiseClone) (__this); } // System.String System.Object::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Object_ToString_m1740002499 (RuntimeObject * __this, const RuntimeMethod* method) { { Type_t * L_0 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_0); return L_1; } } // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___objA0; RuntimeObject * L_1 = ___objB1; return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))? 1 : 0); } } // 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) { typedef int32_t (*Object_InternalGetHashCode_m4213713973_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((Object_InternalGetHashCode_m4213713973_ftn)mscorlib::System::Object::InternalGetHashCode) (___o0); } // System.IntPtr System.Object::obj_address() extern "C" IL2CPP_METHOD_ATTR intptr_t Object_obj_address_m748594908 (RuntimeObject * __this, const RuntimeMethod* method) { typedef intptr_t (*Object_obj_address_m748594908_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((Object_obj_address_m748594908_ftn)mscorlib::System::Object::obj_address) (__this); } // System.Void System.Object::FieldGetter(System.String,System.String,System.Object&) extern "C" IL2CPP_METHOD_ATTR void Object_FieldGetter_m1068044959 (RuntimeObject * __this, String_t* ___typeName0, String_t* ___fieldName1, RuntimeObject ** ___val2, const RuntimeMethod* method) { { return; } } // System.Void System.Object::FieldSetter(System.String,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void Object_FieldSetter_m3873125190 (RuntimeObject * __this, String_t* ___typeName0, String_t* ___fieldName1, RuntimeObject * ___val2, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* ___objectName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectDisposedException__ctor_m3603759869_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2456128945, /*hidden argument*/NULL); InvalidOperationException__ctor_m237278729(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___objectName0; __this->set_obj_name_12(L_1); String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2456128945, /*hidden argument*/NULL); __this->set_msg_13(L_2); return; } } // System.Void System.ObjectDisposedException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m1034312941 (ObjectDisposedException_t21392786 * __this, String_t* ___objectName0, String_t* ___message1, const RuntimeMethod* method) { { String_t* L_0 = ___message1; InvalidOperationException__ctor_m237278729(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___objectName0; __this->set_obj_name_12(L_1); String_t* L_2 = ___message1; __this->set_msg_13(L_2); return; } } // System.Void System.ObjectDisposedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m1894780688 (ObjectDisposedException_t21392786 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectDisposedException__ctor_m1894780688_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; InvalidOperationException__ctor_m262609521(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral3117225416, /*hidden argument*/NULL); __this->set_obj_name_12(L_3); return; } } // System.String System.ObjectDisposedException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* ObjectDisposedException_get_Message_m1666887471 (ObjectDisposedException_t21392786 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_msg_13(); return L_0; } } // System.Void System.ObjectDisposedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException_GetObjectData_m2330532076 (ObjectDisposedException_t21392786 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectDisposedException_GetObjectData_m2330532076_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = __this->get_obj_name_12(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral3117225416, L_3, /*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.ObsoleteAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m3594271519 (ObsoleteAttribute_t303876359 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } // System.Void System.ObsoleteAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m3834641885 (ObsoleteAttribute_t303876359 * __this, String_t* ___message0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___message0; __this->set__message_0(L_0); return; } } // System.Void System.ObsoleteAttribute::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m2274138402 (ObsoleteAttribute_t303876359 * __this, String_t* ___message0, bool ___error1, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___message0; __this->set__message_0(L_0); bool L_1 = ___error1; __this->set__error_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.OperatingSystem::.ctor(System.PlatformID,System.Version) extern "C" IL2CPP_METHOD_ATTR void OperatingSystem__ctor_m1545635730 (OperatingSystem_t3730783609 * __this, int32_t ___platform0, Version_t3456873960 * ___version1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OperatingSystem__ctor_m1545635730_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set__servicePack_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Version_t3456873960 * L_1 = ___version1; bool L_2 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_1, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0028; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1902401671, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,OperatingSystem__ctor_m1545635730_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___platform0; __this->set__platform_0(L_4); Version_t3456873960 * L_5 = ___version1; __this->set__version_1(L_5); return; } } // System.PlatformID System.OperatingSystem::get_Platform() extern "C" IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m2793423729 (OperatingSystem_t3730783609 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__platform_0(); return L_0; } } // System.Object System.OperatingSystem::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OperatingSystem_Clone_m1122165140 (OperatingSystem_t3730783609 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OperatingSystem_Clone_m1122165140_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__platform_0(); Version_t3456873960 * L_1 = __this->get__version_1(); OperatingSystem_t3730783609 * L_2 = (OperatingSystem_t3730783609 *)il2cpp_codegen_object_new(OperatingSystem_t3730783609_il2cpp_TypeInfo_var); OperatingSystem__ctor_m1545635730(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.OperatingSystem::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void OperatingSystem_GetObjectData_m1571196722 (OperatingSystem_t3730783609 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OperatingSystem_GetObjectData_m1571196722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; int32_t L_1 = __this->get__platform_0(); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(PlatformID_t897822290_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); SerializationInfo_AddValue_m2872281893(L_0, _stringLiteral3832367947, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; Version_t3456873960 * L_5 = __this->get__version_1(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral1914678832, L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; String_t* L_7 = __this->get__servicePack_2(); NullCheck(L_6); SerializationInfo_AddValue_m2872281893(L_6, _stringLiteral196986056, L_7, /*hidden argument*/NULL); return; } } // System.String System.OperatingSystem::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* OperatingSystem_ToString_m3445473725 (OperatingSystem_t3730783609 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OperatingSystem_ToString_m3445473725_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get__platform_0(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0044; } case 1: { goto IL_004f; } case 2: { goto IL_0039; } case 3: { goto IL_005a; } case 4: { goto IL_0065; } case 5: { goto IL_0070; } case 6: { goto IL_007b; } } } { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)128)))) { goto IL_0065; } } { goto IL_0086; } IL_0039: { V_0 = _stringLiteral1883986088; goto IL_0096; } IL_0044: { V_0 = _stringLiteral727782318; goto IL_0096; } IL_004f: { V_0 = _stringLiteral2266012253; goto IL_0096; } IL_005a: { V_0 = _stringLiteral3363545007; goto IL_0096; } IL_0065: { V_0 = _stringLiteral1133726264; goto IL_0096; } IL_0070: { V_0 = _stringLiteral328992231; goto IL_0096; } IL_007b: { V_0 = _stringLiteral2744711299; goto IL_0096; } IL_0086: { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2788515067, /*hidden argument*/NULL); V_0 = L_3; goto IL_0096; } IL_0096: { String_t* L_4 = V_0; Version_t3456873960 * L_5 = __this->get__version_1(); NullCheck(L_5); String_t* L_6 = Version_ToString_m2279867705(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3452614528, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.OrdinalComparer::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OrdinalComparer__ctor_m1028789954 (OrdinalComparer_t3407243298 * __this, bool ___ignoreCase0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrdinalComparer__ctor_m1028789954_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t3301955079_il2cpp_TypeInfo_var); StringComparer__ctor_m621368542(__this, /*hidden argument*/NULL); bool L_0 = ___ignoreCase0; __this->set__ignoreCase_4(L_0); return; } } // System.Int32 System.OrdinalComparer::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t OrdinalComparer_Compare_m2819174916 (OrdinalComparer_t3407243298 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrdinalComparer_Compare_m2819174916_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__ignoreCase_4(); if (!L_0) { goto IL_001f; } } { String_t* L_1 = ___x0; String_t* L_2 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_3 = String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579(NULL /*static, unused*/, L_1, 0, ((int32_t)2147483647LL), L_2, 0, ((int32_t)2147483647LL), /*hidden argument*/NULL); return L_3; } IL_001f: { String_t* L_4 = ___x0; String_t* L_5 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_6 = String_CompareOrdinalUnchecked_m2277084468(NULL /*static, unused*/, L_4, 0, ((int32_t)2147483647LL), L_5, 0, ((int32_t)2147483647LL), /*hidden argument*/NULL); return L_6; } } // System.Boolean System.OrdinalComparer::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool OrdinalComparer_Equals_m1106612171 (OrdinalComparer_t3407243298 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrdinalComparer_Equals_m1106612171_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__ignoreCase_4(); if (!L_0) { goto IL_0017; } } { String_t* L_1 = ___x0; String_t* L_2 = ___y1; int32_t L_3 = OrdinalComparer_Compare_m2819174916(__this, L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0017: { String_t* L_4 = ___x0; String_t* L_5 = ___y1; 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); return L_6; } } // System.Int32 System.OrdinalComparer::GetHashCode(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t OrdinalComparer_GetHashCode_m3219897106 (OrdinalComparer_t3407243298 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrdinalComparer_GetHashCode_m3219897106_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; 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, _stringLiteral3452614605, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,OrdinalComparer_GetHashCode_m3219897106_RuntimeMethod_var); } IL_0011: { bool L_2 = __this->get__ignoreCase_4(); if (!L_2) { goto IL_0023; } } { String_t* L_3 = ___s0; NullCheck(L_3); int32_t L_4 = String_GetCaseInsensitiveHashCode_m3282844242(L_3, /*hidden argument*/NULL); return L_4; } IL_0023: { String_t* L_5 = ___s0; NullCheck(L_5); int32_t L_6 = String_GetHashCode_m1906374149(L_5, /*hidden argument*/NULL); return L_6; } } #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.OutOfMemoryException::.ctor() extern "C" IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m3893515912 (OutOfMemoryException_t2437671686 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OutOfMemoryException__ctor_m3893515912_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3285153522, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024882), /*hidden argument*/NULL); return; } } // System.Void System.OutOfMemoryException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m1518469064 (OutOfMemoryException_t2437671686 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024882), /*hidden argument*/NULL); return; } } // System.Void System.OutOfMemoryException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m584364909 (OutOfMemoryException_t2437671686 * __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; } } #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.OverflowException::.ctor() extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m4029085969 (OverflowException_t2020128637 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OverflowException__ctor_m4029085969_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1997606331, /*hidden argument*/NULL); ArithmeticException__ctor_m3551809662(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233066), /*hidden argument*/NULL); return; } } // System.Void System.OverflowException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m694321376 (OverflowException_t2020128637 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; ArithmeticException__ctor_m3551809662(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233066), /*hidden argument*/NULL); return; } } // System.Void System.OverflowException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m2491207501 (OverflowException_t2020128637 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; ArithmeticException__ctor_m1658426420(__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.ParamArrayAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void ParamArrayAttribute__ctor_m2680615839 (ParamArrayAttribute_t3664765590 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.PlatformNotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m1787918017 (PlatformNotSupportedException_t3572244504 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PlatformNotSupportedException__ctor_m1787918017_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2101062090, /*hidden argument*/NULL); NotSupportedException__ctor_m2494070935(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233031), /*hidden argument*/NULL); return; } } // System.Void System.PlatformNotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m1693043795 (PlatformNotSupportedException_t3572244504 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; NotSupportedException__ctor_m922781896(__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.Random::.ctor() extern "C" IL2CPP_METHOD_ATTR void Random__ctor_m4122933043 (Random_t108471755 * __this, const RuntimeMethod* method) { { int32_t L_0 = Environment_get_TickCount_m2088073110(NULL /*static, unused*/, /*hidden argument*/NULL); Random__ctor_m3209279193(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Random::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Random__ctor_m3209279193 (Random_t108471755 * __this, int32_t ___Seed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Random__ctor_m3209279193_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; int32_t V_5 = 0; { __this->set_SeedArray_2(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56)))); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___Seed0; int32_t L_1 = il2cpp_codegen_abs(L_0); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)161803398), (int32_t)L_1)); Int32U5BU5D_t385246372* L_2 = __this->get_SeedArray_2(); int32_t L_3 = V_1; NullCheck(L_2); (L_2)->SetAt(static_cast(((int32_t)55)), (int32_t)L_3); V_2 = 1; V_3 = 1; goto IL_0064; } IL_0033: { int32_t L_4 = V_3; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)21), (int32_t)L_4))%(int32_t)((int32_t)55))); Int32U5BU5D_t385246372* L_5 = __this->get_SeedArray_2(); int32_t L_6 = V_0; int32_t L_7 = V_2; NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (int32_t)L_7); int32_t L_8 = V_1; int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)); int32_t L_10 = V_2; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0057; } } { int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)2147483647LL))); } IL_0057: { Int32U5BU5D_t385246372* L_12 = __this->get_SeedArray_2(); int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_1 = L_15; int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0064: { int32_t L_17 = V_3; if ((((int32_t)L_17) < ((int32_t)((int32_t)55)))) { goto IL_0033; } } { V_4 = 1; goto IL_00d8; } IL_0074: { V_5 = 1; goto IL_00c9; } IL_007c: { Int32U5BU5D_t385246372* L_18 = __this->get_SeedArray_2(); int32_t L_19 = V_5; NullCheck(L_18); int32_t* L_20 = ((L_18)->GetAddressAt(static_cast(L_19))); Int32U5BU5D_t385246372* L_21 = __this->get_SeedArray_2(); int32_t L_22 = V_5; NullCheck(L_21); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)30)))%(int32_t)((int32_t)55))))); int32_t L_24 = (L_21)->GetAt(static_cast(L_23)); *((int32_t*)(L_20)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_20)), (int32_t)L_24)); Int32U5BU5D_t385246372* L_25 = __this->get_SeedArray_2(); int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = L_26; int32_t L_28 = (L_25)->GetAt(static_cast(L_27)); if ((((int32_t)L_28) >= ((int32_t)0))) { goto IL_00c3; } } { Int32U5BU5D_t385246372* L_29 = __this->get_SeedArray_2(); int32_t L_30 = V_5; NullCheck(L_29); int32_t* L_31 = ((L_29)->GetAddressAt(static_cast(L_30))); *((int32_t*)(L_31)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_31)), (int32_t)((int32_t)2147483647LL))); } IL_00c3: { int32_t L_32 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00c9: { int32_t L_33 = V_5; if ((((int32_t)L_33) < ((int32_t)((int32_t)56)))) { goto IL_007c; } } { int32_t L_34 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00d8: { int32_t L_35 = V_4; if ((((int32_t)L_35) < ((int32_t)5))) { goto IL_0074; } } { __this->set_inext_0(0); __this->set_inextp_1(((int32_t)31)); return; } } // System.Double System.Random::Sample() extern "C" IL2CPP_METHOD_ATTR double Random_Sample_m2289397474 (Random_t108471755 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_inext_0(); int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); V_1 = L_1; __this->set_inext_0(L_1); int32_t L_2 = V_1; if ((((int32_t)L_2) < ((int32_t)((int32_t)56)))) { goto IL_001f; } } { __this->set_inext_0(1); } IL_001f: { int32_t L_3 = __this->get_inextp_1(); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); V_1 = L_4; __this->set_inextp_1(L_4); int32_t L_5 = V_1; if ((((int32_t)L_5) < ((int32_t)((int32_t)56)))) { goto IL_003e; } } { __this->set_inextp_1(1); } IL_003e: { Int32U5BU5D_t385246372* L_6 = __this->get_SeedArray_2(); int32_t L_7 = __this->get_inext_0(); NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); Int32U5BU5D_t385246372* L_10 = __this->get_SeedArray_2(); int32_t L_11 = __this->get_inextp_1(); NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_13)); int32_t L_14 = V_0; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0069; } } { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)((int32_t)2147483647LL))); } IL_0069: { Int32U5BU5D_t385246372* L_16 = __this->get_SeedArray_2(); int32_t L_17 = __this->get_inext_0(); int32_t L_18 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (int32_t)L_18); int32_t L_19 = V_0; return ((double)il2cpp_codegen_multiply((double)(((double)((double)L_19))), (double)(4.6566128752457969E-10))); } } // System.Int32 System.Random::Next(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Random_Next_m2295149237 (Random_t108471755 * __this, int32_t ___minValue0, int32_t ___maxValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Random_Next_m2295149237_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = ___minValue0; int32_t L_1 = ___maxValue1; if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0017; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1302184587, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Random_Next_m2295149237_RuntimeMethod_var); } IL_0017: { int32_t L_4 = ___maxValue1; int32_t L_5 = ___minValue0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); uint32_t L_6 = V_0; if ((!(((uint32_t)L_6) <= ((uint32_t)1)))) { goto IL_0024; } } { int32_t L_7 = ___minValue0; return L_7; } IL_0024: { double L_8 = VirtFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this); uint32_t L_9 = V_0; int32_t L_10 = ___minValue0; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint32_t)((double)il2cpp_codegen_multiply((double)L_8, (double)(((double)((double)(((double)((uint32_t)L_9))))))))))))))))), (int64_t)(((int64_t)((int64_t)L_10)))))))); } } // System.Void System.Random::NextBytes(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Random_NextBytes_m3935257853 (Random_t108471755 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Random_NextBytes_m3935257853_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; 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, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Random_NextBytes_m3935257853_RuntimeMethod_var); } IL_0011: { V_0 = 0; goto IL_0030; } IL_0018: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t L_3 = V_0; double L_4 = VirtFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)(((int32_t)((uint8_t)((double)il2cpp_codegen_multiply((double)L_4, (double)(256.0))))))); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0030: { int32_t L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = ___buffer0; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0018; } } { return; } } // System.Double System.Random::NextDouble() extern "C" IL2CPP_METHOD_ATTR double Random_NextDouble_m2722069978 (Random_t108471755 * __this, const RuntimeMethod* method) { { double L_0 = VirtFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this); 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.RankException::.ctor() extern "C" IL2CPP_METHOD_ATTR void RankException__ctor_m4082747811 (RankException_t3812021567 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RankException__ctor_m4082747811_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3324613766, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233065), /*hidden argument*/NULL); return; } } // System.Void System.RankException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void RankException__ctor_m2226473861 (RankException_t3812021567 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233065), /*hidden argument*/NULL); return; } } // System.Void System.RankException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void RankException__ctor_m3453633632 (RankException_t3812021567 * __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; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.AmbiguousMatchException::.ctor() extern "C" IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m15419215 (AmbiguousMatchException_t566690781 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmbiguousMatchException__ctor_m15419215_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SystemException__ctor_m3298527747(__this, _stringLiteral3178335748, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.AmbiguousMatchException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m2012725345 (AmbiguousMatchException_t566690781 * __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.Reflection.AmbiguousMatchException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m3222545265 (AmbiguousMatchException_t566690781 * __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; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Assembly::.ctor() extern "C" IL2CPP_METHOD_ATTR void Assembly__ctor_m823291553 (Assembly_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly__ctor_m823291553_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ResolveEventHolder_t2120639521 * L_0 = (ResolveEventHolder_t2120639521 *)il2cpp_codegen_object_new(ResolveEventHolder_t2120639521_il2cpp_TypeInfo_var); ResolveEventHolder__ctor_m1522332934(L_0, /*hidden argument*/NULL); __this->set_resolve_event_holder_1(L_0); return; } } // System.String System.Reflection.Assembly::get_code_base(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_code_base_m282368939 (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method) { typedef String_t* (*Assembly_get_code_base_m282368939_ftn) (Assembly_t *, bool); using namespace il2cpp::icalls; return ((Assembly_get_code_base_m282368939_ftn)mscorlib::System::Reflection::Assembly::get_code_base) (__this, ___escaped0); } // System.String System.Reflection.Assembly::get_fullname() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_fullname_m3421330653 (Assembly_t * __this, const RuntimeMethod* method) { typedef String_t* (*Assembly_get_fullname_m3421330653_ftn) (Assembly_t *); using namespace il2cpp::icalls; return ((Assembly_get_fullname_m3421330653_ftn)mscorlib::System::Reflection::Assembly::get_fullname) (__this); } // System.String System.Reflection.Assembly::get_location() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_location_m3128831763 (Assembly_t * __this, const RuntimeMethod* method) { typedef String_t* (*Assembly_get_location_m3128831763_ftn) (Assembly_t *); using namespace il2cpp::icalls; return ((Assembly_get_location_m3128831763_ftn)mscorlib::System::Reflection::Assembly::get_location) (__this); } // System.String System.Reflection.Assembly::GetCodeBase(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_GetCodeBase_m2422053712 (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0 = ___escaped0; String_t* L_1 = Assembly_get_code_base_m282368939(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; return L_2; } } // System.String System.Reflection.Assembly::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_FullName_m293988418 (Assembly_t * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Reflection.Assembly::ToString() */, __this); return L_0; } } // System.String System.Reflection.Assembly::get_Location() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_Location_m3857174850 (Assembly_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_get_Location_m3857174850_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_fromByteArray_8(); 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: { String_t* L_2 = Assembly_get_location_m3128831763(__this, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; return L_3; } } // System.Boolean System.Reflection.Assembly::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Assembly_IsDefined_m1652198537 (Assembly_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_IsDefined_m1652198537_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.Assembly::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Assembly_GetCustomAttributes_m1392215527 (Assembly_t * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetCustomAttributes_m1392215527_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_1 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.Assembly::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Assembly_GetCustomAttributes_m1347362332 (Assembly_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetCustomAttributes_m1347362332_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_2 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.IntPtr System.Reflection.Assembly::GetManifestResourceInternal(System.String,System.Int32&,System.Reflection.Module&) extern "C" IL2CPP_METHOD_ATTR intptr_t Assembly_GetManifestResourceInternal_m1224391897 (Assembly_t * __this, String_t* ___name0, int32_t* ___size1, Module_t2987026101 ** ___module2, const RuntimeMethod* method) { typedef intptr_t (*Assembly_GetManifestResourceInternal_m1224391897_ftn) (Assembly_t *, String_t*, int32_t*, Module_t2987026101 **); using namespace il2cpp::icalls; return ((Assembly_GetManifestResourceInternal_m1224391897_ftn)mscorlib::System::Reflection::Assembly::GetManifestResourceInternal) (__this, ___name0, ___size1, ___module2); } // System.Type[] System.Reflection.Assembly::GetTypes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* Assembly_GetTypes_m1724781913 (Assembly_t * __this, bool ___exportedOnly0, const RuntimeMethod* method) { typedef TypeU5BU5D_t3940880105* (*Assembly_GetTypes_m1724781913_ftn) (Assembly_t *, bool); using namespace il2cpp::icalls; return ((Assembly_GetTypes_m1724781913_ftn)mscorlib::System::Reflection::Assembly::GetTypes) (__this, ___exportedOnly0); } // System.Type[] System.Reflection.Assembly::GetTypes() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* Assembly_GetTypes_m1237242249 (Assembly_t * __this, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = VirtFuncInvoker1< TypeU5BU5D_t3940880105*, bool >::Invoke(12 /* System.Type[] System.Reflection.Assembly::GetTypes(System.Boolean) */, __this, (bool)0); return L_0; } } // System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_m1855422232 (Assembly_t * __this, String_t* ___name0, bool ___throwOnError1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; bool L_1 = ___throwOnError1; Type_t * L_2 = Assembly_GetType_m3468564723(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Type System.Reflection.Assembly::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_m2647029381 (Assembly_t * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; Type_t * L_1 = Assembly_GetType_m3468564723(__this, L_0, (bool)0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Assembly::InternalGetType(System.Reflection.Module,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_InternalGetType_m3065345470 (Assembly_t * __this, Module_t2987026101 * ___module0, String_t* ___name1, bool ___throwOnError2, bool ___ignoreCase3, const RuntimeMethod* method) { typedef Type_t * (*Assembly_InternalGetType_m3065345470_ftn) (Assembly_t *, Module_t2987026101 *, String_t*, bool, bool); using namespace il2cpp::icalls; return ((Assembly_InternalGetType_m3065345470_ftn)mscorlib::System::Reflection::Assembly::InternalGetType) (__this, ___module0, ___name1, ___throwOnError2, ___ignoreCase3); } // System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_m3468564723 (Assembly_t * __this, String_t* ___name0, bool ___throwOnError1, bool ___ignoreCase2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetType_m3468564723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_000d; } } { String_t* L_1 = ___name0; ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Assembly_GetType_m3468564723_RuntimeMethod_var); } IL_000d: { String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0028; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, _stringLiteral62725243, _stringLiteral696966477, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Assembly_GetType_m3468564723_RuntimeMethod_var); } IL_0028: { String_t* L_6 = ___name0; bool L_7 = ___throwOnError1; bool L_8 = ___ignoreCase2; Type_t * L_9 = Assembly_InternalGetType_m3065345470(__this, (Module_t2987026101 *)NULL, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void System.Reflection.Assembly::InternalGetAssemblyName(System.String,System.Reflection.AssemblyName) extern "C" IL2CPP_METHOD_ATTR void Assembly_InternalGetAssemblyName_m4078200401 (RuntimeObject * __this /* static, unused */, String_t* ___assemblyFile0, AssemblyName_t270931938 * ___aname1, const RuntimeMethod* method) { typedef void (*Assembly_InternalGetAssemblyName_m4078200401_ftn) (String_t*, AssemblyName_t270931938 *); using namespace il2cpp::icalls; ((Assembly_InternalGetAssemblyName_m4078200401_ftn)mscorlib::System::Reflection::Assembly::InternalGetAssemblyName) (___assemblyFile0, ___aname1); } // System.Void System.Reflection.Assembly::FillName(System.Reflection.Assembly,System.Reflection.AssemblyName) extern "C" IL2CPP_METHOD_ATTR void Assembly_FillName_m1660001542 (RuntimeObject * __this /* static, unused */, Assembly_t * ___ass0, AssemblyName_t270931938 * ___aname1, const RuntimeMethod* method) { typedef void (*Assembly_FillName_m1660001542_ftn) (Assembly_t *, AssemblyName_t270931938 *); using namespace il2cpp::icalls; ((Assembly_FillName_m1660001542_ftn)mscorlib::System::Reflection::Assembly::FillName) (___ass0, ___aname1); } // System.Reflection.AssemblyName System.Reflection.Assembly::GetName(System.Boolean) extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * Assembly_GetName_m981771927 (Assembly_t * __this, bool ___copiedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetName_m981771927_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_0 = SecurityManager_get_SecurityEnabled_m3467182822(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { Assembly_GetCodeBase_m2422053712(__this, (bool)1, /*hidden argument*/NULL); } IL_0012: { AssemblyName_t270931938 * L_1 = VirtFuncInvoker0< AssemblyName_t270931938 * >::Invoke(19 /* System.Reflection.AssemblyName System.Reflection.Assembly::UnprotectedGetName() */, __this); return L_1; } } // System.Reflection.AssemblyName System.Reflection.Assembly::GetName() extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * Assembly_GetName_m2439919985 (Assembly_t * __this, const RuntimeMethod* method) { { AssemblyName_t270931938 * L_0 = VirtFuncInvoker1< AssemblyName_t270931938 *, bool >::Invoke(17 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName(System.Boolean) */, __this, (bool)0); return L_0; } } // System.Reflection.AssemblyName System.Reflection.Assembly::UnprotectedGetName() extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * Assembly_UnprotectedGetName_m600830855 (Assembly_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_UnprotectedGetName_m600830855_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssemblyName_t270931938 * V_0 = NULL; { AssemblyName_t270931938 * L_0 = (AssemblyName_t270931938 *)il2cpp_codegen_object_new(AssemblyName_t270931938_il2cpp_TypeInfo_var); AssemblyName__ctor_m2786326352(L_0, /*hidden argument*/NULL); V_0 = L_0; AssemblyName_t270931938 * L_1 = V_0; Assembly_FillName_m1660001542(NULL /*static, unused*/, __this, L_1, /*hidden argument*/NULL); AssemblyName_t270931938 * L_2 = V_0; return L_2; } } // System.String System.Reflection.Assembly::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_ToString_m2053237013 (Assembly_t * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_assemblyName_9(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_assemblyName_9(); return L_1; } IL_0012: { String_t* L_2 = Assembly_get_fullname_m3421330653(__this, /*hidden argument*/NULL); __this->set_assemblyName_9(L_2); String_t* L_3 = __this->get_assemblyName_9(); return L_3; } } // System.Reflection.Assembly System.Reflection.Assembly::LoadFrom(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadFrom_m3042502435 (RuntimeObject * __this /* static, unused */, String_t* ___assemblyFile0, bool ___refonly1, const RuntimeMethod* method) { typedef Assembly_t * (*Assembly_LoadFrom_m3042502435_ftn) (String_t*, bool); using namespace il2cpp::icalls; return ((Assembly_LoadFrom_m3042502435_ftn)mscorlib::System::Reflection::Assembly::LoadFrom) (___assemblyFile0, ___refonly1); } // System.Reflection.Assembly System.Reflection.Assembly::LoadFrom(System.String,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadFrom_m3943705766 (RuntimeObject * __this /* static, unused */, String_t* ___assemblyFile0, Evidence_t2008144148 * ___securityEvidence1, const RuntimeMethod* method) { Assembly_t * V_0 = NULL; { String_t* L_0 = ___assemblyFile0; Assembly_t * L_1 = Assembly_LoadFrom_m3042502435(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; Assembly_t * L_2 = V_0; return L_2; } } // 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) { { AppDomain_t1571427825 * L_0 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___assemblyString0; NullCheck(L_0); Assembly_t * L_2 = AppDomain_Load_m4174353770(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.Assembly System.Reflection.Assembly::Load(System.Reflection.AssemblyName) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m2586943103 (RuntimeObject * __this /* static, unused */, AssemblyName_t270931938 * ___assemblyRef0, const RuntimeMethod* method) { { AppDomain_t1571427825 * L_0 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); AssemblyName_t270931938 * L_1 = ___assemblyRef0; NullCheck(L_0); Assembly_t * L_2 = AppDomain_Load_m3747492338(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.Module System.Reflection.Assembly::GetModule(System.String) extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * Assembly_GetModule_m3867448062 (Assembly_t * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetModule_m3867448062_MetadataUsageId); s_Il2CppMethodInitialized = true; } ModuleU5BU5D_t4238763736* V_0 = NULL; Module_t2987026101 * V_1 = NULL; ModuleU5BU5D_t4238763736* V_2 = NULL; int32_t V_3 = 0; { String_t* L_0 = ___name0; 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, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Assembly_GetModule_m3867448062_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral106439711, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Assembly_GetModule_m3867448062_RuntimeMethod_var); } IL_0027: { ModuleU5BU5D_t4238763736* L_5 = Assembly_GetModules_m4157408231(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_5; ModuleU5BU5D_t4238763736* L_6 = V_0; V_2 = L_6; V_3 = 0; goto IL_0053; } IL_0038: { ModuleU5BU5D_t4238763736* L_7 = V_2; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; Module_t2987026101 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_1 = L_10; Module_t2987026101 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = Module_get_ScopeName_m4152486041(L_11, /*hidden argument*/NULL); String_t* L_13 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004f; } } { Module_t2987026101 * L_15 = V_1; return L_15; } IL_004f: { int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0053: { int32_t L_17 = V_3; ModuleU5BU5D_t4238763736* L_18 = V_2; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0038; } } { return (Module_t2987026101 *)NULL; } } // System.Reflection.Module[] System.Reflection.Assembly::GetModulesInternal() extern "C" IL2CPP_METHOD_ATTR ModuleU5BU5D_t4238763736* Assembly_GetModulesInternal_m3569974584 (Assembly_t * __this, const RuntimeMethod* method) { typedef ModuleU5BU5D_t4238763736* (*Assembly_GetModulesInternal_m3569974584_ftn) (Assembly_t *); using namespace il2cpp::icalls; return ((Assembly_GetModulesInternal_m3569974584_ftn)mscorlib::System::Reflection::Assembly::GetModulesInternal) (__this); } // System.Reflection.Module[] System.Reflection.Assembly::GetModules(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ModuleU5BU5D_t4238763736* Assembly_GetModules_m4157408231 (Assembly_t * __this, bool ___getResourceModules0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetModules_m4157408231_MetadataUsageId); s_Il2CppMethodInitialized = true; } ModuleU5BU5D_t4238763736* V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; Module_t2987026101 * V_2 = NULL; ModuleU5BU5D_t4238763736* V_3 = NULL; int32_t V_4 = 0; { ModuleU5BU5D_t4238763736* L_0 = VirtFuncInvoker0< ModuleU5BU5D_t4238763736* >::Invoke(21 /* System.Reflection.Module[] System.Reflection.Assembly::GetModulesInternal() */, __this); V_0 = L_0; bool L_1 = ___getResourceModules0; if (L_1) { goto IL_005e; } } { ModuleU5BU5D_t4238763736* L_2 = V_0; NullCheck(L_2); ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m3828927650(L_3, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); V_1 = L_3; ModuleU5BU5D_t4238763736* L_4 = V_0; V_3 = L_4; V_4 = 0; goto IL_003e; } IL_0020: { ModuleU5BU5D_t4238763736* L_5 = V_3; int32_t L_6 = V_4; NullCheck(L_5); int32_t L_7 = L_6; Module_t2987026101 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_2 = L_8; Module_t2987026101 * L_9 = V_2; NullCheck(L_9); bool L_10 = Module_IsResource_m553227372(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0038; } } { ArrayList_t2718874744 * L_11 = V_1; Module_t2987026101 * L_12 = V_2; NullCheck(L_11); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_12); } IL_0038: { int32_t L_13 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003e: { int32_t L_14 = V_4; ModuleU5BU5D_t4238763736* L_15 = V_3; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0020; } } { ArrayList_t2718874744 * L_16 = V_1; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Module_t2987026101_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); RuntimeArray * L_19 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_16, L_18); return ((ModuleU5BU5D_t4238763736*)Castclass((RuntimeObject*)L_19, ModuleU5BU5D_t4238763736_il2cpp_TypeInfo_var)); } IL_005e: { ModuleU5BU5D_t4238763736* L_20 = V_0; return L_20; } } // System.Reflection.Assembly System.Reflection.Assembly::GetExecutingAssembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetExecutingAssembly_m4021024968 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetExecutingAssembly_m4021024968_MetadataUsageId); s_Il2CppMethodInitialized = true; } return il2cpp_codegen_get_executing_assembly(Assembly_GetExecutingAssembly_m4021024968_RuntimeMethod_var); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Assembly/ResolveEventHolder::.ctor() extern "C" IL2CPP_METHOD_ATTR void ResolveEventHolder__ctor_m1522332934 (ResolveEventHolder_t2120639521 * __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.Reflection.AssemblyCompanyAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyCompanyAttribute__ctor_m1270469981 (AssemblyCompanyAttribute_t909257512 * __this, String_t* ___company0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___company0; __this->set_name_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.Reflection.AssemblyConfigurationAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyConfigurationAttribute__ctor_m3236176989 (AssemblyConfigurationAttribute_t2167450097 * __this, String_t* ___configuration0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___configuration0; __this->set_name_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.Reflection.AssemblyCopyrightAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyCopyrightAttribute__ctor_m1842063359 (AssemblyCopyrightAttribute_t836190902 * __this, String_t* ___copyright0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___copyright0; __this->set_name_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.Reflection.AssemblyDefaultAliasAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyDefaultAliasAttribute__ctor_m1809631251 (AssemblyDefaultAliasAttribute_t2176720766 * __this, String_t* ___defaultAlias0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___defaultAlias0; __this->set_name_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.Reflection.AssemblyDelaySignAttribute::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AssemblyDelaySignAttribute__ctor_m542336852 (AssemblyDelaySignAttribute_t176441654 * __this, bool ___delaySign0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); bool L_0 = ___delaySign0; __this->set_delay_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.Reflection.AssemblyDescriptionAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyDescriptionAttribute__ctor_m3993445315 (AssemblyDescriptionAttribute_t1046996844 * __this, String_t* ___description0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___description0; __this->set_name_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.Reflection.AssemblyFileVersionAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyFileVersionAttribute__ctor_m3720707642 (AssemblyFileVersionAttribute_t14927972 * __this, String_t* ___version0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyFileVersionAttribute__ctor_m3720707642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___version0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1902401671, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AssemblyFileVersionAttribute__ctor_m3720707642_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___version0; __this->set_name_0(L_2); 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.Reflection.AssemblyInformationalVersionAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyInformationalVersionAttribute__ctor_m4033947902 (AssemblyInformationalVersionAttribute_t3037764991 * __this, String_t* ___informationalVersion0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___informationalVersion0; __this->set_name_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.Reflection.AssemblyKeyFileAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyKeyFileAttribute__ctor_m535332047 (AssemblyKeyFileAttribute_t2825689142 * __this, String_t* ___keyFile0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___keyFile0; __this->set_name_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.Reflection.AssemblyName::.ctor() extern "C" IL2CPP_METHOD_ATTR void AssemblyName__ctor_m2786326352 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_versioncompat_12(1); return; } } // System.Void System.Reflection.AssemblyName::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void AssemblyName__ctor_m1753467291 (AssemblyName_t270931938 * __this, SerializationInfo_t950877179 * ___si0, StreamingContext_t3711869237 ___sc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName__ctor_m1753467291_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___si0; NullCheck(L_0); String_t* L_1 = SerializationInfo_GetString_m3155282843(L_0, _stringLiteral2799480233, /*hidden argument*/NULL); __this->set_name_0(L_1); SerializationInfo_t950877179 * L_2 = ___si0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral993777815, /*hidden argument*/NULL); __this->set_codebase_1(L_3); SerializationInfo_t950877179 * L_4 = ___si0; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Version_t3456873960_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_4); RuntimeObject * L_7 = SerializationInfo_GetValue_m42271953(L_4, _stringLiteral1979690544, L_6, /*hidden argument*/NULL); __this->set_version_13(((Version_t3456873960 *)CastclassSealed((RuntimeObject*)L_7, Version_t3456873960_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_8 = ___si0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject * L_11 = SerializationInfo_GetValue_m42271953(L_8, _stringLiteral515930092, L_10, /*hidden argument*/NULL); __this->set_publicKey_10(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_11, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_12 = ___si0; RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject * L_15 = SerializationInfo_GetValue_m42271953(L_12, _stringLiteral2412227370, L_14, /*hidden argument*/NULL); __this->set_keyToken_11(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_15, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_16 = ___si0; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (AssemblyHashAlgorithm_t1216504064_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject * L_19 = SerializationInfo_GetValue_m42271953(L_16, _stringLiteral809199843, L_18, /*hidden argument*/NULL); __this->set_hashalg_8(((*(int32_t*)((int32_t*)UnBox(L_19, Int32_t2950945753_il2cpp_TypeInfo_var))))); SerializationInfo_t950877179 * L_20 = ___si0; RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (StrongNameKeyPair_t3411219591_0_0_0_var) }; Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); NullCheck(L_20); RuntimeObject * L_23 = SerializationInfo_GetValue_m42271953(L_20, _stringLiteral2690023160, L_22, /*hidden argument*/NULL); __this->set_keypair_9(((StrongNameKeyPair_t3411219591 *)CastclassClass((RuntimeObject*)L_23, StrongNameKeyPair_t3411219591_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_24 = ___si0; RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (AssemblyVersionCompatibility_t766556580_0_0_0_var) }; Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); NullCheck(L_24); RuntimeObject * L_27 = SerializationInfo_GetValue_m42271953(L_24, _stringLiteral2861519396, L_26, /*hidden argument*/NULL); __this->set_versioncompat_12(((*(int32_t*)((int32_t*)UnBox(L_27, Int32_t2950945753_il2cpp_TypeInfo_var))))); SerializationInfo_t950877179 * L_28 = ___si0; RuntimeTypeHandle_t3027515415 L_29 = { reinterpret_cast (AssemblyNameFlags_t3675421470_0_0_0_var) }; Type_t * L_30 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_28); RuntimeObject * L_31 = SerializationInfo_GetValue_m42271953(L_28, _stringLiteral1263429280, L_30, /*hidden argument*/NULL); __this->set_flags_7(((*(int32_t*)((int32_t*)UnBox(L_31, Int32_t2950945753_il2cpp_TypeInfo_var))))); SerializationInfo_t950877179 * L_32 = ___si0; NullCheck(L_32); int32_t L_33 = SerializationInfo_GetInt32_m2640574809(L_32, _stringLiteral3886796070, /*hidden argument*/NULL); V_0 = L_33; int32_t L_34 = V_0; if ((((int32_t)L_34) == ((int32_t)(-1)))) { goto IL_0127; } } { int32_t L_35 = V_0; CultureInfo_t4157843068 * L_36 = (CultureInfo_t4157843068 *)il2cpp_codegen_object_new(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo__ctor_m2628215565(L_36, L_35, /*hidden argument*/NULL); __this->set_cultureinfo_6(L_36); } IL_0127: { return; } } // System.String System.Reflection.AssemblyName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m4072373679 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.String System.Reflection.AssemblyName::get_CodeBase() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_CodeBase_m3370349098 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_codebase_1(); return L_0; } } // System.Globalization.CultureInfo System.Reflection.AssemblyName::get_CultureInfo() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * AssemblyName_get_CultureInfo_m3135152423 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { CultureInfo_t4157843068 * L_0 = __this->get_cultureinfo_6(); return L_0; } } // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::get_Flags() extern "C" IL2CPP_METHOD_ATTR int32_t AssemblyName_get_Flags_m1616840602 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flags_7(); return L_0; } } // System.String System.Reflection.AssemblyName::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_FullName_m3351492191 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_get_FullName_m3351492191_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = __this->get_name_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: { StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_2, /*hidden argument*/NULL); V_0 = L_2; StringBuilder_t * L_3 = V_0; String_t* L_4 = __this->get_name_0(); NullCheck(L_3); StringBuilder_Append_m1965104174(L_3, L_4, /*hidden argument*/NULL); Version_t3456873960 * L_5 = AssemblyName_get_Version_m538083430(__this, /*hidden argument*/NULL); bool L_6 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_5, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0053; } } { StringBuilder_t * L_7 = V_0; NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, _stringLiteral155902455, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_0; Version_t3456873960 * L_9 = AssemblyName_get_Version_m538083430(__this, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = Version_ToString_m2279867705(L_9, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, L_10, /*hidden argument*/NULL); } IL_0053: { CultureInfo_t4157843068 * L_11 = __this->get_cultureinfo_6(); if (!L_11) { goto IL_00a7; } } { StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, _stringLiteral1973799399, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_13 = __this->get_cultureinfo_6(); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_13); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_15); if ((!(((uint32_t)L_14) == ((uint32_t)L_16)))) { goto IL_0095; } } { StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, _stringLiteral490541601, /*hidden argument*/NULL); goto IL_00a7; } IL_0095: { StringBuilder_t * L_18 = V_0; CultureInfo_t4157843068 * L_19 = __this->get_cultureinfo_6(); NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_19); NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, L_20, /*hidden argument*/NULL); } IL_00a7: { ByteU5BU5D_t4116647657* L_21 = AssemblyName_InternalGetPublicKeyToken_m3407918444(__this, /*hidden argument*/NULL); V_1 = L_21; ByteU5BU5D_t4116647657* L_22 = V_1; if (!L_22) { goto IL_0105; } } { ByteU5BU5D_t4116647657* L_23 = V_1; NullCheck(L_23); if ((((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))) { goto IL_00cd; } } { StringBuilder_t * L_24 = V_0; NullCheck(L_24); StringBuilder_Append_m1965104174(L_24, _stringLiteral746622039, /*hidden argument*/NULL); goto IL_0105; } IL_00cd: { StringBuilder_t * L_25 = V_0; NullCheck(L_25); StringBuilder_Append_m1965104174(L_25, _stringLiteral1736874801, /*hidden argument*/NULL); V_2 = 0; goto IL_00fc; } IL_00e0: { StringBuilder_t * L_26 = V_0; ByteU5BU5D_t4116647657* L_27 = V_1; int32_t L_28 = V_2; NullCheck(L_27); String_t* L_29 = Byte_ToString_m3735479648(((L_27)->GetAddressAt(static_cast(L_28))), _stringLiteral3451434968, /*hidden argument*/NULL); NullCheck(L_26); StringBuilder_Append_m1965104174(L_26, L_29, /*hidden argument*/NULL); int32_t L_30 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00fc: { int32_t L_31 = V_2; ByteU5BU5D_t4116647657* L_32 = V_1; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))) { goto IL_00e0; } } IL_0105: { int32_t L_33 = AssemblyName_get_Flags_m1616840602(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_33&(int32_t)((int32_t)256)))) { goto IL_0122; } } { StringBuilder_t * L_34 = V_0; NullCheck(L_34); StringBuilder_Append_m1965104174(L_34, _stringLiteral2676776848, /*hidden argument*/NULL); } IL_0122: { StringBuilder_t * L_35 = V_0; NullCheck(L_35); String_t* L_36 = StringBuilder_ToString_m3317489284(L_35, /*hidden argument*/NULL); return L_36; } } // System.Version System.Reflection.AssemblyName::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * AssemblyName_get_Version_m538083430 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { Version_t3456873960 * L_0 = __this->get_version_13(); return L_0; } } // System.Void System.Reflection.AssemblyName::set_Version(System.Version) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_set_Version_m1802337156 (AssemblyName_t270931938 * __this, Version_t3456873960 * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { Version_t3456873960 * L_0 = ___value0; __this->set_version_13(L_0); Version_t3456873960 * L_1 = ___value0; bool L_2 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_1, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_003a; } } { int32_t L_3 = 0; V_0 = L_3; __this->set_revision_5(L_3); int32_t L_4 = V_0; int32_t L_5 = L_4; V_0 = L_5; __this->set_build_4(L_5); int32_t L_6 = V_0; int32_t L_7 = L_6; V_0 = L_7; __this->set_minor_3(L_7); int32_t L_8 = V_0; __this->set_major_2(L_8); goto IL_006a; } IL_003a: { Version_t3456873960 * L_9 = ___value0; NullCheck(L_9); int32_t L_10 = Version_get_Major_m2457928275(L_9, /*hidden argument*/NULL); __this->set_major_2(L_10); Version_t3456873960 * L_11 = ___value0; NullCheck(L_11); int32_t L_12 = Version_get_Minor_m150536655(L_11, /*hidden argument*/NULL); __this->set_minor_3(L_12); Version_t3456873960 * L_13 = ___value0; NullCheck(L_13); int32_t L_14 = Version_get_Build_m3667751407(L_13, /*hidden argument*/NULL); __this->set_build_4(L_14); Version_t3456873960 * L_15 = ___value0; NullCheck(L_15); int32_t L_16 = Version_get_Revision_m3982234017(L_15, /*hidden argument*/NULL); __this->set_revision_5(L_16); } IL_006a: { return; } } // System.String System.Reflection.AssemblyName::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_ToString_m11651758 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { String_t* L_0 = AssemblyName_get_FullName_m3351492191(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0013; } } { String_t* L_2 = V_0; G_B3_0 = L_2; goto IL_0019; } IL_0013: { String_t* L_3 = Object_ToString_m1740002499(__this, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0019: { return G_B3_0; } } // System.Byte[] System.Reflection.AssemblyName::GetPublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_GetPublicKeyToken_m741436902 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_GetPublicKeyToken_m741436902_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_keyToken_11(); if (!L_0) { goto IL_0012; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_keyToken_11(); return L_1; } IL_0012: { ByteU5BU5D_t4116647657* L_2 = __this->get_publicKey_10(); if (L_2) { goto IL_001f; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_001f: { ByteU5BU5D_t4116647657* L_3 = __this->get_publicKey_10(); NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_0033; } } { return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0033: { bool L_4 = AssemblyName_get_IsPublicKeyValid_m1483495830(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0049; } } { SecurityException_t975544473 * L_5 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_5, _stringLiteral761112055, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,AssemblyName_GetPublicKeyToken_m741436902_RuntimeMethod_var); } IL_0049: { ByteU5BU5D_t4116647657* L_6 = AssemblyName_ComputePublicKeyToken_m824893834(__this, /*hidden argument*/NULL); __this->set_keyToken_11(L_6); ByteU5BU5D_t4116647657* L_7 = __this->get_keyToken_11(); return L_7; } } // System.Boolean System.Reflection.AssemblyName::get_IsPublicKeyValid() extern "C" IL2CPP_METHOD_ATTR bool AssemblyName_get_IsPublicKeyValid_m1483495830 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_get_IsPublicKeyValid_m1483495830_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; bool V_3 = false; 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); { ByteU5BU5D_t4116647657* L_0 = __this->get_publicKey_10(); NullCheck(L_0); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((uint32_t)((int32_t)16))))) { goto IL_003e; } } { V_0 = 0; V_1 = 0; goto IL_0027; } IL_0018: { int32_t L_1 = V_1; ByteU5BU5D_t4116647657* L_2 = __this->get_publicKey_10(); int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); int32_t L_5 = L_4; uint8_t L_6 = (L_2)->GetAt(static_cast(L_5)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_6)); } IL_0027: { int32_t L_7 = V_0; ByteU5BU5D_t4116647657* L_8 = __this->get_publicKey_10(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0018; } } { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)4)))) { goto IL_003e; } } { return (bool)1; } IL_003e: { ByteU5BU5D_t4116647657* L_10 = __this->get_publicKey_10(); NullCheck(L_10); int32_t L_11 = 0; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); V_2 = L_12; uint8_t L_13 = V_2; if ((((int32_t)L_13) == ((int32_t)6))) { goto IL_00a4; } } { uint8_t L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)7))) { goto IL_00c7; } } { uint8_t L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)0))) { goto IL_0061; } } { goto IL_00cc; } IL_0061: { ByteU5BU5D_t4116647657* L_16 = __this->get_publicKey_10(); NullCheck(L_16); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))) <= ((int32_t)((int32_t)12)))) { goto IL_009f; } } { ByteU5BU5D_t4116647657* L_17 = __this->get_publicKey_10(); NullCheck(L_17); int32_t L_18 = ((int32_t)12); uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); if ((!(((uint32_t)L_19) == ((uint32_t)6)))) { goto IL_009f; } } IL_007f: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_20 = __this->get_publicKey_10(); CryptoConvert_FromCapiPublicKeyBlob_m4073029974(NULL /*static, unused*/, L_20, ((int32_t)12), /*hidden argument*/NULL); V_3 = (bool)1; goto IL_00ce; } IL_0094: { ; // IL_0094: leave IL_009f } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (CryptographicException_t248831461_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0099; throw e; } CATCH_0099: { // begin catch(System.Security.Cryptography.CryptographicException) goto IL_009f; } // end catch (depth: 1) IL_009f: { goto IL_00cc; } IL_00a4: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_21 = __this->get_publicKey_10(); CryptoConvert_FromCapiPublicKeyBlob_m184006806(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); V_3 = (bool)1; goto IL_00ce; } IL_00b7: { ; // IL_00b7: leave IL_00c2 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (CryptographicException_t248831461_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00bc; throw e; } CATCH_00bc: { // begin catch(System.Security.Cryptography.CryptographicException) goto IL_00c2; } // end catch (depth: 1) IL_00c2: { goto IL_00cc; } IL_00c7: { goto IL_00cc; } IL_00cc: { return (bool)0; } IL_00ce: { bool L_22 = V_3; return L_22; } } // System.Byte[] System.Reflection.AssemblyName::InternalGetPublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_InternalGetPublicKeyToken_m3407918444 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_InternalGetPublicKeyToken_m3407918444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_keyToken_11(); if (!L_0) { goto IL_0012; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_keyToken_11(); return L_1; } IL_0012: { ByteU5BU5D_t4116647657* L_2 = __this->get_publicKey_10(); if (L_2) { goto IL_001f; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_001f: { ByteU5BU5D_t4116647657* L_3 = __this->get_publicKey_10(); NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_0033; } } { return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0033: { bool L_4 = AssemblyName_get_IsPublicKeyValid_m1483495830(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0049; } } { SecurityException_t975544473 * L_5 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_5, _stringLiteral761112055, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,AssemblyName_InternalGetPublicKeyToken_m3407918444_RuntimeMethod_var); } IL_0049: { ByteU5BU5D_t4116647657* L_6 = AssemblyName_ComputePublicKeyToken_m824893834(__this, /*hidden argument*/NULL); return L_6; } } // System.Byte[] System.Reflection.AssemblyName::ComputePublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_ComputePublicKeyToken_m824893834 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_ComputePublicKeyToken_m824893834_MetadataUsageId); s_Il2CppMethodInitialized = true; } HashAlgorithm_t1432317219 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; { SHA1_t1803193667 * L_0 = SHA1_Create_m1390871308(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; HashAlgorithm_t1432317219 * L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = __this->get_publicKey_10(); NullCheck(L_1); ByteU5BU5D_t4116647657* L_3 = HashAlgorithm_ComputeHash_m2825542963(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)); ByteU5BU5D_t4116647657* L_4 = V_1; ByteU5BU5D_t4116647657* L_5 = V_1; NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = V_2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)8)), (RuntimeArray *)(RuntimeArray *)L_6, 0, 8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = V_2; Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, 8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = V_2; return L_8; } } // System.Void System.Reflection.AssemblyName::SetPublicKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKey_m1771377104 (AssemblyName_t270931938 * __this, ByteU5BU5D_t4116647657* ___publicKey0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___publicKey0; if (L_0) { goto IL_0019; } } { int32_t L_1 = __this->get_flags_7(); __this->set_flags_7(((int32_t)((int32_t)L_1^(int32_t)1))); goto IL_0027; } IL_0019: { int32_t L_2 = __this->get_flags_7(); __this->set_flags_7(((int32_t)((int32_t)L_2|(int32_t)1))); } IL_0027: { ByteU5BU5D_t4116647657* L_3 = ___publicKey0; __this->set_publicKey_10(L_3); return; } } // System.Void System.Reflection.AssemblyName::SetPublicKeyToken(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKeyToken_m582470133 (AssemblyName_t270931938 * __this, ByteU5BU5D_t4116647657* ___publicKeyToken0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___publicKeyToken0; __this->set_keyToken_11(L_0); return; } } // System.Void System.Reflection.AssemblyName::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_GetObjectData_m1516383869 (AssemblyName_t270931938 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_GetObjectData_m1516383869_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B4_0 = NULL; SerializationInfo_t950877179 * G_B4_1 = NULL; String_t* G_B3_0 = NULL; SerializationInfo_t950877179 * G_B3_1 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; SerializationInfo_t950877179 * G_B5_2 = NULL; { SerializationInfo_t950877179 * L_0 = ___info0; 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, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AssemblyName_GetObjectData_m1516383869_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = __this->get_name_0(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral2799480233, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; ByteU5BU5D_t4116647657* L_5 = __this->get_publicKey_10(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral515930092, (RuntimeObject *)(RuntimeObject *)L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; ByteU5BU5D_t4116647657* L_7 = __this->get_keyToken_11(); NullCheck(L_6); SerializationInfo_AddValue_m2872281893(L_6, _stringLiteral2412227370, (RuntimeObject *)(RuntimeObject *)L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; CultureInfo_t4157843068 * L_9 = __this->get_cultureinfo_6(); G_B3_0 = _stringLiteral3886796070; G_B3_1 = L_8; if (!L_9) { G_B4_0 = _stringLiteral3886796070; G_B4_1 = L_8; goto IL_0065; } } { CultureInfo_t4157843068 * L_10 = __this->get_cultureinfo_6(); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_10); G_B5_0 = L_11; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0066; } IL_0065: { G_B5_0 = (-1); G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0066: { NullCheck(G_B5_2); SerializationInfo_AddValue_m412754688(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_12 = ___info0; String_t* L_13 = __this->get_codebase_1(); NullCheck(L_12); SerializationInfo_AddValue_m2872281893(L_12, _stringLiteral993777815, L_13, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_14 = ___info0; Version_t3456873960 * L_15 = AssemblyName_get_Version_m538083430(__this, /*hidden argument*/NULL); NullCheck(L_14); SerializationInfo_AddValue_m2872281893(L_14, _stringLiteral1979690544, L_15, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_16 = ___info0; int32_t L_17 = __this->get_hashalg_8(); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(AssemblyHashAlgorithm_t1216504064_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); SerializationInfo_AddValue_m2872281893(L_16, _stringLiteral809199843, L_19, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_20 = ___info0; int32_t L_21 = ((int32_t)0); RuntimeObject * L_22 = Box(AssemblyHashAlgorithm_t1216504064_il2cpp_TypeInfo_var, &L_21); NullCheck(L_20); SerializationInfo_AddValue_m2872281893(L_20, _stringLiteral1958963313, L_22, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_23 = ___info0; StrongNameKeyPair_t3411219591 * L_24 = __this->get_keypair_9(); NullCheck(L_23); SerializationInfo_AddValue_m2872281893(L_23, _stringLiteral2690023160, L_24, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_25 = ___info0; int32_t L_26 = __this->get_versioncompat_12(); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(AssemblyVersionCompatibility_t766556580_il2cpp_TypeInfo_var, &L_27); NullCheck(L_25); SerializationInfo_AddValue_m2872281893(L_25, _stringLiteral2861519396, L_28, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_29 = ___info0; int32_t L_30 = __this->get_flags_7(); int32_t L_31 = L_30; RuntimeObject * L_32 = Box(AssemblyNameFlags_t3675421470_il2cpp_TypeInfo_var, &L_31); NullCheck(L_29); SerializationInfo_AddValue_m2872281893(L_29, _stringLiteral1263429280, L_32, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_33 = ___info0; NullCheck(L_33); SerializationInfo_AddValue_m2872281893(L_33, _stringLiteral1354616406, NULL, /*hidden argument*/NULL); return; } } // System.Object System.Reflection.AssemblyName::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * AssemblyName_Clone_m43657973 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_Clone_m43657973_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssemblyName_t270931938 * V_0 = NULL; { AssemblyName_t270931938 * L_0 = (AssemblyName_t270931938 *)il2cpp_codegen_object_new(AssemblyName_t270931938_il2cpp_TypeInfo_var); AssemblyName__ctor_m2786326352(L_0, /*hidden argument*/NULL); V_0 = L_0; AssemblyName_t270931938 * L_1 = V_0; String_t* L_2 = __this->get_name_0(); NullCheck(L_1); L_1->set_name_0(L_2); AssemblyName_t270931938 * L_3 = V_0; String_t* L_4 = __this->get_codebase_1(); NullCheck(L_3); L_3->set_codebase_1(L_4); AssemblyName_t270931938 * L_5 = V_0; int32_t L_6 = __this->get_major_2(); NullCheck(L_5); L_5->set_major_2(L_6); AssemblyName_t270931938 * L_7 = V_0; int32_t L_8 = __this->get_minor_3(); NullCheck(L_7); L_7->set_minor_3(L_8); AssemblyName_t270931938 * L_9 = V_0; int32_t L_10 = __this->get_build_4(); NullCheck(L_9); L_9->set_build_4(L_10); AssemblyName_t270931938 * L_11 = V_0; int32_t L_12 = __this->get_revision_5(); NullCheck(L_11); L_11->set_revision_5(L_12); AssemblyName_t270931938 * L_13 = V_0; Version_t3456873960 * L_14 = __this->get_version_13(); NullCheck(L_13); L_13->set_version_13(L_14); AssemblyName_t270931938 * L_15 = V_0; CultureInfo_t4157843068 * L_16 = __this->get_cultureinfo_6(); NullCheck(L_15); L_15->set_cultureinfo_6(L_16); AssemblyName_t270931938 * L_17 = V_0; int32_t L_18 = __this->get_flags_7(); NullCheck(L_17); L_17->set_flags_7(L_18); AssemblyName_t270931938 * L_19 = V_0; int32_t L_20 = __this->get_hashalg_8(); NullCheck(L_19); L_19->set_hashalg_8(L_20); AssemblyName_t270931938 * L_21 = V_0; StrongNameKeyPair_t3411219591 * L_22 = __this->get_keypair_9(); NullCheck(L_21); L_21->set_keypair_9(L_22); AssemblyName_t270931938 * L_23 = V_0; ByteU5BU5D_t4116647657* L_24 = __this->get_publicKey_10(); NullCheck(L_23); L_23->set_publicKey_10(L_24); AssemblyName_t270931938 * L_25 = V_0; ByteU5BU5D_t4116647657* L_26 = __this->get_keyToken_11(); NullCheck(L_25); L_25->set_keyToken_11(L_26); AssemblyName_t270931938 * L_27 = V_0; int32_t L_28 = __this->get_versioncompat_12(); NullCheck(L_27); L_27->set_versioncompat_12(L_28); AssemblyName_t270931938 * L_29 = V_0; return L_29; } } // System.Void System.Reflection.AssemblyName::OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_OnDeserialization_m3779987437 (AssemblyName_t270931938 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { Version_t3456873960 * L_0 = __this->get_version_13(); AssemblyName_set_Version_m1802337156(__this, L_0, /*hidden argument*/NULL); return; } } // System.Reflection.AssemblyName System.Reflection.AssemblyName::GetAssemblyName(System.String) extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * AssemblyName_GetAssemblyName_m2947832080 (RuntimeObject * __this /* static, unused */, String_t* ___assemblyFile0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_GetAssemblyName_m2947832080_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssemblyName_t270931938 * V_0 = NULL; { String_t* L_0 = ___assemblyFile0; 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, _stringLiteral1776126004, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AssemblyName_GetAssemblyName_m2947832080_RuntimeMethod_var); } IL_0011: { AssemblyName_t270931938 * L_2 = (AssemblyName_t270931938 *)il2cpp_codegen_object_new(AssemblyName_t270931938_il2cpp_TypeInfo_var); AssemblyName__ctor_m2786326352(L_2, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___assemblyFile0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_4 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); AssemblyName_t270931938 * L_5 = V_0; Assembly_InternalGetAssemblyName_m4078200401(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); AssemblyName_t270931938 * L_6 = V_0; return L_6; } } #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.Reflection.AssemblyProductAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyProductAttribute__ctor_m1203636347 (AssemblyProductAttribute_t1000945320 * __this, String_t* ___product0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___product0; __this->set_name_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.Reflection.AssemblyTitleAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyTitleAttribute__ctor_m3257920016 (AssemblyTitleAttribute_t1901133402 * __this, String_t* ___title0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___title0; __this->set_name_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.Reflection.AssemblyTrademarkAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyTrademarkAttribute__ctor_m837842042 (AssemblyTrademarkAttribute_t3598190473 * __this, String_t* ___trademark0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___trademark0; __this->set_name_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.Reflection.Binder::.ctor() extern "C" IL2CPP_METHOD_ATTR void Binder__ctor_m2821133715 (Binder_t2999457153 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Binder::.cctor() extern "C" IL2CPP_METHOD_ATTR void Binder__cctor_m245494241 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Binder__cctor_m245494241_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Default_t2456596213 * L_0 = (Default_t2456596213 *)il2cpp_codegen_object_new(Default_t2456596213_il2cpp_TypeInfo_var); Default__ctor_m325526679(L_0, /*hidden argument*/NULL); ((Binder_t2999457153_StaticFields*)il2cpp_codegen_static_fields_for(Binder_t2999457153_il2cpp_TypeInfo_var))->set_default_binder_0(L_0); return; } } // System.Reflection.Binder System.Reflection.Binder::get_DefaultBinder() extern "C" IL2CPP_METHOD_ATTR Binder_t2999457153 * Binder_get_DefaultBinder_m950908649 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Binder_get_DefaultBinder_m950908649_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_0 = ((Binder_t2999457153_StaticFields*)il2cpp_codegen_static_fields_for(Binder_t2999457153_il2cpp_TypeInfo_var))->get_default_binder_0(); return L_0; } } // System.Boolean System.Reflection.Binder::ConvertArgs(System.Reflection.Binder,System.Object[],System.Reflection.ParameterInfo[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool Binder_ConvertArgs_m2124461494 (RuntimeObject * __this /* static, unused */, Binder_t2999457153 * ___binder0, ObjectU5BU5D_t2843939325* ___args1, ParameterInfoU5BU5D_t390618515* ___pinfo2, CultureInfo_t4157843068 * ___culture3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Binder_ConvertArgs_m2124461494_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { ObjectU5BU5D_t2843939325* L_0 = ___args1; if (L_0) { goto IL_0016; } } { ParameterInfoU5BU5D_t390618515* L_1 = ___pinfo2; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0010; } } { return (bool)1; } IL_0010: { TargetParameterCountException_t1216617239 * L_2 = (TargetParameterCountException_t1216617239 *)il2cpp_codegen_object_new(TargetParameterCountException_t1216617239_il2cpp_TypeInfo_var); TargetParameterCountException__ctor_m2135390327(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Binder_ConvertArgs_m2124461494_RuntimeMethod_var); } IL_0016: { ParameterInfoU5BU5D_t390618515* L_3 = ___pinfo2; NullCheck(L_3); ObjectU5BU5D_t2843939325* L_4 = ___args1; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0027; } } { TargetParameterCountException_t1216617239 * L_5 = (TargetParameterCountException_t1216617239 *)il2cpp_codegen_object_new(TargetParameterCountException_t1216617239_il2cpp_TypeInfo_var); TargetParameterCountException__ctor_m2135390327(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Binder_ConvertArgs_m2124461494_RuntimeMethod_var); } IL_0027: { V_0 = 0; goto IL_0059; } IL_002e: { Binder_t2999457153 * L_6 = ___binder0; ObjectU5BU5D_t2843939325* L_7 = ___args1; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_7)->GetAt(static_cast(L_9)); ParameterInfoU5BU5D_t390618515* L_11 = ___pinfo2; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; ParameterInfo_t1861056598 * L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck(L_14); Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_14); CultureInfo_t4157843068 * L_16 = ___culture3; NullCheck(L_6); RuntimeObject * L_17 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, CultureInfo_t4157843068 * >::Invoke(5 /* System.Object System.Reflection.Binder::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo) */, L_6, L_10, L_15, L_16); V_1 = L_17; RuntimeObject * L_18 = V_1; if (L_18) { goto IL_0051; } } { ObjectU5BU5D_t2843939325* L_19 = ___args1; int32_t L_20 = V_0; NullCheck(L_19); int32_t L_21 = L_20; RuntimeObject * L_22 = (L_19)->GetAt(static_cast(L_21)); if (!L_22) { goto IL_0051; } } { return (bool)0; } IL_0051: { ObjectU5BU5D_t2843939325* L_23 = ___args1; int32_t L_24 = V_0; RuntimeObject * L_25 = V_1; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(L_24), (RuntimeObject *)L_25); int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0059: { int32_t L_27 = V_0; ObjectU5BU5D_t2843939325* L_28 = ___args1; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_002e; } } { return (bool)1; } } // System.Int32 System.Reflection.Binder::GetDerivedLevel(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Binder_GetDerivedLevel_m3216810447 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { Type_t * V_0 = NULL; int32_t V_1 = 0; { Type_t * L_0 = ___type0; V_0 = L_0; V_1 = 1; goto IL_0014; } IL_0009: { int32_t L_1 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); Type_t * L_2 = V_0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Type::get_BaseType() */, L_2); V_0 = L_3; } IL_0014: { Type_t * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Type::get_BaseType() */, L_4); if (L_5) { goto IL_0009; } } { int32_t L_6 = V_1; return L_6; } } // System.Reflection.MethodBase System.Reflection.Binder::FindMostDerivedMatch(System.Reflection.MethodBase[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Binder_FindMostDerivedMatch_m239579024 (RuntimeObject * __this /* static, unused */, MethodBaseU5BU5D_t779831733* ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Binder_FindMostDerivedMatch_m239579024_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; MethodBase_t * V_4 = NULL; int32_t V_5 = 0; ParameterInfoU5BU5D_t390618515* V_6 = NULL; ParameterInfoU5BU5D_t390618515* V_7 = NULL; bool V_8 = false; int32_t V_9 = 0; { V_0 = 0; V_1 = (-1); MethodBaseU5BU5D_t779831733* L_0 = ___match0; NullCheck(L_0); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); V_3 = 0; goto IL_00ba; } IL_000f: { MethodBaseU5BU5D_t779831733* L_1 = ___match0; int32_t L_2 = V_3; NullCheck(L_1); int32_t L_3 = L_2; MethodBase_t * L_4 = (L_1)->GetAt(static_cast(L_3)); V_4 = L_4; MethodBase_t * L_5 = V_4; NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); int32_t L_7 = Binder_GetDerivedLevel_m3216810447(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_5 = L_7; int32_t L_8 = V_5; int32_t L_9 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0030; } } { AmbiguousMatchException_t566690781 * L_10 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Binder_FindMostDerivedMatch_m239579024_RuntimeMethod_var); } IL_0030: { int32_t L_11 = V_1; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_00a9; } } { MethodBase_t * L_12 = V_4; NullCheck(L_12); ParameterInfoU5BU5D_t390618515* L_13 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_12); V_6 = L_13; MethodBaseU5BU5D_t779831733* L_14 = ___match0; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; MethodBase_t * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); ParameterInfoU5BU5D_t390618515* L_18 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_17); V_7 = L_18; V_8 = (bool)1; ParameterInfoU5BU5D_t390618515* L_19 = V_6; NullCheck(L_19); ParameterInfoU5BU5D_t390618515* L_20 = V_7; NullCheck(L_20); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_0062; } } { V_8 = (bool)0; goto IL_009c; } IL_0062: { V_9 = 0; goto IL_0091; } IL_006a: { ParameterInfoU5BU5D_t390618515* L_21 = V_6; int32_t L_22 = V_9; NullCheck(L_21); int32_t L_23 = L_22; ParameterInfo_t1861056598 * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); Type_t * L_25 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_24); ParameterInfoU5BU5D_t390618515* L_26 = V_7; int32_t L_27 = V_9; NullCheck(L_26); int32_t L_28 = L_27; ParameterInfo_t1861056598 * L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_29); Type_t * L_30 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_29); if ((((RuntimeObject*)(Type_t *)L_25) == ((RuntimeObject*)(Type_t *)L_30))) { goto IL_008b; } } { V_8 = (bool)0; goto IL_009c; } IL_008b: { int32_t L_31 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0091: { int32_t L_32 = V_9; ParameterInfoU5BU5D_t390618515* L_33 = V_6; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))))) { goto IL_006a; } } IL_009c: { bool L_34 = V_8; if (L_34) { goto IL_00a9; } } { AmbiguousMatchException_t566690781 * L_35 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,Binder_FindMostDerivedMatch_m239579024_RuntimeMethod_var); } IL_00a9: { int32_t L_36 = V_5; int32_t L_37 = V_0; if ((((int32_t)L_36) <= ((int32_t)L_37))) { goto IL_00b6; } } { int32_t L_38 = V_5; V_0 = L_38; int32_t L_39 = V_3; V_1 = L_39; } IL_00b6: { int32_t L_40 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00ba: { int32_t L_41 = V_3; int32_t L_42 = V_2; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_000f; } } { MethodBaseU5BU5D_t779831733* L_43 = ___match0; int32_t L_44 = V_1; NullCheck(L_43); int32_t L_45 = L_44; MethodBase_t * L_46 = (L_43)->GetAt(static_cast(L_45)); return L_46; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Binder/Default::.ctor() extern "C" IL2CPP_METHOD_ATTR void Default__ctor_m325526679 (Default_t2456596213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default__ctor_m325526679_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder__ctor_m2821133715(__this, /*hidden argument*/NULL); return; } } // System.Reflection.MethodBase System.Reflection.Binder/Default::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_BindToMethod_m490530316 (Default_t2456596213 * __this, int32_t ___bindingAttr0, MethodBaseU5BU5D_t779831733* ___match1, ObjectU5BU5D_t2843939325** ___args2, ParameterModifierU5BU5D_t2943407543* ___modifiers3, CultureInfo_t4157843068 * ___culture4, StringU5BU5D_t1281789340* ___names5, RuntimeObject ** ___state6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_BindToMethod_m490530316_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; int32_t V_1 = 0; MethodBase_t * V_2 = NULL; { ObjectU5BU5D_t2843939325** L_0 = ___args2; ObjectU5BU5D_t2843939325* L_1 = *((ObjectU5BU5D_t2843939325**)L_0); if (L_1) { goto IL_0012; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_2 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); V_0 = L_2; goto IL_0046; } IL_0012: { ObjectU5BU5D_t2843939325** L_3 = ___args2; ObjectU5BU5D_t2843939325* L_4 = *((ObjectU5BU5D_t2843939325**)L_3); NullCheck(L_4); V_0 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))); V_1 = 0; goto IL_003c; } IL_0023: { ObjectU5BU5D_t2843939325** L_5 = ___args2; ObjectU5BU5D_t2843939325* L_6 = *((ObjectU5BU5D_t2843939325**)L_5); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); if (!L_9) { goto IL_0038; } } { TypeU5BU5D_t3940880105* L_10 = V_0; int32_t L_11 = V_1; ObjectU5BU5D_t2843939325** L_12 = ___args2; ObjectU5BU5D_t2843939325* L_13 = *((ObjectU5BU5D_t2843939325**)L_12); int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = L_14; RuntimeObject * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); Type_t * L_17 = Object_GetType_m88164663(L_16, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_17); (L_10)->SetAt(static_cast(L_11), (Type_t *)L_17); } IL_0038: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_003c: { int32_t L_19 = V_1; ObjectU5BU5D_t2843939325** L_20 = ___args2; ObjectU5BU5D_t2843939325* L_21 = *((ObjectU5BU5D_t2843939325**)L_20); NullCheck(L_21); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0023; } } IL_0046: { int32_t L_22 = ___bindingAttr0; MethodBaseU5BU5D_t779831733* L_23 = ___match1; TypeU5BU5D_t3940880105* L_24 = V_0; ParameterModifierU5BU5D_t2943407543* L_25 = ___modifiers3; MethodBase_t * L_26 = Default_SelectMethod_m469311730(__this, L_22, L_23, L_24, L_25, (bool)1, /*hidden argument*/NULL); V_2 = L_26; RuntimeObject ** L_27 = ___state6; *((RuntimeObject **)(L_27)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_27), (RuntimeObject *)NULL); StringU5BU5D_t1281789340* L_28 = ___names5; if (!L_28) { goto IL_0068; } } { StringU5BU5D_t1281789340* L_29 = ___names5; ObjectU5BU5D_t2843939325** L_30 = ___args2; MethodBase_t * L_31 = V_2; Default_ReorderParameters_m2076271671(__this, L_29, L_30, L_31, /*hidden argument*/NULL); } IL_0068: { MethodBase_t * L_32 = V_2; return L_32; } } // System.Void System.Reflection.Binder/Default::ReorderParameters(System.String[],System.Object[]&,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void Default_ReorderParameters_m2076271671 (Default_t2456596213 * __this, StringU5BU5D_t1281789340* ___names0, ObjectU5BU5D_t2843939325** ___args1, MethodBase_t * ___selected2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_ReorderParameters_m2076271671_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { ObjectU5BU5D_t2843939325** L_0 = ___args1; ObjectU5BU5D_t2843939325* L_1 = *((ObjectU5BU5D_t2843939325**)L_0); NullCheck(L_1); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))); ObjectU5BU5D_t2843939325** L_2 = ___args1; ObjectU5BU5D_t2843939325* L_3 = *((ObjectU5BU5D_t2843939325**)L_2); ObjectU5BU5D_t2843939325* L_4 = V_0; ObjectU5BU5D_t2843939325** L_5 = ___args1; ObjectU5BU5D_t2843939325* L_6 = *((ObjectU5BU5D_t2843939325**)L_5); NullCheck(L_6); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (RuntimeArray *)(RuntimeArray *)L_4, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); MethodBase_t * L_7 = ___selected2; NullCheck(L_7); ParameterInfoU5BU5D_t390618515* L_8 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_7); V_1 = L_8; V_2 = 0; goto IL_005d; } IL_0024: { V_3 = 0; goto IL_0050; } IL_002b: { StringU5BU5D_t1281789340* L_9 = ___names0; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); ParameterInfoU5BU5D_t390618515* L_13 = V_1; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; ParameterInfo_t1861056598 * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_004c; } } { ObjectU5BU5D_t2843939325* L_19 = V_0; int32_t L_20 = V_3; ObjectU5BU5D_t2843939325** L_21 = ___args1; ObjectU5BU5D_t2843939325* L_22 = *((ObjectU5BU5D_t2843939325**)L_21); int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = L_23; RuntimeObject * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_25); (L_19)->SetAt(static_cast(L_20), (RuntimeObject *)L_25); goto IL_0059; } IL_004c: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0050: { int32_t L_27 = V_3; ParameterInfoU5BU5D_t390618515* L_28 = V_1; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_002b; } } IL_0059: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_005d: { int32_t L_30 = V_2; StringU5BU5D_t1281789340* L_31 = ___names0; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_0024; } } { ObjectU5BU5D_t2843939325* L_32 = V_0; ObjectU5BU5D_t2843939325** L_33 = ___args1; ObjectU5BU5D_t2843939325* L_34 = *((ObjectU5BU5D_t2843939325**)L_33); ObjectU5BU5D_t2843939325** L_35 = ___args1; ObjectU5BU5D_t2843939325* L_36 = *((ObjectU5BU5D_t2843939325**)L_35); NullCheck(L_36); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, (RuntimeArray *)(RuntimeArray *)L_34, (((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))), /*hidden argument*/NULL); return; } } // System.Boolean System.Reflection.Binder/Default::IsArrayAssignable(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Default_IsArrayAssignable_m953489228 (RuntimeObject * __this /* static, unused */, Type_t * ___object_type0, Type_t * ___target_type1, const RuntimeMethod* method) { { Type_t * L_0 = ___object_type0; NullCheck(L_0); bool L_1 = Type_get_IsArray_m2591212821(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { Type_t * L_2 = ___target_type1; NullCheck(L_2); bool L_3 = Type_get_IsArray_m2591212821(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { Type_t * L_4 = ___object_type0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_4); Type_t * L_6 = ___target_type1; NullCheck(L_6); Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_6); bool L_8 = Default_IsArrayAssignable_m953489228(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); return L_8; } IL_0028: { Type_t * L_9 = ___target_type1; Type_t * L_10 = ___object_type0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_9, L_10); if (!L_11) { goto IL_0036; } } { return (bool)1; } IL_0036: { return (bool)0; } } // System.Object System.Reflection.Binder/Default::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Default_ChangeType_m1399759417 (Default_t2456596213 * __this, RuntimeObject * ___value0, Type_t * ___type1, CultureInfo_t4157843068 * ___culture2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_ChangeType_m1399759417_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return NULL; } IL_0008: { RuntimeObject * L_1 = ___value0; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); V_0 = L_2; Type_t * L_3 = ___type1; NullCheck(L_3); bool L_4 = Type_get_IsByRef_m1262524108(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } { Type_t * L_5 = ___type1; NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_5); ___type1 = L_6; } IL_0022: { Type_t * L_7 = V_0; Type_t * L_8 = ___type1; if ((((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_8))) { goto IL_0035; } } { Type_t * L_9 = ___type1; RuntimeObject * L_10 = ___value0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(46 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_9, L_10); if (!L_11) { goto IL_0037; } } IL_0035: { RuntimeObject * L_12 = ___value0; return L_12; } IL_0037: { Type_t * L_13 = V_0; NullCheck(L_13); bool L_14 = Type_get_IsArray_m2591212821(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0065; } } { Type_t * L_15 = ___type1; NullCheck(L_15); bool L_16 = Type_get_IsArray_m2591212821(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0065; } } { Type_t * L_17 = V_0; NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_17); Type_t * L_19 = ___type1; NullCheck(L_19); Type_t * L_20 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_19); bool L_21 = Default_IsArrayAssignable_m953489228(NULL /*static, unused*/, L_18, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0065; } } { RuntimeObject * L_22 = ___value0; return L_22; } IL_0065: { Type_t * L_23 = V_0; Type_t * L_24 = ___type1; bool L_25 = Default_check_type_m3691874551(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00f3; } } { Type_t * L_26 = ___type1; NullCheck(L_26); bool L_27 = Type_get_IsEnum_m208091508(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0084; } } { Type_t * L_28 = ___type1; RuntimeObject * L_29 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_30 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_0084: { Type_t * L_31 = V_0; RuntimeTypeHandle_t3027515415 L_32 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_33 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_31) == ((RuntimeObject*)(Type_t *)L_33)))) { goto IL_00ce; } } { Type_t * L_34 = ___type1; RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (Double_t594665363_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); if ((!(((RuntimeObject*)(Type_t *)L_34) == ((RuntimeObject*)(Type_t *)L_36)))) { goto IL_00b1; } } { RuntimeObject * L_37 = ___value0; double L_38 = (((double)((double)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_37, Char_t3634460470_il2cpp_TypeInfo_var))))))); RuntimeObject * L_39 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_38); return L_39; } IL_00b1: { Type_t * L_40 = ___type1; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (Single_t1397266774_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_00ce; } } { RuntimeObject * L_43 = ___value0; float L_44 = (((float)((float)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_43, Char_t3634460470_il2cpp_TypeInfo_var))))))); RuntimeObject * L_45 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_44); return L_45; } IL_00ce: { Type_t * L_46 = V_0; RuntimeTypeHandle_t3027515415 L_47 = { reinterpret_cast (IntPtr_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_48 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_46) == ((RuntimeObject*)(Type_t *)L_48)))) { goto IL_00eb; } } { Type_t * L_49 = ___type1; NullCheck(L_49); bool L_50 = Type_get_IsPointer_m4067542339(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_00eb; } } { RuntimeObject * L_51 = ___value0; return L_51; } IL_00eb: { RuntimeObject * L_52 = ___value0; Type_t * L_53 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_54 = Convert_ChangeType_m739676612(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); return L_54; } IL_00f3: { return NULL; } } // System.Void System.Reflection.Binder/Default::ReorderArgumentArray(System.Object[]&,System.Object) extern "C" IL2CPP_METHOD_ATTR void Default_ReorderArgumentArray_m476258478 (Default_t2456596213 * __this, ObjectU5BU5D_t2843939325** ___args0, RuntimeObject * ___state1, const RuntimeMethod* method) { { return; } } // System.Boolean System.Reflection.Binder/Default::check_type(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Default_check_type_m3691874551 (RuntimeObject * __this /* static, unused */, Type_t * ___from0, Type_t * ___to1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_check_type_m3691874551_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 G_B28_0 = 0; int32_t G_B30_0 = 0; int32_t G_B38_0 = 0; int32_t G_B40_0 = 0; int32_t G_B48_0 = 0; int32_t G_B50_0 = 0; int32_t G_B58_0 = 0; int32_t G_B60_0 = 0; int32_t G_B68_0 = 0; int32_t G_B70_0 = 0; int32_t G_B78_0 = 0; int32_t G_B80_0 = 0; int32_t G_B89_0 = 0; int32_t G_B91_0 = 0; int32_t G_B95_0 = 0; { Type_t * L_0 = ___from0; Type_t * L_1 = ___to1; if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { Type_t * L_2 = ___from0; if (L_2) { goto IL_0011; } } { return (bool)1; } IL_0011: { Type_t * L_3 = ___to1; NullCheck(L_3); bool L_4 = Type_get_IsByRef_m1262524108(L_3, /*hidden argument*/NULL); Type_t * L_5 = ___from0; NullCheck(L_5); bool L_6 = Type_get_IsByRef_m1262524108(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)L_6))) { goto IL_0024; } } { return (bool)0; } IL_0024: { Type_t * L_7 = ___to1; NullCheck(L_7); bool L_8 = Type_get_IsInterface_m3284996719(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0037; } } { Type_t * L_9 = ___to1; Type_t * L_10 = ___from0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_9, L_10); return L_11; } IL_0037: { Type_t * L_12 = ___to1; NullCheck(L_12); bool L_13 = Type_get_IsEnum_m208091508(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0053; } } { Type_t * L_14 = ___to1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); Type_t * L_15 = Enum_GetUnderlyingType_m2480312097(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); ___to1 = L_15; Type_t * L_16 = ___from0; Type_t * L_17 = ___to1; if ((!(((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_17)))) { goto IL_0053; } } { return (bool)1; } IL_0053: { Type_t * L_18 = ___to1; NullCheck(L_18); bool L_19 = VirtFuncInvoker0< bool >::Invoke(96 /* System.Boolean System.Type::get_IsGenericType() */, L_18); if (!L_19) { goto IL_0083; } } { Type_t * L_20 = ___to1; NullCheck(L_20); Type_t * L_21 = VirtFuncInvoker0< Type_t * >::Invoke(95 /* System.Type System.Type::GetGenericTypeDefinition() */, L_20); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Nullable_1_t3772285925_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_0083; } } { Type_t * L_24 = ___to1; NullCheck(L_24); TypeU5BU5D_t3940880105* L_25 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_24); NullCheck(L_25); int32_t L_26 = 0; Type_t * L_27 = (L_25)->GetAt(static_cast(L_26)); Type_t * L_28 = ___from0; if ((!(((RuntimeObject*)(Type_t *)L_27) == ((RuntimeObject*)(Type_t *)L_28)))) { goto IL_0083; } } { return (bool)1; } IL_0083: { Type_t * L_29 = ___from0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_30 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); V_0 = L_30; Type_t * L_31 = ___to1; int32_t L_32 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); V_1 = L_32; int32_t L_33 = V_0; V_2 = L_33; int32_t L_34 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)4))) { case 0: { goto IL_00c8; } case 1: { goto IL_016f; } case 2: { goto IL_0103; } case 3: { goto IL_0228; } case 4: { goto IL_01cf; } case 5: { goto IL_02d2; } case 6: { goto IL_0281; } case 7: { goto IL_0323; } case 8: { goto IL_0323; } case 9: { goto IL_036b; } } } { goto IL_0384; } IL_00c8: { int32_t L_35 = V_1; V_3 = L_35; int32_t L_36 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)8))) { case 0: { goto IL_00f3; } case 1: { goto IL_00f3; } case 2: { goto IL_00f3; } case 3: { goto IL_00f3; } case 4: { goto IL_00f3; } case 5: { goto IL_00f3; } case 6: { goto IL_00f3; } } } { goto IL_00f5; } IL_00f3: { return (bool)1; } IL_00f5: { Type_t * L_37 = ___to1; RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(Type_t *)L_37) == ((RuntimeObject*)(Type_t *)L_39))? 1 : 0); } IL_0103: { int32_t L_40 = V_1; V_3 = L_40; int32_t L_41 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)4))) { case 0: { goto IL_013e; } case 1: { goto IL_0140; } case 2: { goto IL_0140; } case 3: { goto IL_013e; } case 4: { goto IL_013e; } case 5: { goto IL_013e; } case 6: { goto IL_013e; } case 7: { goto IL_013e; } case 8: { goto IL_013e; } case 9: { goto IL_013e; } case 10: { goto IL_013e; } } } { goto IL_0140; } IL_013e: { return (bool)1; } IL_0140: { Type_t * L_42 = ___to1; RuntimeTypeHandle_t3027515415 L_43 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_44 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_42) == ((RuntimeObject*)(Type_t *)L_44))) { goto IL_016d; } } { Type_t * L_45 = ___from0; NullCheck(L_45); bool L_46 = Type_get_IsEnum_m208091508(L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_016a; } } { Type_t * L_47 = ___to1; RuntimeTypeHandle_t3027515415 L_48 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); G_B28_0 = ((((RuntimeObject*)(Type_t *)L_47) == ((RuntimeObject*)(Type_t *)L_49))? 1 : 0); goto IL_016b; } IL_016a: { G_B28_0 = 0; } IL_016b: { G_B30_0 = G_B28_0; goto IL_016e; } IL_016d: { G_B30_0 = 1; } IL_016e: { return (bool)G_B30_0; } IL_016f: { int32_t L_50 = V_1; V_3 = L_50; int32_t L_51 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)7))) { case 0: { goto IL_019e; } case 1: { goto IL_01a0; } case 2: { goto IL_019e; } case 3: { goto IL_01a0; } case 4: { goto IL_019e; } case 5: { goto IL_01a0; } case 6: { goto IL_019e; } case 7: { goto IL_019e; } } } { goto IL_01a0; } IL_019e: { return (bool)1; } IL_01a0: { Type_t * L_52 = ___to1; RuntimeTypeHandle_t3027515415 L_53 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_54 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_52) == ((RuntimeObject*)(Type_t *)L_54))) { goto IL_01cd; } } { Type_t * L_55 = ___from0; NullCheck(L_55); bool L_56 = Type_get_IsEnum_m208091508(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_01ca; } } { Type_t * L_57 = ___to1; RuntimeTypeHandle_t3027515415 L_58 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_59 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); G_B38_0 = ((((RuntimeObject*)(Type_t *)L_57) == ((RuntimeObject*)(Type_t *)L_59))? 1 : 0); goto IL_01cb; } IL_01ca: { G_B38_0 = 0; } IL_01cb: { G_B40_0 = G_B38_0; goto IL_01ce; } IL_01cd: { G_B40_0 = 1; } IL_01ce: { return (bool)G_B40_0; } IL_01cf: { int32_t L_60 = V_1; V_3 = L_60; int32_t L_61 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)((int32_t)9)))) { case 0: { goto IL_01f7; } case 1: { goto IL_01f7; } case 2: { goto IL_01f7; } case 3: { goto IL_01f7; } case 4: { goto IL_01f7; } case 5: { goto IL_01f7; } } } { goto IL_01f9; } IL_01f7: { return (bool)1; } IL_01f9: { Type_t * L_62 = ___to1; RuntimeTypeHandle_t3027515415 L_63 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_64 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_62) == ((RuntimeObject*)(Type_t *)L_64))) { goto IL_0226; } } { Type_t * L_65 = ___from0; NullCheck(L_65); bool L_66 = Type_get_IsEnum_m208091508(L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0223; } } { Type_t * L_67 = ___to1; 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); G_B48_0 = ((((RuntimeObject*)(Type_t *)L_67) == ((RuntimeObject*)(Type_t *)L_69))? 1 : 0); goto IL_0224; } IL_0223: { G_B48_0 = 0; } IL_0224: { G_B50_0 = G_B48_0; goto IL_0227; } IL_0226: { G_B50_0 = 1; } IL_0227: { return (bool)G_B50_0; } IL_0228: { int32_t L_70 = V_1; V_3 = L_70; int32_t L_71 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)((int32_t)9)))) { case 0: { goto IL_0250; } case 1: { goto IL_0252; } case 2: { goto IL_0250; } case 3: { goto IL_0252; } case 4: { goto IL_0250; } case 5: { goto IL_0250; } } } { goto IL_0252; } IL_0250: { return (bool)1; } IL_0252: { Type_t * L_72 = ___to1; RuntimeTypeHandle_t3027515415 L_73 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_74 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_72) == ((RuntimeObject*)(Type_t *)L_74))) { goto IL_027f; } } { Type_t * L_75 = ___from0; NullCheck(L_75); bool L_76 = Type_get_IsEnum_m208091508(L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_027c; } } { Type_t * L_77 = ___to1; RuntimeTypeHandle_t3027515415 L_78 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_79 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); G_B58_0 = ((((RuntimeObject*)(Type_t *)L_77) == ((RuntimeObject*)(Type_t *)L_79))? 1 : 0); goto IL_027d; } IL_027c: { G_B58_0 = 0; } IL_027d: { G_B60_0 = G_B58_0; goto IL_0280; } IL_027f: { G_B60_0 = 1; } IL_0280: { return (bool)G_B60_0; } IL_0281: { int32_t L_80 = V_1; V_3 = L_80; int32_t L_81 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)((int32_t)11)))) { case 0: { goto IL_02a1; } case 1: { goto IL_02a1; } case 2: { goto IL_02a1; } case 3: { goto IL_02a1; } } } { goto IL_02a3; } IL_02a1: { return (bool)1; } IL_02a3: { Type_t * L_82 = ___to1; RuntimeTypeHandle_t3027515415 L_83 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_84 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_83, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_82) == ((RuntimeObject*)(Type_t *)L_84))) { goto IL_02d0; } } { Type_t * L_85 = ___from0; NullCheck(L_85); bool L_86 = Type_get_IsEnum_m208091508(L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_02cd; } } { Type_t * L_87 = ___to1; RuntimeTypeHandle_t3027515415 L_88 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_89 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_88, /*hidden argument*/NULL); G_B68_0 = ((((RuntimeObject*)(Type_t *)L_87) == ((RuntimeObject*)(Type_t *)L_89))? 1 : 0); goto IL_02ce; } IL_02cd: { G_B68_0 = 0; } IL_02ce: { G_B70_0 = G_B68_0; goto IL_02d1; } IL_02d0: { G_B70_0 = 1; } IL_02d1: { return (bool)G_B70_0; } IL_02d2: { int32_t L_90 = V_1; V_3 = L_90; int32_t L_91 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)((int32_t)11)))) { case 0: { goto IL_02f2; } case 1: { goto IL_02f4; } case 2: { goto IL_02f2; } case 3: { goto IL_02f2; } } } { goto IL_02f4; } IL_02f2: { return (bool)1; } IL_02f4: { Type_t * L_92 = ___to1; RuntimeTypeHandle_t3027515415 L_93 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_94 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_93, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_92) == ((RuntimeObject*)(Type_t *)L_94))) { goto IL_0321; } } { Type_t * L_95 = ___from0; NullCheck(L_95); bool L_96 = Type_get_IsEnum_m208091508(L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_031e; } } { Type_t * L_97 = ___to1; RuntimeTypeHandle_t3027515415 L_98 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_99 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_98, /*hidden argument*/NULL); G_B78_0 = ((((RuntimeObject*)(Type_t *)L_97) == ((RuntimeObject*)(Type_t *)L_99))? 1 : 0); goto IL_031f; } IL_031e: { G_B78_0 = 0; } IL_031f: { G_B80_0 = G_B78_0; goto IL_0322; } IL_0321: { G_B80_0 = 1; } IL_0322: { return (bool)G_B80_0; } IL_0323: { int32_t L_100 = V_1; V_3 = L_100; int32_t L_101 = V_3; if ((((int32_t)L_101) == ((int32_t)((int32_t)13)))) { goto IL_033a; } } { int32_t L_102 = V_3; if ((((int32_t)L_102) == ((int32_t)((int32_t)14)))) { goto IL_033a; } } { goto IL_033c; } IL_033a: { return (bool)1; } IL_033c: { Type_t * L_103 = ___to1; RuntimeTypeHandle_t3027515415 L_104 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_105 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_104, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_103) == ((RuntimeObject*)(Type_t *)L_105))) { goto IL_0369; } } { Type_t * L_106 = ___from0; NullCheck(L_106); bool L_107 = Type_get_IsEnum_m208091508(L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_0366; } } { Type_t * L_108 = ___to1; RuntimeTypeHandle_t3027515415 L_109 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_110 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); G_B89_0 = ((((RuntimeObject*)(Type_t *)L_108) == ((RuntimeObject*)(Type_t *)L_110))? 1 : 0); goto IL_0367; } IL_0366: { G_B89_0 = 0; } IL_0367: { G_B91_0 = G_B89_0; goto IL_036a; } IL_0369: { G_B91_0 = 1; } IL_036a: { return (bool)G_B91_0; } IL_036b: { int32_t L_111 = V_1; if ((((int32_t)L_111) == ((int32_t)((int32_t)14)))) { goto IL_0382; } } { Type_t * L_112 = ___to1; RuntimeTypeHandle_t3027515415 L_113 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_114 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_113, /*hidden argument*/NULL); G_B95_0 = ((((RuntimeObject*)(Type_t *)L_112) == ((RuntimeObject*)(Type_t *)L_114))? 1 : 0); goto IL_0383; } IL_0382: { G_B95_0 = 1; } IL_0383: { return (bool)G_B95_0; } IL_0384: { Type_t * L_115 = ___to1; RuntimeTypeHandle_t3027515415 L_116 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_117 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_116, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_115) == ((RuntimeObject*)(Type_t *)L_117)))) { goto IL_03a1; } } { Type_t * L_118 = ___from0; NullCheck(L_118); bool L_119 = Type_get_IsValueType_m3108065642(L_118, /*hidden argument*/NULL); if (!L_119) { goto IL_03a1; } } { return (bool)1; } IL_03a1: { Type_t * L_120 = ___to1; NullCheck(L_120); bool L_121 = Type_get_IsPointer_m4067542339(L_120, /*hidden argument*/NULL); if (!L_121) { goto IL_03be; } } { Type_t * L_122 = ___from0; RuntimeTypeHandle_t3027515415 L_123 = { reinterpret_cast (IntPtr_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_124 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_123, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_122) == ((RuntimeObject*)(Type_t *)L_124)))) { goto IL_03be; } } { return (bool)1; } IL_03be: { Type_t * L_125 = ___to1; Type_t * L_126 = ___from0; NullCheck(L_125); bool L_127 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_125, L_126); return L_127; } } // System.Boolean System.Reflection.Binder/Default::check_arguments(System.Type[],System.Reflection.ParameterInfo[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Default_check_arguments_m3882727959 (RuntimeObject * __this /* static, unused */, TypeU5BU5D_t3940880105* ___types0, ParameterInfoU5BU5D_t390618515* ___args1, bool ___allowByRefMatch2, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; Type_t * V_2 = NULL; { V_0 = 0; goto IL_0053; } IL_0007: { TypeU5BU5D_t3940880105* L_0 = ___types0; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Type_t * L_3 = (L_0)->GetAt(static_cast(L_2)); ParameterInfoU5BU5D_t390618515* L_4 = ___args1; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; ParameterInfo_t1861056598 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_7); bool L_9 = Default_check_type_m3691874551(NULL /*static, unused*/, L_3, L_8, /*hidden argument*/NULL); V_1 = L_9; bool L_10 = V_1; if (L_10) { goto IL_0047; } } { bool L_11 = ___allowByRefMatch2; if (!L_11) { goto IL_0047; } } { ParameterInfoU5BU5D_t390618515* L_12 = ___args1; int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; ParameterInfo_t1861056598 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); Type_t * L_16 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_15); V_2 = L_16; Type_t * L_17 = V_2; NullCheck(L_17); bool L_18 = Type_get_IsByRef_m1262524108(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0047; } } { TypeU5BU5D_t3940880105* L_19 = ___types0; int32_t L_20 = V_0; NullCheck(L_19); int32_t L_21 = L_20; Type_t * L_22 = (L_19)->GetAt(static_cast(L_21)); Type_t * L_23 = V_2; NullCheck(L_23); Type_t * L_24 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_23); bool L_25 = Default_check_type_m3691874551(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); V_1 = L_25; } IL_0047: { bool L_26 = V_1; if (L_26) { goto IL_004f; } } { return (bool)0; } IL_004f: { int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0053: { int32_t L_28 = V_0; TypeU5BU5D_t3940880105* L_29 = ___types0; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_0007; } } { return (bool)1; } } // System.Reflection.MethodBase System.Reflection.Binder/Default::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_SelectMethod_m3090153711 (Default_t2456596213 * __this, int32_t ___bindingAttr0, MethodBaseU5BU5D_t779831733* ___match1, TypeU5BU5D_t3940880105* ___types2, ParameterModifierU5BU5D_t2943407543* ___modifiers3, const RuntimeMethod* method) { { int32_t L_0 = ___bindingAttr0; MethodBaseU5BU5D_t779831733* L_1 = ___match1; TypeU5BU5D_t3940880105* L_2 = ___types2; ParameterModifierU5BU5D_t2943407543* L_3 = ___modifiers3; MethodBase_t * L_4 = Default_SelectMethod_m469311730(__this, L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL); return L_4; } } // System.Reflection.MethodBase System.Reflection.Binder/Default::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_SelectMethod_m469311730 (Default_t2456596213 * __this, int32_t ___bindingAttr0, MethodBaseU5BU5D_t779831733* ___match1, TypeU5BU5D_t3940880105* ___types2, ParameterModifierU5BU5D_t2943407543* ___modifiers3, bool ___allowByRefMatch4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_SelectMethod_m469311730_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ParameterInfoU5BU5D_t390618515* V_3 = NULL; bool V_4 = false; Type_t * V_5 = NULL; ParameterInfoU5BU5D_t390618515* V_6 = NULL; MethodBase_t * V_7 = NULL; ParameterInfoU5BU5D_t390618515* V_8 = NULL; { MethodBaseU5BU5D_t779831733* L_0 = ___match1; 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, _stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Default_SelectMethod_m469311730_RuntimeMethod_var); } IL_0011: { V_1 = 0; goto IL_006b; } IL_0018: { MethodBaseU5BU5D_t779831733* L_2 = ___match1; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; MethodBase_t * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; MethodBase_t * L_6 = V_0; NullCheck(L_6); ParameterInfoU5BU5D_t390618515* L_7 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_6); V_3 = L_7; ParameterInfoU5BU5D_t390618515* L_8 = V_3; NullCheck(L_8); TypeU5BU5D_t3940880105* L_9 = ___types2; NullCheck(L_9); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_0033; } } { goto IL_0067; } IL_0033: { V_2 = 0; goto IL_0053; } IL_003a: { TypeU5BU5D_t3940880105* L_10 = ___types2; int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; Type_t * L_13 = (L_10)->GetAt(static_cast(L_12)); ParameterInfoU5BU5D_t390618515* L_14 = V_3; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; ParameterInfo_t1861056598 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_17); if ((((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_004f; } } { goto IL_005c; } IL_004f: { int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0053: { int32_t L_20 = V_2; TypeU5BU5D_t3940880105* L_21 = ___types2; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_003a; } } IL_005c: { int32_t L_22 = V_2; TypeU5BU5D_t3940880105* L_23 = ___types2; NullCheck(L_23); if ((!(((uint32_t)L_22) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length)))))))) { goto IL_0067; } } { MethodBase_t * L_24 = V_0; return L_24; } IL_0067: { int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_006b: { int32_t L_26 = V_1; MethodBaseU5BU5D_t779831733* L_27 = ___match1; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))) { goto IL_0018; } } { V_4 = (bool)0; V_5 = (Type_t *)NULL; V_1 = 0; goto IL_0147; } IL_0081: { MethodBaseU5BU5D_t779831733* L_28 = ___match1; int32_t L_29 = V_1; NullCheck(L_28); int32_t L_30 = L_29; MethodBase_t * L_31 = (L_28)->GetAt(static_cast(L_30)); V_0 = L_31; MethodBase_t * L_32 = V_0; NullCheck(L_32); ParameterInfoU5BU5D_t390618515* L_33 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_32); V_6 = L_33; ParameterInfoU5BU5D_t390618515* L_34 = V_6; NullCheck(L_34); TypeU5BU5D_t3940880105* L_35 = ___types2; NullCheck(L_35); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))) { goto IL_009e; } } { goto IL_0143; } IL_009e: { ParameterInfoU5BU5D_t390618515* L_36 = V_6; NullCheck(L_36); if ((((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))) { goto IL_00ac; } } { goto IL_0143; } IL_00ac: { ParameterInfoU5BU5D_t390618515* L_37 = V_6; ParameterInfoU5BU5D_t390618515* L_38 = V_6; NullCheck(L_38); NullCheck(L_37); int32_t L_39 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_40 = (L_37)->GetAt(static_cast(L_39)); RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (ParamArrayAttribute_t3664765590_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); bool L_43 = Attribute_IsDefined_m4069052474(NULL /*static, unused*/, L_40, L_42, /*hidden argument*/NULL); V_4 = L_43; bool L_44 = V_4; if (L_44) { goto IL_00d2; } } { goto IL_0143; } IL_00d2: { ParameterInfoU5BU5D_t390618515* L_45 = V_6; ParameterInfoU5BU5D_t390618515* L_46 = V_6; NullCheck(L_46); NullCheck(L_45); int32_t L_47 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_48 = (L_45)->GetAt(static_cast(L_47)); NullCheck(L_48); Type_t * L_49 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_48); NullCheck(L_49); Type_t * L_50 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_49); V_5 = L_50; V_2 = 0; goto IL_012f; } IL_00ee: { int32_t L_51 = V_2; ParameterInfoU5BU5D_t390618515* L_52 = V_6; NullCheck(L_52); if ((((int32_t)L_51) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length)))), (int32_t)1))))) { goto IL_0110; } } { TypeU5BU5D_t3940880105* L_53 = ___types2; int32_t L_54 = V_2; NullCheck(L_53); int32_t L_55 = L_54; Type_t * L_56 = (L_53)->GetAt(static_cast(L_55)); ParameterInfoU5BU5D_t390618515* L_57 = V_6; int32_t L_58 = V_2; NullCheck(L_57); int32_t L_59 = L_58; ParameterInfo_t1861056598 * L_60 = (L_57)->GetAt(static_cast(L_59)); NullCheck(L_60); Type_t * L_61 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_60); if ((((RuntimeObject*)(Type_t *)L_56) == ((RuntimeObject*)(Type_t *)L_61))) { goto IL_0110; } } { goto IL_0138; } IL_0110: { int32_t L_62 = V_2; ParameterInfoU5BU5D_t390618515* L_63 = V_6; NullCheck(L_63); if ((((int32_t)L_62) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_63)->max_length)))), (int32_t)1))))) { goto IL_012b; } } { TypeU5BU5D_t3940880105* L_64 = ___types2; int32_t L_65 = V_2; NullCheck(L_64); int32_t L_66 = L_65; Type_t * L_67 = (L_64)->GetAt(static_cast(L_66)); Type_t * L_68 = V_5; if ((((RuntimeObject*)(Type_t *)L_67) == ((RuntimeObject*)(Type_t *)L_68))) { goto IL_012b; } } { goto IL_0138; } IL_012b: { int32_t L_69 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_012f: { int32_t L_70 = V_2; TypeU5BU5D_t3940880105* L_71 = ___types2; NullCheck(L_71); if ((((int32_t)L_70) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length))))))) { goto IL_00ee; } } IL_0138: { int32_t L_72 = V_2; TypeU5BU5D_t3940880105* L_73 = ___types2; NullCheck(L_73); if ((!(((uint32_t)L_72) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_73)->max_length)))))))) { goto IL_0143; } } { MethodBase_t * L_74 = V_0; return L_74; } IL_0143: { int32_t L_75 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_0147: { int32_t L_76 = V_1; MethodBaseU5BU5D_t779831733* L_77 = ___match1; NullCheck(L_77); if ((((int32_t)L_76) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_77)->max_length))))))) { goto IL_0081; } } { int32_t L_78 = ___bindingAttr0; if (!((int32_t)((int32_t)L_78&(int32_t)((int32_t)65536)))) { goto IL_015e; } } { return (MethodBase_t *)NULL; } IL_015e: { V_7 = (MethodBase_t *)NULL; V_1 = 0; goto IL_01b8; } IL_0168: { MethodBaseU5BU5D_t779831733* L_79 = ___match1; int32_t L_80 = V_1; NullCheck(L_79); int32_t L_81 = L_80; MethodBase_t * L_82 = (L_79)->GetAt(static_cast(L_81)); V_0 = L_82; MethodBase_t * L_83 = V_0; NullCheck(L_83); ParameterInfoU5BU5D_t390618515* L_84 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_83); V_8 = L_84; ParameterInfoU5BU5D_t390618515* L_85 = V_8; NullCheck(L_85); TypeU5BU5D_t3940880105* L_86 = ___types2; NullCheck(L_86); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_85)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_86)->max_length))))))) { goto IL_0185; } } { goto IL_01b4; } IL_0185: { TypeU5BU5D_t3940880105* L_87 = ___types2; ParameterInfoU5BU5D_t390618515* L_88 = V_8; bool L_89 = ___allowByRefMatch4; bool L_90 = Default_check_arguments_m3882727959(NULL /*static, unused*/, L_87, L_88, L_89, /*hidden argument*/NULL); if (L_90) { goto IL_0199; } } { goto IL_01b4; } IL_0199: { MethodBase_t * L_91 = V_7; if (!L_91) { goto IL_01b1; } } { MethodBase_t * L_92 = V_7; MethodBase_t * L_93 = V_0; TypeU5BU5D_t3940880105* L_94 = ___types2; MethodBase_t * L_95 = Default_GetBetterMethod_m3232777160(__this, L_92, L_93, L_94, /*hidden argument*/NULL); V_7 = L_95; goto IL_01b4; } IL_01b1: { MethodBase_t * L_96 = V_0; V_7 = L_96; } IL_01b4: { int32_t L_97 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_01b8: { int32_t L_98 = V_1; MethodBaseU5BU5D_t779831733* L_99 = ___match1; NullCheck(L_99); if ((((int32_t)L_98) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_99)->max_length))))))) { goto IL_0168; } } { MethodBase_t * L_100 = V_7; return L_100; } } // System.Reflection.MethodBase System.Reflection.Binder/Default::GetBetterMethod(System.Reflection.MethodBase,System.Reflection.MethodBase,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_GetBetterMethod_m3232777160 (Default_t2456596213 * __this, MethodBase_t * ___m10, MethodBase_t * ___m21, TypeU5BU5D_t3940880105* ___types2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_GetBetterMethod_m3232777160_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Type_t * V_5 = NULL; Type_t * V_6 = NULL; bool V_7 = false; bool V_8 = false; MethodBase_t * G_B19_0 = NULL; { MethodBase_t * L_0 = ___m10; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_0); if (!L_1) { goto IL_0018; } } { MethodBase_t * L_2 = ___m21; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_2); if (L_3) { goto IL_0018; } } { MethodBase_t * L_4 = ___m21; return L_4; } IL_0018: { MethodBase_t * L_5 = ___m21; NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_5); if (!L_6) { goto IL_0030; } } { MethodBase_t * L_7 = ___m10; NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_7); if (L_8) { goto IL_0030; } } { MethodBase_t * L_9 = ___m10; return L_9; } IL_0030: { MethodBase_t * L_10 = ___m10; NullCheck(L_10); ParameterInfoU5BU5D_t390618515* L_11 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_10); V_0 = L_11; MethodBase_t * L_12 = ___m21; NullCheck(L_12); ParameterInfoU5BU5D_t390618515* L_13 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_12); V_1 = L_13; V_2 = 0; V_3 = 0; goto IL_0088; } IL_0047: { ParameterInfoU5BU5D_t390618515* L_14 = V_0; int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; ParameterInfo_t1861056598 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_17); ParameterInfoU5BU5D_t390618515* L_19 = V_1; int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; ParameterInfo_t1861056598 * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); Type_t * L_23 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_22); int32_t L_24 = Default_CompareCloserType_m2643961470(__this, L_18, L_23, /*hidden argument*/NULL); V_4 = L_24; int32_t L_25 = V_4; if (!L_25) { goto IL_007a; } } { int32_t L_26 = V_2; if (!L_26) { goto IL_007a; } } { int32_t L_27 = V_2; int32_t L_28 = V_4; if ((((int32_t)L_27) == ((int32_t)L_28))) { goto IL_007a; } } { AmbiguousMatchException_t566690781 * L_29 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,Default_GetBetterMethod_m3232777160_RuntimeMethod_var); } IL_007a: { int32_t L_30 = V_4; if (!L_30) { goto IL_0084; } } { int32_t L_31 = V_4; V_2 = L_31; } IL_0084: { int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0088: { int32_t L_33 = V_3; ParameterInfoU5BU5D_t390618515* L_34 = V_0; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_0047; } } { int32_t L_35 = V_2; if (!L_35) { goto IL_00a6; } } { int32_t L_36 = V_2; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00a4; } } { MethodBase_t * L_37 = ___m21; G_B19_0 = L_37; goto IL_00a5; } IL_00a4: { MethodBase_t * L_38 = ___m10; G_B19_0 = L_38; } IL_00a5: { return G_B19_0; } IL_00a6: { MethodBase_t * L_39 = ___m10; NullCheck(L_39); Type_t * L_40 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_39); V_5 = L_40; MethodBase_t * L_41 = ___m21; NullCheck(L_41); Type_t * L_42 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_41); V_6 = L_42; Type_t * L_43 = V_5; Type_t * L_44 = V_6; if ((((RuntimeObject*)(Type_t *)L_43) == ((RuntimeObject*)(Type_t *)L_44))) { goto IL_00df; } } { Type_t * L_45 = V_5; Type_t * L_46 = V_6; NullCheck(L_45); bool L_47 = VirtFuncInvoker1< bool, Type_t * >::Invoke(41 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_45, L_46); if (!L_47) { goto IL_00cf; } } { MethodBase_t * L_48 = ___m10; return L_48; } IL_00cf: { Type_t * L_49 = V_6; Type_t * L_50 = V_5; NullCheck(L_49); bool L_51 = VirtFuncInvoker1< bool, Type_t * >::Invoke(41 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_49, L_50); if (!L_51) { goto IL_00df; } } { MethodBase_t * L_52 = ___m21; return L_52; } IL_00df: { MethodBase_t * L_53 = ___m10; NullCheck(L_53); int32_t L_54 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_53); V_7 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_54&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); MethodBase_t * L_55 = ___m21; NullCheck(L_55); int32_t L_56 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_55); V_8 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_56&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_57 = V_7; if (!L_57) { goto IL_010f; } } { bool L_58 = V_8; if (L_58) { goto IL_010f; } } { MethodBase_t * L_59 = ___m21; return L_59; } IL_010f: { bool L_60 = V_8; if (!L_60) { goto IL_011f; } } { bool L_61 = V_7; if (L_61) { goto IL_011f; } } { MethodBase_t * L_62 = ___m10; return L_62; } IL_011f: { AmbiguousMatchException_t566690781 * L_63 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63,Default_GetBetterMethod_m3232777160_RuntimeMethod_var); } } // System.Int32 System.Reflection.Binder/Default::CompareCloserType(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Default_CompareCloserType_m2643961470 (Default_t2456596213 * __this, Type_t * ___t10, Type_t * ___t21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_CompareCloserType_m2643961470_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t10; Type_t * L_1 = ___t21; if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_0009; } } { return 0; } IL_0009: { Type_t * L_2 = ___t10; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(98 /* System.Boolean System.Type::get_IsGenericParameter() */, L_2); if (!L_3) { goto IL_0021; } } { Type_t * L_4 = ___t21; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(98 /* System.Boolean System.Type::get_IsGenericParameter() */, L_4); if (L_5) { goto IL_0021; } } { return 1; } IL_0021: { Type_t * L_6 = ___t10; NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(98 /* System.Boolean System.Type::get_IsGenericParameter() */, L_6); if (L_7) { goto IL_0039; } } { Type_t * L_8 = ___t21; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(98 /* System.Boolean System.Type::get_IsGenericParameter() */, L_8); if (!L_9) { goto IL_0039; } } { return (-1); } IL_0039: { Type_t * L_10 = ___t10; NullCheck(L_10); bool L_11 = Type_get_HasElementType_m710151977(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0062; } } { Type_t * L_12 = ___t21; NullCheck(L_12); bool L_13 = Type_get_HasElementType_m710151977(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0062; } } { Type_t * L_14 = ___t10; NullCheck(L_14); Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_14); Type_t * L_16 = ___t21; NullCheck(L_16); Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_16); int32_t L_18 = Default_CompareCloserType_m2643961470(__this, L_15, L_17, /*hidden argument*/NULL); return L_18; } IL_0062: { Type_t * L_19 = ___t10; Type_t * L_20 = ___t21; NullCheck(L_19); bool L_21 = VirtFuncInvoker1< bool, Type_t * >::Invoke(41 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_19, L_20); if (!L_21) { goto IL_0070; } } { return (-1); } IL_0070: { Type_t * L_22 = ___t21; Type_t * L_23 = ___t10; NullCheck(L_22); bool L_24 = VirtFuncInvoker1< bool, Type_t * >::Invoke(41 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_22, L_23); if (!L_24) { goto IL_007e; } } { return 1; } IL_007e: { Type_t * L_25 = ___t10; NullCheck(L_25); bool L_26 = Type_get_IsInterface_m3284996719(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_009d; } } { Type_t * L_27 = ___t21; NullCheck(L_27); TypeU5BU5D_t3940880105* L_28 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(44 /* System.Type[] System.Type::GetInterfaces() */, L_27); Type_t * L_29 = ___t10; int32_t L_30 = Array_IndexOf_TisType_t_m2550246197(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/Array_IndexOf_TisType_t_m2550246197_RuntimeMethod_var); if ((((int32_t)L_30) < ((int32_t)0))) { goto IL_009d; } } { return 1; } IL_009d: { Type_t * L_31 = ___t21; NullCheck(L_31); bool L_32 = Type_get_IsInterface_m3284996719(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00bc; } } { Type_t * L_33 = ___t10; NullCheck(L_33); TypeU5BU5D_t3940880105* L_34 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(44 /* System.Type[] System.Type::GetInterfaces() */, L_33); Type_t * L_35 = ___t21; int32_t L_36 = Array_IndexOf_TisType_t_m2550246197(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/Array_IndexOf_TisType_t_m2550246197_RuntimeMethod_var); if ((((int32_t)L_36) < ((int32_t)0))) { goto IL_00bc; } } { return (-1); } IL_00bc: { return 0; } } // System.Reflection.PropertyInfo System.Reflection.Binder/Default::SelectProperty(System.Reflection.BindingFlags,System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Default_SelectProperty_m1220817815 (Default_t2456596213 * __this, int32_t ___bindingAttr0, PropertyInfoU5BU5D_t1461822886* ___match1, Type_t * ___returnType2, TypeU5BU5D_t3940880105* ___indexes3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_SelectProperty_m1220817815_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; PropertyInfo_t * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; PropertyInfo_t * V_7 = NULL; ParameterInfoU5BU5D_t390618515* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t G_B6_0 = 0; { PropertyInfoU5BU5D_t1461822886* L_0 = ___match1; if (!L_0) { goto IL_000e; } } { PropertyInfoU5BU5D_t1461822886* L_1 = ___match1; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_001e; } } IL_000e: { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_2, _stringLiteral4221296810, _stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Default_SelectProperty_m1220817815_RuntimeMethod_var); } IL_001e: { Type_t * L_3 = ___returnType2; V_0 = (bool)((((int32_t)((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); TypeU5BU5D_t3940880105* L_4 = ___indexes3; if (!L_4) { goto IL_0036; } } { TypeU5BU5D_t3940880105* L_5 = ___indexes3; NullCheck(L_5); G_B6_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))); goto IL_0037; } IL_0036: { G_B6_0 = (-1); } IL_0037: { V_1 = G_B6_0; V_2 = (PropertyInfo_t *)NULL; V_4 = ((int32_t)2147483646); V_5 = ((int32_t)2147483647LL); V_6 = 0; PropertyInfoU5BU5D_t1461822886* L_6 = ___match1; NullCheck(L_6); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1)); goto IL_0112; } IL_0056: { PropertyInfoU5BU5D_t1461822886* L_7 = ___match1; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; PropertyInfo_t * L_10 = (L_7)->GetAt(static_cast(L_9)); V_7 = L_10; PropertyInfo_t * L_11 = V_7; NullCheck(L_11); ParameterInfoU5BU5D_t390618515* L_12 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(22 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_11); V_8 = L_12; int32_t L_13 = V_1; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_007a; } } { int32_t L_14 = V_1; ParameterInfoU5BU5D_t390618515* L_15 = V_8; NullCheck(L_15); if ((((int32_t)L_14) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_007a; } } { goto IL_010e; } IL_007a: { bool L_16 = V_0; if (!L_16) { goto IL_0092; } } { PropertyInfo_t * L_17 = V_7; NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_17); Type_t * L_19 = ___returnType2; if ((((RuntimeObject*)(Type_t *)L_18) == ((RuntimeObject*)(Type_t *)L_19))) { goto IL_0092; } } { goto IL_010e; } IL_0092: { V_9 = ((int32_t)2147483646); int32_t L_20 = V_1; if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00b8; } } { TypeU5BU5D_t3940880105* L_21 = ___indexes3; ParameterInfoU5BU5D_t390618515* L_22 = V_8; int32_t L_23 = Default_check_arguments_with_score_m3467814020(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_9 = L_23; int32_t L_24 = V_9; if ((!(((uint32_t)L_24) == ((uint32_t)(-1))))) { goto IL_00b8; } } { goto IL_010e; } IL_00b8: { PropertyInfo_t * L_25 = V_7; NullCheck(L_25); Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_25); IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); int32_t L_27 = Binder_GetDerivedLevel_m3216810447(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); V_10 = L_27; PropertyInfo_t * L_28 = V_2; if (!L_28) { goto IL_0103; } } { int32_t L_29 = V_4; int32_t L_30 = V_9; if ((((int32_t)L_29) >= ((int32_t)L_30))) { goto IL_00da; } } { goto IL_010e; } IL_00da: { int32_t L_31 = V_4; int32_t L_32 = V_9; if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_0103; } } { int32_t L_33 = V_6; int32_t L_34 = V_10; if ((!(((uint32_t)L_33) == ((uint32_t)L_34)))) { goto IL_00f5; } } { int32_t L_35 = V_9; V_5 = L_35; goto IL_010e; } IL_00f5: { int32_t L_36 = V_6; int32_t L_37 = V_10; if ((((int32_t)L_36) <= ((int32_t)L_37))) { goto IL_0103; } } { goto IL_010e; } IL_0103: { PropertyInfo_t * L_38 = V_7; V_2 = L_38; int32_t L_39 = V_9; V_4 = L_39; int32_t L_40 = V_10; V_6 = L_40; } IL_010e: { int32_t L_41 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); } IL_0112: { int32_t L_42 = V_3; if ((((int32_t)L_42) >= ((int32_t)0))) { goto IL_0056; } } { int32_t L_43 = V_5; int32_t L_44 = V_4; if ((((int32_t)L_43) > ((int32_t)L_44))) { goto IL_0128; } } { AmbiguousMatchException_t566690781 * L_45 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,Default_SelectProperty_m1220817815_RuntimeMethod_var); } IL_0128: { PropertyInfo_t * L_46 = V_2; return L_46; } } // System.Int32 System.Reflection.Binder/Default::check_arguments_with_score(System.Type[],System.Reflection.ParameterInfo[]) extern "C" IL2CPP_METHOD_ATTR int32_t Default_check_arguments_with_score_m3467814020 (RuntimeObject * __this /* static, unused */, TypeU5BU5D_t3940880105* ___types0, ParameterInfoU5BU5D_t390618515* ___args1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (-1); V_1 = 0; goto IL_0030; } IL_0009: { TypeU5BU5D_t3940880105* L_0 = ___types0; int32_t L_1 = V_1; NullCheck(L_0); int32_t L_2 = L_1; Type_t * L_3 = (L_0)->GetAt(static_cast(L_2)); ParameterInfoU5BU5D_t390618515* L_4 = ___args1; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; ParameterInfo_t1861056598 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_7); int32_t L_9 = Default_check_type_with_score_m3022331006(NULL /*static, unused*/, L_3, L_8, /*hidden argument*/NULL); V_2 = L_9; int32_t L_10 = V_2; if ((!(((uint32_t)L_10) == ((uint32_t)(-1))))) { goto IL_0023; } } { return (-1); } IL_0023: { int32_t L_11 = V_0; int32_t L_12 = V_2; if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_002c; } } { int32_t L_13 = V_2; V_0 = L_13; } IL_002c: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0030: { int32_t L_15 = V_1; TypeU5BU5D_t3940880105* L_16 = ___types0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_0009; } } { int32_t L_17 = V_0; return L_17; } } // System.Int32 System.Reflection.Binder/Default::check_type_with_score(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Default_check_type_with_score_m3022331006 (RuntimeObject * __this /* static, unused */, Type_t * ___from0, Type_t * ___to1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_check_type_with_score_m3022331006_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 G_B4_0 = 0; int32_t G_B23_0 = 0; int32_t G_B31_0 = 0; int32_t G_B39_0 = 0; int32_t G_B47_0 = 0; int32_t G_B55_0 = 0; int32_t G_B63_0 = 0; int32_t G_B72_0 = 0; int32_t G_B76_0 = 0; int32_t G_B80_0 = 0; { Type_t * L_0 = ___from0; if (L_0) { goto IL_0019; } } { Type_t * L_1 = ___to1; NullCheck(L_1); bool L_2 = Type_get_IsValueType_m3108065642(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0017; } } { G_B4_0 = (-1); goto IL_0018; } IL_0017: { G_B4_0 = 0; } IL_0018: { return G_B4_0; } IL_0019: { Type_t * L_3 = ___from0; Type_t * L_4 = ___to1; if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_0022; } } { return 0; } IL_0022: { Type_t * L_5 = ___to1; 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_0034; } } { return 4; } IL_0034: { Type_t * L_8 = ___from0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_9 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_0 = L_9; Type_t * L_10 = ___to1; int32_t L_11 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_0; V_2 = L_12; int32_t L_13 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)4))) { case 0: { goto IL_0079; } case 1: { goto IL_010a; } case 2: { goto IL_00aa; } case 3: { goto IL_01ab; } case 4: { goto IL_015e; } case 5: { goto IL_023d; } case 6: { goto IL_01f8; } case 7: { goto IL_0282; } case 8: { goto IL_0282; } case 9: { goto IL_02be; } } } { goto IL_02ce; } IL_0079: { int32_t L_14 = V_1; V_3 = L_14; int32_t L_15 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)8))) { case 0: { goto IL_00a4; } case 1: { goto IL_00a6; } case 2: { goto IL_00a6; } case 3: { goto IL_00a6; } case 4: { goto IL_00a6; } case 5: { goto IL_00a6; } case 6: { goto IL_00a6; } } } { goto IL_00a8; } IL_00a4: { return 0; } IL_00a6: { return 2; } IL_00a8: { return (-1); } IL_00aa: { int32_t L_16 = V_1; V_3 = L_16; int32_t L_17 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)4))) { case 0: { goto IL_00e5; } case 1: { goto IL_00e7; } case 2: { goto IL_00e7; } case 3: { goto IL_00e5; } case 4: { goto IL_00e5; } case 5: { goto IL_00e5; } case 6: { goto IL_00e5; } case 7: { goto IL_00e5; } case 8: { goto IL_00e5; } case 9: { goto IL_00e5; } case 10: { goto IL_00e5; } } } { goto IL_00e7; } IL_00e5: { return 2; } IL_00e7: { Type_t * L_18 = ___from0; NullCheck(L_18); bool L_19 = Type_get_IsEnum_m208091508(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0108; } } { Type_t * L_20 = ___to1; RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (Enum_t4135868527_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_0108; } } { G_B23_0 = 1; goto IL_0109; } IL_0108: { G_B23_0 = (-1); } IL_0109: { return G_B23_0; } IL_010a: { int32_t L_23 = V_1; V_3 = L_23; int32_t L_24 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)7))) { case 0: { goto IL_0139; } case 1: { goto IL_013b; } case 2: { goto IL_0139; } case 3: { goto IL_013b; } case 4: { goto IL_0139; } case 5: { goto IL_013b; } case 6: { goto IL_0139; } case 7: { goto IL_0139; } } } { goto IL_013b; } IL_0139: { return 2; } IL_013b: { Type_t * L_25 = ___from0; NullCheck(L_25); bool L_26 = Type_get_IsEnum_m208091508(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_015c; } } { Type_t * L_27 = ___to1; RuntimeTypeHandle_t3027515415 L_28 = { reinterpret_cast (Enum_t4135868527_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); if ((!(((RuntimeObject*)(Type_t *)L_27) == ((RuntimeObject*)(Type_t *)L_29)))) { goto IL_015c; } } { G_B31_0 = 1; goto IL_015d; } IL_015c: { G_B31_0 = (-1); } IL_015d: { return G_B31_0; } IL_015e: { int32_t L_30 = V_1; V_3 = L_30; int32_t L_31 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)((int32_t)9)))) { case 0: { goto IL_0186; } case 1: { goto IL_0186; } case 2: { goto IL_0186; } case 3: { goto IL_0186; } case 4: { goto IL_0186; } case 5: { goto IL_0186; } } } { goto IL_0188; } IL_0186: { return 2; } IL_0188: { Type_t * L_32 = ___from0; NullCheck(L_32); bool L_33 = Type_get_IsEnum_m208091508(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_01a9; } } { Type_t * L_34 = ___to1; RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (Enum_t4135868527_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); if ((!(((RuntimeObject*)(Type_t *)L_34) == ((RuntimeObject*)(Type_t *)L_36)))) { goto IL_01a9; } } { G_B39_0 = 1; goto IL_01aa; } IL_01a9: { G_B39_0 = (-1); } IL_01aa: { return G_B39_0; } IL_01ab: { int32_t L_37 = V_1; V_3 = L_37; int32_t L_38 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)((int32_t)9)))) { case 0: { goto IL_01d3; } case 1: { goto IL_01d5; } case 2: { goto IL_01d3; } case 3: { goto IL_01d5; } case 4: { goto IL_01d3; } case 5: { goto IL_01d3; } } } { goto IL_01d5; } IL_01d3: { return 2; } IL_01d5: { Type_t * L_39 = ___from0; NullCheck(L_39); bool L_40 = Type_get_IsEnum_m208091508(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_01f6; } } { Type_t * L_41 = ___to1; RuntimeTypeHandle_t3027515415 L_42 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_43 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_41) == ((RuntimeObject*)(Type_t *)L_43)))) { goto IL_01f6; } } { G_B47_0 = 1; goto IL_01f7; } IL_01f6: { G_B47_0 = (-1); } IL_01f7: { return G_B47_0; } IL_01f8: { int32_t L_44 = V_1; V_3 = L_44; int32_t L_45 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)((int32_t)11)))) { case 0: { goto IL_0218; } case 1: { goto IL_0218; } case 2: { goto IL_0218; } case 3: { goto IL_0218; } } } { goto IL_021a; } IL_0218: { return 2; } IL_021a: { Type_t * L_46 = ___from0; NullCheck(L_46); bool L_47 = Type_get_IsEnum_m208091508(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_023b; } } { Type_t * L_48 = ___to1; RuntimeTypeHandle_t3027515415 L_49 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_50 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_48) == ((RuntimeObject*)(Type_t *)L_50)))) { goto IL_023b; } } { G_B55_0 = 1; goto IL_023c; } IL_023b: { G_B55_0 = (-1); } IL_023c: { return G_B55_0; } IL_023d: { int32_t L_51 = V_1; V_3 = L_51; int32_t L_52 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)((int32_t)11)))) { case 0: { goto IL_025d; } case 1: { goto IL_025f; } case 2: { goto IL_025d; } case 3: { goto IL_025d; } } } { goto IL_025f; } IL_025d: { return 2; } IL_025f: { Type_t * L_53 = ___from0; NullCheck(L_53); bool L_54 = Type_get_IsEnum_m208091508(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0280; } } { Type_t * L_55 = ___to1; RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (Enum_t4135868527_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_0280; } } { G_B63_0 = 1; goto IL_0281; } IL_0280: { G_B63_0 = (-1); } IL_0281: { return G_B63_0; } IL_0282: { int32_t L_58 = V_1; V_3 = L_58; int32_t L_59 = V_3; if ((((int32_t)L_59) == ((int32_t)((int32_t)13)))) { goto IL_0299; } } { int32_t L_60 = V_3; if ((((int32_t)L_60) == ((int32_t)((int32_t)14)))) { goto IL_0299; } } { goto IL_029b; } IL_0299: { return 2; } IL_029b: { Type_t * L_61 = ___from0; NullCheck(L_61); bool L_62 = Type_get_IsEnum_m208091508(L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_02bc; } } { Type_t * L_63 = ___to1; RuntimeTypeHandle_t3027515415 L_64 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_63) == ((RuntimeObject*)(Type_t *)L_65)))) { goto IL_02bc; } } { G_B72_0 = 1; goto IL_02bd; } IL_02bc: { G_B72_0 = (-1); } IL_02bd: { return G_B72_0; } IL_02be: { int32_t L_66 = V_1; if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)14))))) { goto IL_02cc; } } { G_B76_0 = 2; goto IL_02cd; } IL_02cc: { G_B76_0 = (-1); } IL_02cd: { return G_B76_0; } IL_02ce: { Type_t * L_67 = ___to1; Type_t * L_68 = ___from0; NullCheck(L_67); bool L_69 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_67, L_68); if (!L_69) { goto IL_02e0; } } { G_B80_0 = 3; goto IL_02e1; } IL_02e0: { G_B80_0 = (-1); } IL_02e1: { return G_B80_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.ConstructorInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConstructorInfo__ctor_m356047157 (ConstructorInfo_t5769829 * __this, const RuntimeMethod* method) { { MethodBase__ctor_m1907868998(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.ConstructorInfo::.cctor() extern "C" IL2CPP_METHOD_ATTR void ConstructorInfo__cctor_m1016079270 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorInfo__cctor_m1016079270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ConstructorInfo_t5769829_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t5769829_il2cpp_TypeInfo_var))->set_ConstructorName_0(_stringLiteral1221375020); ((ConstructorInfo_t5769829_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t5769829_il2cpp_TypeInfo_var))->set_TypeConstructorName_1(_stringLiteral3452012868); return; } } // System.Reflection.MemberTypes System.Reflection.ConstructorInfo::get_MemberType() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorInfo_get_MemberType_m2297974335 (ConstructorInfo_t5769829 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m4089836896 (ConstructorInfo_t5769829 * __this, ObjectU5BU5D_t2843939325* ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorInfo_Invoke_m4089836896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___parameters0; if (L_0) { goto IL_000e; } } { ___parameters0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_000e: { ObjectU5BU5D_t2843939325* L_1 = ___parameters0; RuntimeObject * L_2 = VirtFuncInvoker4< RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(33 /* System.Object System.Reflection.ConstructorInfo::Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, ((int32_t)512), (Binder_t2999457153 *)NULL, L_1, (CultureInfo_t4157843068 *)NULL); 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.Reflection.CustomAttributeData::.ctor(System.Reflection.ConstructorInfo,System.Object[],System.Object[]) extern "C" IL2CPP_METHOD_ATTR void CustomAttributeData__ctor_m2966233049 (CustomAttributeData_t1084486650 * __this, ConstructorInfo_t5769829 * ___ctorInfo0, ObjectU5BU5D_t2843939325* ___ctorArgs1, ObjectU5BU5D_t2843939325* ___namedArgs2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData__ctor_m2966233049_MetadataUsageId); s_Il2CppMethodInitialized = true; } CustomAttributeData_t1084486650 * G_B2_0 = NULL; CustomAttributeData_t1084486650 * G_B1_0 = NULL; CustomAttributeTypedArgumentU5BU5D_t1465843424* G_B3_0 = NULL; CustomAttributeData_t1084486650 * G_B3_1 = NULL; CustomAttributeData_t1084486650 * G_B5_0 = NULL; CustomAttributeData_t1084486650 * G_B4_0 = NULL; CustomAttributeNamedArgumentU5BU5D_t3710464795* G_B6_0 = NULL; CustomAttributeData_t1084486650 * G_B6_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_0 = ___ctorInfo0; __this->set_ctorInfo_0(L_0); ObjectU5BU5D_t2843939325* L_1 = ___ctorArgs1; G_B1_0 = __this; if (!L_1) { G_B2_0 = __this; goto IL_001f; } } { ObjectU5BU5D_t2843939325* L_2 = ___ctorArgs1; CustomAttributeTypedArgumentU5BU5D_t1465843424* L_3 = CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813(NULL /*static, unused*/, L_2, /*hidden argument*/CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813_RuntimeMethod_var); G_B3_0 = L_3; G_B3_1 = G_B1_0; goto IL_0025; } IL_001f: { G_B3_0 = ((CustomAttributeTypedArgumentU5BU5D_t1465843424*)SZArrayNew(CustomAttributeTypedArgumentU5BU5D_t1465843424_il2cpp_TypeInfo_var, (uint32_t)0)); G_B3_1 = G_B2_0; } IL_0025: { ReadOnlyCollection_1_t3935726444 * L_4 = Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677(NULL /*static, unused*/, G_B3_0, /*hidden argument*/Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677_RuntimeMethod_var); NullCheck(G_B3_1); G_B3_1->set_ctorArgs_1(L_4); ObjectU5BU5D_t2843939325* L_5 = ___namedArgs2; G_B4_0 = __this; if (!L_5) { G_B5_0 = __this; goto IL_0041; } } { ObjectU5BU5D_t2843939325* L_6 = ___namedArgs2; CustomAttributeNamedArgumentU5BU5D_t3710464795* L_7 = CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512(NULL /*static, unused*/, L_6, /*hidden argument*/CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512_RuntimeMethod_var); G_B6_0 = L_7; G_B6_1 = G_B4_0; goto IL_0047; } IL_0041: { G_B6_0 = ((CustomAttributeNamedArgumentU5BU5D_t3710464795*)SZArrayNew(CustomAttributeNamedArgumentU5BU5D_t3710464795_il2cpp_TypeInfo_var, (uint32_t)0)); G_B6_1 = G_B5_0; } IL_0047: { ReadOnlyCollection_1_t1500441997 * L_8 = Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740(NULL /*static, unused*/, G_B6_0, /*hidden argument*/Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740_RuntimeMethod_var); NullCheck(G_B6_1); G_B6_1->set_namedArgs_2(L_8); return; } } // System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::get_Constructor() extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * CustomAttributeData_get_Constructor_m489601093 (CustomAttributeData_t1084486650 * __this, const RuntimeMethod* method) { { ConstructorInfo_t5769829 * L_0 = __this->get_ctorInfo_0(); return L_0; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::get_ConstructorArguments() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_get_ConstructorArguments_m1602558961 (CustomAttributeData_t1084486650 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_ctorArgs_1(); return L_0; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::get_NamedArguments() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_get_NamedArguments_m2950811181 (CustomAttributeData_t1084486650 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_namedArgs_2(); return L_0; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_m2970182643 (RuntimeObject * __this /* static, unused */, Assembly_t * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_m2970182643_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Assembly_t * L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_m3138951217(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_m2141595938 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_m2141595938_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_m3138951217(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.Module) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_m1033457578 (RuntimeObject * __this /* static, unused */, Module_t2987026101 * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_m1033457578_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Module_t2987026101 * L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_m3138951217(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.ParameterInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_m1863564558 (RuntimeObject * __this /* static, unused */, ParameterInfo_t1861056598 * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_m1863564558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParameterInfo_t1861056598 * L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_m3138951217(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.CustomAttributeData::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CustomAttributeData_ToString_m1995965208 (CustomAttributeData_t1084486650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_ToString_m1995965208_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; CustomAttributeTypedArgument_t2723150157 V_3; memset(&V_3, 0, sizeof(V_3)); CustomAttributeNamedArgument_t287865710 V_4; memset(&V_4, 0, sizeof(V_4)); { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; ConstructorInfo_t5769829 * L_2 = __this->get_ctorInfo_0(); NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_2); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614645, L_4, _stringLiteral3452614536, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, L_5, /*hidden argument*/NULL); V_1 = 0; goto IL_0071; } IL_0033: { StringBuilder_t * L_6 = V_0; RuntimeObject* L_7 = __this->get_ctorArgs_1(); int32_t L_8 = V_1; NullCheck(L_7); CustomAttributeTypedArgument_t2723150157 L_9 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t2723150157 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t243502644_il2cpp_TypeInfo_var, L_7, L_8); V_3 = L_9; String_t* L_10 = CustomAttributeTypedArgument_ToString_m864948362((&V_3), /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_Append_m1965104174(L_6, L_10, /*hidden argument*/NULL); int32_t L_11 = V_1; RuntimeObject* L_12 = __this->get_ctorArgs_1(); NullCheck(L_12); int32_t L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_12); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))) >= ((int32_t)L_13))) { goto IL_006d; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_006d: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0071: { int32_t L_16 = V_1; RuntimeObject* L_17 = __this->get_ctorArgs_1(); NullCheck(L_17); int32_t L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_17); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0033; } } { RuntimeObject* L_19 = __this->get_namedArgs_2(); NullCheck(L_19); int32_t L_20 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_19); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_009f; } } { StringBuilder_t * L_21 = V_0; NullCheck(L_21); StringBuilder_Append_m1965104174(L_21, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_009f: { V_2 = 0; goto IL_00e5; } IL_00a6: { StringBuilder_t * L_22 = V_0; RuntimeObject* L_23 = __this->get_namedArgs_2(); int32_t L_24 = V_2; NullCheck(L_23); CustomAttributeNamedArgument_t287865710 L_25 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t287865710 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2103185493_il2cpp_TypeInfo_var, L_23, L_24); V_4 = L_25; String_t* L_26 = CustomAttributeNamedArgument_ToString_m1488801416((&V_4), /*hidden argument*/NULL); NullCheck(L_22); StringBuilder_Append_m1965104174(L_22, L_26, /*hidden argument*/NULL); int32_t L_27 = V_2; RuntimeObject* L_28 = __this->get_namedArgs_2(); NullCheck(L_28); int32_t L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_28); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))) >= ((int32_t)L_29))) { goto IL_00e1; } } { StringBuilder_t * L_30 = V_0; NullCheck(L_30); StringBuilder_Append_m1965104174(L_30, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_00e1: { int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00e5: { int32_t L_32 = V_2; RuntimeObject* L_33 = __this->get_namedArgs_2(); NullCheck(L_33); int32_t L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_33); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_00a6; } } { StringBuilder_t * L_35 = V_0; NullCheck(L_35); StringBuilder_AppendFormat_m921870684(L_35, _stringLiteral3458054023, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); StringBuilder_t * L_36 = V_0; NullCheck(L_36); String_t* L_37 = StringBuilder_ToString_m3317489284(L_36, /*hidden argument*/NULL); return L_37; } } // System.Boolean System.Reflection.CustomAttributeData::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeData_Equals_m4034962021 (CustomAttributeData_t1084486650 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_Equals_m4034962021_MetadataUsageId); s_Il2CppMethodInitialized = true; } CustomAttributeData_t1084486650 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; CustomAttributeTypedArgument_t2723150157 V_5; memset(&V_5, 0, sizeof(V_5)); CustomAttributeNamedArgument_t287865710 V_6; memset(&V_6, 0, sizeof(V_6)); { RuntimeObject * L_0 = ___obj0; V_0 = ((CustomAttributeData_t1084486650 *)IsInstSealed((RuntimeObject*)L_0, CustomAttributeData_t1084486650_il2cpp_TypeInfo_var)); CustomAttributeData_t1084486650 * L_1 = V_0; if (!L_1) { goto IL_0054; } } { CustomAttributeData_t1084486650 * L_2 = V_0; NullCheck(L_2); ConstructorInfo_t5769829 * L_3 = L_2->get_ctorInfo_0(); ConstructorInfo_t5769829 * L_4 = __this->get_ctorInfo_0(); if ((!(((RuntimeObject*)(ConstructorInfo_t5769829 *)L_3) == ((RuntimeObject*)(ConstructorInfo_t5769829 *)L_4)))) { goto IL_0054; } } { CustomAttributeData_t1084486650 * L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6 = L_5->get_ctorArgs_1(); NullCheck(L_6); int32_t L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_6); RuntimeObject* L_8 = __this->get_ctorArgs_1(); NullCheck(L_8); int32_t L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_8); if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_0054; } } { CustomAttributeData_t1084486650 * L_10 = V_0; NullCheck(L_10); RuntimeObject* L_11 = L_10->get_namedArgs_2(); NullCheck(L_11); int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_11); RuntimeObject* L_13 = __this->get_namedArgs_2(); NullCheck(L_13); int32_t L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_13); if ((((int32_t)L_12) == ((int32_t)L_14))) { goto IL_0056; } } IL_0054: { return (bool)0; } IL_0056: { V_1 = 0; goto IL_008e; } IL_005d: { RuntimeObject* L_15 = __this->get_ctorArgs_1(); int32_t L_16 = V_1; NullCheck(L_15); CustomAttributeTypedArgument_t2723150157 L_17 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t2723150157 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t243502644_il2cpp_TypeInfo_var, L_15, L_16); V_5 = L_17; CustomAttributeData_t1084486650 * L_18 = V_0; NullCheck(L_18); RuntimeObject* L_19 = L_18->get_ctorArgs_1(); int32_t L_20 = V_1; NullCheck(L_19); CustomAttributeTypedArgument_t2723150157 L_21 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t2723150157 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t243502644_il2cpp_TypeInfo_var, L_19, L_20); CustomAttributeTypedArgument_t2723150157 L_22 = L_21; RuntimeObject * L_23 = Box(CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var, &L_22); bool L_24 = CustomAttributeTypedArgument_Equals_m2261980307((&V_5), L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_008a; } } { return (bool)0; } IL_008a: { int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_008e: { int32_t L_26 = V_1; RuntimeObject* L_27 = __this->get_ctorArgs_1(); NullCheck(L_27); int32_t L_28 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_27); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_005d; } } { V_2 = 0; goto IL_0107; } IL_00a6: { V_3 = (bool)0; V_4 = 0; goto IL_00e9; } IL_00b0: { RuntimeObject* L_29 = __this->get_namedArgs_2(); int32_t L_30 = V_2; NullCheck(L_29); CustomAttributeNamedArgument_t287865710 L_31 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t287865710 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2103185493_il2cpp_TypeInfo_var, L_29, L_30); V_6 = L_31; CustomAttributeData_t1084486650 * L_32 = V_0; NullCheck(L_32); RuntimeObject* L_33 = L_32->get_namedArgs_2(); int32_t L_34 = V_4; NullCheck(L_33); CustomAttributeNamedArgument_t287865710 L_35 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t287865710 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2103185493_il2cpp_TypeInfo_var, L_33, L_34); CustomAttributeNamedArgument_t287865710 L_36 = L_35; RuntimeObject * L_37 = Box(CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var, &L_36); bool L_38 = CustomAttributeNamedArgument_Equals_m1414002036((&V_6), L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00e3; } } { V_3 = (bool)1; goto IL_00fb; } IL_00e3: { int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00e9: { int32_t L_40 = V_4; CustomAttributeData_t1084486650 * L_41 = V_0; NullCheck(L_41); RuntimeObject* L_42 = L_41->get_namedArgs_2(); NullCheck(L_42); int32_t L_43 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_42); if ((((int32_t)L_40) < ((int32_t)L_43))) { goto IL_00b0; } } IL_00fb: { bool L_44 = V_3; if (L_44) { goto IL_0103; } } { return (bool)0; } IL_0103: { int32_t L_45 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0107: { int32_t L_46 = V_2; RuntimeObject* L_47 = __this->get_namedArgs_2(); NullCheck(L_47); int32_t L_48 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_47); if ((((int32_t)L_46) < ((int32_t)L_48))) { goto IL_00a6; } } { return (bool)1; } } // System.Int32 System.Reflection.CustomAttributeData::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CustomAttributeData_GetHashCode_m3727773664 (CustomAttributeData_t1084486650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_GetHashCode_m3727773664_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; CustomAttributeTypedArgument_t2723150157 V_3; memset(&V_3, 0, sizeof(V_3)); CustomAttributeNamedArgument_t287865710 V_4; memset(&V_4, 0, sizeof(V_4)); { ConstructorInfo_t5769829 * L_0 = __this->get_ctorInfo_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); V_0 = ((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))); V_1 = 0; goto IL_003f; } IL_0016: { int32_t L_2 = V_0; int32_t L_3 = V_0; RuntimeObject* L_4 = __this->get_ctorArgs_1(); int32_t L_5 = V_1; NullCheck(L_4); CustomAttributeTypedArgument_t2723150157 L_6 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t2723150157 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t243502644_il2cpp_TypeInfo_var, L_4, L_5); V_3 = L_6; int32_t L_7 = CustomAttributeTypedArgument_GetHashCode_m1121388927((&V_3), /*hidden argument*/NULL); int32_t L_8 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)((int32_t)L_3^(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_7))<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)4))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))))); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003f: { int32_t L_10 = V_1; RuntimeObject* L_11 = __this->get_ctorArgs_1(); NullCheck(L_11); int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_11); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0016; } } { V_2 = 0; goto IL_0075; } IL_0057: { int32_t L_13 = V_0; RuntimeObject* L_14 = __this->get_namedArgs_2(); int32_t L_15 = V_2; NullCheck(L_14); CustomAttributeNamedArgument_t287865710 L_16 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t287865710 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2103185493_il2cpp_TypeInfo_var, L_14, L_15); V_4 = L_16; int32_t L_17 = CustomAttributeNamedArgument_GetHashCode_m2317130892((&V_4), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)((int32_t)L_17<<(int32_t)5)))); int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0075: { int32_t L_19 = V_2; RuntimeObject* L_20 = __this->get_namedArgs_2(); NullCheck(L_20); int32_t L_21 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_20); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0057; } } { int32_t L_22 = V_0; return L_22; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Reflection.CustomAttributeNamedArgument extern "C" void CustomAttributeNamedArgument_t287865710_marshal_pinvoke(const CustomAttributeNamedArgument_t287865710& unmarshaled, CustomAttributeNamedArgument_t287865710_marshaled_pinvoke& marshaled) { Exception_t* ___typedArgument_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'typedArgument' of type 'CustomAttributeNamedArgument'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___typedArgument_0Exception,NULL); } extern "C" void CustomAttributeNamedArgument_t287865710_marshal_pinvoke_back(const CustomAttributeNamedArgument_t287865710_marshaled_pinvoke& marshaled, CustomAttributeNamedArgument_t287865710& unmarshaled) { Exception_t* ___typedArgument_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'typedArgument' of type 'CustomAttributeNamedArgument'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___typedArgument_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.CustomAttributeNamedArgument extern "C" void CustomAttributeNamedArgument_t287865710_marshal_pinvoke_cleanup(CustomAttributeNamedArgument_t287865710_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.CustomAttributeNamedArgument extern "C" void CustomAttributeNamedArgument_t287865710_marshal_com(const CustomAttributeNamedArgument_t287865710& unmarshaled, CustomAttributeNamedArgument_t287865710_marshaled_com& marshaled) { Exception_t* ___typedArgument_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'typedArgument' of type 'CustomAttributeNamedArgument'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___typedArgument_0Exception,NULL); } extern "C" void CustomAttributeNamedArgument_t287865710_marshal_com_back(const CustomAttributeNamedArgument_t287865710_marshaled_com& marshaled, CustomAttributeNamedArgument_t287865710& unmarshaled) { Exception_t* ___typedArgument_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'typedArgument' of type 'CustomAttributeNamedArgument'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___typedArgument_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.CustomAttributeNamedArgument extern "C" void CustomAttributeNamedArgument_t287865710_marshal_com_cleanup(CustomAttributeNamedArgument_t287865710_marshaled_com& marshaled) { } // System.String System.Reflection.CustomAttributeNamedArgument::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CustomAttributeNamedArgument_ToString_m1488801416 (CustomAttributeNamedArgument_t287865710 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeNamedArgument_ToString_m1488801416_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = __this->get_memberInfo_1(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); CustomAttributeTypedArgument_t2723150157 * L_2 = __this->get_address_of_typedArgument_0(); String_t* L_3 = CustomAttributeTypedArgument_ToString_m864948362(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3787301066, L_3, /*hidden argument*/NULL); return L_4; } } extern "C" String_t* CustomAttributeNamedArgument_ToString_m1488801416_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { CustomAttributeNamedArgument_t287865710 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeNamedArgument_ToString_m1488801416(_thisAdjusted, method); } // System.Boolean System.Reflection.CustomAttributeNamedArgument::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeNamedArgument_Equals_m1414002036 (CustomAttributeNamedArgument_t287865710 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeNamedArgument_Equals_m1414002036_MetadataUsageId); s_Il2CppMethodInitialized = true; } CustomAttributeNamedArgument_t287865710 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t G_B5_0 = 0; { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; V_0 = ((*(CustomAttributeNamedArgument_t287865710 *)((CustomAttributeNamedArgument_t287865710 *)UnBox(L_1, CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var)))); MemberInfo_t * L_2 = (&V_0)->get_memberInfo_1(); MemberInfo_t * L_3 = __this->get_memberInfo_1(); if ((!(((RuntimeObject*)(MemberInfo_t *)L_2) == ((RuntimeObject*)(MemberInfo_t *)L_3)))) { goto IL_003f; } } { CustomAttributeTypedArgument_t2723150157 * L_4 = __this->get_address_of_typedArgument_0(); CustomAttributeTypedArgument_t2723150157 L_5 = (&V_0)->get_typedArgument_0(); CustomAttributeTypedArgument_t2723150157 L_6 = L_5; RuntimeObject * L_7 = Box(CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var, &L_6); bool L_8 = CustomAttributeTypedArgument_Equals_m2261980307(L_4, L_7, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_8)); goto IL_0040; } IL_003f: { G_B5_0 = 0; } IL_0040: { return (bool)G_B5_0; } } extern "C" bool CustomAttributeNamedArgument_Equals_m1414002036_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { CustomAttributeNamedArgument_t287865710 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeNamedArgument_Equals_m1414002036(_thisAdjusted, ___obj0, method); } // System.Int32 System.Reflection.CustomAttributeNamedArgument::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CustomAttributeNamedArgument_GetHashCode_m2317130892 (CustomAttributeNamedArgument_t287865710 * __this, const RuntimeMethod* method) { { MemberInfo_t * L_0 = __this->get_memberInfo_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); CustomAttributeTypedArgument_t2723150157 * L_2 = __this->get_address_of_typedArgument_0(); int32_t L_3 = CustomAttributeTypedArgument_GetHashCode_m1121388927(L_2, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))), (int32_t)L_3)); } } extern "C" int32_t CustomAttributeNamedArgument_GetHashCode_m2317130892_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { CustomAttributeNamedArgument_t287865710 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeNamedArgument_GetHashCode_m2317130892(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Reflection.CustomAttributeTypedArgument extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke(const CustomAttributeTypedArgument_t2723150157& unmarshaled, CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled) { Exception_t* ___argumentType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'argumentType' of type 'CustomAttributeTypedArgument': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___argumentType_0Exception,NULL); } extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke_back(const CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled, CustomAttributeTypedArgument_t2723150157& unmarshaled) { Exception_t* ___argumentType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'argumentType' of type 'CustomAttributeTypedArgument': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___argumentType_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.CustomAttributeTypedArgument extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke_cleanup(CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.CustomAttributeTypedArgument extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com(const CustomAttributeTypedArgument_t2723150157& unmarshaled, CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled) { Exception_t* ___argumentType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'argumentType' of type 'CustomAttributeTypedArgument': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___argumentType_0Exception,NULL); } extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com_back(const CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled, CustomAttributeTypedArgument_t2723150157& unmarshaled) { Exception_t* ___argumentType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'argumentType' of type 'CustomAttributeTypedArgument': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___argumentType_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.CustomAttributeTypedArgument extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com_cleanup(CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled) { } // System.String System.Reflection.CustomAttributeTypedArgument::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CustomAttributeTypedArgument_ToString_m864948362 (CustomAttributeTypedArgument_t2723150157 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeTypedArgument_ToString_m864948362_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { RuntimeObject * L_0 = __this->get_value_1(); if (!L_0) { goto IL_001b; } } { RuntimeObject * L_1 = __this->get_value_1(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); G_B3_0 = L_2; goto IL_0020; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_3; } IL_0020: { V_0 = G_B3_0; Type_t * L_4 = __this->get_argumentType_0(); 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); if ((!(((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_6)))) { goto IL_0047; } } { String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614526, L_7, _stringLiteral3452614526, /*hidden argument*/NULL); return L_8; } IL_0047: { Type_t * L_9 = __this->get_argumentType_0(); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Type_t_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); if ((!(((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11)))) { goto IL_006d; } } { String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2900977383, L_12, _stringLiteral3452614535, /*hidden argument*/NULL); return L_13; } IL_006d: { Type_t * L_14 = __this->get_argumentType_0(); NullCheck(L_14); bool L_15 = Type_get_IsEnum_m208091508(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0099; } } { Type_t * L_16 = __this->get_argumentType_0(); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_16); String_t* L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral3452614536, L_17, _stringLiteral3452614535, L_18, /*hidden argument*/NULL); return L_19; } IL_0099: { String_t* L_20 = V_0; return L_20; } } extern "C" String_t* CustomAttributeTypedArgument_ToString_m864948362_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { CustomAttributeTypedArgument_t2723150157 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeTypedArgument_ToString_m864948362(_thisAdjusted, method); } // System.Boolean System.Reflection.CustomAttributeTypedArgument::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeTypedArgument_Equals_m2261980307 (CustomAttributeTypedArgument_t2723150157 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeTypedArgument_Equals_m2261980307_MetadataUsageId); s_Il2CppMethodInitialized = true; } CustomAttributeTypedArgument_t2723150157 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; V_0 = ((*(CustomAttributeTypedArgument_t2723150157 *)((CustomAttributeTypedArgument_t2723150157 *)UnBox(L_1, CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var)))); Type_t * L_2 = (&V_0)->get_argumentType_0(); Type_t * L_3 = __this->get_argumentType_0(); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_3)))) { goto IL_0048; } } { RuntimeObject * L_4 = __this->get_value_1(); if (!L_4) { goto IL_0048; } } { RuntimeObject * L_5 = __this->get_value_1(); RuntimeObject * L_6 = (&V_0)->get_value_1(); NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_6); G_B6_0 = ((int32_t)(L_7)); goto IL_0052; } IL_0048: { RuntimeObject * L_8 = (&V_0)->get_value_1(); G_B6_0 = ((((RuntimeObject*)(RuntimeObject *)L_8) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0052: { return (bool)G_B6_0; } } extern "C" bool CustomAttributeTypedArgument_Equals_m2261980307_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { CustomAttributeTypedArgument_t2723150157 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeTypedArgument_Equals_m2261980307(_thisAdjusted, ___obj0, method); } // System.Int32 System.Reflection.CustomAttributeTypedArgument::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CustomAttributeTypedArgument_GetHashCode_m1121388927 (CustomAttributeTypedArgument_t2723150157 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { Type_t * L_0 = __this->get_argumentType_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Type::GetHashCode() */, L_0); RuntimeObject * L_2 = __this->get_value_1(); G_B1_0 = ((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))); if (!L_2) { G_B2_0 = ((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))); goto IL_0029; } } { RuntimeObject * L_3 = __this->get_value_1(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_002a; } IL_0029: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_002a: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)); } } extern "C" int32_t CustomAttributeTypedArgument_GetHashCode_m1121388927_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { CustomAttributeTypedArgument_t2723150157 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeTypedArgument_GetHashCode_m1121388927(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.DefaultMemberAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DefaultMemberAttribute__ctor_m1410463653 (DefaultMemberAttribute_t3275092422 * __this, String_t* ___memberName0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___memberName0; __this->set_member_name_0(L_0); return; } } // System.String System.Reflection.DefaultMemberAttribute::get_MemberName() extern "C" IL2CPP_METHOD_ATTR String_t* DefaultMemberAttribute_get_MemberName_m3384235354 (DefaultMemberAttribute_t3275092422 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_member_name_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.String System.Reflection.Emit.AssemblyBuilder::get_Location() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyBuilder_get_Location_m384539722 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_get_Location_m384539722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = AssemblyBuilder_not_supported_m1735277432(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,AssemblyBuilder_get_Location_m384539722_RuntimeMethod_var); } } // System.Reflection.Module[] System.Reflection.Emit.AssemblyBuilder::GetModulesInternal() extern "C" IL2CPP_METHOD_ATTR ModuleU5BU5D_t4238763736* AssemblyBuilder_GetModulesInternal_m1170927462 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_GetModulesInternal_m1170927462_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ModuleBuilderU5BU5D_t2441092650* L_0 = __this->get_modules_10(); if (L_0) { goto IL_0012; } } { return ((ModuleU5BU5D_t4238763736*)SZArrayNew(ModuleU5BU5D_t4238763736_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0012: { ModuleBuilderU5BU5D_t2441092650* L_1 = __this->get_modules_10(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ModuleU5BU5D_t4238763736*)Castclass((RuntimeObject*)L_2, ModuleU5BU5D_t4238763736_il2cpp_TypeInfo_var)); } } // System.Type[] System.Reflection.Emit.AssemblyBuilder::GetTypes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* AssemblyBuilder_GetTypes_m3415680380 (AssemblyBuilder_t359885250 * __this, bool ___exportedOnly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_GetTypes_m3415680380_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; int32_t V_1 = 0; TypeU5BU5D_t3940880105* V_2 = NULL; TypeU5BU5D_t3940880105* V_3 = NULL; int32_t V_4 = 0; TypeU5BU5D_t3940880105* V_5 = NULL; TypeU5BU5D_t3940880105* V_6 = NULL; TypeU5BU5D_t3940880105* G_B17_0 = NULL; { V_0 = (TypeU5BU5D_t3940880105*)NULL; ModuleBuilderU5BU5D_t2441092650* L_0 = __this->get_modules_10(); if (!L_0) { goto IL_0068; } } { V_1 = 0; goto IL_005a; } IL_0014: { ModuleBuilderU5BU5D_t2441092650* L_1 = __this->get_modules_10(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; ModuleBuilder_t731887691 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); TypeU5BU5D_t3940880105* L_5 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(11 /* System.Type[] System.Reflection.Emit.ModuleBuilder::GetTypes() */, L_4); V_2 = L_5; TypeU5BU5D_t3940880105* L_6 = V_0; if (L_6) { goto IL_002f; } } { TypeU5BU5D_t3940880105* L_7 = V_2; V_0 = L_7; goto IL_0056; } IL_002f: { TypeU5BU5D_t3940880105* L_8 = V_0; NullCheck(L_8); TypeU5BU5D_t3940880105* L_9 = V_2; NullCheck(L_9); V_3 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))); TypeU5BU5D_t3940880105* L_10 = V_0; TypeU5BU5D_t3940880105* L_11 = V_3; TypeU5BU5D_t3940880105* L_12 = V_0; NullCheck(L_12); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_10, 0, (RuntimeArray *)(RuntimeArray *)L_11, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_13 = V_2; TypeU5BU5D_t3940880105* L_14 = V_3; TypeU5BU5D_t3940880105* L_15 = V_0; NullCheck(L_15); TypeU5BU5D_t3940880105* L_16 = V_2; NullCheck(L_16); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))), /*hidden argument*/NULL); } IL_0056: { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_005a: { int32_t L_18 = V_1; ModuleBuilderU5BU5D_t2441092650* L_19 = __this->get_modules_10(); NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))) { goto IL_0014; } } IL_0068: { ModuleU5BU5D_t4238763736* L_20 = __this->get_loaded_modules_11(); if (!L_20) { goto IL_00db; } } { V_4 = 0; goto IL_00cc; } IL_007b: { ModuleU5BU5D_t4238763736* L_21 = __this->get_loaded_modules_11(); int32_t L_22 = V_4; NullCheck(L_21); int32_t L_23 = L_22; Module_t2987026101 * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); TypeU5BU5D_t3940880105* L_25 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(11 /* System.Type[] System.Reflection.Module::GetTypes() */, L_24); V_5 = L_25; TypeU5BU5D_t3940880105* L_26 = V_0; if (L_26) { goto IL_0099; } } { TypeU5BU5D_t3940880105* L_27 = V_5; V_0 = L_27; goto IL_00c6; } IL_0099: { TypeU5BU5D_t3940880105* L_28 = V_0; NullCheck(L_28); TypeU5BU5D_t3940880105* L_29 = V_5; NullCheck(L_29); V_6 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length)))))))); TypeU5BU5D_t3940880105* L_30 = V_0; TypeU5BU5D_t3940880105* L_31 = V_6; TypeU5BU5D_t3940880105* L_32 = V_0; NullCheck(L_32); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_30, 0, (RuntimeArray *)(RuntimeArray *)L_31, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_33 = V_5; TypeU5BU5D_t3940880105* L_34 = V_6; TypeU5BU5D_t3940880105* L_35 = V_0; NullCheck(L_35); TypeU5BU5D_t3940880105* L_36 = V_5; NullCheck(L_36); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_33, 0, (RuntimeArray *)(RuntimeArray *)L_34, (((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))), /*hidden argument*/NULL); } IL_00c6: { int32_t L_37 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00cc: { int32_t L_38 = V_4; ModuleU5BU5D_t4238763736* L_39 = __this->get_loaded_modules_11(); NullCheck(L_39); if ((((int32_t)L_38) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length))))))) { goto IL_007b; } } IL_00db: { TypeU5BU5D_t3940880105* L_40 = V_0; if (L_40) { goto IL_00eb; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_41 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); G_B17_0 = L_41; goto IL_00ec; } IL_00eb: { TypeU5BU5D_t3940880105* L_42 = V_0; G_B17_0 = L_42; } IL_00ec: { return G_B17_0; } } // System.Boolean System.Reflection.Emit.AssemblyBuilder::get_IsCompilerContext() extern "C" IL2CPP_METHOD_ATTR bool AssemblyBuilder_get_IsCompilerContext_m4201958597 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_compiler_context_16(); return L_0; } } // System.Exception System.Reflection.Emit.AssemblyBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * AssemblyBuilder_not_supported_m1735277432 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_not_supported_m1735277432_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*hidden argument*/NULL); return L_0; } } // System.Reflection.AssemblyName System.Reflection.Emit.AssemblyBuilder::UnprotectedGetName() extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * AssemblyBuilder_UnprotectedGetName_m4080174862 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { AssemblyName_t270931938 * V_0 = NULL; { AssemblyName_t270931938 * L_0 = Assembly_UnprotectedGetName_m600830855(__this, /*hidden argument*/NULL); V_0 = L_0; StrongName_t4093849377 * L_1 = __this->get_sn_15(); if (!L_1) { goto IL_0034; } } { AssemblyName_t270931938 * L_2 = V_0; StrongName_t4093849377 * L_3 = __this->get_sn_15(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = StrongName_get_PublicKey_m1841537984(L_3, /*hidden argument*/NULL); NullCheck(L_2); AssemblyName_SetPublicKey_m1771377104(L_2, L_4, /*hidden argument*/NULL); AssemblyName_t270931938 * L_5 = V_0; StrongName_t4093849377 * L_6 = __this->get_sn_15(); NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = StrongName_get_PublicKeyToken_m2115276552(L_6, /*hidden argument*/NULL); NullCheck(L_5); AssemblyName_SetPublicKeyToken_m582470133(L_5, L_7, /*hidden argument*/NULL); } IL_0034: { AssemblyName_t270931938 * L_8 = V_0; 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.Reflection.Emit.ByRefType::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void ByRefType__ctor_m194708390 (ByRefType_t2066805327 * __this, Type_t * ___elementType0, const RuntimeMethod* method) { { Type_t * L_0 = ___elementType0; DerivedType__ctor_m1853298054(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Reflection.Emit.ByRefType::IsByRefImpl() extern "C" IL2CPP_METHOD_ATTR bool ByRefType_IsByRefImpl_m3962519791 (ByRefType_t2066805327 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Type System.Reflection.Emit.ByRefType::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * ByRefType_get_BaseType_m3006686054 (ByRefType_t2066805327 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByRefType_get_BaseType_m3006686054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (RuntimeArray_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); return L_1; } } // System.String System.Reflection.Emit.ByRefType::FormatName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ByRefType_FormatName_m4045363682 (ByRefType_t2066805327 * __this, String_t* ___elementName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByRefType_FormatName_m4045363682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___elementName0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { String_t* L_1 = ___elementName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, _stringLiteral3452614522, /*hidden argument*/NULL); return L_2; } } // System.Type System.Reflection.Emit.ByRefType::MakeByRefType() extern "C" IL2CPP_METHOD_ATTR Type_t * ByRefType_MakeByRefType_m272328919 (ByRefType_t2066805327 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByRefType_MakeByRefType_m272328919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArgumentException_t132251570 * L_0 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_0, _stringLiteral2989606046, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ByRefType_MakeByRefType_m272328919_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Emit.ConstructorBuilder::.ctor(System.Reflection.Emit.TypeBuilder,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type[],System.Type[][],System.Type[][]) extern "C" IL2CPP_METHOD_ATTR void ConstructorBuilder__ctor_m1580993362 (ConstructorBuilder_t2813524108 * __this, TypeBuilder_t1073948154 * ___tb0, int32_t ___attributes1, int32_t ___callingConvention2, TypeU5BU5D_t3940880105* ___parameterTypes3, TypeU5BU5DU5BU5D_t4042077012* ___paramModReq4, TypeU5BU5DU5BU5D_t4042077012* ___paramModOpt5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder__ctor_m1580993362_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MethodToken_t4055728386 V_1; memset(&V_1, 0, sizeof(V_1)); { __this->set_init_locals_10((bool)1); IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t5769829_il2cpp_TypeInfo_var); ConstructorInfo__ctor_m356047157(__this, /*hidden argument*/NULL); int32_t L_0 = ___attributes1; __this->set_attrs_4(((int32_t)((int32_t)((int32_t)((int32_t)L_0|(int32_t)((int32_t)2048)))|(int32_t)((int32_t)4096)))); int32_t L_1 = ___callingConvention2; __this->set_call_conv_7(L_1); TypeU5BU5D_t3940880105* L_2 = ___parameterTypes3; if (!L_2) { goto IL_007c; } } { V_0 = 0; goto IL_0052; } IL_0035: { TypeU5BU5D_t3940880105* L_3 = ___parameterTypes3; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Type_t * L_6 = (L_3)->GetAt(static_cast(L_5)); if (L_6) { goto IL_004e; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, _stringLiteral2983100596, _stringLiteral3892320758, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ConstructorBuilder__ctor_m1580993362_RuntimeMethod_var); } IL_004e: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0052: { int32_t L_9 = V_0; TypeU5BU5D_t3940880105* L_10 = ___parameterTypes3; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0035; } } { TypeU5BU5D_t3940880105* L_11 = ___parameterTypes3; NullCheck(L_11); __this->set_parameters_3(((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))); TypeU5BU5D_t3940880105* L_12 = ___parameterTypes3; TypeU5BU5D_t3940880105* L_13 = __this->get_parameters_3(); TypeU5BU5D_t3940880105* L_14 = ___parameterTypes3; NullCheck(L_14); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_12, (RuntimeArray *)(RuntimeArray *)L_13, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); } IL_007c: { TypeBuilder_t1073948154 * L_15 = ___tb0; __this->set_type_8(L_15); TypeU5BU5DU5BU5D_t4042077012* L_16 = ___paramModReq4; __this->set_paramModReq_11(L_16); TypeU5BU5DU5BU5D_t4042077012* L_17 = ___paramModOpt5; __this->set_paramModOpt_12(L_17); int32_t L_18 = ConstructorBuilder_get_next_table_index_m2681706538(__this, __this, 6, (bool)1, /*hidden argument*/NULL); __this->set_table_idx_6(L_18); TypeBuilder_t1073948154 * L_19 = ___tb0; NullCheck(L_19); Module_t2987026101 * L_20 = TypeBuilder_get_Module_m4154269895(L_19, /*hidden argument*/NULL); MethodToken_t4055728386 L_21 = ConstructorBuilder_GetToken_m109400720(__this, /*hidden argument*/NULL); V_1 = L_21; int32_t L_22 = MethodToken_get_Token_m966062910((&V_1), /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_20, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); ModuleBuilder_RegisterToken_m4166846047(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_20, ModuleBuilder_t731887691_il2cpp_TypeInfo_var)), __this, L_22, /*hidden argument*/NULL); return; } } // System.Reflection.CallingConventions System.Reflection.Emit.ConstructorBuilder::get_CallingConvention() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_get_CallingConvention_m3019479360 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_call_conv_7(); return L_0; } } // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ConstructorBuilder::get_TypeBuilder() extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ConstructorBuilder_get_TypeBuilder_m2755629087 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); return L_0; } } // System.Reflection.ParameterInfo[] System.Reflection.Emit.ConstructorBuilder::GetParameters() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* ConstructorBuilder_GetParameters_m1348730871 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_GetParameters_m1348730871_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0022; } } { bool L_2 = ConstructorBuilder_get_IsCompilerContext_m3364441562(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { Exception_t * L_3 = ConstructorBuilder_not_created_m1456215494(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ConstructorBuilder_GetParameters_m1348730871_RuntimeMethod_var); } IL_0022: { ParameterInfoU5BU5D_t390618515* L_4 = ConstructorBuilder_GetParametersInternal_m2039842762(__this, /*hidden argument*/NULL); return L_4; } } // System.Reflection.ParameterInfo[] System.Reflection.Emit.ConstructorBuilder::GetParametersInternal() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* ConstructorBuilder_GetParametersInternal_m2039842762 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_GetParametersInternal_m2039842762_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; int32_t V_1 = 0; int32_t G_B5_0 = 0; ParameterInfoU5BU5D_t390618515* G_B5_1 = NULL; int32_t G_B4_0 = 0; ParameterInfoU5BU5D_t390618515* G_B4_1 = NULL; ParameterBuilder_t1137139675 * G_B6_0 = NULL; int32_t G_B6_1 = 0; ParameterInfoU5BU5D_t390618515* G_B6_2 = NULL; { TypeU5BU5D_t3940880105* L_0 = __this->get_parameters_3(); if (L_0) { goto IL_0012; } } { return ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0012: { TypeU5BU5D_t3940880105* L_1 = __this->get_parameters_3(); NullCheck(L_1); V_0 = ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))); V_1 = 0; goto IL_005a; } IL_0027: { ParameterInfoU5BU5D_t390618515* L_2 = V_0; int32_t L_3 = V_1; ParameterBuilderU5BU5D_t3054868058* L_4 = __this->get_pinfo_9(); G_B4_0 = L_3; G_B4_1 = L_2; if (L_4) { G_B5_0 = L_3; G_B5_1 = L_2; goto IL_003a; } } { G_B6_0 = ((ParameterBuilder_t1137139675 *)(NULL)); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0044; } IL_003a: { ParameterBuilderU5BU5D_t3054868058* L_5 = __this->get_pinfo_9(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); ParameterBuilder_t1137139675 * L_8 = (L_5)->GetAt(static_cast(L_7)); G_B6_0 = L_8; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0044: { TypeU5BU5D_t3940880105* L_9 = __this->get_parameters_3(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; Type_t * L_12 = (L_9)->GetAt(static_cast(L_11)); int32_t L_13 = V_1; ParameterInfo_t1861056598 * L_14 = (ParameterInfo_t1861056598 *)il2cpp_codegen_object_new(ParameterInfo_t1861056598_il2cpp_TypeInfo_var); ParameterInfo__ctor_m2779026345(L_14, G_B6_0, L_12, __this, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, L_14); (G_B6_2)->SetAt(static_cast(G_B6_1), (ParameterInfo_t1861056598 *)L_14); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005a: { int32_t L_16 = V_1; TypeU5BU5D_t3940880105* L_17 = __this->get_parameters_3(); NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0027; } } { ParameterInfoU5BU5D_t390618515* L_18 = V_0; return L_18; } } // System.Int32 System.Reflection.Emit.ConstructorBuilder::GetParameterCount() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_GetParameterCount_m1122995462 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = __this->get_parameters_3(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { TypeU5BU5D_t3940880105* L_1 = __this->get_parameters_3(); NullCheck(L_1); return (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); } } // System.Object System.Reflection.Emit.ConstructorBuilder::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConstructorBuilder_Invoke_m3979373259 (ConstructorBuilder_t2813524108 * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___parameters3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_Invoke_m3979373259_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ConstructorBuilder_Invoke_m3979373259_RuntimeMethod_var); } } // System.Object System.Reflection.Emit.ConstructorBuilder::Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConstructorBuilder_Invoke_m3010446651 (ConstructorBuilder_t2813524108 * __this, int32_t ___invokeAttr0, Binder_t2999457153 * ___binder1, ObjectU5BU5D_t2843939325* ___parameters2, CultureInfo_t4157843068 * ___culture3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_Invoke_m3010446651_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ConstructorBuilder_Invoke_m3010446651_RuntimeMethod_var); } } // System.RuntimeMethodHandle System.Reflection.Emit.ConstructorBuilder::get_MethodHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeMethodHandle_t1133924984 ConstructorBuilder_get_MethodHandle_m3934509563 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_get_MethodHandle_m3934509563_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ConstructorBuilder_get_MethodHandle_m3934509563_RuntimeMethod_var); } } // System.Reflection.MethodAttributes System.Reflection.Emit.ConstructorBuilder::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_get_Attributes_m1598011285 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_4(); return L_0; } } // System.Type System.Reflection.Emit.ConstructorBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * ConstructorBuilder_get_ReflectedType_m2642670880 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); return L_0; } } // System.Type System.Reflection.Emit.ConstructorBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * ConstructorBuilder_get_DeclaringType_m2098046507 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); return L_0; } } // System.String System.Reflection.Emit.ConstructorBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ConstructorBuilder_get_Name_m2426555260 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_get_Name_m2426555260_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { int32_t L_0 = __this->get_attrs_4(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t5769829_il2cpp_TypeInfo_var); String_t* L_1 = ((ConstructorInfo_t5769829_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t5769829_il2cpp_TypeInfo_var))->get_TypeConstructorName_1(); G_B3_0 = L_1; goto IL_001d; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t5769829_il2cpp_TypeInfo_var); String_t* L_2 = ((ConstructorInfo_t5769829_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t5769829_il2cpp_TypeInfo_var))->get_ConstructorName_0(); G_B3_0 = L_2; } IL_001d: { return G_B3_0; } } // System.Boolean System.Reflection.Emit.ConstructorBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ConstructorBuilder_IsDefined_m3603803379 (ConstructorBuilder_t2813524108 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_IsDefined_m3603803379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ConstructorBuilder_IsDefined_m3603803379_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.ConstructorBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ConstructorBuilder_GetCustomAttributes_m2495332786 (ConstructorBuilder_t2813524108 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_GetCustomAttributes_m2495332786_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { bool L_2 = ConstructorBuilder_get_IsCompilerContext_m3364441562(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { bool L_3 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_4 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_3, /*hidden argument*/NULL); return L_4; } IL_0023: { Exception_t * L_5 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ConstructorBuilder_GetCustomAttributes_m2495332786_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.ConstructorBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ConstructorBuilder_GetCustomAttributes_m330373636 (ConstructorBuilder_t2813524108 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_GetCustomAttributes_m330373636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { bool L_2 = ConstructorBuilder_get_IsCompilerContext_m3364441562(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0024; } } { Type_t * L_3 = ___attributeType0; bool L_4 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_5 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0024: { Exception_t * L_6 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ConstructorBuilder_GetCustomAttributes_m330373636_RuntimeMethod_var); } } // 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) { { ILGenerator_t1388622344 * L_0 = ConstructorBuilder_GetILGenerator_m1750792206(__this, ((int32_t)64), /*hidden argument*/NULL); return L_0; } } // System.Reflection.Emit.ILGenerator System.Reflection.Emit.ConstructorBuilder::GetILGenerator(System.Int32) extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * ConstructorBuilder_GetILGenerator_m1750792206 (ConstructorBuilder_t2813524108 * __this, int32_t ___streamSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_GetILGenerator_m1750792206_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ILGenerator_t1388622344 * L_0 = __this->get_ilgen_2(); if (!L_0) { goto IL_0012; } } { ILGenerator_t1388622344 * L_1 = __this->get_ilgen_2(); return L_1; } IL_0012: { TypeBuilder_t1073948154 * L_2 = __this->get_type_8(); NullCheck(L_2); Module_t2987026101 * L_3 = TypeBuilder_get_Module_m4154269895(L_2, /*hidden argument*/NULL); TypeBuilder_t1073948154 * L_4 = __this->get_type_8(); NullCheck(L_4); Module_t2987026101 * L_5 = TypeBuilder_get_Module_m4154269895(L_4, /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_5, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); RuntimeObject* L_6 = ModuleBuilder_GetTokenGenerator_m4177350090(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_5, ModuleBuilder_t731887691_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t L_7 = ___streamSize0; ILGenerator_t1388622344 * L_8 = (ILGenerator_t1388622344 *)il2cpp_codegen_object_new(ILGenerator_t1388622344_il2cpp_TypeInfo_var); ILGenerator__ctor_m1540961053(L_8, L_3, L_6, L_7, /*hidden argument*/NULL); __this->set_ilgen_2(L_8); ILGenerator_t1388622344 * L_9 = __this->get_ilgen_2(); return L_9; } } // System.Reflection.Emit.MethodToken System.Reflection.Emit.ConstructorBuilder::GetToken() extern "C" IL2CPP_METHOD_ATTR MethodToken_t4055728386 ConstructorBuilder_GetToken_m109400720 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_table_idx_6(); MethodToken_t4055728386 L_1; memset(&L_1, 0, sizeof(L_1)); MethodToken__ctor_m2100013302((&L_1), ((int32_t)((int32_t)((int32_t)100663296)|(int32_t)L_0)), /*hidden argument*/NULL); return L_1; } } // System.Reflection.Module System.Reflection.Emit.ConstructorBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * ConstructorBuilder_get_Module_m1709295866 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { Module_t2987026101 * L_0 = MemberInfo_get_Module_m4119009657(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Reflection.Emit.ConstructorBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ConstructorBuilder_ToString_m1596813917 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_ToString_m1596813917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); NullCheck(L_0); String_t* L_1 = TypeBuilder_get_Name_m1525921477(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral501570505, L_1, _stringLiteral3458054009, /*hidden argument*/NULL); return L_2; } } // System.Void System.Reflection.Emit.ConstructorBuilder::fixup() extern "C" IL2CPP_METHOD_ATTR void ConstructorBuilder_fixup_m3699998230 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_fixup_m3699998230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_attrs_4(); if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)9216)))) { goto IL_0058; } } { int32_t L_1 = __this->get_iattrs_5(); if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)4099)))) { goto IL_0058; } } { ILGenerator_t1388622344 * L_2 = __this->get_ilgen_2(); if (!L_2) { goto IL_003d; } } { ILGenerator_t1388622344 * L_3 = __this->get_ilgen_2(); IL2CPP_RUNTIME_CLASS_INIT(ILGenerator_t1388622344_il2cpp_TypeInfo_var); int32_t L_4 = ILGenerator_Mono_GetCurrentOffset_m993338688(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0058; } } IL_003d: { String_t* L_5 = ConstructorBuilder_get_Name_m2426555260(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3260778972, L_5, _stringLiteral861788849, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_7 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ConstructorBuilder_fixup_m3699998230_RuntimeMethod_var); } IL_0058: { ILGenerator_t1388622344 * L_8 = __this->get_ilgen_2(); if (!L_8) { goto IL_006e; } } { ILGenerator_t1388622344 * L_9 = __this->get_ilgen_2(); NullCheck(L_9); ILGenerator_label_fixup_m1749904972(L_9, /*hidden argument*/NULL); } IL_006e: { return; } } // System.Int32 System.Reflection.Emit.ConstructorBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_get_next_table_index_m2681706538 (ConstructorBuilder_t2813524108 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); RuntimeObject * L_1 = ___obj0; int32_t L_2 = ___table1; bool L_3 = ___inc2; NullCheck(L_0); int32_t L_4 = TypeBuilder_get_next_table_index_m789974556(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Reflection.Emit.ConstructorBuilder::get_IsCompilerContext() extern "C" IL2CPP_METHOD_ATTR bool ConstructorBuilder_get_IsCompilerContext_m3364441562 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_get_IsCompilerContext_m3364441562_MetadataUsageId); s_Il2CppMethodInitialized = true; } ModuleBuilder_t731887691 * V_0 = NULL; AssemblyBuilder_t359885250 * V_1 = NULL; { TypeBuilder_t1073948154 * L_0 = ConstructorBuilder_get_TypeBuilder_m2755629087(__this, /*hidden argument*/NULL); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); V_0 = ((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var)); ModuleBuilder_t731887691 * L_2 = V_0; NullCheck(L_2); Assembly_t * L_3 = Module_get_Assembly_m2485063752(L_2, /*hidden argument*/NULL); V_1 = ((AssemblyBuilder_t359885250 *)CastclassSealed((RuntimeObject*)L_3, AssemblyBuilder_t359885250_il2cpp_TypeInfo_var)); AssemblyBuilder_t359885250 * L_4 = V_1; NullCheck(L_4); bool L_5 = AssemblyBuilder_get_IsCompilerContext_m4201958597(L_4, /*hidden argument*/NULL); return L_5; } } // System.Exception System.Reflection.Emit.ConstructorBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * ConstructorBuilder_not_supported_m1054126936 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_not_supported_m1054126936_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*hidden argument*/NULL); return L_0; } } // System.Exception System.Reflection.Emit.ConstructorBuilder::not_created() extern "C" IL2CPP_METHOD_ATTR Exception_t * ConstructorBuilder_not_created_m1456215494 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_not_created_m1456215494_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral1269799139, /*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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Emit.DerivedType::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void DerivedType__ctor_m1853298054 (DerivedType_t4286302013 * __this, Type_t * ___elementType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType__ctor_m1853298054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type__ctor_m3795799013(__this, /*hidden argument*/NULL); Type_t * L_0 = ___elementType0; __this->set_elementType_8(L_0); return; } } // System.Void System.Reflection.Emit.DerivedType::create_unmanaged_type(System.Type) extern "C" IL2CPP_METHOD_ATTR void DerivedType_create_unmanaged_type_m747846525 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { typedef void (*DerivedType_create_unmanaged_type_m747846525_ftn) (Type_t *); using namespace il2cpp::icalls; ((DerivedType_create_unmanaged_type_m747846525_ftn)mscorlib::System::Reflection::Emit::DerivedType::create_unmanaged_type) (___type0); } // System.Type System.Reflection.Emit.DerivedType::GetInterface(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * DerivedType_GetInterface_m1167193043 (DerivedType_t4286302013 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetInterface_m1167193043_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,DerivedType_GetInterface_m1167193043_RuntimeMethod_var); } } // System.Type[] System.Reflection.Emit.DerivedType::GetInterfaces() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* DerivedType_GetInterfaces_m2159651138 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetInterfaces_m2159651138_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,DerivedType_GetInterfaces_m2159651138_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.DerivedType::GetElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * DerivedType_GetElementType_m2584464668 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); return L_0; } } // System.Reflection.EventInfo System.Reflection.Emit.DerivedType::GetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * DerivedType_GetEvent_m4157575360 (DerivedType_t4286302013 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetEvent_m4157575360_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,DerivedType_GetEvent_m4157575360_RuntimeMethod_var); } } // System.Reflection.EventInfo[] System.Reflection.Emit.DerivedType::GetEvents(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfoU5BU5D_t3237081491* DerivedType_GetEvents_m4141000909 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetEvents_m4141000909_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,DerivedType_GetEvents_m4141000909_RuntimeMethod_var); } } // System.Reflection.FieldInfo System.Reflection.Emit.DerivedType::GetField(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * DerivedType_GetField_m2027861924 (DerivedType_t4286302013 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetField_m2027861924_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,DerivedType_GetField_m2027861924_RuntimeMethod_var); } } // System.Reflection.FieldInfo[] System.Reflection.Emit.DerivedType::GetFields(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* DerivedType_GetFields_m3190137327 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetFields_m3190137327_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,DerivedType_GetFields_m3190137327_RuntimeMethod_var); } } // System.Reflection.MethodInfo System.Reflection.Emit.DerivedType::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * DerivedType_GetMethodImpl_m1964451112 (DerivedType_t4286302013 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, int32_t ___callConvention3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetMethodImpl_m1964451112_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,DerivedType_GetMethodImpl_m1964451112_RuntimeMethod_var); } } // System.Reflection.MethodInfo[] System.Reflection.Emit.DerivedType::GetMethods(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* DerivedType_GetMethods_m3787404845 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetMethods_m3787404845_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,DerivedType_GetMethods_m3787404845_RuntimeMethod_var); } } // System.Type[] System.Reflection.Emit.DerivedType::GetNestedTypes(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* DerivedType_GetNestedTypes_m2475059027 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetNestedTypes_m2475059027_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,DerivedType_GetNestedTypes_m2475059027_RuntimeMethod_var); } } // System.Reflection.PropertyInfo[] System.Reflection.Emit.DerivedType::GetProperties(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* DerivedType_GetProperties_m1122279043 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetProperties_m1122279043_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,DerivedType_GetProperties_m1122279043_RuntimeMethod_var); } } // System.Reflection.PropertyInfo System.Reflection.Emit.DerivedType::GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * DerivedType_GetPropertyImpl_m1772478290 (DerivedType_t4286302013 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetPropertyImpl_m1772478290_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,DerivedType_GetPropertyImpl_m1772478290_RuntimeMethod_var); } } // System.Reflection.ConstructorInfo System.Reflection.Emit.DerivedType::GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * DerivedType_GetConstructorImpl_m3293273905 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetConstructorImpl_m3293273905_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,DerivedType_GetConstructorImpl_m3293273905_RuntimeMethod_var); } } // System.Reflection.TypeAttributes System.Reflection.Emit.DerivedType::GetAttributeFlagsImpl() extern "C" IL2CPP_METHOD_ATTR int32_t DerivedType_GetAttributeFlagsImpl_m1180718237 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); int32_t L_1 = Type_get_Attributes_m58528356(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Reflection.Emit.DerivedType::HasElementTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_HasElementTypeImpl_m1097388608 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Reflection.Emit.DerivedType::IsArrayImpl() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsArrayImpl_m264758273 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.DerivedType::IsByRefImpl() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsByRefImpl_m2585680005 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.DerivedType::IsPointerImpl() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsPointerImpl_m1941000720 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.DerivedType::IsPrimitiveImpl() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsPrimitiveImpl_m2340048382 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Reflection.ConstructorInfo[] System.Reflection.Emit.DerivedType::GetConstructors(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* DerivedType_GetConstructors_m483065502 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetConstructors_m483065502_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,DerivedType_GetConstructors_m483065502_RuntimeMethod_var); } } // System.Object System.Reflection.Emit.DerivedType::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DerivedType_InvokeMember_m2769515495 (DerivedType_t4286302013 * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t2843939325* ___args4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, CultureInfo_t4157843068 * ___culture6, StringU5BU5D_t1281789340* ___namedParameters7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_InvokeMember_m2769515495_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,DerivedType_InvokeMember_m2769515495_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.DerivedType::IsInstanceOfType(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsInstanceOfType_m1527022408 (DerivedType_t4286302013 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.DerivedType::IsAssignableFrom(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsAssignableFrom_m1623073368 (DerivedType_t4286302013 * __this, Type_t * ___c0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.DerivedType::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_get_ContainsGenericParameters_m2816335630 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(93 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_0); return L_1; } } // System.Type System.Reflection.Emit.DerivedType::MakeGenericType(System.Type[]) extern "C" IL2CPP_METHOD_ATTR Type_t * DerivedType_MakeGenericType_m100846339 (DerivedType_t4286302013 * __this, TypeU5BU5D_t3940880105* ___typeArguments0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_MakeGenericType_m100846339_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,DerivedType_MakeGenericType_m100846339_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.DerivedType::MakeByRefType() extern "C" IL2CPP_METHOD_ATTR Type_t * DerivedType_MakeByRefType_m252999187 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_MakeByRefType_m252999187_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByRefType_t2066805327 * L_0 = (ByRefType_t2066805327 *)il2cpp_codegen_object_new(ByRefType_t2066805327_il2cpp_TypeInfo_var); ByRefType__ctor_m194708390(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.String System.Reflection.Emit.DerivedType::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DerivedType_ToString_m2289563350 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(101 /* System.String System.Reflection.Emit.DerivedType::FormatName(System.String) */, __this, L_1); return L_2; } } // System.Reflection.Assembly System.Reflection.Emit.DerivedType::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * DerivedType_get_Assembly_m2979298667 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); Assembly_t * L_1 = VirtFuncInvoker0< Assembly_t * >::Invoke(15 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_0); return L_1; } } // System.String System.Reflection.Emit.DerivedType::get_AssemblyQualifiedName() extern "C" IL2CPP_METHOD_ATTR String_t* DerivedType_get_AssemblyQualifiedName_m1959142976 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_get_AssemblyQualifiedName_m1959142976_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(101 /* System.String System.Reflection.Emit.DerivedType::FormatName(System.String) */, __this, L_1); V_0 = L_2; String_t* L_3 = V_0; if (L_3) { goto IL_001a; } } { return (String_t*)NULL; } IL_001a: { String_t* L_4 = V_0; Type_t * L_5 = __this->get_elementType_8(); NullCheck(L_5); Assembly_t * L_6 = VirtFuncInvoker0< Assembly_t * >::Invoke(15 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_5); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.Assembly::get_FullName() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3450517380, L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.Reflection.Emit.DerivedType::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* DerivedType_get_FullName_m1025358827 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(101 /* System.String System.Reflection.Emit.DerivedType::FormatName(System.String) */, __this, L_1); return L_2; } } // System.String System.Reflection.Emit.DerivedType::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DerivedType_get_Name_m1552295539 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(101 /* System.String System.Reflection.Emit.DerivedType::FormatName(System.String) */, __this, L_1); return L_2; } } // System.Reflection.Module System.Reflection.Emit.DerivedType::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * DerivedType_get_Module_m3032466746 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); Module_t2987026101 * L_1 = VirtFuncInvoker0< Module_t2987026101 * >::Invoke(11 /* System.Reflection.Module System.Type::get_Module() */, L_0); return L_1; } } // System.String System.Reflection.Emit.DerivedType::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* DerivedType_get_Namespace_m2649418450 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(37 /* System.String System.Type::get_Namespace() */, L_0); return L_1; } } // System.RuntimeTypeHandle System.Reflection.Emit.DerivedType::get_TypeHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeTypeHandle_t3027515415 DerivedType_get_TypeHandle_m2879235498 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_get_TypeHandle_m2879235498_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,DerivedType_get_TypeHandle_m2879235498_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.DerivedType::get_UnderlyingSystemType() extern "C" IL2CPP_METHOD_ATTR Type_t * DerivedType_get_UnderlyingSystemType_m392724457 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { DerivedType_create_unmanaged_type_m747846525(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return __this; } } // System.Boolean System.Reflection.Emit.DerivedType::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsDefined_m3906894566 (DerivedType_t4286302013 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_IsDefined_m3906894566_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,DerivedType_IsDefined_m3906894566_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.DerivedType::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* DerivedType_GetCustomAttributes_m851300494 (DerivedType_t4286302013 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetCustomAttributes_m851300494_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,DerivedType_GetCustomAttributes_m851300494_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.DerivedType::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* DerivedType_GetCustomAttributes_m3536779709 (DerivedType_t4286302013 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetCustomAttributes_m3536779709_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,DerivedType_GetCustomAttributes_m3536779709_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.Reflection.Assembly System.Reflection.Emit.EnumBuilder::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * EnumBuilder_get_Assembly_m1175292766 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Assembly_t * L_1 = TypeBuilder_get_Assembly_m4071790036(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.EnumBuilder::get_AssemblyQualifiedName() extern "C" IL2CPP_METHOD_ATTR String_t* EnumBuilder_get_AssemblyQualifiedName_m3542375588 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); String_t* L_1 = TypeBuilder_get_AssemblyQualifiedName_m4059714567(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Emit.EnumBuilder::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_get_BaseType_m1707640163 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Type_t * L_1 = TypeBuilder_get_BaseType_m3571781126(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Emit.EnumBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_get_DeclaringType_m4266754303 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Type_t * L_1 = TypeBuilder_get_DeclaringType_m4128305641(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.EnumBuilder::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* EnumBuilder_get_FullName_m86524873 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); String_t* L_1 = TypeBuilder_get_FullName_m420272554(L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.Module System.Reflection.Emit.EnumBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * EnumBuilder_get_Module_m3038920337 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.EnumBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* EnumBuilder_get_Name_m4016811629 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); String_t* L_1 = TypeBuilder_get_Name_m1525921477(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.EnumBuilder::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* EnumBuilder_get_Namespace_m931779410 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); String_t* L_1 = TypeBuilder_get_Namespace_m4175323609(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Emit.EnumBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_get_ReflectedType_m3155130643 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Type_t * L_1 = TypeBuilder_get_ReflectedType_m3266505878(L_0, /*hidden argument*/NULL); return L_1; } } // System.RuntimeTypeHandle System.Reflection.Emit.EnumBuilder::get_TypeHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeTypeHandle_t3027515415 EnumBuilder_get_TypeHandle_m825995360 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); RuntimeTypeHandle_t3027515415 L_1 = TypeBuilder_get_TypeHandle_m3498565307(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Emit.EnumBuilder::get_UnderlyingSystemType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_get_UnderlyingSystemType_m1095282781 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__underlyingType_9(); return L_0; } } // System.Reflection.TypeAttributes System.Reflection.Emit.EnumBuilder::GetAttributeFlagsImpl() extern "C" IL2CPP_METHOD_ATTR int32_t EnumBuilder_GetAttributeFlagsImpl_m2708654755 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); int32_t L_1 = L_0->get_attrs_22(); return L_1; } } // System.Reflection.ConstructorInfo System.Reflection.Emit.EnumBuilder::GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * EnumBuilder_GetConstructorImpl_m3068576149 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; Binder_t2999457153 * L_2 = ___binder1; int32_t L_3 = ___callConvention2; TypeU5BU5D_t3940880105* L_4 = ___types3; ParameterModifierU5BU5D_t2943407543* L_5 = ___modifiers4; NullCheck(L_0); ConstructorInfo_t5769829 * L_6 = Type_GetConstructor_m1195697116(L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Reflection.ConstructorInfo[] System.Reflection.Emit.EnumBuilder::GetConstructors(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* EnumBuilder_GetConstructors_m3294436155 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; NullCheck(L_0); ConstructorInfoU5BU5D_t881249896* L_2 = TypeBuilder_GetConstructors_m26844333(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.Emit.EnumBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* EnumBuilder_GetCustomAttributes_m3678770762 (EnumBuilder_t2400448213 * __this, bool ___inherit0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); bool L_1 = ___inherit0; NullCheck(L_0); ObjectU5BU5D_t2843939325* L_2 = TypeBuilder_GetCustomAttributes_m2898560796(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.Emit.EnumBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* EnumBuilder_GetCustomAttributes_m166600193 (EnumBuilder_t2400448213 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); Type_t * L_1 = ___attributeType0; bool L_2 = ___inherit1; NullCheck(L_0); ObjectU5BU5D_t2843939325* L_3 = TypeBuilder_GetCustomAttributes_m981725999(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Type System.Reflection.Emit.EnumBuilder::GetElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_GetElementType_m2534333387 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Type_t * L_1 = TypeBuilder_GetElementType_m1881206953(L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.EventInfo System.Reflection.Emit.EnumBuilder::GetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * EnumBuilder_GetEvent_m4074915332 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); String_t* L_1 = ___name0; int32_t L_2 = ___bindingAttr1; NullCheck(L_0); EventInfo_t * L_3 = TypeBuilder_GetEvent_m2166527753(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Reflection.EventInfo[] System.Reflection.Emit.EnumBuilder::GetEvents(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfoU5BU5D_t3237081491* EnumBuilder_GetEvents_m3009080635 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; NullCheck(L_0); EventInfoU5BU5D_t3237081491* L_2 = TypeBuilder_GetEvents_m1798175863(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.FieldInfo System.Reflection.Emit.EnumBuilder::GetField(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * EnumBuilder_GetField_m3489745843 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); String_t* L_1 = ___name0; int32_t L_2 = ___bindingAttr1; NullCheck(L_0); FieldInfo_t * L_3 = TypeBuilder_GetField_m2932767407(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Reflection.FieldInfo[] System.Reflection.Emit.EnumBuilder::GetFields(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* EnumBuilder_GetFields_m151883523 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; NullCheck(L_0); FieldInfoU5BU5D_t846150980* L_2 = TypeBuilder_GetFields_m2518194342(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Type System.Reflection.Emit.EnumBuilder::GetInterface(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_GetInterface_m2633694718 (EnumBuilder_t2400448213 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); String_t* L_1 = ___name0; bool L_2 = ___ignoreCase1; NullCheck(L_0); Type_t * L_3 = TypeBuilder_GetInterface_m459524699(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Type[] System.Reflection.Emit.EnumBuilder::GetInterfaces() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* EnumBuilder_GetInterfaces_m282127151 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); TypeU5BU5D_t3940880105* L_1 = TypeBuilder_GetInterfaces_m4067367903(L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MemberInfo[] System.Reflection.Emit.EnumBuilder::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t1302094432* EnumBuilder_GetMember_m1257386227 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___type1, int32_t ___bindingAttr2, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); String_t* L_1 = ___name0; int32_t L_2 = ___type1; int32_t L_3 = ___bindingAttr2; NullCheck(L_0); MemberInfoU5BU5D_t1302094432* L_4 = TypeBuilder_GetMember_m1363689566(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Reflection.MethodInfo System.Reflection.Emit.EnumBuilder::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * EnumBuilder_GetMethodImpl_m3968140917 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, int32_t ___callConvention3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = ___types4; if (L_0) { goto IL_0015; } } { TypeBuilder_t1073948154 * L_1 = __this->get__tb_8(); String_t* L_2 = ___name0; int32_t L_3 = ___bindingAttr1; NullCheck(L_1); MethodInfo_t * L_4 = Type_GetMethod_m1197120913(L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0015: { TypeBuilder_t1073948154 * L_5 = __this->get__tb_8(); String_t* L_6 = ___name0; int32_t L_7 = ___bindingAttr1; Binder_t2999457153 * L_8 = ___binder2; int32_t L_9 = ___callConvention3; TypeU5BU5D_t3940880105* L_10 = ___types4; ParameterModifierU5BU5D_t2943407543* L_11 = ___modifiers5; NullCheck(L_5); MethodInfo_t * L_12 = Type_GetMethod_m1512604930(L_5, L_6, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Reflection.MethodInfo[] System.Reflection.Emit.EnumBuilder::GetMethods(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* EnumBuilder_GetMethods_m415781370 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; NullCheck(L_0); MethodInfoU5BU5D_t2572182361* L_2 = TypeBuilder_GetMethods_m455544206(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Type[] System.Reflection.Emit.EnumBuilder::GetNestedTypes(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* EnumBuilder_GetNestedTypes_m931349538 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; NullCheck(L_0); TypeU5BU5D_t3940880105* L_2 = TypeBuilder_GetNestedTypes_m2300144215(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.PropertyInfo[] System.Reflection.Emit.EnumBuilder::GetProperties(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* EnumBuilder_GetProperties_m931286213 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; NullCheck(L_0); PropertyInfoU5BU5D_t1461822886* L_2 = TypeBuilder_GetProperties_m1107583832(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.PropertyInfo System.Reflection.Emit.EnumBuilder::GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * EnumBuilder_GetPropertyImpl_m569583507 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumBuilder_GetPropertyImpl_m569583507_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = EnumBuilder_CreateNotSupportedException_m3236297331(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,EnumBuilder_GetPropertyImpl_m569583507_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.EnumBuilder::HasElementTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_HasElementTypeImpl_m3477408451 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); bool L_1 = Type_get_HasElementType_m710151977(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.Reflection.Emit.EnumBuilder::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EnumBuilder_InvokeMember_m2995510206 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t2843939325* ___args4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, CultureInfo_t4157843068 * ___culture6, StringU5BU5D_t1281789340* ___namedParameters7, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); String_t* L_1 = ___name0; int32_t L_2 = ___invokeAttr1; Binder_t2999457153 * L_3 = ___binder2; RuntimeObject * L_4 = ___target3; ObjectU5BU5D_t2843939325* L_5 = ___args4; ParameterModifierU5BU5D_t2943407543* L_6 = ___modifiers5; CultureInfo_t4157843068 * L_7 = ___culture6; StringU5BU5D_t1281789340* L_8 = ___namedParameters7; NullCheck(L_0); RuntimeObject * L_9 = TypeBuilder_InvokeMember_m713975721(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsArrayImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsArrayImpl_m572123653 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsByRefImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsByRefImpl_m210003629 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsPointerImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsPointerImpl_m2644353933 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsPrimitiveImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsPrimitiveImpl_m3796774069 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsValueTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsValueTypeImpl_m57969026 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsDefined_m4222535176 (EnumBuilder_t2400448213 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); Type_t * L_1 = ___attributeType0; bool L_2 = ___inherit1; NullCheck(L_0); bool L_3 = TypeBuilder_IsDefined_m1289323273(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Type System.Reflection.Emit.EnumBuilder::MakeByRefType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_MakeByRefType_m1814180319 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumBuilder_MakeByRefType_m1814180319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByRefType_t2066805327 * L_0 = (ByRefType_t2066805327 *)il2cpp_codegen_object_new(ByRefType_t2066805327_il2cpp_TypeInfo_var); ByRefType__ctor_m194708390(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Exception System.Reflection.Emit.EnumBuilder::CreateNotSupportedException() extern "C" IL2CPP_METHOD_ATTR Exception_t * EnumBuilder_CreateNotSupportedException_m3236297331 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumBuilder_CreateNotSupportedException_m3236297331_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*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 #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.Reflection.FieldAttributes System.Reflection.Emit.FieldBuilder::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t FieldBuilder_get_Attributes_m1473479383 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_0(); return L_0; } } // System.Type System.Reflection.Emit.FieldBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * FieldBuilder_get_DeclaringType_m41087402 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_typeb_3(); return L_0; } } // System.RuntimeFieldHandle System.Reflection.Emit.FieldBuilder::get_FieldHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeFieldHandle_t1871169219 FieldBuilder_get_FieldHandle_m535167546 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_get_FieldHandle_m535167546_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FieldBuilder_get_FieldHandle_m535167546_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.FieldBuilder::get_FieldType() extern "C" IL2CPP_METHOD_ATTR Type_t * FieldBuilder_get_FieldType_m1091288720 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_1(); return L_0; } } // System.String System.Reflection.Emit.FieldBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* FieldBuilder_get_Name_m510046506 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Type System.Reflection.Emit.FieldBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * FieldBuilder_get_ReflectedType_m4057589759 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_typeb_3(); return L_0; } } // System.Object[] System.Reflection.Emit.FieldBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* FieldBuilder_GetCustomAttributes_m664752430 (FieldBuilder_t2627049993 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_GetCustomAttributes_m664752430_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_typeb_3(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { bool L_2 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_3 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Exception_t * L_4 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,FieldBuilder_GetCustomAttributes_m664752430_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.FieldBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* FieldBuilder_GetCustomAttributes_m1915970159 (FieldBuilder_t2627049993 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_GetCustomAttributes_m1915970159_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_typeb_3(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { Type_t * L_2 = ___attributeType0; bool L_3 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_4 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0019: { Exception_t * L_5 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FieldBuilder_GetCustomAttributes_m1915970159_RuntimeMethod_var); } } // System.Object System.Reflection.Emit.FieldBuilder::GetValue(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FieldBuilder_GetValue_m1576493031 (FieldBuilder_t2627049993 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_GetValue_m1576493031_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FieldBuilder_GetValue_m1576493031_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.FieldBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool FieldBuilder_IsDefined_m838988679 (FieldBuilder_t2627049993 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_IsDefined_m838988679_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FieldBuilder_IsDefined_m838988679_RuntimeMethod_var); } } // System.Int32 System.Reflection.Emit.FieldBuilder::GetFieldOffset() extern "C" IL2CPP_METHOD_ATTR int32_t FieldBuilder_GetFieldOffset_m725157755 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { return 0; } } // System.Void System.Reflection.Emit.FieldBuilder::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void FieldBuilder_SetValue_m828035213 (FieldBuilder_t2627049993 * __this, RuntimeObject * ___obj0, RuntimeObject * ___val1, int32_t ___invokeAttr2, Binder_t2999457153 * ___binder3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_SetValue_m828035213_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FieldBuilder_SetValue_m828035213_RuntimeMethod_var); } } // System.Reflection.Emit.UnmanagedMarshal System.Reflection.Emit.FieldBuilder::get_UMarshal() extern "C" IL2CPP_METHOD_ATTR UnmanagedMarshal_t984015687 * FieldBuilder_get_UMarshal_m1108254289 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { UnmanagedMarshal_t984015687 * L_0 = __this->get_marshal_info_4(); return L_0; } } // System.Exception System.Reflection.Emit.FieldBuilder::CreateNotSupportedException() extern "C" IL2CPP_METHOD_ATTR Exception_t * FieldBuilder_CreateNotSupportedException_m2447945803 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_CreateNotSupportedException_m2447945803_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*hidden argument*/NULL); return L_0; } } // System.Reflection.Module System.Reflection.Emit.FieldBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * FieldBuilder_get_Module_m1102715255 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { Module_t2987026101 * L_0 = MemberInfo_get_Module_m4119009657(__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.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsSubclassOf(System.Type) extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsSubclassOf_m2266644074 (GenericTypeParameterBuilder_t1988827940 * __this, Type_t * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_IsSubclassOf_m2266644074_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B7_0 = 0; { TypeBuilder_t1073948154 * L_0 = __this->get_tbuilder_8(); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); AssemblyBuilder_t359885250 * L_2 = ((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))->get_assemblyb_16(); NullCheck(L_2); bool L_3 = AssemblyBuilder_get_IsCompilerContext_m4201958597(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0026; } } { Exception_t * L_4 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,GenericTypeParameterBuilder_IsSubclassOf_m2266644074_RuntimeMethod_var); } IL_0026: { Type_t * L_5 = GenericTypeParameterBuilder_get_BaseType_m3389926280(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } { return (bool)0; } IL_0033: { Type_t * L_6 = GenericTypeParameterBuilder_get_BaseType_m3389926280(__this, /*hidden argument*/NULL); Type_t * L_7 = ___c0; if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_004d; } } { Type_t * L_8 = GenericTypeParameterBuilder_get_BaseType_m3389926280(__this, /*hidden argument*/NULL); Type_t * L_9 = ___c0; NullCheck(L_8); bool L_10 = VirtFuncInvoker1< bool, Type_t * >::Invoke(41 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_8, L_9); G_B7_0 = ((int32_t)(L_10)); goto IL_004e; } IL_004d: { G_B7_0 = 1; } IL_004e: { return (bool)G_B7_0; } } // System.Reflection.TypeAttributes System.Reflection.Emit.GenericTypeParameterBuilder::GetAttributeFlagsImpl() extern "C" IL2CPP_METHOD_ATTR int32_t GenericTypeParameterBuilder_GetAttributeFlagsImpl_m2144850054 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetAttributeFlagsImpl_m2144850054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_tbuilder_8(); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); AssemblyBuilder_t359885250 * L_2 = ((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))->get_assemblyb_16(); NullCheck(L_2); bool L_3 = AssemblyBuilder_get_IsCompilerContext_m4201958597(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0021; } } { return (int32_t)(1); } IL_0021: { Exception_t * L_4 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,GenericTypeParameterBuilder_GetAttributeFlagsImpl_m2144850054_RuntimeMethod_var); } } // System.Reflection.ConstructorInfo System.Reflection.Emit.GenericTypeParameterBuilder::GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * GenericTypeParameterBuilder_GetConstructorImpl_m863833310 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetConstructorImpl_m863833310_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetConstructorImpl_m863833310_RuntimeMethod_var); } } // System.Reflection.ConstructorInfo[] System.Reflection.Emit.GenericTypeParameterBuilder::GetConstructors(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* GenericTypeParameterBuilder_GetConstructors_m1741403645 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetConstructors_m1741403645_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetConstructors_m1741403645_RuntimeMethod_var); } } // System.Reflection.EventInfo System.Reflection.Emit.GenericTypeParameterBuilder::GetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * GenericTypeParameterBuilder_GetEvent_m1409082535 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetEvent_m1409082535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetEvent_m1409082535_RuntimeMethod_var); } } // System.Reflection.EventInfo[] System.Reflection.Emit.GenericTypeParameterBuilder::GetEvents(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfoU5BU5D_t3237081491* GenericTypeParameterBuilder_GetEvents_m3380982274 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetEvents_m3380982274_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetEvents_m3380982274_RuntimeMethod_var); } } // System.Reflection.FieldInfo System.Reflection.Emit.GenericTypeParameterBuilder::GetField(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * GenericTypeParameterBuilder_GetField_m2300277606 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetField_m2300277606_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetField_m2300277606_RuntimeMethod_var); } } // System.Reflection.FieldInfo[] System.Reflection.Emit.GenericTypeParameterBuilder::GetFields(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* GenericTypeParameterBuilder_GetFields_m292751540 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetFields_m292751540_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetFields_m292751540_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::GetInterface(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_GetInterface_m3206406223 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetInterface_m3206406223_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetInterface_m3206406223_RuntimeMethod_var); } } // System.Type[] System.Reflection.Emit.GenericTypeParameterBuilder::GetInterfaces() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* GenericTypeParameterBuilder_GetInterfaces_m1692228685 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetInterfaces_m1692228685_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetInterfaces_m1692228685_RuntimeMethod_var); } } // System.Reflection.MemberInfo[] System.Reflection.Emit.GenericTypeParameterBuilder::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t1302094432* GenericTypeParameterBuilder_GetMember_m1603895220 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___type1, int32_t ___bindingAttr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetMember_m1603895220_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetMember_m1603895220_RuntimeMethod_var); } } // System.Reflection.MethodInfo[] System.Reflection.Emit.GenericTypeParameterBuilder::GetMethods(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* GenericTypeParameterBuilder_GetMethods_m2360745671 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetMethods_m2360745671_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetMethods_m2360745671_RuntimeMethod_var); } } // System.Reflection.MethodInfo System.Reflection.Emit.GenericTypeParameterBuilder::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * GenericTypeParameterBuilder_GetMethodImpl_m1665936690 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, int32_t ___callConvention3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetMethodImpl_m1665936690_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetMethodImpl_m1665936690_RuntimeMethod_var); } } // System.Type[] System.Reflection.Emit.GenericTypeParameterBuilder::GetNestedTypes(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* GenericTypeParameterBuilder_GetNestedTypes_m361187623 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetNestedTypes_m361187623_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetNestedTypes_m361187623_RuntimeMethod_var); } } // System.Reflection.PropertyInfo[] System.Reflection.Emit.GenericTypeParameterBuilder::GetProperties(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* GenericTypeParameterBuilder_GetProperties_m2247759211 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetProperties_m2247759211_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetProperties_m2247759211_RuntimeMethod_var); } } // System.Reflection.PropertyInfo System.Reflection.Emit.GenericTypeParameterBuilder::GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * GenericTypeParameterBuilder_GetPropertyImpl_m2584778600 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetPropertyImpl_m2584778600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetPropertyImpl_m2584778600_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::HasElementTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_HasElementTypeImpl_m2509088011 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsAssignableFrom(System.Type) extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsAssignableFrom_m67565415 (GenericTypeParameterBuilder_t1988827940 * __this, Type_t * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_IsAssignableFrom_m67565415_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_IsAssignableFrom_m67565415_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsInstanceOfType(System.Object) extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsInstanceOfType_m1071939531 (GenericTypeParameterBuilder_t1988827940 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_IsInstanceOfType_m1071939531_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_IsInstanceOfType_m1071939531_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsArrayImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsArrayImpl_m67259334 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsByRefImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsByRefImpl_m4112722356 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsPointerImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsPointerImpl_m2257540205 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsPrimitiveImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsPrimitiveImpl_m1952010459 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsValueTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsValueTypeImpl_m480678299 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Type_t * L_0 = __this->get_base_type_11(); if (!L_0) { goto IL_001b; } } { Type_t * L_1 = __this->get_base_type_11(); NullCheck(L_1); bool L_2 = Type_get_IsValueType_m3108065642(L_1, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_2)); goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return (bool)G_B3_0; } } // System.Object System.Reflection.Emit.GenericTypeParameterBuilder::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GenericTypeParameterBuilder_InvokeMember_m1647304778 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t2843939325* ___args4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, CultureInfo_t4157843068 * ___culture6, StringU5BU5D_t1281789340* ___namedParameters7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_InvokeMember_m1647304778_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_InvokeMember_m1647304778_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::GetElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_GetElementType_m871345408 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetElementType_m871345408_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetElementType_m871345408_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_UnderlyingSystemType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_UnderlyingSystemType_m3450067685 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return __this; } } // System.Reflection.Assembly System.Reflection.Emit.GenericTypeParameterBuilder::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * GenericTypeParameterBuilder_get_Assembly_m2257222024 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_tbuilder_8(); NullCheck(L_0); Assembly_t * L_1 = TypeBuilder_get_Assembly_m4071790036(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.GenericTypeParameterBuilder::get_AssemblyQualifiedName() extern "C" IL2CPP_METHOD_ATTR String_t* GenericTypeParameterBuilder_get_AssemblyQualifiedName_m2323022482 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_BaseType_m3389926280 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_base_type_11(); return L_0; } } // System.String System.Reflection.Emit.GenericTypeParameterBuilder::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* GenericTypeParameterBuilder_get_FullName_m4098525591 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsDefined_m98179866 (GenericTypeParameterBuilder_t1988827940 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_IsDefined_m98179866_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_IsDefined_m98179866_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.GenericTypeParameterBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GenericTypeParameterBuilder_GetCustomAttributes_m386082976 (GenericTypeParameterBuilder_t1988827940 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetCustomAttributes_m386082976_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetCustomAttributes_m386082976_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.GenericTypeParameterBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GenericTypeParameterBuilder_GetCustomAttributes_m580748276 (GenericTypeParameterBuilder_t1988827940 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetCustomAttributes_m580748276_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetCustomAttributes_m580748276_RuntimeMethod_var); } } // System.String System.Reflection.Emit.GenericTypeParameterBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* GenericTypeParameterBuilder_get_Name_m1181273062 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_10(); return L_0; } } // System.String System.Reflection.Emit.GenericTypeParameterBuilder::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* GenericTypeParameterBuilder_get_Namespace_m2056767826 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Reflection.Module System.Reflection.Emit.GenericTypeParameterBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * GenericTypeParameterBuilder_get_Module_m1433762073 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_tbuilder_8(); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_DeclaringType_m1741243224 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { Type_t * G_B3_0 = NULL; { MethodBuilder_t2807316753 * L_0 = __this->get_mbuilder_9(); if (!L_0) { goto IL_001b; } } { MethodBuilder_t2807316753 * L_1 = __this->get_mbuilder_9(); NullCheck(L_1); Type_t * L_2 = MethodBuilder_get_DeclaringType_m2226312865(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0021; } IL_001b: { TypeBuilder_t1073948154 * L_3 = __this->get_tbuilder_8(); G_B3_0 = ((Type_t *)(L_3)); } IL_0021: { return G_B3_0; } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_ReflectedType_m2178572472 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { Type_t * L_0 = GenericTypeParameterBuilder_get_DeclaringType_m1741243224(__this, /*hidden argument*/NULL); return L_0; } } // System.RuntimeTypeHandle System.Reflection.Emit.GenericTypeParameterBuilder::get_TypeHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeTypeHandle_t3027515415 GenericTypeParameterBuilder_get_TypeHandle_m366353680 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_get_TypeHandle_m366353680_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_get_TypeHandle_m366353680_RuntimeMethod_var); } } // System.Type[] System.Reflection.Emit.GenericTypeParameterBuilder::GetGenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* GenericTypeParameterBuilder_GetGenericArguments_m2988765390 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetGenericArguments_m2988765390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetGenericArguments_m2988765390_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::GetGenericTypeDefinition() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_GetGenericTypeDefinition_m1032780002 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetGenericTypeDefinition_m1032780002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetGenericTypeDefinition_m1032780002_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_get_ContainsGenericParameters_m786165540 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::get_IsGenericParameter() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_get_IsGenericParameter_m792248181 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::get_IsGenericType() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_get_IsGenericType_m2493787252 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::get_IsGenericTypeDefinition() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_get_IsGenericTypeDefinition_m3082475717 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Type[] System.Reflection.Emit.GenericTypeParameterBuilder::GetGenericParameterConstraints() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* GenericTypeParameterBuilder_GetGenericParameterConstraints_m2383017492 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetGenericParameterConstraints_m2383017492_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; { TypeBuilder_t1073948154 * L_0 = __this->get_tbuilder_8(); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); AssemblyBuilder_t359885250 * L_2 = ((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))->get_assemblyb_16(); NullCheck(L_2); bool L_3 = AssemblyBuilder_get_IsCompilerContext_m4201958597(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0025; } } { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,GenericTypeParameterBuilder_GetGenericParameterConstraints_m2383017492_RuntimeMethod_var); } IL_0025: { Type_t * L_5 = __this->get_base_type_11(); if (L_5) { goto IL_0048; } } { TypeU5BU5D_t3940880105* L_6 = __this->get_iface_constraints_12(); if (!L_6) { goto IL_0042; } } { TypeU5BU5D_t3940880105* L_7 = __this->get_iface_constraints_12(); return L_7; } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_8 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_8; } IL_0048: { TypeU5BU5D_t3940880105* L_9 = __this->get_iface_constraints_12(); if (L_9) { goto IL_0063; } } { TypeU5BU5D_t3940880105* L_10 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_11 = __this->get_base_type_11(); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (Type_t *)L_11); return L_10; } IL_0063: { TypeU5BU5D_t3940880105* L_12 = __this->get_iface_constraints_12(); NullCheck(L_12); V_0 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), (int32_t)1)))); TypeU5BU5D_t3940880105* L_13 = V_0; Type_t * L_14 = __this->get_base_type_11(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (Type_t *)L_14); TypeU5BU5D_t3940880105* L_15 = __this->get_iface_constraints_12(); TypeU5BU5D_t3940880105* L_16 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_15); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_15, (RuntimeArray *)(RuntimeArray *)L_16, 1, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_17 = V_0; return L_17; } } // System.Exception System.Reflection.Emit.GenericTypeParameterBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * GenericTypeParameterBuilder_not_supported_m3358960901 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_not_supported_m3358960901_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); return L_0; } } // System.String System.Reflection.Emit.GenericTypeParameterBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* GenericTypeParameterBuilder_ToString_m2460043372 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_10(); return L_0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_Equals_m3260957994 (GenericTypeParameterBuilder_t1988827940 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; bool L_1 = Type_Equals_m1673304139(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.Emit.GenericTypeParameterBuilder::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t GenericTypeParameterBuilder_GetHashCode_m852224381 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { int32_t L_0 = Type_GetHashCode_m1947148725(__this, /*hidden argument*/NULL); return L_0; } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::MakeByRefType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_MakeByRefType_m3833775061 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_MakeByRefType_m3833775061_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByRefType_t2066805327 * L_0 = (ByRefType_t2066805327 *)il2cpp_codegen_object_new(ByRefType_t2066805327_il2cpp_TypeInfo_var); ByRefType__ctor_m194708390(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::MakeGenericType(System.Type[]) extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_MakeGenericType_m3048165991 (GenericTypeParameterBuilder_t1988827940 * __this, TypeU5BU5D_t3940880105* ___typeArguments0, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = ___typeArguments0; Type_t * L_1 = Type_MakeGenericType_m2479309691(__this, 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.Reflection.Emit.ILGenerator::.ctor(System.Reflection.Module,System.Reflection.Emit.TokenGenerator,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator__ctor_m1540961053 (ILGenerator_t1388622344 * __this, Module_t2987026101 * ___m0, RuntimeObject* ___token_gen1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator__ctor_m1540961053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___size2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ___size2 = ((int32_t)128); } IL_0014: { int32_t L_1 = ___size2; __this->set_code_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_1))); __this->set_token_fixups_6(((ILTokenInfoU5BU5D_t973106575*)SZArrayNew(ILTokenInfoU5BU5D_t973106575_il2cpp_TypeInfo_var, (uint32_t)8))); Module_t2987026101 * L_2 = ___m0; __this->set_module_10(L_2); RuntimeObject* L_3 = ___token_gen1; __this->set_token_gen_11(L_3); return; } } // System.Void System.Reflection.Emit.ILGenerator::.cctor() extern "C" IL2CPP_METHOD_ATTR void ILGenerator__cctor_m2934917055 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator__cctor_m2934917055_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Void_t1185182177_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); ((ILGenerator_t1388622344_StaticFields*)il2cpp_codegen_static_fields_for(ILGenerator_t1388622344_il2cpp_TypeInfo_var))->set_void_type_0(L_1); return; } } // System.Void System.Reflection.Emit.ILGenerator::add_token_fixup(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_add_token_fixup_m1816002840 (ILGenerator_t1388622344 * __this, MemberInfo_t * ___mi0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_add_token_fixup_m1816002840_MetadataUsageId); s_Il2CppMethodInitialized = true; } ILTokenInfoU5BU5D_t973106575* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_num_token_fixups_5(); ILTokenInfoU5BU5D_t973106575* L_1 = __this->get_token_fixups_6(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_0035; } } { int32_t L_2 = __this->get_num_token_fixups_5(); V_0 = ((ILTokenInfoU5BU5D_t973106575*)SZArrayNew(ILTokenInfoU5BU5D_t973106575_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)))); ILTokenInfoU5BU5D_t973106575* L_3 = __this->get_token_fixups_6(); ILTokenInfoU5BU5D_t973106575* L_4 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_3); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, /*hidden argument*/NULL); ILTokenInfoU5BU5D_t973106575* L_5 = V_0; __this->set_token_fixups_6(L_5); } IL_0035: { ILTokenInfoU5BU5D_t973106575* L_6 = __this->get_token_fixups_6(); int32_t L_7 = __this->get_num_token_fixups_5(); NullCheck(L_6); MemberInfo_t * L_8 = ___mi0; ((L_6)->GetAddressAt(static_cast(L_7)))->set_member_0(L_8); ILTokenInfoU5BU5D_t973106575* L_9 = __this->get_token_fixups_6(); int32_t L_10 = __this->get_num_token_fixups_5(); int32_t L_11 = L_10; V_1 = L_11; __this->set_num_token_fixups_5(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_1; NullCheck(L_9); int32_t L_13 = __this->get_code_len_2(); ((L_9)->GetAddressAt(static_cast(L_12)))->set_code_pos_1(L_13); return; } } // System.Void System.Reflection.Emit.ILGenerator::make_room(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_make_room_m2688251824 (ILGenerator_t1388622344 * __this, int32_t ___nbytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_make_room_m2688251824_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = __this->get_code_len_2(); int32_t L_1 = ___nbytes0; ByteU5BU5D_t4116647657* L_2 = __this->get_code_1(); NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0016; } } { return; } IL_0016: { int32_t L_3 = __this->get_code_len_2(); int32_t L_4 = ___nbytes0; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)2)), (int32_t)((int32_t)128))))); ByteU5BU5D_t4116647657* L_5 = __this->get_code_1(); ByteU5BU5D_t4116647657* L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = __this->get_code_1(); NullCheck(L_7); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = V_0; __this->set_code_1(L_8); return; } } // System.Void System.Reflection.Emit.ILGenerator::emit_int(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_emit_int_m2322014738 (ILGenerator_t1388622344 * __this, int32_t ___val0, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_code_1(); int32_t L_1 = __this->get_code_len_2(); int32_t L_2 = L_1; V_0 = L_2; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; int32_t L_4 = ___val0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_5 = __this->get_code_1(); int32_t L_6 = __this->get_code_len_2(); int32_t L_7 = L_6; V_0 = L_7; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; int32_t L_9 = ___val0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9>>(int32_t)8))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_10 = __this->get_code_1(); int32_t L_11 = __this->get_code_len_2(); int32_t L_12 = L_11; V_0 = L_12; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; int32_t L_14 = ___val0; NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_15 = __this->get_code_1(); int32_t L_16 = __this->get_code_len_2(); int32_t L_17 = L_16; V_0 = L_17; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); int32_t L_18 = V_0; int32_t L_19 = ___val0; NullCheck(L_15); (L_15)->SetAt(static_cast(L_18), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255))))))); return; } } // System.Void System.Reflection.Emit.ILGenerator::ll_emit(System.Reflection.Emit.OpCode) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_ll_emit_m2218983546 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = OpCode_get_Size_m3461506715((&___opcode0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_002c; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_code_1(); int32_t L_2 = __this->get_code_len_2(); int32_t L_3 = L_2; V_0 = L_3; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; uint8_t L_5 = (&___opcode0)->get_op1_0(); NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)L_5); } IL_002c: { ByteU5BU5D_t4116647657* L_6 = __this->get_code_1(); int32_t L_7 = __this->get_code_len_2(); int32_t L_8 = L_7; V_0 = L_8; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; uint8_t L_10 = (&___opcode0)->get_op2_1(); NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)L_10); int32_t L_11 = OpCode_get_StackBehaviourPush_m986094870((&___opcode0), /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)19)))) { case 0: { goto IL_0085; } case 1: { goto IL_0098; } case 2: { goto IL_0085; } case 3: { goto IL_0085; } case 4: { goto IL_0085; } case 5: { goto IL_0085; } case 6: { goto IL_0085; } case 7: { goto IL_00ab; } case 8: { goto IL_0085; } } } { goto IL_00ab; } IL_0085: { int32_t L_13 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); goto IL_00ab; } IL_0098: { int32_t L_14 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2))); goto IL_00ab; } IL_00ab: { int32_t L_15 = __this->get_max_stack_3(); int32_t L_16 = __this->get_cur_stack_4(); if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_00c8; } } { int32_t L_17 = __this->get_cur_stack_4(); __this->set_max_stack_3(L_17); } IL_00c8: { int32_t L_18 = OpCode_get_StackBehaviourPop_m4250794726((&___opcode0), /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))) { case 0: { goto IL_014a; } case 1: { goto IL_015d; } case 2: { goto IL_014a; } case 3: { goto IL_015d; } case 4: { goto IL_015d; } case 5: { goto IL_015d; } case 6: { goto IL_0170; } case 7: { goto IL_015d; } case 8: { goto IL_015d; } case 9: { goto IL_014a; } case 10: { goto IL_015d; } case 11: { goto IL_015d; } case 12: { goto IL_0170; } case 13: { goto IL_0170; } case 14: { goto IL_0170; } case 15: { goto IL_0170; } case 16: { goto IL_0170; } case 17: { goto IL_0183; } case 18: { goto IL_0183; } case 19: { goto IL_0183; } case 20: { goto IL_0183; } case 21: { goto IL_0183; } case 22: { goto IL_0183; } case 23: { goto IL_0183; } case 24: { goto IL_0183; } case 25: { goto IL_0145; } } } { goto IL_0183; } IL_0145: { goto IL_0183; } IL_014a: { int32_t L_20 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1))); goto IL_0183; } IL_015d: { int32_t L_21 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)2))); goto IL_0183; } IL_0170: { int32_t L_22 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)3))); goto IL_0183; } IL_0183: { return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m3982339419 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, const RuntimeMethod* method) { { ILGenerator_make_room_m2688251824(__this, 2, /*hidden argument*/NULL); OpCode_t123070264 L_0 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.ConstructorInfo) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m1785051522 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, ConstructorInfo_t5769829 * ___con1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_Emit_m1785051522_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject* L_0 = __this->get_token_gen_11(); ConstructorInfo_t5769829 * L_1 = ___con1; NullCheck(L_0); int32_t L_2 = InterfaceFuncInvoker1< int32_t, MemberInfo_t * >::Invoke(0 /* System.Int32 System.Reflection.Emit.TokenGenerator::GetToken(System.Reflection.MemberInfo) */, TokenGenerator_t1734832736_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; ILGenerator_make_room_m2688251824(__this, 6, /*hidden argument*/NULL); OpCode_t123070264 L_3 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_3, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_4 = ___con1; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_4); NullCheck(L_5); Module_t2987026101 * L_6 = VirtFuncInvoker0< Module_t2987026101 * >::Invoke(11 /* System.Reflection.Module System.Type::get_Module() */, L_5); Module_t2987026101 * L_7 = __this->get_module_10(); if ((!(((RuntimeObject*)(Module_t2987026101 *)L_6) == ((RuntimeObject*)(Module_t2987026101 *)L_7)))) { goto IL_0038; } } { ConstructorInfo_t5769829 * L_8 = ___con1; ILGenerator_add_token_fixup_m1816002840(__this, L_8, /*hidden argument*/NULL); } IL_0038: { int32_t L_9 = V_0; ILGenerator_emit_int_m2322014738(__this, L_9, /*hidden argument*/NULL); int32_t L_10 = OpCode_get_StackBehaviourPop_m4250794726((&___opcode0), /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)26))))) { goto IL_0060; } } { int32_t L_11 = __this->get_cur_stack_4(); ConstructorInfo_t5769829 * L_12 = ___con1; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Reflection.MethodBase::GetParameterCount() */, L_12); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_13))); } IL_0060: { return; } } // System.Void System.Reflection.Emit.ILGenerator::label_fixup() extern "C" IL2CPP_METHOD_ATTR void ILGenerator_label_fixup_m1749904972 (ILGenerator_t1388622344 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_label_fixup_m1749904972_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; goto IL_00e6; } IL_0007: { LabelDataU5BU5D_t327903686* L_0 = __this->get_labels_7(); LabelFixupU5BU5D_t103660291* L_1 = __this->get_fixups_8(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->get_label_idx_2(); NullCheck(L_0); int32_t L_4 = ((L_0)->GetAddressAt(static_cast(L_3)))->get_addr_0(); if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0039; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral2283496579, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ILGenerator_label_fixup_m1749904972_RuntimeMethod_var); } IL_0039: { LabelDataU5BU5D_t327903686* L_6 = __this->get_labels_7(); LabelFixupU5BU5D_t103660291* L_7 = __this->get_fixups_8(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->get_label_idx_2(); NullCheck(L_6); int32_t L_10 = ((L_6)->GetAddressAt(static_cast(L_9)))->get_addr_0(); LabelFixupU5BU5D_t103660291* L_11 = __this->get_fixups_8(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->get_pos_1(); LabelFixupU5BU5D_t103660291* L_14 = __this->get_fixups_8(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = ((L_14)->GetAddressAt(static_cast(L_15)))->get_offset_0(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_16)))); LabelFixupU5BU5D_t103660291* L_17 = __this->get_fixups_8(); int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = ((L_17)->GetAddressAt(static_cast(L_18)))->get_offset_0(); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_00b6; } } { ByteU5BU5D_t4116647657* L_20 = __this->get_code_1(); LabelFixupU5BU5D_t103660291* L_21 = __this->get_fixups_8(); int32_t L_22 = V_0; NullCheck(L_21); int32_t L_23 = ((L_21)->GetAddressAt(static_cast(L_22)))->get_pos_1(); int32_t L_24 = V_1; NullCheck(L_20); (L_20)->SetAt(static_cast(L_23), (uint8_t)(((int32_t)((uint8_t)(((int8_t)((int8_t)L_24))))))); goto IL_00e2; } IL_00b6: { int32_t L_25 = __this->get_code_len_2(); V_2 = L_25; LabelFixupU5BU5D_t103660291* L_26 = __this->get_fixups_8(); int32_t L_27 = V_0; NullCheck(L_26); int32_t L_28 = ((L_26)->GetAddressAt(static_cast(L_27)))->get_pos_1(); __this->set_code_len_2(L_28); int32_t L_29 = V_1; ILGenerator_emit_int_m2322014738(__this, L_29, /*hidden argument*/NULL); int32_t L_30 = V_2; __this->set_code_len_2(L_30); } IL_00e2: { int32_t L_31 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00e6: { int32_t L_32 = V_0; int32_t L_33 = __this->get_num_fixups_9(); if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0007; } } { return; } } // System.Int32 System.Reflection.Emit.ILGenerator::Mono_GetCurrentOffset(System.Reflection.Emit.ILGenerator) extern "C" IL2CPP_METHOD_ATTR int32_t ILGenerator_Mono_GetCurrentOffset_m993338688 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___ig0, const RuntimeMethod* method) { { ILGenerator_t1388622344 * L_0 = ___ig0; NullCheck(L_0); int32_t L_1 = L_0->get_code_len_2(); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Reflection.Emit.ILTokenInfo extern "C" void ILTokenInfo_t2325775114_marshal_pinvoke(const ILTokenInfo_t2325775114& unmarshaled, ILTokenInfo_t2325775114_marshaled_pinvoke& marshaled) { Exception_t* ___member_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'member' of type 'ILTokenInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___member_0Exception,NULL); } extern "C" void ILTokenInfo_t2325775114_marshal_pinvoke_back(const ILTokenInfo_t2325775114_marshaled_pinvoke& marshaled, ILTokenInfo_t2325775114& unmarshaled) { Exception_t* ___member_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'member' of type 'ILTokenInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___member_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.ILTokenInfo extern "C" void ILTokenInfo_t2325775114_marshal_pinvoke_cleanup(ILTokenInfo_t2325775114_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.Emit.ILTokenInfo extern "C" void ILTokenInfo_t2325775114_marshal_com(const ILTokenInfo_t2325775114& unmarshaled, ILTokenInfo_t2325775114_marshaled_com& marshaled) { Exception_t* ___member_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'member' of type 'ILTokenInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___member_0Exception,NULL); } extern "C" void ILTokenInfo_t2325775114_marshal_com_back(const ILTokenInfo_t2325775114_marshaled_com& marshaled, ILTokenInfo_t2325775114& unmarshaled) { Exception_t* ___member_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'member' of type 'ILTokenInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___member_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.ILTokenInfo extern "C" void ILTokenInfo_t2325775114_marshal_com_cleanup(ILTokenInfo_t2325775114_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Reflection.Emit.MethodBuilder::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool MethodBuilder_get_ContainsGenericParameters_m1358274636 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_get_ContainsGenericParameters_m1358274636_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,MethodBuilder_get_ContainsGenericParameters_m1358274636_RuntimeMethod_var); } } // System.RuntimeMethodHandle System.Reflection.Emit.MethodBuilder::get_MethodHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeMethodHandle_t1133924984 MethodBuilder_get_MethodHandle_m565241742 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_get_MethodHandle_m565241742_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,MethodBuilder_get_MethodHandle_m565241742_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.MethodBuilder::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR Type_t * MethodBuilder_get_ReturnType_m3514670820 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_rtype_1(); return L_0; } } // System.Type System.Reflection.Emit.MethodBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MethodBuilder_get_ReflectedType_m3038768129 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); return L_0; } } // System.Type System.Reflection.Emit.MethodBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * MethodBuilder_get_DeclaringType_m2226312865 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); return L_0; } } // System.String System.Reflection.Emit.MethodBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MethodBuilder_get_Name_m610453823 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_5(); return L_0; } } // System.Reflection.MethodAttributes System.Reflection.Emit.MethodBuilder::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_get_Attributes_m2740229145 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_3(); return L_0; } } // System.Reflection.CallingConventions System.Reflection.Emit.MethodBuilder::get_CallingConvention() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_get_CallingConvention_m4267439137 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_call_conv_18(); return L_0; } } // System.Reflection.MethodInfo System.Reflection.Emit.MethodBuilder::GetBaseDefinition() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MethodBuilder_GetBaseDefinition_m3391685745 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { return __this; } } // System.Reflection.ParameterInfo[] System.Reflection.Emit.MethodBuilder::GetParameters() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* MethodBuilder_GetParameters_m3527753207 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_GetParameters_m3527753207_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; int32_t V_1 = 0; int32_t G_B7_0 = 0; ParameterInfoU5BU5D_t390618515* G_B7_1 = NULL; int32_t G_B6_0 = 0; ParameterInfoU5BU5D_t390618515* G_B6_1 = NULL; ParameterBuilder_t1137139675 * G_B8_0 = NULL; int32_t G_B8_1 = 0; ParameterInfoU5BU5D_t390618515* G_B8_2 = NULL; { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { Exception_t * L_2 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MethodBuilder_GetParameters_m3527753207_RuntimeMethod_var); } IL_0017: { TypeU5BU5D_t3940880105* L_3 = __this->get_parameters_2(); if (L_3) { goto IL_0024; } } { return (ParameterInfoU5BU5D_t390618515*)NULL; } IL_0024: { TypeU5BU5D_t3940880105* L_4 = __this->get_parameters_2(); NullCheck(L_4); V_0 = ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))); V_1 = 0; goto IL_006c; } IL_0039: { ParameterInfoU5BU5D_t390618515* L_5 = V_0; int32_t L_6 = V_1; ParameterBuilderU5BU5D_t3054868058* L_7 = __this->get_pinfo_10(); G_B6_0 = L_6; G_B6_1 = L_5; if (L_7) { G_B7_0 = L_6; G_B7_1 = L_5; goto IL_004c; } } { G_B8_0 = ((ParameterBuilder_t1137139675 *)(NULL)); G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_0056; } IL_004c: { ParameterBuilderU5BU5D_t3054868058* L_8 = __this->get_pinfo_10(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); ParameterBuilder_t1137139675 * L_11 = (L_8)->GetAt(static_cast(L_10)); G_B8_0 = L_11; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_0056: { TypeU5BU5D_t3940880105* L_12 = __this->get_parameters_2(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; Type_t * L_15 = (L_12)->GetAt(static_cast(L_14)); int32_t L_16 = V_1; ParameterInfo_t1861056598 * L_17 = (ParameterInfo_t1861056598 *)il2cpp_codegen_object_new(ParameterInfo_t1861056598_il2cpp_TypeInfo_var); ParameterInfo__ctor_m2779026345(L_17, G_B8_0, L_15, __this, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); NullCheck(G_B8_2); ArrayElementTypeCheck (G_B8_2, L_17); (G_B8_2)->SetAt(static_cast(G_B8_1), (ParameterInfo_t1861056598 *)L_17); int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_006c: { int32_t L_19 = V_1; TypeU5BU5D_t3940880105* L_20 = __this->get_parameters_2(); NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_0039; } } { ParameterInfoU5BU5D_t390618515* L_21 = V_0; return L_21; } } // System.Int32 System.Reflection.Emit.MethodBuilder::GetParameterCount() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_GetParameterCount_m3108880742 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = __this->get_parameters_2(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { TypeU5BU5D_t3940880105* L_1 = __this->get_parameters_2(); NullCheck(L_1); return (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); } } // System.Object System.Reflection.Emit.MethodBuilder::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBuilder_Invoke_m3837446660 (MethodBuilder_t2807316753 * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___parameters3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_Invoke_m3837446660_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,MethodBuilder_Invoke_m3837446660_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.MethodBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MethodBuilder_IsDefined_m662196788 (MethodBuilder_t2807316753 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_IsDefined_m662196788_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,MethodBuilder_IsDefined_m662196788_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.MethodBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MethodBuilder_GetCustomAttributes_m587605549 (MethodBuilder_t2807316753 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_GetCustomAttributes_m587605549_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { bool L_2 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_3 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Exception_t * L_4 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,MethodBuilder_GetCustomAttributes_m587605549_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.MethodBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MethodBuilder_GetCustomAttributes_m731278908 (MethodBuilder_t2807316753 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_GetCustomAttributes_m731278908_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { Type_t * L_2 = ___attributeType0; bool L_3 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_4 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0019: { Exception_t * L_5 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,MethodBuilder_GetCustomAttributes_m731278908_RuntimeMethod_var); } } // System.Void System.Reflection.Emit.MethodBuilder::check_override() extern "C" IL2CPP_METHOD_ATTR void MethodBuilder_check_override_m4226508046 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_check_override_m4226508046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = __this->get_override_method_12(); if (!L_0) { goto IL_0042; } } { MethodInfo_t * L_1 = __this->get_override_method_12(); NullCheck(L_1); bool L_2 = MethodBase_get_IsVirtual_m2008546636(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0042; } } { bool L_3 = MethodBase_get_IsVirtual_m2008546636(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0042; } } { String_t* L_4 = __this->get_name_5(); MethodInfo_t * L_5 = __this->get_override_method_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2601561403, L_4, L_5, /*hidden argument*/NULL); TypeLoadException_t3707937253 * L_7 = (TypeLoadException_t3707937253 *)il2cpp_codegen_object_new(TypeLoadException_t3707937253_il2cpp_TypeInfo_var); TypeLoadException__ctor_m2362330792(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,MethodBuilder_check_override_m4226508046_RuntimeMethod_var); } IL_0042: { return; } } // System.Void System.Reflection.Emit.MethodBuilder::fixup() extern "C" IL2CPP_METHOD_ATTR void MethodBuilder_fixup_m1765890582 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_fixup_m1765890582_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_attrs_3(); if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)9216)))) { goto IL_0076; } } { int32_t L_1 = __this->get_iattrs_4(); if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)4099)))) { goto IL_0076; } } { ILGenerator_t1388622344 * L_2 = __this->get_ilgen_8(); if (!L_2) { goto IL_003d; } } { ILGenerator_t1388622344 * L_3 = __this->get_ilgen_8(); IL2CPP_RUNTIME_CLASS_INIT(ILGenerator_t1388622344_il2cpp_TypeInfo_var); int32_t L_4 = ILGenerator_Mono_GetCurrentOffset_m993338688(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0076; } } IL_003d: { ByteU5BU5D_t4116647657* L_5 = __this->get_code_7(); if (!L_5) { goto IL_0055; } } { ByteU5BU5D_t4116647657* L_6 = __this->get_code_7(); NullCheck(L_6); if ((((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) { goto IL_0076; } } IL_0055: { Type_t * L_7 = MethodBuilder_get_DeclaringType_m2226312865(__this, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_7); String_t* L_9 = MethodBuilder_get_Name_m610453823(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1369238372, L_8, L_9, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_11 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,MethodBuilder_fixup_m1765890582_RuntimeMethod_var); } IL_0076: { ILGenerator_t1388622344 * L_12 = __this->get_ilgen_8(); if (!L_12) { goto IL_008c; } } { ILGenerator_t1388622344 * L_13 = __this->get_ilgen_8(); NullCheck(L_13); ILGenerator_label_fixup_m1749904972(L_13, /*hidden argument*/NULL); } IL_008c: { return; } } // System.String System.Reflection.Emit.MethodBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* MethodBuilder_ToString_m561658744 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_ToString_m561658744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3749038349); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3749038349); StringU5BU5D_t1281789340* L_1 = L_0; TypeBuilder_t1073948154 * L_2 = __this->get_type_9(); NullCheck(L_2); String_t* L_3 = TypeBuilder_get_Name_m1525921477(L_2, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(1), (String_t*)L_3); StringU5BU5D_t1281789340* L_4 = L_1; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3451959190); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral3451959190); StringU5BU5D_t1281789340* L_5 = L_4; String_t* L_6 = __this->get_name_5(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(3), (String_t*)L_6); StringU5BU5D_t1281789340* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3452614643); (L_7)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614643); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m1809518182(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.Reflection.Emit.MethodBuilder::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MethodBuilder_Equals_m3329023947 (MethodBuilder_t2807316753 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; bool L_1 = Object_Equals_m2439880830(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.Emit.MethodBuilder::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_GetHashCode_m2905063929 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_5(); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.Emit.MethodBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_get_next_table_index_m2755473113 (MethodBuilder_t2807316753 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); RuntimeObject * L_1 = ___obj0; int32_t L_2 = ___table1; bool L_3 = ___inc2; NullCheck(L_0); int32_t L_4 = TypeBuilder_get_next_table_index_m789974556(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Exception System.Reflection.Emit.MethodBuilder::NotSupported() extern "C" IL2CPP_METHOD_ATTR Exception_t * MethodBuilder_NotSupported_m1497589941 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_NotSupported_m1497589941_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*hidden argument*/NULL); return L_0; } } // System.Reflection.MethodInfo System.Reflection.Emit.MethodBuilder::MakeGenericMethod(System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MethodBuilder_MakeGenericMethod_m2175748754 (MethodBuilder_t2807316753 * __this, TypeU5BU5D_t3940880105* ___typeArguments0, const RuntimeMethod* method) { typedef MethodInfo_t * (*MethodBuilder_MakeGenericMethod_m2175748754_ftn) (MethodBuilder_t2807316753 *, TypeU5BU5D_t3940880105*); using namespace il2cpp::icalls; return ((MethodBuilder_MakeGenericMethod_m2175748754_ftn)mscorlib::System::Reflection::Emit::MethodBuilder::MakeGenericMethod) (__this, ___typeArguments0); } // System.Boolean System.Reflection.Emit.MethodBuilder::get_IsGenericMethodDefinition() extern "C" IL2CPP_METHOD_ATTR bool MethodBuilder_get_IsGenericMethodDefinition_m2943035191 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { GenericTypeParameterBuilderU5BU5D_t3780444109* L_0 = __this->get_generic_params_21(); return (bool)((((int32_t)((((RuntimeObject*)(GenericTypeParameterBuilderU5BU5D_t3780444109*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.Emit.MethodBuilder::get_IsGenericMethod() extern "C" IL2CPP_METHOD_ATTR bool MethodBuilder_get_IsGenericMethod_m3216441561 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { GenericTypeParameterBuilderU5BU5D_t3780444109* L_0 = __this->get_generic_params_21(); return (bool)((((int32_t)((((RuntimeObject*)(GenericTypeParameterBuilderU5BU5D_t3780444109*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Type[] System.Reflection.Emit.MethodBuilder::GetGenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MethodBuilder_GetGenericArguments_m1765425737 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_GetGenericArguments_m1765425737_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; int32_t V_1 = 0; { GenericTypeParameterBuilderU5BU5D_t3780444109* L_0 = __this->get_generic_params_21(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_1 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_1; } IL_0011: { GenericTypeParameterBuilderU5BU5D_t3780444109* L_2 = __this->get_generic_params_21(); NullCheck(L_2); V_0 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))); V_1 = 0; goto IL_0035; } IL_0026: { TypeU5BU5D_t3940880105* L_3 = V_0; int32_t L_4 = V_1; GenericTypeParameterBuilderU5BU5D_t3780444109* L_5 = __this->get_generic_params_21(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; GenericTypeParameterBuilder_t1988827940 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (Type_t *)L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0035: { int32_t L_10 = V_1; GenericTypeParameterBuilderU5BU5D_t3780444109* L_11 = __this->get_generic_params_21(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0026; } } { TypeU5BU5D_t3940880105* L_12 = V_0; return L_12; } } // System.Reflection.Module System.Reflection.Emit.MethodBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * MethodBuilder_get_Module_m2693263127 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { Module_t2987026101 * L_0 = MemberInfo_get_Module_m4119009657(__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.Reflection.Emit.MethodToken::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MethodToken__ctor_m2100013302 (MethodToken_t4055728386 * __this, int32_t ___val0, const RuntimeMethod* method) { { int32_t L_0 = ___val0; __this->set_tokValue_0(L_0); return; } } extern "C" void MethodToken__ctor_m2100013302_AdjustorThunk (RuntimeObject * __this, int32_t ___val0, const RuntimeMethod* method) { MethodToken_t4055728386 * _thisAdjusted = reinterpret_cast(__this + 1); MethodToken__ctor_m2100013302(_thisAdjusted, ___val0, method); } // System.Void System.Reflection.Emit.MethodToken::.cctor() extern "C" IL2CPP_METHOD_ATTR void MethodToken__cctor_m2263526478 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodToken__cctor_m2263526478_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodToken_t4055728386 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(MethodToken_t4055728386 )); MethodToken_t4055728386 L_0 = V_0; ((MethodToken_t4055728386_StaticFields*)il2cpp_codegen_static_fields_for(MethodToken_t4055728386_il2cpp_TypeInfo_var))->set_Empty_1(L_0); return; } } // System.Boolean System.Reflection.Emit.MethodToken::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MethodToken_Equals_m460628456 (MethodToken_t4055728386 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodToken_Equals_m460628456_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; MethodToken_t4055728386 V_1; memset(&V_1, 0, sizeof(V_1)); { RuntimeObject * L_0 = ___obj0; V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, MethodToken_t4055728386_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0027; } } { RuntimeObject * L_2 = ___obj0; V_1 = ((*(MethodToken_t4055728386 *)((MethodToken_t4055728386 *)UnBox(L_2, MethodToken_t4055728386_il2cpp_TypeInfo_var)))); int32_t L_3 = __this->get_tokValue_0(); int32_t L_4 = (&V_1)->get_tokValue_0(); V_0 = (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } IL_0027: { bool L_5 = V_0; return L_5; } } extern "C" bool MethodToken_Equals_m460628456_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { MethodToken_t4055728386 * _thisAdjusted = reinterpret_cast(__this + 1); return MethodToken_Equals_m460628456(_thisAdjusted, ___obj0, method); } // System.Int32 System.Reflection.Emit.MethodToken::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t MethodToken_GetHashCode_m673885300 (MethodToken_t4055728386 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_tokValue_0(); return L_0; } } extern "C" int32_t MethodToken_GetHashCode_m673885300_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { MethodToken_t4055728386 * _thisAdjusted = reinterpret_cast(__this + 1); return MethodToken_GetHashCode_m673885300(_thisAdjusted, method); } // System.Int32 System.Reflection.Emit.MethodToken::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t MethodToken_get_Token_m966062910 (MethodToken_t4055728386 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_tokValue_0(); return L_0; } } extern "C" int32_t MethodToken_get_Token_m966062910_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { MethodToken_t4055728386 * _thisAdjusted = reinterpret_cast(__this + 1); return MethodToken_get_Token_m966062910(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Emit.ModuleBuilder::.cctor() extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder__cctor_m2163728271 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder__cctor_m2163728271_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); CharU5BU5D_t3528271667* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (Il2CppChar)((int32_t)91)); CharU5BU5D_t3528271667* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(2), (Il2CppChar)((int32_t)42)); ((ModuleBuilder_t731887691_StaticFields*)il2cpp_codegen_static_fields_for(ModuleBuilder_t731887691_il2cpp_TypeInfo_var))->set_type_modifiers_30(L_2); return; } } // System.Int32 System.Reflection.Emit.ModuleBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_get_next_table_index_m1158040331 (ModuleBuilder_t731887691 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_get_next_table_index_m1158040331_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Int32U5BU5D_t385246372* L_0 = __this->get_table_indexes_25(); if (L_0) { goto IL_003d; } } { __this->set_table_indexes_25(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); V_0 = 0; goto IL_002c; } IL_001f: { Int32U5BU5D_t385246372* L_1 = __this->get_table_indexes_25(); int32_t L_2 = V_0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (int32_t)1); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_002c: { int32_t L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)((int32_t)64)))) { goto IL_001f; } } { Int32U5BU5D_t385246372* L_5 = __this->get_table_indexes_25(); NullCheck(L_5); (L_5)->SetAt(static_cast(2), (int32_t)2); } IL_003d: { bool L_6 = ___inc2; if (!L_6) { goto IL_0058; } } { Int32U5BU5D_t385246372* L_7 = __this->get_table_indexes_25(); int32_t L_8 = ___table1; NullCheck(L_7); int32_t* L_9 = ((L_7)->GetAddressAt(static_cast(L_8))); int32_t L_10 = (*((int32_t*)L_9)); V_1 = L_10; *((int32_t*)(L_9)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); int32_t L_11 = V_1; return L_11; } IL_0058: { Int32U5BU5D_t385246372* L_12 = __this->get_table_indexes_25(); int32_t L_13 = ___table1; NullCheck(L_12); int32_t L_14 = L_13; int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); return L_15; } } // System.Type[] System.Reflection.Emit.ModuleBuilder::GetTypes() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* ModuleBuilder_GetTypes_m158355402 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_GetTypes_m158355402_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; { TypeBuilderU5BU5D_t786280671* L_0 = __this->get_types_12(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_1 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_1; } IL_0011: { int32_t L_2 = __this->get_num_types_11(); V_0 = L_2; int32_t L_3 = V_0; V_1 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)L_3)); TypeBuilderU5BU5D_t786280671* L_4 = __this->get_types_12(); TypeU5BU5D_t3940880105* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); V_2 = 0; goto IL_0059; } IL_0033: { TypeBuilderU5BU5D_t786280671* L_7 = __this->get_types_12(); int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; TypeBuilder_t1073948154 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); bool L_11 = TypeBuilder_get_is_created_m1192848807(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0055; } } { TypeU5BU5D_t3940880105* L_12 = V_1; int32_t L_13 = V_2; TypeBuilderU5BU5D_t786280671* L_14 = __this->get_types_12(); int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; TypeBuilder_t1073948154 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); Type_t * L_18 = TypeBuilder_CreateType_m3375483507(L_17, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_18); (L_12)->SetAt(static_cast(L_13), (Type_t *)L_18); } IL_0055: { int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0059: { int32_t L_20 = V_2; TypeU5BU5D_t3940880105* L_21 = V_1; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0033; } } { TypeU5BU5D_t3940880105* L_22 = V_1; return L_22; } } // System.Int32 System.Reflection.Emit.ModuleBuilder::getToken(System.Reflection.Emit.ModuleBuilder,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_getToken_m4290400349 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___mb0, RuntimeObject * ___obj1, const RuntimeMethod* method) { typedef int32_t (*ModuleBuilder_getToken_m4290400349_ftn) (ModuleBuilder_t731887691 *, RuntimeObject *); using namespace il2cpp::icalls; return ((ModuleBuilder_getToken_m4290400349_ftn)mscorlib::System::Reflection::Emit::ModuleBuilder::getToken) (___mb0, ___obj1); } // System.Int32 System.Reflection.Emit.ModuleBuilder::GetToken(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_GetToken_m4274310417 (ModuleBuilder_t731887691 * __this, MemberInfo_t * ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_GetToken_m4274310417_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___member0; IL2CPP_RUNTIME_CLASS_INIT(ModuleBuilder_t731887691_il2cpp_TypeInfo_var); int32_t L_1 = ModuleBuilder_getToken_m4290400349(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Reflection.Emit.ModuleBuilder::RegisterToken(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_RegisterToken_m4166846047 (ModuleBuilder_t731887691 * __this, RuntimeObject * ___obj0, int32_t ___token1, const RuntimeMethod* method) { typedef void (*ModuleBuilder_RegisterToken_m4166846047_ftn) (ModuleBuilder_t731887691 *, RuntimeObject *, int32_t); using namespace il2cpp::icalls; ((ModuleBuilder_RegisterToken_m4166846047_ftn)mscorlib::System::Reflection::Emit::ModuleBuilder::RegisterToken) (__this, ___obj0, ___token1); } // System.Reflection.Emit.TokenGenerator System.Reflection.Emit.ModuleBuilder::GetTokenGenerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ModuleBuilder_GetTokenGenerator_m4177350090 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_GetTokenGenerator_m4177350090_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ModuleBuilderTokenGenerator_t944435078 * L_0 = __this->get_token_gen_27(); if (L_0) { goto IL_0017; } } { ModuleBuilderTokenGenerator_t944435078 * L_1 = (ModuleBuilderTokenGenerator_t944435078 *)il2cpp_codegen_object_new(ModuleBuilderTokenGenerator_t944435078_il2cpp_TypeInfo_var); ModuleBuilderTokenGenerator__ctor_m2360787210(L_1, __this, /*hidden argument*/NULL); __this->set_token_gen_27(L_1); } IL_0017: { ModuleBuilderTokenGenerator_t944435078 * L_2 = __this->get_token_gen_27(); 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.Reflection.Emit.ModuleBuilderTokenGenerator::.ctor(System.Reflection.Emit.ModuleBuilder) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilderTokenGenerator__ctor_m2360787210 (ModuleBuilderTokenGenerator_t944435078 * __this, ModuleBuilder_t731887691 * ___mb0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ModuleBuilder_t731887691 * L_0 = ___mb0; __this->set_mb_0(L_0); return; } } // System.Int32 System.Reflection.Emit.ModuleBuilderTokenGenerator::GetToken(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilderTokenGenerator_GetToken_m2588853565 (ModuleBuilderTokenGenerator_t944435078 * __this, MemberInfo_t * ___member0, const RuntimeMethod* method) { { ModuleBuilder_t731887691 * L_0 = __this->get_mb_0(); MemberInfo_t * L_1 = ___member0; NullCheck(L_0); int32_t L_2 = ModuleBuilder_GetToken_m4274310417(L_0, L_1, /*hidden argument*/NULL); 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 // Conversion methods for marshalling of: System.Reflection.Emit.MonoResource extern "C" void MonoResource_t4103430009_marshal_pinvoke(const MonoResource_t4103430009& unmarshaled, MonoResource_t4103430009_marshaled_pinvoke& marshaled) { Exception_t* ___stream_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stream' of type 'MonoResource': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___stream_5Exception,NULL); } extern "C" void MonoResource_t4103430009_marshal_pinvoke_back(const MonoResource_t4103430009_marshaled_pinvoke& marshaled, MonoResource_t4103430009& unmarshaled) { Exception_t* ___stream_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stream' of type 'MonoResource': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___stream_5Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.MonoResource extern "C" void MonoResource_t4103430009_marshal_pinvoke_cleanup(MonoResource_t4103430009_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.Emit.MonoResource extern "C" void MonoResource_t4103430009_marshal_com(const MonoResource_t4103430009& unmarshaled, MonoResource_t4103430009_marshaled_com& marshaled) { Exception_t* ___stream_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stream' of type 'MonoResource': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___stream_5Exception,NULL); } extern "C" void MonoResource_t4103430009_marshal_com_back(const MonoResource_t4103430009_marshaled_com& marshaled, MonoResource_t4103430009& unmarshaled) { Exception_t* ___stream_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stream' of type 'MonoResource': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___stream_5Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.MonoResource extern "C" void MonoResource_t4103430009_marshal_com_cleanup(MonoResource_t4103430009_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Emit.OpCode::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OpCode__ctor_m2823239373 (OpCode_t123070264 * __this, int32_t ___p0, int32_t ___q1, const RuntimeMethod* method) { { int32_t L_0 = ___p0; __this->set_op1_0((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)255))))))); int32_t L_1 = ___p0; __this->set_op2_1((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)8))&(int32_t)((int32_t)255))))))); int32_t L_2 = ___p0; __this->set_push_2((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))))); int32_t L_3 = ___p0; __this->set_pop_3((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255))))))); int32_t L_4 = ___q1; __this->set_size_4((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)255))))))); int32_t L_5 = ___q1; __this->set_type_5((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5>>(int32_t)8))&(int32_t)((int32_t)255))))))); int32_t L_6 = ___q1; __this->set_args_6((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))))); int32_t L_7 = ___q1; __this->set_flow_7((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255))))))); return; } } extern "C" void OpCode__ctor_m2823239373_AdjustorThunk (RuntimeObject * __this, int32_t ___p0, int32_t ___q1, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); OpCode__ctor_m2823239373(_thisAdjusted, ___p0, ___q1, method); } // System.Int32 System.Reflection.Emit.OpCode::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_GetHashCode_m1374201362 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { String_t* L_0 = OpCode_get_Name_m149707431(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int32_t OpCode_GetHashCode_m1374201362_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_GetHashCode_m1374201362(_thisAdjusted, method); } // System.Boolean System.Reflection.Emit.OpCode::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool OpCode_Equals_m1376200488 (OpCode_t123070264 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OpCode_Equals_m1376200488_MetadataUsageId); s_Il2CppMethodInitialized = true; } OpCode_t123070264 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_0011; } } { RuntimeObject * L_1 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, OpCode_t123070264_il2cpp_TypeInfo_var))) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { RuntimeObject * L_2 = ___obj0; V_0 = ((*(OpCode_t123070264 *)((OpCode_t123070264 *)UnBox(L_2, OpCode_t123070264_il2cpp_TypeInfo_var)))); uint8_t L_3 = (&V_0)->get_op1_0(); uint8_t L_4 = __this->get_op1_0(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_003d; } } { uint8_t L_5 = (&V_0)->get_op2_1(); uint8_t L_6 = __this->get_op2_1(); G_B6_0 = ((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0); goto IL_003e; } IL_003d: { G_B6_0 = 0; } IL_003e: { return (bool)G_B6_0; } } extern "C" bool OpCode_Equals_m1376200488_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_Equals_m1376200488(_thisAdjusted, ___obj0, method); } // System.String System.Reflection.Emit.OpCode::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* OpCode_ToString_m4248967054 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { String_t* L_0 = OpCode_get_Name_m149707431(__this, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* OpCode_ToString_m4248967054_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_ToString_m4248967054(_thisAdjusted, method); } // System.String System.Reflection.Emit.OpCode::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* OpCode_get_Name_m149707431 (OpCode_t123070264 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OpCode_get_Name_m149707431_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = __this->get_op1_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)255))))) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(OpCodeNames_t3363784580_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_1 = ((OpCodeNames_t3363784580_StaticFields*)il2cpp_codegen_static_fields_for(OpCodeNames_t3363784580_il2cpp_TypeInfo_var))->get_names_0(); uint8_t L_2 = __this->get_op2_1(); NullCheck(L_1); uint8_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(OpCodeNames_t3363784580_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_5 = ((OpCodeNames_t3363784580_StaticFields*)il2cpp_codegen_static_fields_for(OpCodeNames_t3363784580_il2cpp_TypeInfo_var))->get_names_0(); uint8_t L_6 = __this->get_op2_1(); NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)256), (int32_t)L_6)); String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); return L_8; } } extern "C" String_t* OpCode_get_Name_m149707431_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_get_Name_m149707431(_thisAdjusted, method); } // System.Int32 System.Reflection.Emit.OpCode::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_Size_m3461506715 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_size_4(); return L_0; } } extern "C" int32_t OpCode_get_Size_m3461506715_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_get_Size_m3461506715(_thisAdjusted, method); } // System.Reflection.Emit.StackBehaviour System.Reflection.Emit.OpCode::get_StackBehaviourPop() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_StackBehaviourPop_m4250794726 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_pop_3(); return (int32_t)(L_0); } } extern "C" int32_t OpCode_get_StackBehaviourPop_m4250794726_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_get_StackBehaviourPop_m4250794726(_thisAdjusted, method); } // System.Reflection.Emit.StackBehaviour System.Reflection.Emit.OpCode::get_StackBehaviourPush() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_StackBehaviourPush_m986094870 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_push_2(); return (int32_t)(L_0); } } extern "C" int32_t OpCode_get_StackBehaviourPush_m986094870_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_get_StackBehaviourPush_m986094870(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Emit.OpCodeNames::.cctor() extern "C" IL2CPP_METHOD_ATTR void OpCodeNames__cctor_m4023020620 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OpCodeNames__cctor_m4023020620_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)304))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral228012188); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral228012188); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral22182330); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral22182330); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral2608805698); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral2608805698); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral4174889639); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral4174889639); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral1446006284); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral1446006284); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3012090225); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral3012090225); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3630267383); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral3630267383); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2064183442); (L_7)->SetAt(static_cast(7), (String_t*)_stringLiteral2064183442); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral2467467969); (L_8)->SetAt(static_cast(8), (String_t*)_stringLiteral2467467969); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral901384028); (L_9)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral901384028); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral3669064926); (L_10)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral3669064926); StringU5BU5D_t1281789340* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral2102980985); (L_11)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral2102980985); StringU5BU5D_t1281789340* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral2506265512); (L_12)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral2506265512); StringU5BU5D_t1281789340* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral940181571); (L_13)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral940181571); StringU5BU5D_t1281789340* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral1566965809); (L_14)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral1566965809); StringU5BU5D_t1281789340* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral1782086560); (L_15)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteral1782086560); StringU5BU5D_t1281789340* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral1605763352); (L_16)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteral1605763352); StringU5BU5D_t1281789340* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral2346508444); (L_17)->SetAt(static_cast(((int32_t)17)), (String_t*)_stringLiteral2346508444); StringU5BU5D_t1281789340* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral1490576685); (L_18)->SetAt(static_cast(((int32_t)18)), (String_t*)_stringLiteral1490576685); StringU5BU5D_t1281789340* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral2385305987); (L_19)->SetAt(static_cast(((int32_t)19)), (String_t*)_stringLiteral2385305987); StringU5BU5D_t1281789340* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral356797082); (L_20)->SetAt(static_cast(((int32_t)20)), (String_t*)_stringLiteral356797082); StringU5BU5D_t1281789340* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral4159545928); (L_21)->SetAt(static_cast(((int32_t)21)), (String_t*)_stringLiteral4159545928); StringU5BU5D_t1281789340* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral2978920748); (L_22)->SetAt(static_cast(((int32_t)22)), (String_t*)_stringLiteral2978920748); StringU5BU5D_t1281789340* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1022605612); (L_23)->SetAt(static_cast(((int32_t)23)), (String_t*)_stringLiteral1022605612); StringU5BU5D_t1281789340* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3361257772); (L_24)->SetAt(static_cast(((int32_t)24)), (String_t*)_stringLiteral3361257772); StringU5BU5D_t1281789340* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral1404942636); (L_25)->SetAt(static_cast(((int32_t)25)), (String_t*)_stringLiteral1404942636); StringU5BU5D_t1281789340* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3743594796); (L_26)->SetAt(static_cast(((int32_t)26)), (String_t*)_stringLiteral3743594796); StringU5BU5D_t1281789340* L_27 = L_26; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral1787279660); (L_27)->SetAt(static_cast(((int32_t)27)), (String_t*)_stringLiteral1787279660); StringU5BU5D_t1281789340* L_28 = L_27; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral4125931820); (L_28)->SetAt(static_cast(((int32_t)28)), (String_t*)_stringLiteral4125931820); StringU5BU5D_t1281789340* L_29 = L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral2169616684); (L_29)->SetAt(static_cast(((int32_t)29)), (String_t*)_stringLiteral2169616684); StringU5BU5D_t1281789340* L_30 = L_29; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral213301548); (L_30)->SetAt(static_cast(((int32_t)30)), (String_t*)_stringLiteral213301548); StringU5BU5D_t1281789340* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral2055059756); (L_31)->SetAt(static_cast(((int32_t)31)), (String_t*)_stringLiteral2055059756); StringU5BU5D_t1281789340* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral2188677532); (L_32)->SetAt(static_cast(((int32_t)32)), (String_t*)_stringLiteral2188677532); StringU5BU5D_t1281789340* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral2187891100); (L_33)->SetAt(static_cast(((int32_t)33)), (String_t*)_stringLiteral2187891100); StringU5BU5D_t1281789340* L_34 = L_33; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral2188677543); (L_34)->SetAt(static_cast(((int32_t)34)), (String_t*)_stringLiteral2188677543); StringU5BU5D_t1281789340* L_35 = L_34; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral2187891111); (L_35)->SetAt(static_cast(((int32_t)35)), (String_t*)_stringLiteral2187891111); StringU5BU5D_t1281789340* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral228667542); (L_36)->SetAt(static_cast(((int32_t)37)), (String_t*)_stringLiteral228667542); StringU5BU5D_t1281789340* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral228012202); (L_37)->SetAt(static_cast(((int32_t)38)), (String_t*)_stringLiteral228012202); StringU5BU5D_t1281789340* L_38 = L_37; NullCheck(L_38); ArrayElementTypeCheck (L_38, _stringLiteral228143264); (L_38)->SetAt(static_cast(((int32_t)39)), (String_t*)_stringLiteral228143264); StringU5BU5D_t1281789340* L_39 = L_38; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral1201842139); (L_39)->SetAt(static_cast(((int32_t)40)), (String_t*)_stringLiteral1201842139); StringU5BU5D_t1281789340* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteral7954538); (L_40)->SetAt(static_cast(((int32_t)41)), (String_t*)_stringLiteral7954538); StringU5BU5D_t1281789340* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteral2553217812); (L_41)->SetAt(static_cast(((int32_t)42)), (String_t*)_stringLiteral2553217812); StringU5BU5D_t1281789340* L_42 = L_41; NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral493533138); (L_42)->SetAt(static_cast(((int32_t)43)), (String_t*)_stringLiteral493533138); StringU5BU5D_t1281789340* L_43 = L_42; NullCheck(L_43); ArrayElementTypeCheck (L_43, _stringLiteral158802576); (L_43)->SetAt(static_cast(((int32_t)44)), (String_t*)_stringLiteral158802576); StringU5BU5D_t1281789340* L_44 = L_43; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral3303828977); (L_44)->SetAt(static_cast(((int32_t)45)), (String_t*)_stringLiteral3303828977); StringU5BU5D_t1281789340* L_45 = L_44; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral314138006); (L_45)->SetAt(static_cast(((int32_t)46)), (String_t*)_stringLiteral314138006); StringU5BU5D_t1281789340* L_46 = L_45; NullCheck(L_46); ArrayElementTypeCheck (L_46, _stringLiteral3347872178); (L_46)->SetAt(static_cast(((int32_t)47)), (String_t*)_stringLiteral3347872178); StringU5BU5D_t1281789340* L_47 = L_46; NullCheck(L_47); ArrayElementTypeCheck (L_47, _stringLiteral4201495399); (L_47)->SetAt(static_cast(((int32_t)48)), (String_t*)_stringLiteral4201495399); StringU5BU5D_t1281789340* L_48 = L_47; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral3371661746); (L_48)->SetAt(static_cast(((int32_t)49)), (String_t*)_stringLiteral3371661746); StringU5BU5D_t1281789340* L_49 = L_48; NullCheck(L_49); ArrayElementTypeCheck (L_49, _stringLiteral4225284967); (L_49)->SetAt(static_cast(((int32_t)50)), (String_t*)_stringLiteral4225284967); StringU5BU5D_t1281789340* L_50 = L_49; NullCheck(L_50); ArrayElementTypeCheck (L_50, _stringLiteral3765171612); (L_50)->SetAt(static_cast(((int32_t)51)), (String_t*)_stringLiteral3765171612); StringU5BU5D_t1281789340* L_51 = L_50; NullCheck(L_51); ArrayElementTypeCheck (L_51, _stringLiteral3736532380); (L_51)->SetAt(static_cast(((int32_t)52)), (String_t*)_stringLiteral3736532380); StringU5BU5D_t1281789340* L_52 = L_51; NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral1841327601); (L_52)->SetAt(static_cast(((int32_t)53)), (String_t*)_stringLiteral1841327601); StringU5BU5D_t1281789340* L_53 = L_52; NullCheck(L_53); ArrayElementTypeCheck (L_53, _stringLiteral3760846236); (L_53)->SetAt(static_cast(((int32_t)54)), (String_t*)_stringLiteral3760846236); StringU5BU5D_t1281789340* L_54 = L_53; NullCheck(L_54); ArrayElementTypeCheck (L_54, _stringLiteral1865641457); (L_54)->SetAt(static_cast(((int32_t)55)), (String_t*)_stringLiteral1865641457); StringU5BU5D_t1281789340* L_55 = L_54; NullCheck(L_55); ArrayElementTypeCheck (L_55, _stringLiteral3455629246); (L_55)->SetAt(static_cast(((int32_t)56)), (String_t*)_stringLiteral3455629246); StringU5BU5D_t1281789340* L_56 = L_55; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral4007353201); (L_56)->SetAt(static_cast(((int32_t)57)), (String_t*)_stringLiteral4007353201); StringU5BU5D_t1281789340* L_57 = L_56; NullCheck(L_57); ArrayElementTypeCheck (L_57, _stringLiteral1601944429); (L_57)->SetAt(static_cast(((int32_t)58)), (String_t*)_stringLiteral1601944429); StringU5BU5D_t1281789340* L_58 = L_57; NullCheck(L_58); ArrayElementTypeCheck (L_58, _stringLiteral2956502323); (L_58)->SetAt(static_cast(((int32_t)59)), (String_t*)_stringLiteral2956502323); StringU5BU5D_t1281789340* L_59 = L_58; NullCheck(L_59); ArrayElementTypeCheck (L_59, _stringLiteral1699463503); (L_59)->SetAt(static_cast(((int32_t)60)), (String_t*)_stringLiteral1699463503); StringU5BU5D_t1281789340* L_60 = L_59; NullCheck(L_60); ArrayElementTypeCheck (L_60, _stringLiteral2553086724); (L_60)->SetAt(static_cast(((int32_t)61)), (String_t*)_stringLiteral2553086724); StringU5BU5D_t1281789340* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral1700184399); (L_61)->SetAt(static_cast(((int32_t)62)), (String_t*)_stringLiteral1700184399); StringU5BU5D_t1281789340* L_62 = L_61; NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral2553807620); (L_62)->SetAt(static_cast(((int32_t)63)), (String_t*)_stringLiteral2553807620); StringU5BU5D_t1281789340* L_63 = L_62; NullCheck(L_63); ArrayElementTypeCheck (L_63, _stringLiteral3374545336); (L_63)->SetAt(static_cast(((int32_t)64)), (String_t*)_stringLiteral3374545336); StringU5BU5D_t1281789340* L_64 = L_63; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral3345906104); (L_64)->SetAt(static_cast(((int32_t)65)), (String_t*)_stringLiteral3345906104); StringU5BU5D_t1281789340* L_65 = L_64; NullCheck(L_65); ArrayElementTypeCheck (L_65, _stringLiteral4199529325); (L_65)->SetAt(static_cast(((int32_t)66)), (String_t*)_stringLiteral4199529325); StringU5BU5D_t1281789340* L_66 = L_65; NullCheck(L_66); ArrayElementTypeCheck (L_66, _stringLiteral3370219960); (L_66)->SetAt(static_cast(((int32_t)67)), (String_t*)_stringLiteral3370219960); StringU5BU5D_t1281789340* L_67 = L_66; NullCheck(L_67); ArrayElementTypeCheck (L_67, _stringLiteral4223843181); (L_67)->SetAt(static_cast(((int32_t)68)), (String_t*)_stringLiteral4223843181); StringU5BU5D_t1281789340* L_68 = L_67; NullCheck(L_68); ArrayElementTypeCheck (L_68, _stringLiteral1956447343); (L_68)->SetAt(static_cast(((int32_t)69)), (String_t*)_stringLiteral1956447343); StringU5BU5D_t1281789340* L_69 = L_68; NullCheck(L_69); ArrayElementTypeCheck (L_69, _stringLiteral3067299526); (L_69)->SetAt(static_cast(((int32_t)70)), (String_t*)_stringLiteral3067299526); StringU5BU5D_t1281789340* L_70 = L_69; NullCheck(L_70); ArrayElementTypeCheck (L_70, _stringLiteral741700698); (L_70)->SetAt(static_cast(((int32_t)71)), (String_t*)_stringLiteral741700698); StringU5BU5D_t1281789340* L_71 = L_70; NullCheck(L_71); ArrayElementTypeCheck (L_71, _stringLiteral1110984390); (L_71)->SetAt(static_cast(((int32_t)72)), (String_t*)_stringLiteral1110984390); StringU5BU5D_t1281789340* L_72 = L_71; NullCheck(L_72); ArrayElementTypeCheck (L_72, _stringLiteral3080352858); (L_72)->SetAt(static_cast(((int32_t)73)), (String_t*)_stringLiteral3080352858); StringU5BU5D_t1281789340* L_73 = L_72; NullCheck(L_73); ArrayElementTypeCheck (L_73, _stringLiteral1493321414); (L_73)->SetAt(static_cast(((int32_t)74)), (String_t*)_stringLiteral1493321414); StringU5BU5D_t1281789340* L_74 = L_73; NullCheck(L_74); ArrayElementTypeCheck (L_74, _stringLiteral3462689882); (L_74)->SetAt(static_cast(((int32_t)75)), (String_t*)_stringLiteral3462689882); StringU5BU5D_t1281789340* L_75 = L_74; NullCheck(L_75); ArrayElementTypeCheck (L_75, _stringLiteral2257995462); (L_75)->SetAt(static_cast(((int32_t)76)), (String_t*)_stringLiteral2257995462); StringU5BU5D_t1281789340* L_76 = L_75; NullCheck(L_76); ArrayElementTypeCheck (L_76, _stringLiteral142493382); (L_76)->SetAt(static_cast(((int32_t)77)), (String_t*)_stringLiteral142493382); StringU5BU5D_t1281789340* L_77 = L_76; NullCheck(L_77); ArrayElementTypeCheck (L_77, _stringLiteral2703174995); (L_77)->SetAt(static_cast(((int32_t)78)), (String_t*)_stringLiteral2703174995); StringU5BU5D_t1281789340* L_78 = L_77; NullCheck(L_78); ArrayElementTypeCheck (L_78, _stringLiteral3467849043); (L_78)->SetAt(static_cast(((int32_t)79)), (String_t*)_stringLiteral3467849043); StringU5BU5D_t1281789340* L_79 = L_78; NullCheck(L_79); ArrayElementTypeCheck (L_79, _stringLiteral302126498); (L_79)->SetAt(static_cast(((int32_t)80)), (String_t*)_stringLiteral302126498); StringU5BU5D_t1281789340* L_80 = L_79; NullCheck(L_80); ArrayElementTypeCheck (L_80, _stringLiteral1582445480); (L_80)->SetAt(static_cast(((int32_t)81)), (String_t*)_stringLiteral1582445480); StringU5BU5D_t1281789340* L_81 = L_80; NullCheck(L_81); ArrayElementTypeCheck (L_81, _stringLiteral3106097071); (L_81)->SetAt(static_cast(((int32_t)82)), (String_t*)_stringLiteral3106097071); StringU5BU5D_t1281789340* L_82 = L_81; NullCheck(L_82); ArrayElementTypeCheck (L_82, _stringLiteral1149781935); (L_82)->SetAt(static_cast(((int32_t)83)), (String_t*)_stringLiteral1149781935); StringU5BU5D_t1281789340* L_83 = L_82; NullCheck(L_83); ArrayElementTypeCheck (L_83, _stringLiteral1532118959); (L_83)->SetAt(static_cast(((int32_t)84)), (String_t*)_stringLiteral1532118959); StringU5BU5D_t1281789340* L_84 = L_83; NullCheck(L_84); ArrayElementTypeCheck (L_84, _stringLiteral2296793007); (L_84)->SetAt(static_cast(((int32_t)85)), (String_t*)_stringLiteral2296793007); StringU5BU5D_t1281789340* L_85 = L_84; NullCheck(L_85); ArrayElementTypeCheck (L_85, _stringLiteral2741972540); (L_85)->SetAt(static_cast(((int32_t)86)), (String_t*)_stringLiteral2741972540); StringU5BU5D_t1281789340* L_86 = L_85; NullCheck(L_86); ArrayElementTypeCheck (L_86, _stringLiteral3506646588); (L_86)->SetAt(static_cast(((int32_t)87)), (String_t*)_stringLiteral3506646588); StringU5BU5D_t1281789340* L_87 = L_86; NullCheck(L_87); ArrayElementTypeCheck (L_87, _stringLiteral3265744053); (L_87)->SetAt(static_cast(((int32_t)88)), (String_t*)_stringLiteral3265744053); StringU5BU5D_t1281789340* L_88 = L_87; NullCheck(L_88); ArrayElementTypeCheck (L_88, _stringLiteral2103927693); (L_88)->SetAt(static_cast(((int32_t)89)), (String_t*)_stringLiteral2103927693); StringU5BU5D_t1281789340* L_89 = L_88; NullCheck(L_89); ArrayElementTypeCheck (L_89, _stringLiteral2910496737); (L_89)->SetAt(static_cast(((int32_t)90)), (String_t*)_stringLiteral2910496737); StringU5BU5D_t1281789340* L_90 = L_89; NullCheck(L_90); ArrayElementTypeCheck (L_90, _stringLiteral3716803640); (L_90)->SetAt(static_cast(((int32_t)91)), (String_t*)_stringLiteral3716803640); StringU5BU5D_t1281789340* L_91 = L_90; NullCheck(L_91); ArrayElementTypeCheck (L_91, _stringLiteral1102095585); (L_91)->SetAt(static_cast(((int32_t)92)), (String_t*)_stringLiteral1102095585); StringU5BU5D_t1281789340* L_92 = L_91; NullCheck(L_92); ArrayElementTypeCheck (L_92, _stringLiteral1343364231); (L_92)->SetAt(static_cast(((int32_t)93)), (String_t*)_stringLiteral1343364231); StringU5BU5D_t1281789340* L_93 = L_92; NullCheck(L_93); ArrayElementTypeCheck (L_93, _stringLiteral3002128080); (L_93)->SetAt(static_cast(((int32_t)94)), (String_t*)_stringLiteral3002128080); StringU5BU5D_t1281789340* L_94 = L_93; NullCheck(L_94); ArrayElementTypeCheck (L_94, _stringLiteral3266137269); (L_94)->SetAt(static_cast(((int32_t)95)), (String_t*)_stringLiteral3266137269); StringU5BU5D_t1281789340* L_95 = L_94; NullCheck(L_95); ArrayElementTypeCheck (L_95, _stringLiteral3455629249); (L_95)->SetAt(static_cast(((int32_t)96)), (String_t*)_stringLiteral3455629249); StringU5BU5D_t1281789340* L_96 = L_95; NullCheck(L_96); ArrayElementTypeCheck (L_96, _stringLiteral1390811624); (L_96)->SetAt(static_cast(((int32_t)97)), (String_t*)_stringLiteral1390811624); StringU5BU5D_t1281789340* L_97 = L_96; NullCheck(L_97); ArrayElementTypeCheck (L_97, _stringLiteral2910300139); (L_97)->SetAt(static_cast(((int32_t)98)), (String_t*)_stringLiteral2910300139); StringU5BU5D_t1281789340* L_98 = L_97; NullCheck(L_98); ArrayElementTypeCheck (L_98, _stringLiteral1391270365); (L_98)->SetAt(static_cast(((int32_t)99)), (String_t*)_stringLiteral1391270365); StringU5BU5D_t1281789340* L_99 = L_98; NullCheck(L_99); ArrayElementTypeCheck (L_99, _stringLiteral3069170760); (L_99)->SetAt(static_cast(((int32_t)100)), (String_t*)_stringLiteral3069170760); StringU5BU5D_t1281789340* L_100 = L_99; NullCheck(L_100); ArrayElementTypeCheck (L_100, _stringLiteral2862393993); (L_100)->SetAt(static_cast(((int32_t)101)), (String_t*)_stringLiteral2862393993); StringU5BU5D_t1281789340* L_101 = L_100; NullCheck(L_101); ArrayElementTypeCheck (L_101, _stringLiteral2553611016); (L_101)->SetAt(static_cast(((int32_t)102)), (String_t*)_stringLiteral2553611016); StringU5BU5D_t1281789340* L_102 = L_101; NullCheck(L_102); ArrayElementTypeCheck (L_102, _stringLiteral3457510394); (L_102)->SetAt(static_cast(((int32_t)103)), (String_t*)_stringLiteral3457510394); StringU5BU5D_t1281789340* L_103 = L_102; NullCheck(L_103); ArrayElementTypeCheck (L_103, _stringLiteral1891426453); (L_103)->SetAt(static_cast(((int32_t)104)), (String_t*)_stringLiteral1891426453); StringU5BU5D_t1281789340* L_104 = L_103; NullCheck(L_104); ArrayElementTypeCheck (L_104, _stringLiteral3054225867); (L_104)->SetAt(static_cast(((int32_t)105)), (String_t*)_stringLiteral3054225867); StringU5BU5D_t1281789340* L_105 = L_104; NullCheck(L_105); ArrayElementTypeCheck (L_105, _stringLiteral1084857399); (L_105)->SetAt(static_cast(((int32_t)106)), (String_t*)_stringLiteral1084857399); StringU5BU5D_t1281789340* L_106 = L_105; NullCheck(L_106); ArrayElementTypeCheck (L_106, _stringLiteral3053636043); (L_106)->SetAt(static_cast(((int32_t)107)), (String_t*)_stringLiteral3053636043); StringU5BU5D_t1281789340* L_107 = L_106; NullCheck(L_107); ArrayElementTypeCheck (L_107, _stringLiteral1084267575); (L_107)->SetAt(static_cast(((int32_t)108)), (String_t*)_stringLiteral1084267575); StringU5BU5D_t1281789340* L_108 = L_107; NullCheck(L_108); ArrayElementTypeCheck (L_108, _stringLiteral3053439435); (L_108)->SetAt(static_cast(((int32_t)109)), (String_t*)_stringLiteral3053439435); StringU5BU5D_t1281789340* L_109 = L_108; NullCheck(L_109); ArrayElementTypeCheck (L_109, _stringLiteral1084070967); (L_109)->SetAt(static_cast(((int32_t)110)), (String_t*)_stringLiteral1084070967); StringU5BU5D_t1281789340* L_110 = L_109; NullCheck(L_110); ArrayElementTypeCheck (L_110, _stringLiteral1231579915); (L_110)->SetAt(static_cast(((int32_t)111)), (String_t*)_stringLiteral1231579915); StringU5BU5D_t1281789340* L_111 = L_110; NullCheck(L_111); ArrayElementTypeCheck (L_111, _stringLiteral2789391928); (L_111)->SetAt(static_cast(((int32_t)112)), (String_t*)_stringLiteral2789391928); StringU5BU5D_t1281789340* L_112 = L_111; NullCheck(L_112); ArrayElementTypeCheck (L_112, _stringLiteral2746138419); (L_112)->SetAt(static_cast(((int32_t)113)), (String_t*)_stringLiteral2746138419); StringU5BU5D_t1281789340* L_113 = L_112; NullCheck(L_113); ArrayElementTypeCheck (L_113, _stringLiteral2740668407); (L_113)->SetAt(static_cast(((int32_t)114)), (String_t*)_stringLiteral2740668407); StringU5BU5D_t1281789340* L_114 = L_113; NullCheck(L_114); ArrayElementTypeCheck (L_114, _stringLiteral819665357); (L_114)->SetAt(static_cast(((int32_t)115)), (String_t*)_stringLiteral819665357); StringU5BU5D_t1281789340* L_115 = L_114; NullCheck(L_115); ArrayElementTypeCheck (L_115, _stringLiteral4051162092); (L_115)->SetAt(static_cast(((int32_t)116)), (String_t*)_stringLiteral4051162092); StringU5BU5D_t1281789340* L_116 = L_115; NullCheck(L_116); ArrayElementTypeCheck (L_116, _stringLiteral54199357); (L_116)->SetAt(static_cast(((int32_t)117)), (String_t*)_stringLiteral54199357); StringU5BU5D_t1281789340* L_117 = L_116; NullCheck(L_117); ArrayElementTypeCheck (L_117, _stringLiteral1894568164); (L_117)->SetAt(static_cast(((int32_t)118)), (String_t*)_stringLiteral1894568164); StringU5BU5D_t1281789340* L_118 = L_117; NullCheck(L_118); ArrayElementTypeCheck (L_118, _stringLiteral781852201); (L_118)->SetAt(static_cast(((int32_t)121)), (String_t*)_stringLiteral781852201); StringU5BU5D_t1281789340* L_119 = L_118; NullCheck(L_119); ArrayElementTypeCheck (L_119, _stringLiteral82367591); (L_119)->SetAt(static_cast(((int32_t)122)), (String_t*)_stringLiteral82367591); StringU5BU5D_t1281789340* L_120 = L_119; NullCheck(L_120); ArrayElementTypeCheck (L_120, _stringLiteral1520496490); (L_120)->SetAt(static_cast(((int32_t)123)), (String_t*)_stringLiteral1520496490); StringU5BU5D_t1281789340* L_121 = L_120; NullCheck(L_121); ArrayElementTypeCheck (L_121, _stringLiteral1522659178); (L_121)->SetAt(static_cast(((int32_t)124)), (String_t*)_stringLiteral1522659178); StringU5BU5D_t1281789340* L_122 = L_121; NullCheck(L_122); ArrayElementTypeCheck (L_122, _stringLiteral1555099731); (L_122)->SetAt(static_cast(((int32_t)125)), (String_t*)_stringLiteral1555099731); StringU5BU5D_t1281789340* L_123 = L_122; NullCheck(L_123); ArrayElementTypeCheck (L_123, _stringLiteral3596961777); (L_123)->SetAt(static_cast(((int32_t)126)), (String_t*)_stringLiteral3596961777); StringU5BU5D_t1281789340* L_124 = L_123; NullCheck(L_124); ArrayElementTypeCheck (L_124, _stringLiteral3826387268); (L_124)->SetAt(static_cast(((int32_t)127)), (String_t*)_stringLiteral3826387268); StringU5BU5D_t1281789340* L_125 = L_124; NullCheck(L_125); ArrayElementTypeCheck (L_125, _stringLiteral3627370698); (L_125)->SetAt(static_cast(((int32_t)128)), (String_t*)_stringLiteral3627370698); StringU5BU5D_t1281789340* L_126 = L_125; NullCheck(L_126); ArrayElementTypeCheck (L_126, _stringLiteral2780741640); (L_126)->SetAt(static_cast(((int32_t)129)), (String_t*)_stringLiteral2780741640); StringU5BU5D_t1281789340* L_127 = L_126; NullCheck(L_127); ArrayElementTypeCheck (L_127, _stringLiteral1828056512); (L_127)->SetAt(static_cast(((int32_t)130)), (String_t*)_stringLiteral1828056512); StringU5BU5D_t1281789340* L_128 = L_127; NullCheck(L_128); ArrayElementTypeCheck (L_128, _stringLiteral261972571); (L_128)->SetAt(static_cast(((int32_t)131)), (String_t*)_stringLiteral261972571); StringU5BU5D_t1281789340* L_129 = L_128; NullCheck(L_129); ArrayElementTypeCheck (L_129, _stringLiteral1424771985); (L_129)->SetAt(static_cast(((int32_t)132)), (String_t*)_stringLiteral1424771985); StringU5BU5D_t1281789340* L_130 = L_129; NullCheck(L_130); ArrayElementTypeCheck (L_130, _stringLiteral3037910093); (L_130)->SetAt(static_cast(((int32_t)133)), (String_t*)_stringLiteral3037910093); StringU5BU5D_t1281789340* L_131 = L_130; NullCheck(L_131); ArrayElementTypeCheck (L_131, _stringLiteral1803677120); (L_131)->SetAt(static_cast(((int32_t)134)), (String_t*)_stringLiteral1803677120); StringU5BU5D_t1281789340* L_132 = L_131; NullCheck(L_132); ArrayElementTypeCheck (L_132, _stringLiteral237593179); (L_132)->SetAt(static_cast(((int32_t)135)), (String_t*)_stringLiteral237593179); StringU5BU5D_t1281789340* L_133 = L_132; NullCheck(L_133); ArrayElementTypeCheck (L_133, _stringLiteral1400392593); (L_133)->SetAt(static_cast(((int32_t)136)), (String_t*)_stringLiteral1400392593); StringU5BU5D_t1281789340* L_134 = L_133; NullCheck(L_134); ArrayElementTypeCheck (L_134, _stringLiteral3013530701); (L_134)->SetAt(static_cast(((int32_t)137)), (String_t*)_stringLiteral3013530701); StringU5BU5D_t1281789340* L_135 = L_134; NullCheck(L_135); ArrayElementTypeCheck (L_135, _stringLiteral1294288470); (L_135)->SetAt(static_cast(((int32_t)138)), (String_t*)_stringLiteral1294288470); StringU5BU5D_t1281789340* L_136 = L_135; NullCheck(L_136); ArrayElementTypeCheck (L_136, _stringLiteral1268336214); (L_136)->SetAt(static_cast(((int32_t)139)), (String_t*)_stringLiteral1268336214); StringU5BU5D_t1281789340* L_137 = L_136; NullCheck(L_137); ArrayElementTypeCheck (L_137, _stringLiteral4166749120); (L_137)->SetAt(static_cast(((int32_t)140)), (String_t*)_stringLiteral4166749120); StringU5BU5D_t1281789340* L_138 = L_137; NullCheck(L_138); ArrayElementTypeCheck (L_138, _stringLiteral436804029); (L_138)->SetAt(static_cast(((int32_t)141)), (String_t*)_stringLiteral436804029); StringU5BU5D_t1281789340* L_139 = L_138; NullCheck(L_139); ArrayElementTypeCheck (L_139, _stringLiteral428433766); (L_139)->SetAt(static_cast(((int32_t)142)), (String_t*)_stringLiteral428433766); StringU5BU5D_t1281789340* L_140 = L_139; NullCheck(L_140); ArrayElementTypeCheck (L_140, _stringLiteral2795945889); (L_140)->SetAt(static_cast(((int32_t)143)), (String_t*)_stringLiteral2795945889); StringU5BU5D_t1281789340* L_141 = L_140; NullCheck(L_141); ArrayElementTypeCheck (L_141, _stringLiteral698015566); (L_141)->SetAt(static_cast(((int32_t)144)), (String_t*)_stringLiteral698015566); StringU5BU5D_t1281789340* L_142 = L_141; NullCheck(L_142); ArrayElementTypeCheck (L_142, _stringLiteral2992037710); (L_142)->SetAt(static_cast(((int32_t)145)), (String_t*)_stringLiteral2992037710); StringU5BU5D_t1281789340* L_143 = L_142; NullCheck(L_143); ArrayElementTypeCheck (L_143, _stringLiteral698015569); (L_143)->SetAt(static_cast(((int32_t)146)), (String_t*)_stringLiteral698015569); StringU5BU5D_t1281789340* L_144 = L_143; NullCheck(L_144); ArrayElementTypeCheck (L_144, _stringLiteral2992037713); (L_144)->SetAt(static_cast(((int32_t)147)), (String_t*)_stringLiteral2992037713); StringU5BU5D_t1281789340* L_145 = L_144; NullCheck(L_145); ArrayElementTypeCheck (L_145, _stringLiteral698015571); (L_145)->SetAt(static_cast(((int32_t)148)), (String_t*)_stringLiteral698015571); StringU5BU5D_t1281789340* L_146 = L_145; NullCheck(L_146); ArrayElementTypeCheck (L_146, _stringLiteral2992037715); (L_146)->SetAt(static_cast(((int32_t)149)), (String_t*)_stringLiteral2992037715); StringU5BU5D_t1281789340* L_147 = L_146; NullCheck(L_147); ArrayElementTypeCheck (L_147, _stringLiteral698015575); (L_147)->SetAt(static_cast(((int32_t)150)), (String_t*)_stringLiteral698015575); StringU5BU5D_t1281789340* L_148 = L_147; NullCheck(L_148); ArrayElementTypeCheck (L_148, _stringLiteral1588393650); (L_148)->SetAt(static_cast(((int32_t)151)), (String_t*)_stringLiteral1588393650); StringU5BU5D_t1281789340* L_149 = L_148; NullCheck(L_149); ArrayElementTypeCheck (L_149, _stringLiteral3801341779); (L_149)->SetAt(static_cast(((int32_t)152)), (String_t*)_stringLiteral3801341779); StringU5BU5D_t1281789340* L_150 = L_149; NullCheck(L_150); ArrayElementTypeCheck (L_150, _stringLiteral3801341783); (L_150)->SetAt(static_cast(((int32_t)153)), (String_t*)_stringLiteral3801341783); StringU5BU5D_t1281789340* L_151 = L_150; NullCheck(L_151); ArrayElementTypeCheck (L_151, _stringLiteral3799113506); (L_151)->SetAt(static_cast(((int32_t)154)), (String_t*)_stringLiteral3799113506); StringU5BU5D_t1281789340* L_152 = L_151; NullCheck(L_152); ArrayElementTypeCheck (L_152, _stringLiteral1618802589); (L_152)->SetAt(static_cast(((int32_t)155)), (String_t*)_stringLiteral1618802589); StringU5BU5D_t1281789340* L_153 = L_152; NullCheck(L_153); ArrayElementTypeCheck (L_153, _stringLiteral1701510554); (L_153)->SetAt(static_cast(((int32_t)156)), (String_t*)_stringLiteral1701510554); StringU5BU5D_t1281789340* L_154 = L_153; NullCheck(L_154); ArrayElementTypeCheck (L_154, _stringLiteral1701510557); (L_154)->SetAt(static_cast(((int32_t)157)), (String_t*)_stringLiteral1701510557); StringU5BU5D_t1281789340* L_155 = L_154; NullCheck(L_155); ArrayElementTypeCheck (L_155, _stringLiteral1701510551); (L_155)->SetAt(static_cast(((int32_t)158)), (String_t*)_stringLiteral1701510551); StringU5BU5D_t1281789340* L_156 = L_155; NullCheck(L_156); ArrayElementTypeCheck (L_156, _stringLiteral1701510547); (L_156)->SetAt(static_cast(((int32_t)159)), (String_t*)_stringLiteral1701510547); StringU5BU5D_t1281789340* L_157 = L_156; NullCheck(L_157); ArrayElementTypeCheck (L_157, _stringLiteral509869463); (L_157)->SetAt(static_cast(((int32_t)160)), (String_t*)_stringLiteral509869463); StringU5BU5D_t1281789340* L_158 = L_157; NullCheck(L_158); ArrayElementTypeCheck (L_158, _stringLiteral509869459); (L_158)->SetAt(static_cast(((int32_t)161)), (String_t*)_stringLiteral509869459); StringU5BU5D_t1281789340* L_159 = L_158; NullCheck(L_159); ArrayElementTypeCheck (L_159, _stringLiteral516029926); (L_159)->SetAt(static_cast(((int32_t)162)), (String_t*)_stringLiteral516029926); StringU5BU5D_t1281789340* L_160 = L_159; NullCheck(L_160); ArrayElementTypeCheck (L_160, _stringLiteral3088480974); (L_160)->SetAt(static_cast(((int32_t)163)), (String_t*)_stringLiteral3088480974); StringU5BU5D_t1281789340* L_161 = L_160; NullCheck(L_161); ArrayElementTypeCheck (L_161, _stringLiteral3118889913); (L_161)->SetAt(static_cast(((int32_t)164)), (String_t*)_stringLiteral3118889913); StringU5BU5D_t1281789340* L_162 = L_161; NullCheck(L_162); ArrayElementTypeCheck (L_162, _stringLiteral1304852710); (L_162)->SetAt(static_cast(((int32_t)165)), (String_t*)_stringLiteral1304852710); StringU5BU5D_t1281789340* L_163 = L_162; NullCheck(L_163); ArrayElementTypeCheck (L_163, _stringLiteral2961955917); (L_163)->SetAt(static_cast(((int32_t)179)), (String_t*)_stringLiteral2961955917); StringU5BU5D_t1281789340* L_164 = L_163; NullCheck(L_164); ArrayElementTypeCheck (L_164, _stringLiteral2961169485); (L_164)->SetAt(static_cast(((int32_t)180)), (String_t*)_stringLiteral2961169485); StringU5BU5D_t1281789340* L_165 = L_164; NullCheck(L_165); ArrayElementTypeCheck (L_165, _stringLiteral1395871976); (L_165)->SetAt(static_cast(((int32_t)181)), (String_t*)_stringLiteral1395871976); StringU5BU5D_t1281789340* L_166 = L_165; NullCheck(L_166); ArrayElementTypeCheck (L_166, _stringLiteral1395085544); (L_166)->SetAt(static_cast(((int32_t)182)), (String_t*)_stringLiteral1395085544); StringU5BU5D_t1281789340* L_167 = L_166; NullCheck(L_167); ArrayElementTypeCheck (L_167, _stringLiteral2558671390); (L_167)->SetAt(static_cast(((int32_t)183)), (String_t*)_stringLiteral2558671390); StringU5BU5D_t1281789340* L_168 = L_167; NullCheck(L_168); ArrayElementTypeCheck (L_168, _stringLiteral2557884958); (L_168)->SetAt(static_cast(((int32_t)184)), (String_t*)_stringLiteral2557884958); StringU5BU5D_t1281789340* L_169 = L_168; NullCheck(L_169); ArrayElementTypeCheck (L_169, _stringLiteral4171809498); (L_169)->SetAt(static_cast(((int32_t)185)), (String_t*)_stringLiteral4171809498); StringU5BU5D_t1281789340* L_170 = L_169; NullCheck(L_170); ArrayElementTypeCheck (L_170, _stringLiteral4171023066); (L_170)->SetAt(static_cast(((int32_t)186)), (String_t*)_stringLiteral4171023066); StringU5BU5D_t1281789340* L_171 = L_170; NullCheck(L_171); ArrayElementTypeCheck (L_171, _stringLiteral1071914083); (L_171)->SetAt(static_cast(((int32_t)194)), (String_t*)_stringLiteral1071914083); StringU5BU5D_t1281789340* L_172 = L_171; NullCheck(L_172); ArrayElementTypeCheck (L_172, _stringLiteral3901042851); (L_172)->SetAt(static_cast(((int32_t)195)), (String_t*)_stringLiteral3901042851); StringU5BU5D_t1281789340* L_173 = L_172; NullCheck(L_173); ArrayElementTypeCheck (L_173, _stringLiteral2862176351); (L_173)->SetAt(static_cast(((int32_t)198)), (String_t*)_stringLiteral2862176351); StringU5BU5D_t1281789340* L_174 = L_173; NullCheck(L_174); ArrayElementTypeCheck (L_174, _stringLiteral3789899853); (L_174)->SetAt(static_cast(((int32_t)208)), (String_t*)_stringLiteral3789899853); StringU5BU5D_t1281789340* L_175 = L_174; NullCheck(L_175); ArrayElementTypeCheck (L_175, _stringLiteral1890640021); (L_175)->SetAt(static_cast(((int32_t)209)), (String_t*)_stringLiteral1890640021); StringU5BU5D_t1281789340* L_176 = L_175; NullCheck(L_176); ArrayElementTypeCheck (L_176, _stringLiteral3456723962); (L_176)->SetAt(static_cast(((int32_t)210)), (String_t*)_stringLiteral3456723962); StringU5BU5D_t1281789340* L_177 = L_176; NullCheck(L_177); ArrayElementTypeCheck (L_177, _stringLiteral2319403361); (L_177)->SetAt(static_cast(((int32_t)211)), (String_t*)_stringLiteral2319403361); StringU5BU5D_t1281789340* L_178 = L_177; NullCheck(L_178); ArrayElementTypeCheck (L_178, _stringLiteral93756476); (L_178)->SetAt(static_cast(((int32_t)212)), (String_t*)_stringLiteral93756476); StringU5BU5D_t1281789340* L_179 = L_178; NullCheck(L_179); ArrayElementTypeCheck (L_179, _stringLiteral92970044); (L_179)->SetAt(static_cast(((int32_t)213)), (String_t*)_stringLiteral92970044); StringU5BU5D_t1281789340* L_180 = L_179; NullCheck(L_180); ArrayElementTypeCheck (L_180, _stringLiteral2464086830); (L_180)->SetAt(static_cast(((int32_t)214)), (String_t*)_stringLiteral2464086830); StringU5BU5D_t1281789340* L_181 = L_180; NullCheck(L_181); ArrayElementTypeCheck (L_181, _stringLiteral1751957008); (L_181)->SetAt(static_cast(((int32_t)215)), (String_t*)_stringLiteral1751957008); StringU5BU5D_t1281789340* L_182 = L_181; NullCheck(L_182); ArrayElementTypeCheck (L_182, _stringLiteral2183062386); (L_182)->SetAt(static_cast(((int32_t)216)), (String_t*)_stringLiteral2183062386); StringU5BU5D_t1281789340* L_183 = L_182; NullCheck(L_183); ArrayElementTypeCheck (L_183, _stringLiteral2584269099); (L_183)->SetAt(static_cast(((int32_t)217)), (String_t*)_stringLiteral2584269099); StringU5BU5D_t1281789340* L_184 = L_183; NullCheck(L_184); ArrayElementTypeCheck (L_184, _stringLiteral2216561974); (L_184)->SetAt(static_cast(((int32_t)218)), (String_t*)_stringLiteral2216561974); StringU5BU5D_t1281789340* L_185 = L_184; NullCheck(L_185); ArrayElementTypeCheck (L_185, _stringLiteral2617774519); (L_185)->SetAt(static_cast(((int32_t)219)), (String_t*)_stringLiteral2617774519); StringU5BU5D_t1281789340* L_186 = L_185; NullCheck(L_186); ArrayElementTypeCheck (L_186, _stringLiteral3255819562); (L_186)->SetAt(static_cast(((int32_t)220)), (String_t*)_stringLiteral3255819562); StringU5BU5D_t1281789340* L_187 = L_186; NullCheck(L_187); ArrayElementTypeCheck (L_187, _stringLiteral1905829986); (L_187)->SetAt(static_cast(((int32_t)221)), (String_t*)_stringLiteral1905829986); StringU5BU5D_t1281789340* L_188 = L_187; NullCheck(L_188); ArrayElementTypeCheck (L_188, _stringLiteral2104819759); (L_188)->SetAt(static_cast(((int32_t)222)), (String_t*)_stringLiteral2104819759); StringU5BU5D_t1281789340* L_189 = L_188; NullCheck(L_189); ArrayElementTypeCheck (L_189, _stringLiteral181290927); (L_189)->SetAt(static_cast(((int32_t)223)), (String_t*)_stringLiteral181290927); StringU5BU5D_t1281789340* L_190 = L_189; NullCheck(L_190); ArrayElementTypeCheck (L_190, _stringLiteral2318616929); (L_190)->SetAt(static_cast(((int32_t)224)), (String_t*)_stringLiteral2318616929); StringU5BU5D_t1281789340* L_191 = L_190; NullCheck(L_191); ArrayElementTypeCheck (L_191, _stringLiteral2847877231); (L_191)->SetAt(static_cast(((int32_t)248)), (String_t*)_stringLiteral2847877231); StringU5BU5D_t1281789340* L_192 = L_191; NullCheck(L_192); ArrayElementTypeCheck (L_192, _stringLiteral1281793290); (L_192)->SetAt(static_cast(((int32_t)249)), (String_t*)_stringLiteral1281793290); StringU5BU5D_t1281789340* L_193 = L_192; NullCheck(L_193); ArrayElementTypeCheck (L_193, _stringLiteral4010676645); (L_193)->SetAt(static_cast(((int32_t)250)), (String_t*)_stringLiteral4010676645); StringU5BU5D_t1281789340* L_194 = L_193; NullCheck(L_194); ArrayElementTypeCheck (L_194, _stringLiteral2444592704); (L_194)->SetAt(static_cast(((int32_t)251)), (String_t*)_stringLiteral2444592704); StringU5BU5D_t1281789340* L_195 = L_194; NullCheck(L_195); ArrayElementTypeCheck (L_195, _stringLiteral878508763); (L_195)->SetAt(static_cast(((int32_t)252)), (String_t*)_stringLiteral878508763); StringU5BU5D_t1281789340* L_196 = L_195; NullCheck(L_196); ArrayElementTypeCheck (L_196, _stringLiteral3607392118); (L_196)->SetAt(static_cast(((int32_t)253)), (String_t*)_stringLiteral3607392118); StringU5BU5D_t1281789340* L_197 = L_196; NullCheck(L_197); ArrayElementTypeCheck (L_197, _stringLiteral2041308177); (L_197)->SetAt(static_cast(((int32_t)254)), (String_t*)_stringLiteral2041308177); StringU5BU5D_t1281789340* L_198 = L_197; NullCheck(L_198); ArrayElementTypeCheck (L_198, _stringLiteral310947494); (L_198)->SetAt(static_cast(((int32_t)255)), (String_t*)_stringLiteral310947494); StringU5BU5D_t1281789340* L_199 = L_198; NullCheck(L_199); ArrayElementTypeCheck (L_199, _stringLiteral2625442207); (L_199)->SetAt(static_cast(((int32_t)256)), (String_t*)_stringLiteral2625442207); StringU5BU5D_t1281789340* L_200 = L_199; NullCheck(L_200); ArrayElementTypeCheck (L_200, _stringLiteral2956502322); (L_200)->SetAt(static_cast(((int32_t)257)), (String_t*)_stringLiteral2956502322); StringU5BU5D_t1281789340* L_201 = L_200; NullCheck(L_201); ArrayElementTypeCheck (L_201, _stringLiteral2553086723); (L_201)->SetAt(static_cast(((int32_t)258)), (String_t*)_stringLiteral2553086723); StringU5BU5D_t1281789340* L_202 = L_201; NullCheck(L_202); ArrayElementTypeCheck (L_202, _stringLiteral4199529358); (L_202)->SetAt(static_cast(((int32_t)259)), (String_t*)_stringLiteral4199529358); StringU5BU5D_t1281789340* L_203 = L_202; NullCheck(L_203); ArrayElementTypeCheck (L_203, _stringLiteral2553807619); (L_203)->SetAt(static_cast(((int32_t)260)), (String_t*)_stringLiteral2553807619); StringU5BU5D_t1281789340* L_204 = L_203; NullCheck(L_204); ArrayElementTypeCheck (L_204, _stringLiteral4223843214); (L_204)->SetAt(static_cast(((int32_t)261)), (String_t*)_stringLiteral4223843214); StringU5BU5D_t1281789340* L_205 = L_204; NullCheck(L_205); ArrayElementTypeCheck (L_205, _stringLiteral3049844596); (L_205)->SetAt(static_cast(((int32_t)262)), (String_t*)_stringLiteral3049844596); StringU5BU5D_t1281789340* L_206 = L_205; NullCheck(L_206); ArrayElementTypeCheck (L_206, _stringLiteral1050698387); (L_206)->SetAt(static_cast(((int32_t)263)), (String_t*)_stringLiteral1050698387); StringU5BU5D_t1281789340* L_207 = L_206; NullCheck(L_207); ArrayElementTypeCheck (L_207, _stringLiteral2672666724); (L_207)->SetAt(static_cast(((int32_t)265)), (String_t*)_stringLiteral2672666724); StringU5BU5D_t1281789340* L_208 = L_207; NullCheck(L_208); ArrayElementTypeCheck (L_208, _stringLiteral2674829412); (L_208)->SetAt(static_cast(((int32_t)266)), (String_t*)_stringLiteral2674829412); StringU5BU5D_t1281789340* L_209 = L_208; NullCheck(L_209); ArrayElementTypeCheck (L_209, _stringLiteral2707269963); (L_209)->SetAt(static_cast(((int32_t)267)), (String_t*)_stringLiteral2707269963); StringU5BU5D_t1281789340* L_210 = L_209; NullCheck(L_210); ArrayElementTypeCheck (L_210, _stringLiteral1575444825); (L_210)->SetAt(static_cast(((int32_t)268)), (String_t*)_stringLiteral1575444825); StringU5BU5D_t1281789340* L_211 = L_210; NullCheck(L_211); ArrayElementTypeCheck (L_211, _stringLiteral1577607513); (L_211)->SetAt(static_cast(((int32_t)269)), (String_t*)_stringLiteral1577607513); StringU5BU5D_t1281789340* L_212 = L_211; NullCheck(L_212); ArrayElementTypeCheck (L_212, _stringLiteral1610048064); (L_212)->SetAt(static_cast(((int32_t)270)), (String_t*)_stringLiteral1610048064); StringU5BU5D_t1281789340* L_213 = L_212; NullCheck(L_213); ArrayElementTypeCheck (L_213, _stringLiteral758455766); (L_213)->SetAt(static_cast(((int32_t)271)), (String_t*)_stringLiteral758455766); StringU5BU5D_t1281789340* L_214 = L_213; NullCheck(L_214); ArrayElementTypeCheck (L_214, _stringLiteral2776883149); (L_214)->SetAt(static_cast(((int32_t)273)), (String_t*)_stringLiteral2776883149); StringU5BU5D_t1281789340* L_215 = L_214; NullCheck(L_215); ArrayElementTypeCheck (L_215, _stringLiteral4294815748); (L_215)->SetAt(static_cast(((int32_t)274)), (String_t*)_stringLiteral4294815748); StringU5BU5D_t1281789340* L_216 = L_215; NullCheck(L_216); ArrayElementTypeCheck (L_216, _stringLiteral762256015); (L_216)->SetAt(static_cast(((int32_t)275)), (String_t*)_stringLiteral762256015); StringU5BU5D_t1281789340* L_217 = L_216; NullCheck(L_217); ArrayElementTypeCheck (L_217, _stringLiteral411239501); (L_217)->SetAt(static_cast(((int32_t)276)), (String_t*)_stringLiteral411239501); StringU5BU5D_t1281789340* L_218 = L_217; NullCheck(L_218); ArrayElementTypeCheck (L_218, _stringLiteral391566033); (L_218)->SetAt(static_cast(((int32_t)277)), (String_t*)_stringLiteral391566033); StringU5BU5D_t1281789340* L_219 = L_218; NullCheck(L_219); ArrayElementTypeCheck (L_219, _stringLiteral3729795581); (L_219)->SetAt(static_cast(((int32_t)278)), (String_t*)_stringLiteral3729795581); StringU5BU5D_t1281789340* L_220 = L_219; NullCheck(L_220); ArrayElementTypeCheck (L_220, _stringLiteral3533118474); (L_220)->SetAt(static_cast(((int32_t)279)), (String_t*)_stringLiteral3533118474); StringU5BU5D_t1281789340* L_221 = L_220; NullCheck(L_221); ArrayElementTypeCheck (L_221, _stringLiteral1958305329); (L_221)->SetAt(static_cast(((int32_t)280)), (String_t*)_stringLiteral1958305329); StringU5BU5D_t1281789340* L_222 = L_221; NullCheck(L_222); ArrayElementTypeCheck (L_222, _stringLiteral219402031); (L_222)->SetAt(static_cast(((int32_t)282)), (String_t*)_stringLiteral219402031); StringU5BU5D_t1281789340* L_223 = L_222; NullCheck(L_223); ArrayElementTypeCheck (L_223, _stringLiteral2873896790); (L_223)->SetAt(static_cast(((int32_t)284)), (String_t*)_stringLiteral2873896790); StringU5BU5D_t1281789340* L_224 = L_223; NullCheck(L_224); ArrayElementTypeCheck (L_224, _stringLiteral3904516881); (L_224)->SetAt(static_cast(((int32_t)285)), (String_t*)_stringLiteral3904516881); StringU5BU5D_t1281789340* L_225 = L_224; NullCheck(L_225); ArrayElementTypeCheck (L_225, _stringLiteral4361487); (L_225)->SetAt(static_cast(((int32_t)286)), (String_t*)_stringLiteral4361487); ((OpCodeNames_t3363784580_StaticFields*)il2cpp_codegen_static_fields_for(OpCodeNames_t3363784580_il2cpp_TypeInfo_var))->set_names_0(L_225); 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.Reflection.Emit.OpCodes::.cctor() extern "C" IL2CPP_METHOD_ATTR void OpCodes__cctor_m3821715395 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OpCodes__cctor_m3821715395_MetadataUsageId); s_Il2CppMethodInitialized = true; } { OpCode_t123070264 L_0; memset(&L_0, 0, sizeof(L_0)); OpCode__ctor_m2823239373((&L_0), ((int32_t)1179903), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Nop_0(L_0); OpCode_t123070264 L_1; memset(&L_1, 0, sizeof(L_1)); OpCode__ctor_m2823239373((&L_1), ((int32_t)1180159), ((int32_t)17106177), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Break_1(L_1); OpCode_t123070264 L_2; memset(&L_2, 0, sizeof(L_2)); OpCode__ctor_m2823239373((&L_2), ((int32_t)1245951), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_0_2(L_2); OpCode_t123070264 L_3; memset(&L_3, 0, sizeof(L_3)); OpCode__ctor_m2823239373((&L_3), ((int32_t)1246207), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_1_3(L_3); OpCode_t123070264 L_4; memset(&L_4, 0, sizeof(L_4)); OpCode__ctor_m2823239373((&L_4), ((int32_t)1246463), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_2_4(L_4); OpCode_t123070264 L_5; memset(&L_5, 0, sizeof(L_5)); OpCode__ctor_m2823239373((&L_5), ((int32_t)1246719), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_3_5(L_5); OpCode_t123070264 L_6; memset(&L_6, 0, sizeof(L_6)); OpCode__ctor_m2823239373((&L_6), ((int32_t)1246975), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_0_6(L_6); OpCode_t123070264 L_7; memset(&L_7, 0, sizeof(L_7)); OpCode__ctor_m2823239373((&L_7), ((int32_t)1247231), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_1_7(L_7); OpCode_t123070264 L_8; memset(&L_8, 0, sizeof(L_8)); OpCode__ctor_m2823239373((&L_8), ((int32_t)1247487), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_2_8(L_8); OpCode_t123070264 L_9; memset(&L_9, 0, sizeof(L_9)); OpCode__ctor_m2823239373((&L_9), ((int32_t)1247743), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_3_9(L_9); OpCode_t123070264 L_10; memset(&L_10, 0, sizeof(L_10)); OpCode__ctor_m2823239373((&L_10), ((int32_t)17959679), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_0_10(L_10); OpCode_t123070264 L_11; memset(&L_11, 0, sizeof(L_11)); OpCode__ctor_m2823239373((&L_11), ((int32_t)17959935), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_1_11(L_11); OpCode_t123070264 L_12; memset(&L_12, 0, sizeof(L_12)); OpCode__ctor_m2823239373((&L_12), ((int32_t)17960191), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_2_12(L_12); OpCode_t123070264 L_13; memset(&L_13, 0, sizeof(L_13)); OpCode__ctor_m2823239373((&L_13), ((int32_t)17960447), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_3_13(L_13); OpCode_t123070264 L_14; memset(&L_14, 0, sizeof(L_14)); OpCode__ctor_m2823239373((&L_14), ((int32_t)1249023), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_S_14(L_14); OpCode_t123070264 L_15; memset(&L_15, 0, sizeof(L_15)); OpCode__ctor_m2823239373((&L_15), ((int32_t)1380351), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarga_S_15(L_15); OpCode_t123070264 L_16; memset(&L_16, 0, sizeof(L_16)); OpCode__ctor_m2823239373((&L_16), ((int32_t)17961215), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Starg_S_16(L_16); OpCode_t123070264 L_17; memset(&L_17, 0, sizeof(L_17)); OpCode__ctor_m2823239373((&L_17), ((int32_t)1249791), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_S_17(L_17); OpCode_t123070264 L_18; memset(&L_18, 0, sizeof(L_18)); OpCode__ctor_m2823239373((&L_18), ((int32_t)1381119), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloca_S_18(L_18); OpCode_t123070264 L_19; memset(&L_19, 0, sizeof(L_19)); OpCode__ctor_m2823239373((&L_19), ((int32_t)17961983), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_S_19(L_19); OpCode_t123070264 L_20; memset(&L_20, 0, sizeof(L_20)); OpCode__ctor_m2823239373((&L_20), ((int32_t)1643775), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldnull_20(L_20); OpCode_t123070264 L_21; memset(&L_21, 0, sizeof(L_21)); OpCode__ctor_m2823239373((&L_21), ((int32_t)1381887), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_M1_21(L_21); OpCode_t123070264 L_22; memset(&L_22, 0, sizeof(L_22)); OpCode__ctor_m2823239373((&L_22), ((int32_t)1382143), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_0_22(L_22); OpCode_t123070264 L_23; memset(&L_23, 0, sizeof(L_23)); OpCode__ctor_m2823239373((&L_23), ((int32_t)1382399), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_1_23(L_23); OpCode_t123070264 L_24; memset(&L_24, 0, sizeof(L_24)); OpCode__ctor_m2823239373((&L_24), ((int32_t)1382655), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_2_24(L_24); OpCode_t123070264 L_25; memset(&L_25, 0, sizeof(L_25)); OpCode__ctor_m2823239373((&L_25), ((int32_t)1382911), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_3_25(L_25); OpCode_t123070264 L_26; memset(&L_26, 0, sizeof(L_26)); OpCode__ctor_m2823239373((&L_26), ((int32_t)1383167), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_4_26(L_26); OpCode_t123070264 L_27; memset(&L_27, 0, sizeof(L_27)); OpCode__ctor_m2823239373((&L_27), ((int32_t)1383423), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_5_27(L_27); OpCode_t123070264 L_28; memset(&L_28, 0, sizeof(L_28)); OpCode__ctor_m2823239373((&L_28), ((int32_t)1383679), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_6_28(L_28); OpCode_t123070264 L_29; memset(&L_29, 0, sizeof(L_29)); OpCode__ctor_m2823239373((&L_29), ((int32_t)1383935), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_7_29(L_29); OpCode_t123070264 L_30; memset(&L_30, 0, sizeof(L_30)); OpCode__ctor_m2823239373((&L_30), ((int32_t)1384191), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_8_30(L_30); OpCode_t123070264 L_31; memset(&L_31, 0, sizeof(L_31)); OpCode__ctor_m2823239373((&L_31), ((int32_t)1384447), ((int32_t)84934913), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_S_31(L_31); OpCode_t123070264 L_32; memset(&L_32, 0, sizeof(L_32)); OpCode__ctor_m2823239373((&L_32), ((int32_t)1384703), ((int32_t)84018433), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_32(L_32); OpCode_t123070264 L_33; memset(&L_33, 0, sizeof(L_33)); OpCode__ctor_m2823239373((&L_33), ((int32_t)1450495), ((int32_t)84083969), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I8_33(L_33); OpCode_t123070264 L_34; memset(&L_34, 0, sizeof(L_34)); OpCode__ctor_m2823239373((&L_34), ((int32_t)1516287), ((int32_t)85001473), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_R4_34(L_34); OpCode_t123070264 L_35; memset(&L_35, 0, sizeof(L_35)); OpCode__ctor_m2823239373((&L_35), ((int32_t)1582079), ((int32_t)84346113), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_R8_35(L_35); OpCode_t123070264 L_36; memset(&L_36, 0, sizeof(L_36)); OpCode__ctor_m2823239373((&L_36), ((int32_t)18097663), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Dup_36(L_36); OpCode_t123070264 L_37; memset(&L_37, 0, sizeof(L_37)); OpCode__ctor_m2823239373((&L_37), ((int32_t)17966847), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Pop_37(L_37); OpCode_t123070264 L_38; memset(&L_38, 0, sizeof(L_38)); OpCode__ctor_m2823239373((&L_38), ((int32_t)1189887), ((int32_t)33817857), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Jmp_38(L_38); OpCode_t123070264 L_39; memset(&L_39, 0, sizeof(L_39)); OpCode__ctor_m2823239373((&L_39), ((int32_t)437987583), ((int32_t)33817857), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Call_39(L_39); OpCode_t123070264 L_40; memset(&L_40, 0, sizeof(L_40)); OpCode__ctor_m2823239373((&L_40), ((int32_t)437987839), ((int32_t)34145537), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Calli_40(L_40); OpCode_t123070264 L_41; memset(&L_41, 0, sizeof(L_41)); OpCode__ctor_m2823239373((&L_41), ((int32_t)437398271), ((int32_t)117769473), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ret_41(L_41); OpCode_t123070264 L_42; memset(&L_42, 0, sizeof(L_42)); OpCode__ctor_m2823239373((&L_42), ((int32_t)1190911), ((int32_t)983297), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Br_S_42(L_42); OpCode_t123070264 L_43; memset(&L_43, 0, sizeof(L_43)); OpCode__ctor_m2823239373((&L_43), ((int32_t)51522815), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Brfalse_S_43(L_43); OpCode_t123070264 L_44; memset(&L_44, 0, sizeof(L_44)); OpCode__ctor_m2823239373((&L_44), ((int32_t)51523071), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Brtrue_S_44(L_44); OpCode_t123070264 L_45; memset(&L_45, 0, sizeof(L_45)); OpCode__ctor_m2823239373((&L_45), ((int32_t)34746111), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Beq_S_45(L_45); OpCode_t123070264 L_46; memset(&L_46, 0, sizeof(L_46)); OpCode__ctor_m2823239373((&L_46), ((int32_t)34746367), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bge_S_46(L_46); OpCode_t123070264 L_47; memset(&L_47, 0, sizeof(L_47)); OpCode__ctor_m2823239373((&L_47), ((int32_t)34746623), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bgt_S_47(L_47); OpCode_t123070264 L_48; memset(&L_48, 0, sizeof(L_48)); OpCode__ctor_m2823239373((&L_48), ((int32_t)34746879), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ble_S_48(L_48); OpCode_t123070264 L_49; memset(&L_49, 0, sizeof(L_49)); OpCode__ctor_m2823239373((&L_49), ((int32_t)34747135), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Blt_S_49(L_49); OpCode_t123070264 L_50; memset(&L_50, 0, sizeof(L_50)); OpCode__ctor_m2823239373((&L_50), ((int32_t)34747391), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bne_Un_S_50(L_50); OpCode_t123070264 L_51; memset(&L_51, 0, sizeof(L_51)); OpCode__ctor_m2823239373((&L_51), ((int32_t)34747647), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bge_Un_S_51(L_51); OpCode_t123070264 L_52; memset(&L_52, 0, sizeof(L_52)); OpCode__ctor_m2823239373((&L_52), ((int32_t)34747903), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bgt_Un_S_52(L_52); OpCode_t123070264 L_53; memset(&L_53, 0, sizeof(L_53)); OpCode__ctor_m2823239373((&L_53), ((int32_t)34748159), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ble_Un_S_53(L_53); OpCode_t123070264 L_54; memset(&L_54, 0, sizeof(L_54)); OpCode__ctor_m2823239373((&L_54), ((int32_t)34748415), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Blt_Un_S_54(L_54); OpCode_t123070264 L_55; memset(&L_55, 0, sizeof(L_55)); OpCode__ctor_m2823239373((&L_55), ((int32_t)1194239), ((int32_t)1281), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Br_55(L_55); OpCode_t123070264 L_56; memset(&L_56, 0, sizeof(L_56)); OpCode__ctor_m2823239373((&L_56), ((int32_t)51526143), ((int32_t)50332929), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Brfalse_56(L_56); OpCode_t123070264 L_57; memset(&L_57, 0, sizeof(L_57)); OpCode__ctor_m2823239373((&L_57), ((int32_t)51526399), ((int32_t)50332929), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Brtrue_57(L_57); OpCode_t123070264 L_58; memset(&L_58, 0, sizeof(L_58)); OpCode__ctor_m2823239373((&L_58), ((int32_t)34749439), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Beq_58(L_58); OpCode_t123070264 L_59; memset(&L_59, 0, sizeof(L_59)); OpCode__ctor_m2823239373((&L_59), ((int32_t)34749695), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bge_59(L_59); OpCode_t123070264 L_60; memset(&L_60, 0, sizeof(L_60)); OpCode__ctor_m2823239373((&L_60), ((int32_t)34749951), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bgt_60(L_60); OpCode_t123070264 L_61; memset(&L_61, 0, sizeof(L_61)); OpCode__ctor_m2823239373((&L_61), ((int32_t)34750207), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ble_61(L_61); OpCode_t123070264 L_62; memset(&L_62, 0, sizeof(L_62)); OpCode__ctor_m2823239373((&L_62), ((int32_t)34750463), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Blt_62(L_62); OpCode_t123070264 L_63; memset(&L_63, 0, sizeof(L_63)); OpCode__ctor_m2823239373((&L_63), ((int32_t)34750719), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bne_Un_63(L_63); OpCode_t123070264 L_64; memset(&L_64, 0, sizeof(L_64)); OpCode__ctor_m2823239373((&L_64), ((int32_t)34750975), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bge_Un_64(L_64); OpCode_t123070264 L_65; memset(&L_65, 0, sizeof(L_65)); OpCode__ctor_m2823239373((&L_65), ((int32_t)34751231), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bgt_Un_65(L_65); OpCode_t123070264 L_66; memset(&L_66, 0, sizeof(L_66)); OpCode__ctor_m2823239373((&L_66), ((int32_t)34751487), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ble_Un_66(L_66); OpCode_t123070264 L_67; memset(&L_67, 0, sizeof(L_67)); OpCode__ctor_m2823239373((&L_67), ((int32_t)34751743), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Blt_Un_67(L_67); OpCode_t123070264 L_68; memset(&L_68, 0, sizeof(L_68)); OpCode__ctor_m2823239373((&L_68), ((int32_t)51529215), ((int32_t)51053825), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Switch_68(L_68); OpCode_t123070264 L_69; memset(&L_69, 0, sizeof(L_69)); OpCode__ctor_m2823239373((&L_69), ((int32_t)51726079), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_I1_69(L_69); OpCode_t123070264 L_70; memset(&L_70, 0, sizeof(L_70)); OpCode__ctor_m2823239373((&L_70), ((int32_t)51726335), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_U1_70(L_70); OpCode_t123070264 L_71; memset(&L_71, 0, sizeof(L_71)); OpCode__ctor_m2823239373((&L_71), ((int32_t)51726591), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_I2_71(L_71); OpCode_t123070264 L_72; memset(&L_72, 0, sizeof(L_72)); OpCode__ctor_m2823239373((&L_72), ((int32_t)51726847), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_U2_72(L_72); OpCode_t123070264 L_73; memset(&L_73, 0, sizeof(L_73)); OpCode__ctor_m2823239373((&L_73), ((int32_t)51727103), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_I4_73(L_73); OpCode_t123070264 L_74; memset(&L_74, 0, sizeof(L_74)); OpCode__ctor_m2823239373((&L_74), ((int32_t)51727359), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_U4_74(L_74); OpCode_t123070264 L_75; memset(&L_75, 0, sizeof(L_75)); OpCode__ctor_m2823239373((&L_75), ((int32_t)51793151), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_I8_75(L_75); OpCode_t123070264 L_76; memset(&L_76, 0, sizeof(L_76)); OpCode__ctor_m2823239373((&L_76), ((int32_t)51727871), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_I_76(L_76); OpCode_t123070264 L_77; memset(&L_77, 0, sizeof(L_77)); OpCode__ctor_m2823239373((&L_77), ((int32_t)51859199), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_R4_77(L_77); OpCode_t123070264 L_78; memset(&L_78, 0, sizeof(L_78)); OpCode__ctor_m2823239373((&L_78), ((int32_t)51924991), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_R8_78(L_78); OpCode_t123070264 L_79; memset(&L_79, 0, sizeof(L_79)); OpCode__ctor_m2823239373((&L_79), ((int32_t)51990783), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_Ref_79(L_79); OpCode_t123070264 L_80; memset(&L_80, 0, sizeof(L_80)); OpCode__ctor_m2823239373((&L_80), ((int32_t)85086719), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_Ref_80(L_80); OpCode_t123070264 L_81; memset(&L_81, 0, sizeof(L_81)); OpCode__ctor_m2823239373((&L_81), ((int32_t)85086975), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_I1_81(L_81); OpCode_t123070264 L_82; memset(&L_82, 0, sizeof(L_82)); OpCode__ctor_m2823239373((&L_82), ((int32_t)85087231), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_I2_82(L_82); OpCode_t123070264 L_83; memset(&L_83, 0, sizeof(L_83)); OpCode__ctor_m2823239373((&L_83), ((int32_t)85087487), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_I4_83(L_83); OpCode_t123070264 L_84; memset(&L_84, 0, sizeof(L_84)); OpCode__ctor_m2823239373((&L_84), ((int32_t)101864959), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_I8_84(L_84); OpCode_t123070264 L_85; memset(&L_85, 0, sizeof(L_85)); OpCode__ctor_m2823239373((&L_85), ((int32_t)135419647), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_R4_85(L_85); OpCode_t123070264 L_86; memset(&L_86, 0, sizeof(L_86)); OpCode__ctor_m2823239373((&L_86), ((int32_t)152197119), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_R8_86(L_86); OpCode_t123070264 L_87; memset(&L_87, 0, sizeof(L_87)); OpCode__ctor_m2823239373((&L_87), ((int32_t)34822399), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Add_87(L_87); OpCode_t123070264 L_88; memset(&L_88, 0, sizeof(L_88)); OpCode__ctor_m2823239373((&L_88), ((int32_t)34822655), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Sub_88(L_88); OpCode_t123070264 L_89; memset(&L_89, 0, sizeof(L_89)); OpCode__ctor_m2823239373((&L_89), ((int32_t)34822911), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Mul_89(L_89); OpCode_t123070264 L_90; memset(&L_90, 0, sizeof(L_90)); OpCode__ctor_m2823239373((&L_90), ((int32_t)34823167), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Div_90(L_90); OpCode_t123070264 L_91; memset(&L_91, 0, sizeof(L_91)); OpCode__ctor_m2823239373((&L_91), ((int32_t)34823423), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Div_Un_91(L_91); OpCode_t123070264 L_92; memset(&L_92, 0, sizeof(L_92)); OpCode__ctor_m2823239373((&L_92), ((int32_t)34823679), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Rem_92(L_92); OpCode_t123070264 L_93; memset(&L_93, 0, sizeof(L_93)); OpCode__ctor_m2823239373((&L_93), ((int32_t)34823935), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Rem_Un_93(L_93); OpCode_t123070264 L_94; memset(&L_94, 0, sizeof(L_94)); OpCode__ctor_m2823239373((&L_94), ((int32_t)34824191), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_And_94(L_94); OpCode_t123070264 L_95; memset(&L_95, 0, sizeof(L_95)); OpCode__ctor_m2823239373((&L_95), ((int32_t)34824447), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Or_95(L_95); OpCode_t123070264 L_96; memset(&L_96, 0, sizeof(L_96)); OpCode__ctor_m2823239373((&L_96), ((int32_t)34824703), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Xor_96(L_96); OpCode_t123070264 L_97; memset(&L_97, 0, sizeof(L_97)); OpCode__ctor_m2823239373((&L_97), ((int32_t)34824959), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Shl_97(L_97); OpCode_t123070264 L_98; memset(&L_98, 0, sizeof(L_98)); OpCode__ctor_m2823239373((&L_98), ((int32_t)34825215), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Shr_98(L_98); OpCode_t123070264 L_99; memset(&L_99, 0, sizeof(L_99)); OpCode__ctor_m2823239373((&L_99), ((int32_t)34825471), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Shr_Un_99(L_99); OpCode_t123070264 L_100; memset(&L_100, 0, sizeof(L_100)); OpCode__ctor_m2823239373((&L_100), ((int32_t)18048511), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Neg_100(L_100); OpCode_t123070264 L_101; memset(&L_101, 0, sizeof(L_101)); OpCode__ctor_m2823239373((&L_101), ((int32_t)18048767), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Not_101(L_101); OpCode_t123070264 L_102; memset(&L_102, 0, sizeof(L_102)); OpCode__ctor_m2823239373((&L_102), ((int32_t)18180095), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_I1_102(L_102); OpCode_t123070264 L_103; memset(&L_103, 0, sizeof(L_103)); OpCode__ctor_m2823239373((&L_103), ((int32_t)18180351), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_I2_103(L_103); OpCode_t123070264 L_104; memset(&L_104, 0, sizeof(L_104)); OpCode__ctor_m2823239373((&L_104), ((int32_t)18180607), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_I4_104(L_104); OpCode_t123070264 L_105; memset(&L_105, 0, sizeof(L_105)); OpCode__ctor_m2823239373((&L_105), ((int32_t)18246399), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_I8_105(L_105); OpCode_t123070264 L_106; memset(&L_106, 0, sizeof(L_106)); OpCode__ctor_m2823239373((&L_106), ((int32_t)18312191), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_R4_106(L_106); OpCode_t123070264 L_107; memset(&L_107, 0, sizeof(L_107)); OpCode__ctor_m2823239373((&L_107), ((int32_t)18377983), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_R8_107(L_107); OpCode_t123070264 L_108; memset(&L_108, 0, sizeof(L_108)); OpCode__ctor_m2823239373((&L_108), ((int32_t)18181631), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_U4_108(L_108); OpCode_t123070264 L_109; memset(&L_109, 0, sizeof(L_109)); OpCode__ctor_m2823239373((&L_109), ((int32_t)18247423), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_U8_109(L_109); OpCode_t123070264 L_110; memset(&L_110, 0, sizeof(L_110)); OpCode__ctor_m2823239373((&L_110), ((int32_t)438005759), ((int32_t)33817345), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Callvirt_110(L_110); OpCode_t123070264 L_111; memset(&L_111, 0, sizeof(L_111)); OpCode__ctor_m2823239373((&L_111), ((int32_t)85094655), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Cpobj_111(L_111); OpCode_t123070264 L_112; memset(&L_112, 0, sizeof(L_112)); OpCode__ctor_m2823239373((&L_112), ((int32_t)51606015), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldobj_112(L_112); OpCode_t123070264 L_113; memset(&L_113, 0, sizeof(L_113)); OpCode__ctor_m2823239373((&L_113), ((int32_t)1667839), ((int32_t)84542209), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldstr_113(L_113); OpCode_t123070264 L_114; memset(&L_114, 0, sizeof(L_114)); OpCode__ctor_m2823239373((&L_114), ((int32_t)437875711), ((int32_t)33817345), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Newobj_114(L_114); OpCode_t123070264 L_115; memset(&L_115, 0, sizeof(L_115)); OpCode__ctor_m2823239373((&L_115), ((int32_t)169440511), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Castclass_115(L_115); OpCode_t123070264 L_116; memset(&L_116, 0, sizeof(L_116)); OpCode__ctor_m2823239373((&L_116), ((int32_t)169178623), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Isinst_116(L_116); OpCode_t123070264 L_117; memset(&L_117, 0, sizeof(L_117)); OpCode__ctor_m2823239373((&L_117), ((int32_t)18380543), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_R_Un_117(L_117); OpCode_t123070264 L_118; memset(&L_118, 0, sizeof(L_118)); OpCode__ctor_m2823239373((&L_118), ((int32_t)169179647), ((int32_t)84739329), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Unbox_118(L_118); OpCode_t123070264 L_119; memset(&L_119, 0, sizeof(L_119)); OpCode__ctor_m2823239373((&L_119), ((int32_t)168983295), ((int32_t)134546177), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Throw_119(L_119); OpCode_t123070264 L_120; memset(&L_120, 0, sizeof(L_120)); OpCode__ctor_m2823239373((&L_120), ((int32_t)169049087), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldfld_120(L_120); OpCode_t123070264 L_121; memset(&L_121, 0, sizeof(L_121)); OpCode__ctor_m2823239373((&L_121), ((int32_t)169180415), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldflda_121(L_121); OpCode_t123070264 L_122; memset(&L_122, 0, sizeof(L_122)); OpCode__ctor_m2823239373((&L_122), ((int32_t)185761279), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stfld_122(L_122); OpCode_t123070264 L_123; memset(&L_123, 0, sizeof(L_123)); OpCode__ctor_m2823239373((&L_123), ((int32_t)1277695), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldsfld_123(L_123); OpCode_t123070264 L_124; memset(&L_124, 0, sizeof(L_124)); OpCode__ctor_m2823239373((&L_124), ((int32_t)1409023), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldsflda_124(L_124); OpCode_t123070264 L_125; memset(&L_125, 0, sizeof(L_125)); OpCode__ctor_m2823239373((&L_125), ((int32_t)17989887), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stsfld_125(L_125); OpCode_t123070264 L_126; memset(&L_126, 0, sizeof(L_126)); OpCode__ctor_m2823239373((&L_126), ((int32_t)68321791), ((int32_t)84739329), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stobj_126(L_126); OpCode_t123070264 L_127; memset(&L_127, 0, sizeof(L_127)); OpCode__ctor_m2823239373((&L_127), ((int32_t)18187007), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I1_Un_127(L_127); OpCode_t123070264 L_128; memset(&L_128, 0, sizeof(L_128)); OpCode__ctor_m2823239373((&L_128), ((int32_t)18187263), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I2_Un_128(L_128); OpCode_t123070264 L_129; memset(&L_129, 0, sizeof(L_129)); OpCode__ctor_m2823239373((&L_129), ((int32_t)18187519), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I4_Un_129(L_129); OpCode_t123070264 L_130; memset(&L_130, 0, sizeof(L_130)); OpCode__ctor_m2823239373((&L_130), ((int32_t)18253311), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I8_Un_130(L_130); OpCode_t123070264 L_131; memset(&L_131, 0, sizeof(L_131)); OpCode__ctor_m2823239373((&L_131), ((int32_t)18188031), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U1_Un_131(L_131); OpCode_t123070264 L_132; memset(&L_132, 0, sizeof(L_132)); OpCode__ctor_m2823239373((&L_132), ((int32_t)18188287), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U2_Un_132(L_132); OpCode_t123070264 L_133; memset(&L_133, 0, sizeof(L_133)); OpCode__ctor_m2823239373((&L_133), ((int32_t)18188543), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U4_Un_133(L_133); OpCode_t123070264 L_134; memset(&L_134, 0, sizeof(L_134)); OpCode__ctor_m2823239373((&L_134), ((int32_t)18254335), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U8_Un_134(L_134); OpCode_t123070264 L_135; memset(&L_135, 0, sizeof(L_135)); OpCode__ctor_m2823239373((&L_135), ((int32_t)18189055), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I_Un_135(L_135); OpCode_t123070264 L_136; memset(&L_136, 0, sizeof(L_136)); OpCode__ctor_m2823239373((&L_136), ((int32_t)18189311), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U_Un_136(L_136); OpCode_t123070264 L_137; memset(&L_137, 0, sizeof(L_137)); OpCode__ctor_m2823239373((&L_137), ((int32_t)18451711), ((int32_t)84739329), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Box_137(L_137); OpCode_t123070264 L_138; memset(&L_138, 0, sizeof(L_138)); OpCode__ctor_m2823239373((&L_138), ((int32_t)52006399), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Newarr_138(L_138); OpCode_t123070264 L_139; memset(&L_139, 0, sizeof(L_139)); OpCode__ctor_m2823239373((&L_139), ((int32_t)169185023), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldlen_139(L_139); OpCode_t123070264 L_140; memset(&L_140, 0, sizeof(L_140)); OpCode__ctor_m2823239373((&L_140), ((int32_t)202739711), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelema_140(L_140); OpCode_t123070264 L_141; memset(&L_141, 0, sizeof(L_141)); OpCode__ctor_m2823239373((&L_141), ((int32_t)202739967), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_I1_141(L_141); OpCode_t123070264 L_142; memset(&L_142, 0, sizeof(L_142)); OpCode__ctor_m2823239373((&L_142), ((int32_t)202740223), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_U1_142(L_142); OpCode_t123070264 L_143; memset(&L_143, 0, sizeof(L_143)); OpCode__ctor_m2823239373((&L_143), ((int32_t)202740479), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_I2_143(L_143); OpCode_t123070264 L_144; memset(&L_144, 0, sizeof(L_144)); OpCode__ctor_m2823239373((&L_144), ((int32_t)202740735), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_U2_144(L_144); OpCode_t123070264 L_145; memset(&L_145, 0, sizeof(L_145)); OpCode__ctor_m2823239373((&L_145), ((int32_t)202740991), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_I4_145(L_145); OpCode_t123070264 L_146; memset(&L_146, 0, sizeof(L_146)); OpCode__ctor_m2823239373((&L_146), ((int32_t)202741247), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_U4_146(L_146); OpCode_t123070264 L_147; memset(&L_147, 0, sizeof(L_147)); OpCode__ctor_m2823239373((&L_147), ((int32_t)202807039), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_I8_147(L_147); OpCode_t123070264 L_148; memset(&L_148, 0, sizeof(L_148)); OpCode__ctor_m2823239373((&L_148), ((int32_t)202741759), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_I_148(L_148); OpCode_t123070264 L_149; memset(&L_149, 0, sizeof(L_149)); OpCode__ctor_m2823239373((&L_149), ((int32_t)202873087), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_R4_149(L_149); OpCode_t123070264 L_150; memset(&L_150, 0, sizeof(L_150)); OpCode__ctor_m2823239373((&L_150), ((int32_t)202938879), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_R8_150(L_150); OpCode_t123070264 L_151; memset(&L_151, 0, sizeof(L_151)); OpCode__ctor_m2823239373((&L_151), ((int32_t)203004671), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_Ref_151(L_151); OpCode_t123070264 L_152; memset(&L_152, 0, sizeof(L_152)); OpCode__ctor_m2823239373((&L_152), ((int32_t)219323391), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_I_152(L_152); OpCode_t123070264 L_153; memset(&L_153, 0, sizeof(L_153)); OpCode__ctor_m2823239373((&L_153), ((int32_t)219323647), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_I1_153(L_153); OpCode_t123070264 L_154; memset(&L_154, 0, sizeof(L_154)); OpCode__ctor_m2823239373((&L_154), ((int32_t)219323903), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_I2_154(L_154); OpCode_t123070264 L_155; memset(&L_155, 0, sizeof(L_155)); OpCode__ctor_m2823239373((&L_155), ((int32_t)219324159), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_I4_155(L_155); OpCode_t123070264 L_156; memset(&L_156, 0, sizeof(L_156)); OpCode__ctor_m2823239373((&L_156), ((int32_t)236101631), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_I8_156(L_156); OpCode_t123070264 L_157; memset(&L_157, 0, sizeof(L_157)); OpCode__ctor_m2823239373((&L_157), ((int32_t)252879103), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_R4_157(L_157); OpCode_t123070264 L_158; memset(&L_158, 0, sizeof(L_158)); OpCode__ctor_m2823239373((&L_158), ((int32_t)269656575), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_R8_158(L_158); OpCode_t123070264 L_159; memset(&L_159, 0, sizeof(L_159)); OpCode__ctor_m2823239373((&L_159), ((int32_t)286434047), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_Ref_159(L_159); OpCode_t123070264 L_160; memset(&L_160, 0, sizeof(L_160)); OpCode__ctor_m2823239373((&L_160), ((int32_t)202613759), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_160(L_160); OpCode_t123070264 L_161; memset(&L_161, 0, sizeof(L_161)); OpCode__ctor_m2823239373((&L_161), ((int32_t)470983935), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_161(L_161); OpCode_t123070264 L_162; memset(&L_162, 0, sizeof(L_162)); OpCode__ctor_m2823239373((&L_162), ((int32_t)169059839), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Unbox_Any_162(L_162); OpCode_t123070264 L_163; memset(&L_163, 0, sizeof(L_163)); OpCode__ctor_m2823239373((&L_163), ((int32_t)18199551), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I1_163(L_163); OpCode_t123070264 L_164; memset(&L_164, 0, sizeof(L_164)); OpCode__ctor_m2823239373((&L_164), ((int32_t)18199807), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U1_164(L_164); OpCode_t123070264 L_165; memset(&L_165, 0, sizeof(L_165)); OpCode__ctor_m2823239373((&L_165), ((int32_t)18200063), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I2_165(L_165); OpCode_t123070264 L_166; memset(&L_166, 0, sizeof(L_166)); OpCode__ctor_m2823239373((&L_166), ((int32_t)18200319), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U2_166(L_166); OpCode_t123070264 L_167; memset(&L_167, 0, sizeof(L_167)); OpCode__ctor_m2823239373((&L_167), ((int32_t)18200575), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I4_167(L_167); OpCode_t123070264 L_168; memset(&L_168, 0, sizeof(L_168)); OpCode__ctor_m2823239373((&L_168), ((int32_t)18200831), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U4_168(L_168); OpCode_t123070264 L_169; memset(&L_169, 0, sizeof(L_169)); OpCode__ctor_m2823239373((&L_169), ((int32_t)18266623), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I8_169(L_169); OpCode_t123070264 L_170; memset(&L_170, 0, sizeof(L_170)); OpCode__ctor_m2823239373((&L_170), ((int32_t)18266879), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U8_170(L_170); OpCode_t123070264 L_171; memset(&L_171, 0, sizeof(L_171)); OpCode__ctor_m2823239373((&L_171), ((int32_t)18203391), ((int32_t)84739329), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Refanyval_171(L_171); OpCode_t123070264 L_172; memset(&L_172, 0, sizeof(L_172)); OpCode__ctor_m2823239373((&L_172), ((int32_t)18400255), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ckfinite_172(L_172); OpCode_t123070264 L_173; memset(&L_173, 0, sizeof(L_173)); OpCode__ctor_m2823239373((&L_173), ((int32_t)51627775), ((int32_t)84739329), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Mkrefany_173(L_173); OpCode_t123070264 L_174; memset(&L_174, 0, sizeof(L_174)); OpCode__ctor_m2823239373((&L_174), ((int32_t)1429759), ((int32_t)84673793), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldtoken_174(L_174); OpCode_t123070264 L_175; memset(&L_175, 0, sizeof(L_175)); OpCode__ctor_m2823239373((&L_175), ((int32_t)18207231), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_U2_175(L_175); OpCode_t123070264 L_176; memset(&L_176, 0, sizeof(L_176)); OpCode__ctor_m2823239373((&L_176), ((int32_t)18207487), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_U1_176(L_176); OpCode_t123070264 L_177; memset(&L_177, 0, sizeof(L_177)); OpCode__ctor_m2823239373((&L_177), ((int32_t)18207743), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_I_177(L_177); OpCode_t123070264 L_178; memset(&L_178, 0, sizeof(L_178)); OpCode__ctor_m2823239373((&L_178), ((int32_t)18207999), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I_178(L_178); OpCode_t123070264 L_179; memset(&L_179, 0, sizeof(L_179)); OpCode__ctor_m2823239373((&L_179), ((int32_t)18208255), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U_179(L_179); OpCode_t123070264 L_180; memset(&L_180, 0, sizeof(L_180)); OpCode__ctor_m2823239373((&L_180), ((int32_t)34854655), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Add_Ovf_180(L_180); OpCode_t123070264 L_181; memset(&L_181, 0, sizeof(L_181)); OpCode__ctor_m2823239373((&L_181), ((int32_t)34854911), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Add_Ovf_Un_181(L_181); OpCode_t123070264 L_182; memset(&L_182, 0, sizeof(L_182)); OpCode__ctor_m2823239373((&L_182), ((int32_t)34855167), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Mul_Ovf_182(L_182); OpCode_t123070264 L_183; memset(&L_183, 0, sizeof(L_183)); OpCode__ctor_m2823239373((&L_183), ((int32_t)34855423), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Mul_Ovf_Un_183(L_183); OpCode_t123070264 L_184; memset(&L_184, 0, sizeof(L_184)); OpCode__ctor_m2823239373((&L_184), ((int32_t)34855679), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Sub_Ovf_184(L_184); OpCode_t123070264 L_185; memset(&L_185, 0, sizeof(L_185)); OpCode__ctor_m2823239373((&L_185), ((int32_t)34855935), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Sub_Ovf_Un_185(L_185); OpCode_t123070264 L_186; memset(&L_186, 0, sizeof(L_186)); OpCode__ctor_m2823239373((&L_186), ((int32_t)1236223), ((int32_t)117769473), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Endfinally_186(L_186); OpCode_t123070264 L_187; memset(&L_187, 0, sizeof(L_187)); OpCode__ctor_m2823239373((&L_187), ((int32_t)1236479), ((int32_t)1281), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Leave_187(L_187); OpCode_t123070264 L_188; memset(&L_188, 0, sizeof(L_188)); OpCode__ctor_m2823239373((&L_188), ((int32_t)1236735), ((int32_t)984321), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Leave_S_188(L_188); OpCode_t123070264 L_189; memset(&L_189, 0, sizeof(L_189)); OpCode__ctor_m2823239373((&L_189), ((int32_t)85123071), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_I_189(L_189); OpCode_t123070264 L_190; memset(&L_190, 0, sizeof(L_190)); OpCode__ctor_m2823239373((&L_190), ((int32_t)18211071), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_U_190(L_190); OpCode_t123070264 L_191; memset(&L_191, 0, sizeof(L_191)); OpCode__ctor_m2823239373((&L_191), ((int32_t)1243391), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix7_191(L_191); OpCode_t123070264 L_192; memset(&L_192, 0, sizeof(L_192)); OpCode__ctor_m2823239373((&L_192), ((int32_t)1243647), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix6_192(L_192); OpCode_t123070264 L_193; memset(&L_193, 0, sizeof(L_193)); OpCode__ctor_m2823239373((&L_193), ((int32_t)1243903), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix5_193(L_193); OpCode_t123070264 L_194; memset(&L_194, 0, sizeof(L_194)); OpCode__ctor_m2823239373((&L_194), ((int32_t)1244159), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix4_194(L_194); OpCode_t123070264 L_195; memset(&L_195, 0, sizeof(L_195)); OpCode__ctor_m2823239373((&L_195), ((int32_t)1244415), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix3_195(L_195); OpCode_t123070264 L_196; memset(&L_196, 0, sizeof(L_196)); OpCode__ctor_m2823239373((&L_196), ((int32_t)1244671), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix2_196(L_196); OpCode_t123070264 L_197; memset(&L_197, 0, sizeof(L_197)); OpCode__ctor_m2823239373((&L_197), ((int32_t)1244927), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix1_197(L_197); OpCode_t123070264 L_198; memset(&L_198, 0, sizeof(L_198)); OpCode__ctor_m2823239373((&L_198), ((int32_t)1245183), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefixref_198(L_198); OpCode_t123070264 L_199; memset(&L_199, 0, sizeof(L_199)); OpCode__ctor_m2823239373((&L_199), ((int32_t)1376510), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Arglist_199(L_199); OpCode_t123070264 L_200; memset(&L_200, 0, sizeof(L_200)); OpCode__ctor_m2823239373((&L_200), ((int32_t)34931198), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ceq_200(L_200); OpCode_t123070264 L_201; memset(&L_201, 0, sizeof(L_201)); OpCode__ctor_m2823239373((&L_201), ((int32_t)34931454), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Cgt_201(L_201); OpCode_t123070264 L_202; memset(&L_202, 0, sizeof(L_202)); OpCode__ctor_m2823239373((&L_202), ((int32_t)34931710), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Cgt_Un_202(L_202); OpCode_t123070264 L_203; memset(&L_203, 0, sizeof(L_203)); OpCode__ctor_m2823239373((&L_203), ((int32_t)34931966), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Clt_203(L_203); OpCode_t123070264 L_204; memset(&L_204, 0, sizeof(L_204)); OpCode__ctor_m2823239373((&L_204), ((int32_t)34932222), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Clt_Un_204(L_204); OpCode_t123070264 L_205; memset(&L_205, 0, sizeof(L_205)); OpCode__ctor_m2823239373((&L_205), ((int32_t)1378046), ((int32_t)84149506), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldftn_205(L_205); OpCode_t123070264 L_206; memset(&L_206, 0, sizeof(L_206)); OpCode__ctor_m2823239373((&L_206), ((int32_t)169150462), ((int32_t)84149506), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldvirtftn_206(L_206); OpCode_t123070264 L_207; memset(&L_207, 0, sizeof(L_207)); OpCode__ctor_m2823239373((&L_207), ((int32_t)1247742), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_207(L_207); OpCode_t123070264 L_208; memset(&L_208, 0, sizeof(L_208)); OpCode__ctor_m2823239373((&L_208), ((int32_t)1379070), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarga_208(L_208); OpCode_t123070264 L_209; memset(&L_209, 0, sizeof(L_209)); OpCode__ctor_m2823239373((&L_209), ((int32_t)17959934), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Starg_209(L_209); OpCode_t123070264 L_210; memset(&L_210, 0, sizeof(L_210)); OpCode__ctor_m2823239373((&L_210), ((int32_t)1248510), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_210(L_210); OpCode_t123070264 L_211; memset(&L_211, 0, sizeof(L_211)); OpCode__ctor_m2823239373((&L_211), ((int32_t)1379838), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloca_211(L_211); OpCode_t123070264 L_212; memset(&L_212, 0, sizeof(L_212)); OpCode__ctor_m2823239373((&L_212), ((int32_t)17960702), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_212(L_212); OpCode_t123070264 L_213; memset(&L_213, 0, sizeof(L_213)); OpCode__ctor_m2823239373((&L_213), ((int32_t)51711998), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Localloc_213(L_213); OpCode_t123070264 L_214; memset(&L_214, 0, sizeof(L_214)); OpCode__ctor_m2823239373((&L_214), ((int32_t)51515902), ((int32_t)117769474), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Endfilter_214(L_214); OpCode_t123070264 L_215; memset(&L_215, 0, sizeof(L_215)); OpCode__ctor_m2823239373((&L_215), ((int32_t)1184510), ((int32_t)68158466), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Unaligned_215(L_215); OpCode_t123070264 L_216; memset(&L_216, 0, sizeof(L_216)); OpCode__ctor_m2823239373((&L_216), ((int32_t)1184766), ((int32_t)67437570), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Volatile_216(L_216); OpCode_t123070264 L_217; memset(&L_217, 0, sizeof(L_217)); OpCode__ctor_m2823239373((&L_217), ((int32_t)1185022), ((int32_t)67437570), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Tailcall_217(L_217); OpCode_t123070264 L_218; memset(&L_218, 0, sizeof(L_218)); OpCode__ctor_m2823239373((&L_218), ((int32_t)51516926), ((int32_t)84738818), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Initobj_218(L_218); OpCode_t123070264 L_219; memset(&L_219, 0, sizeof(L_219)); OpCode__ctor_m2823239373((&L_219), ((int32_t)1185534), ((int32_t)67961858), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Constrained_219(L_219); OpCode_t123070264 L_220; memset(&L_220, 0, sizeof(L_220)); OpCode__ctor_m2823239373((&L_220), ((int32_t)118626302), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Cpblk_220(L_220); OpCode_t123070264 L_221; memset(&L_221, 0, sizeof(L_221)); OpCode__ctor_m2823239373((&L_221), ((int32_t)118626558), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Initblk_221(L_221); OpCode_t123070264 L_222; memset(&L_222, 0, sizeof(L_222)); OpCode__ctor_m2823239373((&L_222), ((int32_t)1186558), ((int32_t)134546178), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Rethrow_222(L_222); OpCode_t123070264 L_223; memset(&L_223, 0, sizeof(L_223)); OpCode__ctor_m2823239373((&L_223), ((int32_t)1383678), ((int32_t)84739330), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Sizeof_223(L_223); OpCode_t123070264 L_224; memset(&L_224, 0, sizeof(L_224)); OpCode__ctor_m2823239373((&L_224), ((int32_t)18161150), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Refanytype_224(L_224); OpCode_t123070264 L_225; memset(&L_225, 0, sizeof(L_225)); OpCode__ctor_m2823239373((&L_225), ((int32_t)1187582), ((int32_t)67437570), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Readonly_225(L_225); 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.Int32 System.Reflection.Emit.ParameterBuilder::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t ParameterBuilder_get_Attributes_m2132969861 (ParameterBuilder_t1137139675 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_1(); return L_0; } } // System.String System.Reflection.Emit.ParameterBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ParameterBuilder_get_Name_m4047684794 (ParameterBuilder_t1137139675 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Int32 System.Reflection.Emit.ParameterBuilder::get_Position() extern "C" IL2CPP_METHOD_ATTR int32_t ParameterBuilder_get_Position_m3885059176 (ParameterBuilder_t1137139675 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_position_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyAttributes System.Reflection.Emit.PropertyBuilder::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t PropertyBuilder_get_Attributes_m466033853 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_0(); return L_0; } } // System.Boolean System.Reflection.Emit.PropertyBuilder::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool PropertyBuilder_get_CanRead_m3783190070 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method) { { MethodBuilder_t2807316753 * L_0 = __this->get_get_method_4(); return (bool)((((int32_t)((((RuntimeObject*)(MethodBuilder_t2807316753 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.Emit.PropertyBuilder::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool PropertyBuilder_get_CanWrite_m2657562188 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method) { { MethodBuilder_t2807316753 * L_0 = __this->get_set_method_3(); return (bool)((((int32_t)((((RuntimeObject*)(MethodBuilder_t2807316753 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Type System.Reflection.Emit.PropertyBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * PropertyBuilder_get_DeclaringType_m1411910527 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_typeb_5(); return L_0; } } // System.String System.Reflection.Emit.PropertyBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* PropertyBuilder_get_Name_m117186655 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } // System.Type System.Reflection.Emit.PropertyBuilder::get_PropertyType() extern "C" IL2CPP_METHOD_ATTR Type_t * PropertyBuilder_get_PropertyType_m682373713 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_2(); return L_0; } } // System.Type System.Reflection.Emit.PropertyBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * PropertyBuilder_get_ReflectedType_m1888835465 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_typeb_5(); return L_0; } } // System.Reflection.MethodInfo[] System.Reflection.Emit.PropertyBuilder::GetAccessors(System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* PropertyBuilder_GetAccessors_m3962192052 (PropertyBuilder_t314297007 * __this, bool ___nonPublic0, const RuntimeMethod* method) { { return (MethodInfoU5BU5D_t2572182361*)NULL; } } // System.Object[] System.Reflection.Emit.PropertyBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* PropertyBuilder_GetCustomAttributes_m3798356764 (PropertyBuilder_t314297007 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyBuilder_GetCustomAttributes_m3798356764_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = PropertyBuilder_not_supported_m1290265515(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,PropertyBuilder_GetCustomAttributes_m3798356764_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.PropertyBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* PropertyBuilder_GetCustomAttributes_m2917594003 (PropertyBuilder_t314297007 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyBuilder_GetCustomAttributes_m2917594003_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = PropertyBuilder_not_supported_m1290265515(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,PropertyBuilder_GetCustomAttributes_m2917594003_RuntimeMethod_var); } } // System.Reflection.MethodInfo System.Reflection.Emit.PropertyBuilder::GetGetMethod(System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * PropertyBuilder_GetGetMethod_m1844574876 (PropertyBuilder_t314297007 * __this, bool ___nonPublic0, const RuntimeMethod* method) { { MethodBuilder_t2807316753 * L_0 = __this->get_get_method_4(); return L_0; } } // System.Reflection.ParameterInfo[] System.Reflection.Emit.PropertyBuilder::GetIndexParameters() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* PropertyBuilder_GetIndexParameters_m2501163646 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyBuilder_GetIndexParameters_m2501163646_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = PropertyBuilder_not_supported_m1290265515(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,PropertyBuilder_GetIndexParameters_m2501163646_RuntimeMethod_var); } } // System.Reflection.MethodInfo System.Reflection.Emit.PropertyBuilder::GetSetMethod(System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * PropertyBuilder_GetSetMethod_m128670376 (PropertyBuilder_t314297007 * __this, bool ___nonPublic0, const RuntimeMethod* method) { { MethodBuilder_t2807316753 * L_0 = __this->get_set_method_3(); return L_0; } } // System.Object System.Reflection.Emit.PropertyBuilder::GetValue(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PropertyBuilder_GetValue_m1722444490 (PropertyBuilder_t314297007 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t2843939325* ___index1, const RuntimeMethod* method) { { return NULL; } } // System.Object System.Reflection.Emit.PropertyBuilder::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PropertyBuilder_GetValue_m3592513194 (PropertyBuilder_t314297007 * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___index3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyBuilder_GetValue_m3592513194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = PropertyBuilder_not_supported_m1290265515(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,PropertyBuilder_GetValue_m3592513194_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.PropertyBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool PropertyBuilder_IsDefined_m406627924 (PropertyBuilder_t314297007 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyBuilder_IsDefined_m406627924_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = PropertyBuilder_not_supported_m1290265515(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,PropertyBuilder_IsDefined_m406627924_RuntimeMethod_var); } } // System.Void System.Reflection.Emit.PropertyBuilder::SetValue(System.Object,System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void PropertyBuilder_SetValue_m3164486317 (PropertyBuilder_t314297007 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, ObjectU5BU5D_t2843939325* ___index2, const RuntimeMethod* method) { { return; } } // System.Void System.Reflection.Emit.PropertyBuilder::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void PropertyBuilder_SetValue_m830166741 (PropertyBuilder_t314297007 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t2999457153 * ___binder3, ObjectU5BU5D_t2843939325* ___index4, CultureInfo_t4157843068 * ___culture5, const RuntimeMethod* method) { { return; } } // System.Reflection.Module System.Reflection.Emit.PropertyBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * PropertyBuilder_get_Module_m4024354932 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method) { { Module_t2987026101 * L_0 = MemberInfo_get_Module_m4119009657(__this, /*hidden argument*/NULL); return L_0; } } // System.Exception System.Reflection.Emit.PropertyBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * PropertyBuilder_not_supported_m1290265515 (PropertyBuilder_t314297007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyBuilder_not_supported_m1290265515_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*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 // Conversion methods for marshalling of: System.Reflection.Emit.RefEmitPermissionSet extern "C" void RefEmitPermissionSet_t484390987_marshal_pinvoke(const RefEmitPermissionSet_t484390987& unmarshaled, RefEmitPermissionSet_t484390987_marshaled_pinvoke& marshaled) { marshaled.___action_0 = unmarshaled.get_action_0(); marshaled.___pset_1 = il2cpp_codegen_marshal_string(unmarshaled.get_pset_1()); } extern "C" void RefEmitPermissionSet_t484390987_marshal_pinvoke_back(const RefEmitPermissionSet_t484390987_marshaled_pinvoke& marshaled, RefEmitPermissionSet_t484390987& unmarshaled) { int32_t unmarshaled_action_temp_0 = 0; unmarshaled_action_temp_0 = marshaled.___action_0; unmarshaled.set_action_0(unmarshaled_action_temp_0); unmarshaled.set_pset_1(il2cpp_codegen_marshal_string_result(marshaled.___pset_1)); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.RefEmitPermissionSet extern "C" void RefEmitPermissionSet_t484390987_marshal_pinvoke_cleanup(RefEmitPermissionSet_t484390987_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___pset_1); marshaled.___pset_1 = NULL; } // Conversion methods for marshalling of: System.Reflection.Emit.RefEmitPermissionSet extern "C" void RefEmitPermissionSet_t484390987_marshal_com(const RefEmitPermissionSet_t484390987& unmarshaled, RefEmitPermissionSet_t484390987_marshaled_com& marshaled) { marshaled.___action_0 = unmarshaled.get_action_0(); marshaled.___pset_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_pset_1()); } extern "C" void RefEmitPermissionSet_t484390987_marshal_com_back(const RefEmitPermissionSet_t484390987_marshaled_com& marshaled, RefEmitPermissionSet_t484390987& unmarshaled) { int32_t unmarshaled_action_temp_0 = 0; unmarshaled_action_temp_0 = marshaled.___action_0; unmarshaled.set_action_0(unmarshaled_action_temp_0); unmarshaled.set_pset_1(il2cpp_codegen_marshal_bstring_result(marshaled.___pset_1)); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.RefEmitPermissionSet extern "C" void RefEmitPermissionSet_t484390987_marshal_com_cleanup(RefEmitPermissionSet_t484390987_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___pset_1); marshaled.___pset_1 = 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 #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.Reflection.TypeAttributes System.Reflection.Emit.TypeBuilder::GetAttributeFlagsImpl() extern "C" IL2CPP_METHOD_ATTR int32_t TypeBuilder_GetAttributeFlagsImpl_m2729077290 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_22(); return L_0; } } // System.Void System.Reflection.Emit.TypeBuilder::setup_internal_class(System.Reflection.Emit.TypeBuilder) extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_setup_internal_class_m4067683076 (TypeBuilder_t1073948154 * __this, TypeBuilder_t1073948154 * ___tb0, const RuntimeMethod* method) { typedef void (*TypeBuilder_setup_internal_class_m4067683076_ftn) (TypeBuilder_t1073948154 *, TypeBuilder_t1073948154 *); using namespace il2cpp::icalls; ((TypeBuilder_setup_internal_class_m4067683076_ftn)mscorlib::System::Reflection::Emit::TypeBuilder::setup_internal_class) (__this, ___tb0); } // System.Void System.Reflection.Emit.TypeBuilder::create_generic_class() extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_create_generic_class_m3823884980 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { typedef void (*TypeBuilder_create_generic_class_m3823884980_ftn) (TypeBuilder_t1073948154 *); using namespace il2cpp::icalls; ((TypeBuilder_create_generic_class_m3823884980_ftn)mscorlib::System::Reflection::Emit::TypeBuilder::create_generic_class) (__this); } // System.Reflection.Assembly System.Reflection.Emit.TypeBuilder::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * TypeBuilder_get_Assembly_m4071790036 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { ModuleBuilder_t731887691 * L_0 = __this->get_pmodule_24(); NullCheck(L_0); Assembly_t * L_1 = Module_get_Assembly_m2485063752(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.TypeBuilder::get_AssemblyQualifiedName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_AssemblyQualifiedName_m4059714567 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_get_AssemblyQualifiedName_m4059714567_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_fullname_31(); Assembly_t * L_1 = TypeBuilder_get_Assembly_m4071790036(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.Assembly::get_FullName() */, L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, L_0, _stringLiteral3450517380, L_2, /*hidden argument*/NULL); return L_3; } } // System.Type System.Reflection.Emit.TypeBuilder::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_get_BaseType_m3571781126 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_parent_10(); return L_0; } } // System.Type System.Reflection.Emit.TypeBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_get_DeclaringType_m4128305641 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_nesting_type_11(); return L_0; } } // System.Type System.Reflection.Emit.TypeBuilder::get_UnderlyingSystemType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_get_UnderlyingSystemType_m4226811350 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_get_UnderlyingSystemType_m4226811350_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { Type_t * L_1 = __this->get_created_30(); NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(39 /* System.Type System.Type::get_UnderlyingSystemType() */, L_1); return L_2; } IL_0017: { bool L_3 = Type_get_IsEnum_m208091508(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_004a; } } { bool L_4 = TypeBuilder_get_IsCompilerContext_m4056143290(__this, /*hidden argument*/NULL); if (L_4) { goto IL_004a; } } { Type_t * L_5 = __this->get_underlying_type_33(); if (!L_5) { goto IL_003f; } } { Type_t * L_6 = __this->get_underlying_type_33(); return L_6; } IL_003f: { InvalidOperationException_t56020091 * L_7 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_7, _stringLiteral636189642, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,TypeBuilder_get_UnderlyingSystemType_m4226811350_RuntimeMethod_var); } IL_004a: { return __this; } } // System.String System.Reflection.Emit.TypeBuilder::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_FullName_m420272554 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_fullname_31(); return L_0; } } // System.Reflection.Module System.Reflection.Emit.TypeBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * TypeBuilder_get_Module_m4154269895 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { ModuleBuilder_t731887691 * L_0 = __this->get_pmodule_24(); return L_0; } } // System.String System.Reflection.Emit.TypeBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_Name_m1525921477 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_tname_8(); return L_0; } } // System.String System.Reflection.Emit.TypeBuilder::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_Namespace_m4175323609 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_nspace_9(); return L_0; } } // System.Type System.Reflection.Emit.TypeBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_get_ReflectedType_m3266505878 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_nesting_type_11(); return L_0; } } // System.Reflection.ConstructorInfo System.Reflection.Emit.TypeBuilder::GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * TypeBuilder_GetConstructorImpl_m3925526366 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetConstructorImpl_m3925526366_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConstructorBuilder_t2813524108 * V_0 = NULL; int32_t V_1 = 0; ConstructorBuilder_t2813524108 * V_2 = NULL; ConstructorBuilderU5BU5D_t3223009221* V_3 = NULL; int32_t V_4 = 0; MethodBaseU5BU5D_t779831733* V_5 = NULL; ConstructorInfo_t5769829 * V_6 = NULL; ConstructorBuilderU5BU5D_t3223009221* V_7 = NULL; int32_t V_8 = 0; { TypeBuilder_check_created_m3513163610(__this, /*hidden argument*/NULL); Type_t * L_0 = __this->get_created_30(); 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); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0112; } } { ConstructorBuilderU5BU5D_t3223009221* L_3 = __this->get_ctors_15(); if (L_3) { goto IL_0028; } } { return (ConstructorInfo_t5769829 *)NULL; } IL_0028: { V_0 = (ConstructorBuilder_t2813524108 *)NULL; V_1 = 0; ConstructorBuilderU5BU5D_t3223009221* L_4 = __this->get_ctors_15(); V_3 = L_4; V_4 = 0; goto IL_0064; } IL_003b: { ConstructorBuilderU5BU5D_t3223009221* L_5 = V_3; int32_t L_6 = V_4; NullCheck(L_5); int32_t L_7 = L_6; ConstructorBuilder_t2813524108 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_2 = L_8; int32_t L_9 = ___callConvention2; if ((((int32_t)L_9) == ((int32_t)3))) { goto IL_0058; } } { ConstructorBuilder_t2813524108 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = ConstructorBuilder_get_CallingConvention_m3019479360(L_10, /*hidden argument*/NULL); int32_t L_12 = ___callConvention2; if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_0058; } } { goto IL_005e; } IL_0058: { ConstructorBuilder_t2813524108 * L_13 = V_2; V_0 = L_13; int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005e: { int32_t L_15 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0064: { int32_t L_16 = V_4; ConstructorBuilderU5BU5D_t3223009221* L_17 = V_3; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_003b; } } { int32_t L_18 = V_1; if (L_18) { goto IL_0076; } } { return (ConstructorInfo_t5769829 *)NULL; } IL_0076: { TypeU5BU5D_t3940880105* L_19 = ___types3; if (L_19) { goto IL_008c; } } { int32_t L_20 = V_1; if ((((int32_t)L_20) <= ((int32_t)1))) { goto IL_008a; } } { AmbiguousMatchException_t566690781 * L_21 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,TypeBuilder_GetConstructorImpl_m3925526366_RuntimeMethod_var); } IL_008a: { ConstructorBuilder_t2813524108 * L_22 = V_0; return L_22; } IL_008c: { int32_t L_23 = V_1; V_5 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)L_23)); int32_t L_24 = V_1; if ((!(((uint32_t)L_24) == ((uint32_t)1)))) { goto IL_00a5; } } { MethodBaseU5BU5D_t779831733* L_25 = V_5; ConstructorBuilder_t2813524108 * L_26 = V_0; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(0), (MethodBase_t *)L_26); goto IL_00f2; } IL_00a5: { V_1 = 0; ConstructorBuilderU5BU5D_t3223009221* L_27 = __this->get_ctors_15(); V_7 = L_27; V_8 = 0; goto IL_00e7; } IL_00b7: { ConstructorBuilderU5BU5D_t3223009221* L_28 = V_7; int32_t L_29 = V_8; NullCheck(L_28); int32_t L_30 = L_29; ConstructorBuilder_t2813524108 * L_31 = (L_28)->GetAt(static_cast(L_30)); V_6 = L_31; int32_t L_32 = ___callConvention2; if ((((int32_t)L_32) == ((int32_t)3))) { goto IL_00d7; } } { ConstructorInfo_t5769829 * L_33 = V_6; NullCheck(L_33); int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_33); int32_t L_35 = ___callConvention2; if ((((int32_t)L_34) == ((int32_t)L_35))) { goto IL_00d7; } } { goto IL_00e1; } IL_00d7: { MethodBaseU5BU5D_t779831733* L_36 = V_5; int32_t L_37 = V_1; int32_t L_38 = L_37; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); ConstructorInfo_t5769829 * L_39 = V_6; NullCheck(L_36); ArrayElementTypeCheck (L_36, L_39); (L_36)->SetAt(static_cast(L_38), (MethodBase_t *)L_39); } IL_00e1: { int32_t L_40 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00e7: { int32_t L_41 = V_8; ConstructorBuilderU5BU5D_t3223009221* L_42 = V_7; NullCheck(L_42); if ((((int32_t)L_41) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_42)->max_length))))))) { goto IL_00b7; } } IL_00f2: { Binder_t2999457153 * L_43 = ___binder1; if (L_43) { goto IL_00ff; } } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_44 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ___binder1 = L_44; } IL_00ff: { Binder_t2999457153 * L_45 = ___binder1; int32_t L_46 = ___bindingAttr0; MethodBaseU5BU5D_t779831733* L_47 = V_5; TypeU5BU5D_t3940880105* L_48 = ___types3; ParameterModifierU5BU5D_t2943407543* L_49 = ___modifiers4; NullCheck(L_45); MethodBase_t * L_50 = VirtFuncInvoker4< MethodBase_t *, int32_t, MethodBaseU5BU5D_t779831733*, TypeU5BU5D_t3940880105*, ParameterModifierU5BU5D_t2943407543* >::Invoke(7 /* System.Reflection.MethodBase System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) */, L_45, L_46, L_47, L_48, L_49); return ((ConstructorInfo_t5769829 *)CastclassClass((RuntimeObject*)L_50, ConstructorInfo_t5769829_il2cpp_TypeInfo_var)); } IL_0112: { Type_t * L_51 = __this->get_created_30(); int32_t L_52 = ___bindingAttr0; Binder_t2999457153 * L_53 = ___binder1; int32_t L_54 = ___callConvention2; TypeU5BU5D_t3940880105* L_55 = ___types3; ParameterModifierU5BU5D_t2943407543* L_56 = ___modifiers4; NullCheck(L_51); ConstructorInfo_t5769829 * L_57 = Type_GetConstructor_m1195697116(L_51, L_52, L_53, L_54, L_55, L_56, /*hidden argument*/NULL); return L_57; } } // System.Boolean System.Reflection.Emit.TypeBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsDefined_m1289323273 (TypeBuilder_t1073948154 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_IsDefined_m1289323273_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001c; } } { bool L_1 = TypeBuilder_get_IsCompilerContext_m4056143290(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { NotSupportedException_t1314879016 * L_2 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,TypeBuilder_IsDefined_m1289323273_RuntimeMethod_var); } IL_001c: { Type_t * L_3 = ___attributeType0; bool L_4 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_5 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object[] System.Reflection.Emit.TypeBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* TypeBuilder_GetCustomAttributes_m2898560796 (TypeBuilder_t1073948154 * __this, bool ___inherit0, const RuntimeMethod* method) { { TypeBuilder_check_created_m3513163610(__this, /*hidden argument*/NULL); Type_t * L_0 = __this->get_created_30(); bool L_1 = ___inherit0; NullCheck(L_0); ObjectU5BU5D_t2843939325* L_2 = VirtFuncInvoker1< ObjectU5BU5D_t2843939325*, bool >::Invoke(13 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Boolean) */, L_0, L_1); return L_2; } } // System.Object[] System.Reflection.Emit.TypeBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* TypeBuilder_GetCustomAttributes_m981725999 (TypeBuilder_t1073948154 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { { TypeBuilder_check_created_m3513163610(__this, /*hidden argument*/NULL); Type_t * L_0 = __this->get_created_30(); Type_t * L_1 = ___attributeType0; bool L_2 = ___inherit1; NullCheck(L_0); ObjectU5BU5D_t2843939325* L_3 = VirtFuncInvoker2< ObjectU5BU5D_t2843939325*, Type_t *, bool >::Invoke(14 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_0, L_1, L_2); return L_3; } } // 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) { { int32_t L_0 = ___attributes0; int32_t L_1 = ___callingConvention1; TypeU5BU5D_t3940880105* L_2 = ___parameterTypes2; ConstructorBuilder_t2813524108 * L_3 = TypeBuilder_DefineConstructor_m3514391445(__this, L_0, L_1, L_2, (TypeU5BU5DU5BU5D_t4042077012*)(TypeU5BU5DU5BU5D_t4042077012*)NULL, (TypeU5BU5DU5BU5D_t4042077012*)(TypeU5BU5DU5BU5D_t4042077012*)NULL, /*hidden argument*/NULL); return L_3; } } // System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.TypeBuilder::DefineConstructor(System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type[],System.Type[][],System.Type[][]) extern "C" IL2CPP_METHOD_ATTR ConstructorBuilder_t2813524108 * TypeBuilder_DefineConstructor_m3514391445 (TypeBuilder_t1073948154 * __this, int32_t ___attributes0, int32_t ___callingConvention1, TypeU5BU5D_t3940880105* ___parameterTypes2, TypeU5BU5DU5BU5D_t4042077012* ___requiredCustomModifiers3, TypeU5BU5DU5BU5D_t4042077012* ___optionalCustomModifiers4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_DefineConstructor_m3514391445_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConstructorBuilder_t2813524108 * V_0 = NULL; ConstructorBuilderU5BU5D_t3223009221* V_1 = NULL; { TypeBuilder_check_not_created_m3652863637(__this, /*hidden argument*/NULL); int32_t L_0 = ___attributes0; int32_t L_1 = ___callingConvention1; TypeU5BU5D_t3940880105* L_2 = ___parameterTypes2; TypeU5BU5DU5BU5D_t4042077012* L_3 = ___requiredCustomModifiers3; TypeU5BU5DU5BU5D_t4042077012* L_4 = ___optionalCustomModifiers4; ConstructorBuilder_t2813524108 * L_5 = (ConstructorBuilder_t2813524108 *)il2cpp_codegen_object_new(ConstructorBuilder_t2813524108_il2cpp_TypeInfo_var); ConstructorBuilder__ctor_m1580993362(L_5, __this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; ConstructorBuilderU5BU5D_t3223009221* L_6 = __this->get_ctors_15(); if (!L_6) { goto IL_005a; } } { ConstructorBuilderU5BU5D_t3223009221* L_7 = __this->get_ctors_15(); NullCheck(L_7); V_1 = ((ConstructorBuilderU5BU5D_t3223009221*)SZArrayNew(ConstructorBuilderU5BU5D_t3223009221_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)1)))); ConstructorBuilderU5BU5D_t3223009221* L_8 = __this->get_ctors_15(); ConstructorBuilderU5BU5D_t3223009221* L_9 = V_1; ConstructorBuilderU5BU5D_t3223009221* L_10 = __this->get_ctors_15(); NullCheck(L_10); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, (RuntimeArray *)(RuntimeArray *)L_9, (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), /*hidden argument*/NULL); ConstructorBuilderU5BU5D_t3223009221* L_11 = V_1; ConstructorBuilderU5BU5D_t3223009221* L_12 = __this->get_ctors_15(); NullCheck(L_12); ConstructorBuilder_t2813524108 * L_13 = V_0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast((((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))), (ConstructorBuilder_t2813524108 *)L_13); ConstructorBuilderU5BU5D_t3223009221* L_14 = V_1; __this->set_ctors_15(L_14); goto IL_006f; } IL_005a: { __this->set_ctors_15(((ConstructorBuilderU5BU5D_t3223009221*)SZArrayNew(ConstructorBuilderU5BU5D_t3223009221_il2cpp_TypeInfo_var, (uint32_t)1))); ConstructorBuilderU5BU5D_t3223009221* L_15 = __this->get_ctors_15(); ConstructorBuilder_t2813524108 * L_16 = V_0; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(0), (ConstructorBuilder_t2813524108 *)L_16); } IL_006f: { ConstructorBuilder_t2813524108 * L_17 = V_0; return L_17; } } // System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.TypeBuilder::DefineDefaultConstructor(System.Reflection.MethodAttributes) extern "C" IL2CPP_METHOD_ATTR ConstructorBuilder_t2813524108 * TypeBuilder_DefineDefaultConstructor_m2168449784 (TypeBuilder_t1073948154 * __this, int32_t ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_DefineDefaultConstructor_m2168449784_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; ConstructorBuilder_t2813524108 * V_2 = NULL; ILGenerator_t1388622344 * V_3 = NULL; { Type_t * L_0 = __this->get_parent_10(); if (!L_0) { goto IL_0017; } } { Type_t * L_1 = __this->get_parent_10(); V_0 = L_1; goto IL_0028; } IL_0017: { ModuleBuilder_t731887691 * L_2 = __this->get_pmodule_24(); NullCheck(L_2); AssemblyBuilder_t359885250 * L_3 = L_2->get_assemblyb_16(); NullCheck(L_3); Type_t * L_4 = L_3->get_corlib_object_type_12(); V_0 = L_4; } IL_0028: { Type_t * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_6 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); NullCheck(L_5); ConstructorInfo_t5769829 * L_7 = Type_GetConstructor_m950313272(L_5, ((int32_t)52), (Binder_t2999457153 *)NULL, L_6, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL, /*hidden argument*/NULL); V_1 = L_7; ConstructorInfo_t5769829 * L_8 = V_1; if (L_8) { goto IL_0049; } } { NotSupportedException_t1314879016 * L_9 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_9, _stringLiteral130510464, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,TypeBuilder_DefineDefaultConstructor_m2168449784_RuntimeMethod_var); } IL_0049: { int32_t L_10 = ___attributes0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_11 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); ConstructorBuilder_t2813524108 * L_12 = TypeBuilder_DefineConstructor_m2989882735(__this, L_10, 1, L_11, /*hidden argument*/NULL); V_2 = L_12; ConstructorBuilder_t2813524108 * L_13 = V_2; NullCheck(L_13); ILGenerator_t1388622344 * L_14 = ConstructorBuilder_GetILGenerator_m1421260830(L_13, /*hidden argument*/NULL); V_3 = L_14; ILGenerator_t1388622344 * L_15 = V_3; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_16 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldarg_0_2(); NullCheck(L_15); VirtActionInvoker1< OpCode_t123070264 >::Invoke(4 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_15, L_16); ILGenerator_t1388622344 * L_17 = V_3; OpCode_t123070264 L_18 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); ConstructorInfo_t5769829 * L_19 = V_1; NullCheck(L_17); VirtActionInvoker2< OpCode_t123070264 , ConstructorInfo_t5769829 * >::Invoke(5 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.ConstructorInfo) */, L_17, L_18, L_19); ILGenerator_t1388622344 * L_20 = V_3; OpCode_t123070264 L_21 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ret_41(); NullCheck(L_20); VirtActionInvoker1< OpCode_t123070264 >::Invoke(4 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) */, L_20, L_21); ConstructorBuilder_t2813524108 * L_22 = V_2; return L_22; } } // System.Type System.Reflection.Emit.TypeBuilder::create_runtime_class(System.Reflection.Emit.TypeBuilder) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_create_runtime_class_m2581270900 (TypeBuilder_t1073948154 * __this, TypeBuilder_t1073948154 * ___tb0, const RuntimeMethod* method) { typedef Type_t * (*TypeBuilder_create_runtime_class_m2581270900_ftn) (TypeBuilder_t1073948154 *, TypeBuilder_t1073948154 *); using namespace il2cpp::icalls; return ((TypeBuilder_create_runtime_class_m2581270900_ftn)mscorlib::System::Reflection::Emit::TypeBuilder::create_runtime_class) (__this, ___tb0); } // System.Boolean System.Reflection.Emit.TypeBuilder::is_nested_in(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_is_nested_in_m1146519762 (TypeBuilder_t1073948154 * __this, Type_t * ___t0, const RuntimeMethod* method) { { goto IL_0016; } IL_0005: { Type_t * L_0 = ___t0; if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(TypeBuilder_t1073948154 *)__this)))) { goto IL_000e; } } { return (bool)1; } IL_000e: { Type_t * L_1 = ___t0; NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Type::get_DeclaringType() */, L_1); ___t0 = L_2; } IL_0016: { Type_t * L_3 = ___t0; if (L_3) { goto IL_0005; } } { return (bool)0; } } // System.Boolean System.Reflection.Emit.TypeBuilder::has_ctor_method() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_has_ctor_method_m2987175843 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_has_ctor_method_m2987175843_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; MethodBuilder_t2807316753 * V_2 = NULL; { V_0 = ((int32_t)6144); V_1 = 0; goto IL_003f; } IL_000d: { MethodBuilderU5BU5D_t3705301900* L_0 = __this->get_methods_14(); int32_t L_1 = V_1; NullCheck(L_0); int32_t L_2 = L_1; MethodBuilder_t2807316753 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_2 = L_3; MethodBuilder_t2807316753 * L_4 = V_2; NullCheck(L_4); String_t* L_5 = MethodBuilder_get_Name_m610453823(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t5769829_il2cpp_TypeInfo_var); String_t* L_6 = ((ConstructorInfo_t5769829_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t5769829_il2cpp_TypeInfo_var))->get_ConstructorName_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_003b; } } { MethodBuilder_t2807316753 * L_8 = V_2; NullCheck(L_8); int32_t L_9 = MethodBuilder_get_Attributes_m2740229145(L_8, /*hidden argument*/NULL); int32_t L_10 = V_0; int32_t L_11 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)L_10))) == ((uint32_t)L_11)))) { goto IL_003b; } } { return (bool)1; } IL_003b: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { int32_t L_13 = V_1; int32_t L_14 = __this->get_num_methods_13(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { return (bool)0; } } // System.Type System.Reflection.Emit.TypeBuilder::CreateType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_CreateType_m3375483507 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_CreateType_m3375483507_MetadataUsageId); s_Il2CppMethodInitialized = true; } FieldBuilder_t2627049993 * V_0 = NULL; FieldBuilderU5BU5D_t138311604* V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; TypeBuilder_t1073948154 * V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; MethodBuilder_t2807316753 * V_7 = NULL; ConstructorBuilder_t2813524108 * V_8 = NULL; ConstructorBuilderU5BU5D_t3223009221* V_9 = NULL; int32_t V_10 = 0; { bool L_0 = __this->get_createTypeCalled_32(); if (!L_0) { goto IL_0012; } } { Type_t * L_1 = __this->get_created_30(); return L_1; } IL_0012: { bool L_2 = Type_get_IsInterface_m3284996719(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0069; } } { Type_t * L_3 = __this->get_parent_10(); if (L_3) { goto IL_0069; } } { ModuleBuilder_t731887691 * L_4 = __this->get_pmodule_24(); NullCheck(L_4); AssemblyBuilder_t359885250 * L_5 = L_4->get_assemblyb_16(); NullCheck(L_5); Type_t * L_6 = L_5->get_corlib_object_type_12(); if ((((RuntimeObject*)(TypeBuilder_t1073948154 *)__this) == ((RuntimeObject*)(Type_t *)L_6))) { goto IL_0069; } } { String_t* L_7 = TypeBuilder_get_FullName_m420272554(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_7, _stringLiteral3982888427, /*hidden argument*/NULL); if (!L_8) { goto IL_0069; } } { ModuleBuilder_t731887691 * L_9 = __this->get_pmodule_24(); NullCheck(L_9); AssemblyBuilder_t359885250 * L_10 = L_9->get_assemblyb_16(); NullCheck(L_10); Type_t * L_11 = L_10->get_corlib_object_type_12(); TypeBuilder_SetParent_m4101148229(__this, L_11, /*hidden argument*/NULL); } IL_0069: { TypeBuilder_create_generic_class_m3823884980(__this, /*hidden argument*/NULL); FieldBuilderU5BU5D_t138311604* L_12 = __this->get_fields_18(); if (!L_12) { goto IL_010c; } } { FieldBuilderU5BU5D_t138311604* L_13 = __this->get_fields_18(); V_1 = L_13; V_2 = 0; goto IL_0103; } IL_0088: { FieldBuilderU5BU5D_t138311604* L_14 = V_1; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; FieldBuilder_t2627049993 * L_17 = (L_14)->GetAt(static_cast(L_16)); V_0 = L_17; FieldBuilder_t2627049993 * L_18 = V_0; if (L_18) { goto IL_0097; } } { goto IL_00ff; } IL_0097: { FieldBuilder_t2627049993 * L_19 = V_0; NullCheck(L_19); Type_t * L_20 = FieldBuilder_get_FieldType_m1091288720(L_19, /*hidden argument*/NULL); V_3 = L_20; FieldBuilder_t2627049993 * L_21 = V_0; NullCheck(L_21); bool L_22 = FieldInfo_get_IsStatic_m3482711189(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00ff; } } { Type_t * L_23 = V_3; if (!((TypeBuilder_t1073948154 *)IsInstSealed((RuntimeObject*)L_23, TypeBuilder_t1073948154_il2cpp_TypeInfo_var))) { goto IL_00ff; } } { Type_t * L_24 = V_3; NullCheck(L_24); bool L_25 = Type_get_IsValueType_m3108065642(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00ff; } } { Type_t * L_26 = V_3; if ((((RuntimeObject*)(Type_t *)L_26) == ((RuntimeObject*)(TypeBuilder_t1073948154 *)__this))) { goto IL_00ff; } } { Type_t * L_27 = V_3; bool L_28 = TypeBuilder_is_nested_in_m1146519762(__this, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00ff; } } { Type_t * L_29 = V_3; V_4 = ((TypeBuilder_t1073948154 *)CastclassSealed((RuntimeObject*)L_29, TypeBuilder_t1073948154_il2cpp_TypeInfo_var)); TypeBuilder_t1073948154 * L_30 = V_4; NullCheck(L_30); bool L_31 = TypeBuilder_get_is_created_m1192848807(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00ff; } } { AppDomain_t1571427825 * L_32 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); TypeBuilder_t1073948154 * L_33 = V_4; NullCheck(L_32); AppDomain_DoTypeResolve_m1335093328(L_32, L_33, /*hidden argument*/NULL); TypeBuilder_t1073948154 * L_34 = V_4; NullCheck(L_34); bool L_35 = TypeBuilder_get_is_created_m1192848807(L_34, /*hidden argument*/NULL); if (L_35) { goto IL_00ff; } } IL_00ff: { int32_t L_36 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_0103: { int32_t L_37 = V_2; FieldBuilderU5BU5D_t138311604* L_38 = V_1; NullCheck(L_38); if ((((int32_t)L_37) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length))))))) { goto IL_0088; } } IL_010c: { Type_t * L_39 = __this->get_parent_10(); if (!L_39) { goto IL_0162; } } { Type_t * L_40 = __this->get_parent_10(); NullCheck(L_40); bool L_41 = Type_get_IsSealed_m3543837727(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0162; } } { ObjectU5BU5D_t2843939325* L_42 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral3697032871); (L_42)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3697032871); ObjectU5BU5D_t2843939325* L_43 = L_42; String_t* L_44 = TypeBuilder_get_FullName_m420272554(__this, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_44); (L_43)->SetAt(static_cast(1), (RuntimeObject *)L_44); ObjectU5BU5D_t2843939325* L_45 = L_43; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral2256759054); (L_45)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2256759054); ObjectU5BU5D_t2843939325* L_46 = L_45; Assembly_t * L_47 = TypeBuilder_get_Assembly_m4071790036(__this, /*hidden argument*/NULL); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_47); (L_46)->SetAt(static_cast(3), (RuntimeObject *)L_47); ObjectU5BU5D_t2843939325* L_48 = L_46; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral2528907148); (L_48)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral2528907148); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_49 = String_Concat_m2971454694(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); TypeLoadException_t3707937253 * L_50 = (TypeLoadException_t3707937253 *)il2cpp_codegen_object_new(TypeLoadException_t3707937253_il2cpp_TypeInfo_var); TypeLoadException__ctor_m2362330792(L_50, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50,TypeBuilder_CreateType_m3375483507_RuntimeMethod_var); } IL_0162: { Type_t * L_51 = __this->get_parent_10(); ModuleBuilder_t731887691 * L_52 = __this->get_pmodule_24(); NullCheck(L_52); AssemblyBuilder_t359885250 * L_53 = L_52->get_assemblyb_16(); NullCheck(L_53); Type_t * L_54 = L_53->get_corlib_enum_type_14(); if ((!(((RuntimeObject*)(Type_t *)L_51) == ((RuntimeObject*)(Type_t *)L_54)))) { goto IL_01c3; } } { MethodBuilderU5BU5D_t3705301900* L_55 = __this->get_methods_14(); if (!L_55) { goto IL_01c3; } } { ObjectU5BU5D_t2843939325* L_56 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral3697032871); (L_56)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3697032871); ObjectU5BU5D_t2843939325* L_57 = L_56; String_t* L_58 = TypeBuilder_get_FullName_m420272554(__this, /*hidden argument*/NULL); NullCheck(L_57); ArrayElementTypeCheck (L_57, L_58); (L_57)->SetAt(static_cast(1), (RuntimeObject *)L_58); ObjectU5BU5D_t2843939325* L_59 = L_57; NullCheck(L_59); ArrayElementTypeCheck (L_59, _stringLiteral2256759054); (L_59)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2256759054); ObjectU5BU5D_t2843939325* L_60 = L_59; Assembly_t * L_61 = TypeBuilder_get_Assembly_m4071790036(__this, /*hidden argument*/NULL); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_61); (L_60)->SetAt(static_cast(3), (RuntimeObject *)L_61); ObjectU5BU5D_t2843939325* L_62 = L_60; NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral3489292198); (L_62)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3489292198); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_63 = String_Concat_m2971454694(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); TypeLoadException_t3707937253 * L_64 = (TypeLoadException_t3707937253 *)il2cpp_codegen_object_new(TypeLoadException_t3707937253_il2cpp_TypeInfo_var); TypeLoadException__ctor_m2362330792(L_64, L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,TypeBuilder_CreateType_m3375483507_RuntimeMethod_var); } IL_01c3: { MethodBuilderU5BU5D_t3705301900* L_65 = __this->get_methods_14(); if (!L_65) { goto IL_0232; } } { bool L_66 = Type_get_IsAbstract_m1120089130(__this, /*hidden argument*/NULL); V_5 = (bool)((((int32_t)L_66) == ((int32_t)0))? 1 : 0); V_6 = 0; goto IL_0225; } IL_01e1: { MethodBuilderU5BU5D_t3705301900* L_67 = __this->get_methods_14(); int32_t L_68 = V_6; NullCheck(L_67); int32_t L_69 = L_68; MethodBuilder_t2807316753 * L_70 = (L_67)->GetAt(static_cast(L_69)); V_7 = L_70; bool L_71 = V_5; if (!L_71) { goto IL_0211; } } { MethodBuilder_t2807316753 * L_72 = V_7; NullCheck(L_72); bool L_73 = MethodBase_get_IsAbstract_m428833029(L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_0211; } } { MethodBuilder_t2807316753 * L_74 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_75 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral756848055, L_74, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_76 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_76, L_75, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76,TypeBuilder_CreateType_m3375483507_RuntimeMethod_var); } IL_0211: { MethodBuilder_t2807316753 * L_77 = V_7; NullCheck(L_77); MethodBuilder_check_override_m4226508046(L_77, /*hidden argument*/NULL); MethodBuilder_t2807316753 * L_78 = V_7; NullCheck(L_78); MethodBuilder_fixup_m1765890582(L_78, /*hidden argument*/NULL); int32_t L_79 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); } IL_0225: { int32_t L_80 = V_6; int32_t L_81 = __this->get_num_methods_13(); if ((((int32_t)L_80) < ((int32_t)L_81))) { goto IL_01e1; } } IL_0232: { bool L_82 = Type_get_IsInterface_m3284996719(__this, /*hidden argument*/NULL); if (L_82) { goto IL_0297; } } { bool L_83 = Type_get_IsValueType_m3108065642(__this, /*hidden argument*/NULL); if (L_83) { goto IL_0297; } } { ConstructorBuilderU5BU5D_t3223009221* L_84 = __this->get_ctors_15(); if (L_84) { goto IL_0297; } } { String_t* L_85 = __this->get_tname_8(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_86 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_85, _stringLiteral3982888427, /*hidden argument*/NULL); if (!L_86) { goto IL_0297; } } { int32_t L_87 = TypeBuilder_GetAttributeFlagsImpl_m2729077290(__this, /*hidden argument*/NULL); if ((((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_87&(int32_t)((int32_t)128)))|(int32_t)((int32_t)256)))) == ((int32_t)((int32_t)384)))) { goto IL_0297; } } { bool L_88 = TypeBuilder_has_ctor_method_m2987175843(__this, /*hidden argument*/NULL); if (L_88) { goto IL_0297; } } { TypeBuilder_DefineDefaultConstructor_m2168449784(__this, 6, /*hidden argument*/NULL); } IL_0297: { ConstructorBuilderU5BU5D_t3223009221* L_89 = __this->get_ctors_15(); if (!L_89) { goto IL_02d1; } } { ConstructorBuilderU5BU5D_t3223009221* L_90 = __this->get_ctors_15(); V_9 = L_90; V_10 = 0; goto IL_02c6; } IL_02b2: { ConstructorBuilderU5BU5D_t3223009221* L_91 = V_9; int32_t L_92 = V_10; NullCheck(L_91); int32_t L_93 = L_92; ConstructorBuilder_t2813524108 * L_94 = (L_91)->GetAt(static_cast(L_93)); V_8 = L_94; ConstructorBuilder_t2813524108 * L_95 = V_8; NullCheck(L_95); ConstructorBuilder_fixup_m3699998230(L_95, /*hidden argument*/NULL); int32_t L_96 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); } IL_02c6: { int32_t L_97 = V_10; ConstructorBuilderU5BU5D_t3223009221* L_98 = V_9; NullCheck(L_98); if ((((int32_t)L_97) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_98)->max_length))))))) { goto IL_02b2; } } IL_02d1: { __this->set_createTypeCalled_32((bool)1); Type_t * L_99 = TypeBuilder_create_runtime_class_m2581270900(__this, __this, /*hidden argument*/NULL); __this->set_created_30(L_99); Type_t * L_100 = __this->get_created_30(); if (!L_100) { goto IL_02f7; } } { Type_t * L_101 = __this->get_created_30(); return L_101; } IL_02f7: { return __this; } } // System.Reflection.ConstructorInfo[] System.Reflection.Emit.TypeBuilder::GetConstructors(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* TypeBuilder_GetConstructors_m26844333 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetConstructors_m26844333_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { Type_t * L_1 = __this->get_created_30(); int32_t L_2 = ___bindingAttr0; NullCheck(L_1); ConstructorInfoU5BU5D_t881249896* L_3 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t881249896*, int32_t >::Invoke(89 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, L_1, L_2); return L_3; } IL_0018: { bool L_4 = TypeBuilder_get_IsCompilerContext_m4056143290(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0029; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,TypeBuilder_GetConstructors_m26844333_RuntimeMethod_var); } IL_0029: { int32_t L_6 = ___bindingAttr0; ConstructorInfoU5BU5D_t881249896* L_7 = TypeBuilder_GetConstructorsInternal_m3565722264(__this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Reflection.ConstructorInfo[] System.Reflection.Emit.TypeBuilder::GetConstructorsInternal(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* TypeBuilder_GetConstructorsInternal_m3565722264 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetConstructorsInternal_m3565722264_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; ConstructorBuilder_t2813524108 * V_3 = NULL; ConstructorBuilderU5BU5D_t3223009221* V_4 = NULL; int32_t V_5 = 0; ConstructorInfoU5BU5D_t881249896* V_6 = NULL; { ConstructorBuilderU5BU5D_t3223009221* L_0 = __this->get_ctors_15(); if (L_0) { goto IL_0012; } } { return ((ConstructorInfoU5BU5D_t881249896*)SZArrayNew(ConstructorInfoU5BU5D_t881249896_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0012: { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); V_0 = L_1; ConstructorBuilderU5BU5D_t3223009221* L_2 = __this->get_ctors_15(); V_4 = L_2; V_5 = 0; goto IL_00a3; } IL_0028: { ConstructorBuilderU5BU5D_t3223009221* L_3 = V_4; int32_t L_4 = V_5; NullCheck(L_3); int32_t L_5 = L_4; ConstructorBuilder_t2813524108 * L_6 = (L_3)->GetAt(static_cast(L_5)); V_3 = L_6; V_1 = (bool)0; ConstructorBuilder_t2813524108 * L_7 = V_3; NullCheck(L_7); int32_t L_8 = ConstructorBuilder_get_Attributes_m1598011285(L_7, /*hidden argument*/NULL); V_2 = L_8; int32_t L_9 = V_2; if ((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)7))) == ((uint32_t)6)))) { goto IL_0050; } } { int32_t L_10 = ___bindingAttr0; if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)16)))) { goto IL_004b; } } { V_1 = (bool)1; } IL_004b: { goto IL_005b; } IL_0050: { int32_t L_11 = ___bindingAttr0; if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)32)))) { goto IL_005b; } } { V_1 = (bool)1; } IL_005b: { bool L_12 = V_1; if (L_12) { goto IL_0066; } } { goto IL_009d; } IL_0066: { V_1 = (bool)0; int32_t L_13 = V_2; if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)16)))) { goto IL_0080; } } { int32_t L_14 = ___bindingAttr0; if (!((int32_t)((int32_t)L_14&(int32_t)8))) { goto IL_007b; } } { V_1 = (bool)1; } IL_007b: { goto IL_008a; } IL_0080: { int32_t L_15 = ___bindingAttr0; if (!((int32_t)((int32_t)L_15&(int32_t)4))) { goto IL_008a; } } { V_1 = (bool)1; } IL_008a: { bool L_16 = V_1; if (L_16) { goto IL_0095; } } { goto IL_009d; } IL_0095: { ArrayList_t2718874744 * L_17 = V_0; ConstructorBuilder_t2813524108 * L_18 = V_3; NullCheck(L_17); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); } IL_009d: { int32_t L_19 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_00a3: { int32_t L_20 = V_5; ConstructorBuilderU5BU5D_t3223009221* 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_0028; } } { ArrayList_t2718874744 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_22); V_6 = ((ConstructorInfoU5BU5D_t881249896*)SZArrayNew(ConstructorInfoU5BU5D_t881249896_il2cpp_TypeInfo_var, (uint32_t)L_23)); ArrayList_t2718874744 * L_24 = V_0; ConstructorInfoU5BU5D_t881249896* L_25 = V_6; NullCheck(L_24); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_24, (RuntimeArray *)(RuntimeArray *)L_25); ConstructorInfoU5BU5D_t881249896* L_26 = V_6; return L_26; } } // System.Type System.Reflection.Emit.TypeBuilder::GetElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_GetElementType_m1881206953 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetElementType_m1881206953_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,TypeBuilder_GetElementType_m1881206953_RuntimeMethod_var); } } // System.Reflection.EventInfo System.Reflection.Emit.TypeBuilder::GetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * TypeBuilder_GetEvent_m2166527753 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { { TypeBuilder_check_created_m3513163610(__this, /*hidden argument*/NULL); Type_t * L_0 = __this->get_created_30(); String_t* L_1 = ___name0; int32_t L_2 = ___bindingAttr1; NullCheck(L_0); EventInfo_t * L_3 = VirtFuncInvoker2< EventInfo_t *, String_t*, int32_t >::Invoke(50 /* System.Reflection.EventInfo System.Type::GetEvent(System.String,System.Reflection.BindingFlags) */, L_0, L_1, L_2); return L_3; } } // System.Reflection.EventInfo[] System.Reflection.Emit.TypeBuilder::GetEvents(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfoU5BU5D_t3237081491* TypeBuilder_GetEvents_m1798175863 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetEvents_m1798175863_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { Type_t * L_1 = __this->get_created_30(); int32_t L_2 = ___bindingAttr0; NullCheck(L_1); EventInfoU5BU5D_t3237081491* L_3 = VirtFuncInvoker1< EventInfoU5BU5D_t3237081491*, int32_t >::Invoke(51 /* System.Reflection.EventInfo[] System.Type::GetEvents(System.Reflection.BindingFlags) */, L_1, L_2); return L_3; } IL_0018: { bool L_4 = TypeBuilder_get_IsCompilerContext_m4056143290(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0029; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,TypeBuilder_GetEvents_m1798175863_RuntimeMethod_var); } IL_0029: { return ((EventInfoU5BU5D_t3237081491*)SZArrayNew(EventInfoU5BU5D_t3237081491_il2cpp_TypeInfo_var, (uint32_t)0)); } } // System.Reflection.FieldInfo System.Reflection.Emit.TypeBuilder::GetField(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * TypeBuilder_GetField_m2932767407 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetField_m2932767407_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; FieldInfo_t * V_2 = NULL; FieldBuilderU5BU5D_t138311604* V_3 = NULL; int32_t V_4 = 0; { Type_t * L_0 = __this->get_created_30(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = __this->get_created_30(); String_t* L_2 = ___name0; int32_t L_3 = ___bindingAttr1; NullCheck(L_1); FieldInfo_t * L_4 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(53 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_1, L_2, L_3); return L_4; } IL_0019: { FieldBuilderU5BU5D_t138311604* L_5 = __this->get_fields_18(); if (L_5) { goto IL_0026; } } { return (FieldInfo_t *)NULL; } IL_0026: { FieldBuilderU5BU5D_t138311604* L_6 = __this->get_fields_18(); V_3 = L_6; V_4 = 0; goto IL_00ca; } IL_0035: { FieldBuilderU5BU5D_t138311604* L_7 = V_3; int32_t L_8 = V_4; NullCheck(L_7); int32_t L_9 = L_8; FieldBuilder_t2627049993 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_2 = L_10; FieldInfo_t * L_11 = V_2; if (L_11) { goto IL_0045; } } { goto IL_00c4; } IL_0045: { FieldInfo_t * L_12 = V_2; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_12); String_t* L_14 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005b; } } { goto IL_00c4; } IL_005b: { V_0 = (bool)0; FieldInfo_t * L_16 = V_2; NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, L_16); V_1 = L_17; int32_t L_18 = V_1; if ((!(((uint32_t)((int32_t)((int32_t)L_18&(int32_t)7))) == ((uint32_t)6)))) { goto IL_007d; } } { int32_t L_19 = ___bindingAttr1; if (!((int32_t)((int32_t)L_19&(int32_t)((int32_t)16)))) { goto IL_0078; } } { V_0 = (bool)1; } IL_0078: { goto IL_0088; } IL_007d: { int32_t L_20 = ___bindingAttr1; if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)32)))) { goto IL_0088; } } { V_0 = (bool)1; } IL_0088: { bool L_21 = V_0; if (L_21) { goto IL_0093; } } { goto IL_00c4; } IL_0093: { V_0 = (bool)0; int32_t L_22 = V_1; if (!((int32_t)((int32_t)L_22&(int32_t)((int32_t)16)))) { goto IL_00ad; } } { int32_t L_23 = ___bindingAttr1; if (!((int32_t)((int32_t)L_23&(int32_t)8))) { goto IL_00a8; } } { V_0 = (bool)1; } IL_00a8: { goto IL_00b7; } IL_00ad: { int32_t L_24 = ___bindingAttr1; if (!((int32_t)((int32_t)L_24&(int32_t)4))) { goto IL_00b7; } } { V_0 = (bool)1; } IL_00b7: { bool L_25 = V_0; if (L_25) { goto IL_00c2; } } { goto IL_00c4; } IL_00c2: { FieldInfo_t * L_26 = V_2; return L_26; } IL_00c4: { int32_t L_27 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00ca: { int32_t L_28 = V_4; FieldBuilderU5BU5D_t138311604* L_29 = V_3; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_0035; } } { return (FieldInfo_t *)NULL; } } // System.Reflection.FieldInfo[] System.Reflection.Emit.TypeBuilder::GetFields(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* TypeBuilder_GetFields_m2518194342 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetFields_m2518194342_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; FieldInfo_t * V_3 = NULL; FieldBuilderU5BU5D_t138311604* V_4 = NULL; int32_t V_5 = 0; FieldInfoU5BU5D_t846150980* V_6 = NULL; { Type_t * L_0 = __this->get_created_30(); if (!L_0) { goto IL_0018; } } { Type_t * L_1 = __this->get_created_30(); int32_t L_2 = ___bindingAttr0; NullCheck(L_1); FieldInfoU5BU5D_t846150980* L_3 = VirtFuncInvoker1< FieldInfoU5BU5D_t846150980*, int32_t >::Invoke(55 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_1, L_2); return L_3; } IL_0018: { FieldBuilderU5BU5D_t138311604* L_4 = __this->get_fields_18(); if (L_4) { goto IL_002a; } } { return ((FieldInfoU5BU5D_t846150980*)SZArrayNew(FieldInfoU5BU5D_t846150980_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_002a: { ArrayList_t2718874744 * L_5 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_5, /*hidden argument*/NULL); V_0 = L_5; FieldBuilderU5BU5D_t138311604* L_6 = __this->get_fields_18(); V_4 = L_6; V_5 = 0; goto IL_00c6; } IL_0040: { FieldBuilderU5BU5D_t138311604* L_7 = V_4; int32_t L_8 = V_5; NullCheck(L_7); int32_t L_9 = L_8; FieldBuilder_t2627049993 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_3 = L_10; FieldInfo_t * L_11 = V_3; if (L_11) { goto IL_0051; } } { goto IL_00c0; } IL_0051: { V_1 = (bool)0; FieldInfo_t * L_12 = V_3; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, L_12); V_2 = L_13; int32_t L_14 = V_2; if ((!(((uint32_t)((int32_t)((int32_t)L_14&(int32_t)7))) == ((uint32_t)6)))) { goto IL_0073; } } { int32_t L_15 = ___bindingAttr0; if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)16)))) { goto IL_006e; } } { V_1 = (bool)1; } IL_006e: { goto IL_007e; } IL_0073: { int32_t L_16 = ___bindingAttr0; if (!((int32_t)((int32_t)L_16&(int32_t)((int32_t)32)))) { goto IL_007e; } } { V_1 = (bool)1; } IL_007e: { bool L_17 = V_1; if (L_17) { goto IL_0089; } } { goto IL_00c0; } IL_0089: { V_1 = (bool)0; int32_t L_18 = V_2; if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)16)))) { goto IL_00a3; } } { int32_t L_19 = ___bindingAttr0; if (!((int32_t)((int32_t)L_19&(int32_t)8))) { goto IL_009e; } } { V_1 = (bool)1; } IL_009e: { goto IL_00ad; } IL_00a3: { int32_t L_20 = ___bindingAttr0; if (!((int32_t)((int32_t)L_20&(int32_t)4))) { goto IL_00ad; } } { V_1 = (bool)1; } IL_00ad: { bool L_21 = V_1; if (L_21) { goto IL_00b8; } } { goto IL_00c0; } IL_00b8: { ArrayList_t2718874744 * L_22 = V_0; FieldInfo_t * L_23 = V_3; NullCheck(L_22); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_22, L_23); } IL_00c0: { int32_t L_24 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_00c6: { int32_t L_25 = V_5; FieldBuilderU5BU5D_t138311604* L_26 = V_4; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length))))))) { goto IL_0040; } } { ArrayList_t2718874744 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_27); V_6 = ((FieldInfoU5BU5D_t846150980*)SZArrayNew(FieldInfoU5BU5D_t846150980_il2cpp_TypeInfo_var, (uint32_t)L_28)); ArrayList_t2718874744 * L_29 = V_0; FieldInfoU5BU5D_t846150980* L_30 = V_6; NullCheck(L_29); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_29, (RuntimeArray *)(RuntimeArray *)L_30); FieldInfoU5BU5D_t846150980* L_31 = V_6; return L_31; } } // System.Type System.Reflection.Emit.TypeBuilder::GetInterface(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_GetInterface_m459524699 (TypeBuilder_t1073948154 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { { TypeBuilder_check_created_m3513163610(__this, /*hidden argument*/NULL); Type_t * L_0 = __this->get_created_30(); String_t* L_1 = ___name0; bool L_2 = ___ignoreCase1; NullCheck(L_0); Type_t * L_3 = VirtFuncInvoker2< Type_t *, String_t*, bool >::Invoke(43 /* System.Type System.Type::GetInterface(System.String,System.Boolean) */, L_0, L_1, L_2); return L_3; } } // System.Type[] System.Reflection.Emit.TypeBuilder::GetInterfaces() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* TypeBuilder_GetInterfaces_m4067367903 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetInterfaces_m4067367903_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; { bool L_0 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { Type_t * L_1 = __this->get_created_30(); NullCheck(L_1); TypeU5BU5D_t3940880105* L_2 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(44 /* System.Type[] System.Type::GetInterfaces() */, L_1); return L_2; } IL_0017: { TypeU5BU5D_t3940880105* L_3 = __this->get_interfaces_12(); if (!L_3) { goto IL_003f; } } { TypeU5BU5D_t3940880105* L_4 = __this->get_interfaces_12(); NullCheck(L_4); V_0 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))); TypeU5BU5D_t3940880105* L_5 = __this->get_interfaces_12(); TypeU5BU5D_t3940880105* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, 0, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_7 = V_0; return L_7; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_8 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_8; } } // System.Reflection.MemberInfo[] System.Reflection.Emit.TypeBuilder::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t1302094432* TypeBuilder_GetMember_m1363689566 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___type1, int32_t ___bindingAttr2, const RuntimeMethod* method) { { TypeBuilder_check_created_m3513163610(__this, /*hidden argument*/NULL); Type_t * L_0 = __this->get_created_30(); String_t* L_1 = ___name0; int32_t L_2 = ___type1; int32_t L_3 = ___bindingAttr2; NullCheck(L_0); MemberInfoU5BU5D_t1302094432* L_4 = VirtFuncInvoker3< MemberInfoU5BU5D_t1302094432*, String_t*, int32_t, int32_t >::Invoke(58 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Reflection.MethodInfo[] System.Reflection.Emit.TypeBuilder::GetMethodsByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.Type) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* TypeBuilder_GetMethodsByName_m1441669940 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___ignoreCase2, Type_t * ___reflected_type3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetMethodsByName_m1441669940_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfoU5BU5D_t2572182361* V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; MethodInfoU5BU5D_t2572182361* V_3 = NULL; ArrayList_t2718874744 * V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; MethodInfo_t * V_7 = NULL; ArrayList_t2718874744 * V_8 = NULL; MethodInfo_t * V_9 = NULL; MethodInfoU5BU5D_t2572182361* V_10 = NULL; int32_t V_11 = 0; MethodInfoU5BU5D_t2572182361* V_12 = NULL; int32_t V_13 = 0; { int32_t L_0 = ___bindingAttr1; if (((int32_t)((int32_t)L_0&(int32_t)2))) { goto IL_0142; } } { Type_t * L_1 = __this->get_parent_10(); if (!L_1) { goto IL_0142; } } { Type_t * L_2 = __this->get_parent_10(); int32_t L_3 = ___bindingAttr1; NullCheck(L_2); MethodInfoU5BU5D_t2572182361* L_4 = VirtFuncInvoker1< MethodInfoU5BU5D_t2572182361*, int32_t >::Invoke(65 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_2, L_3); V_3 = L_4; MethodInfoU5BU5D_t2572182361* L_5 = V_3; NullCheck(L_5); ArrayList_t2718874744 * L_6 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m3828927650(L_6, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL); V_4 = L_6; int32_t L_7 = ___bindingAttr1; V_5 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); V_6 = 0; goto IL_00dc; } IL_003e: { MethodInfoU5BU5D_t2572182361* L_8 = V_3; int32_t L_9 = V_6; NullCheck(L_8); int32_t L_10 = L_9; MethodInfo_t * L_11 = (L_8)->GetAt(static_cast(L_10)); V_7 = L_11; MethodInfo_t * L_12 = V_7; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, L_12); V_2 = L_13; MethodInfo_t * L_14 = V_7; NullCheck(L_14); bool L_15 = MethodBase_get_IsStatic_m2399864271(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0064; } } { bool L_16 = V_5; if (L_16) { goto IL_0064; } } { goto IL_00d6; } IL_0064: { int32_t L_17 = V_2; V_13 = ((int32_t)((int32_t)L_17&(int32_t)7)); int32_t L_18 = V_13; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1))) { case 0: { goto IL_00af; } case 1: { goto IL_00b6; } case 2: { goto IL_009f; } case 3: { goto IL_00b6; } case 4: { goto IL_00b6; } case 5: { goto IL_008f; } } } { goto IL_00b6; } IL_008f: { int32_t L_19 = ___bindingAttr1; V_1 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00c6; } IL_009f: { int32_t L_20 = ___bindingAttr1; V_1 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00c6; } IL_00af: { V_1 = (bool)0; goto IL_00c6; } IL_00b6: { int32_t L_21 = ___bindingAttr1; V_1 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_21&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00c6; } IL_00c6: { bool L_22 = V_1; if (!L_22) { goto IL_00d6; } } { ArrayList_t2718874744 * L_23 = V_4; MethodInfo_t * L_24 = V_7; NullCheck(L_23); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_23, L_24); } IL_00d6: { int32_t L_25 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00dc: { int32_t L_26 = V_6; MethodInfoU5BU5D_t2572182361* L_27 = V_3; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))) { goto IL_003e; } } { MethodBuilderU5BU5D_t3705301900* L_28 = __this->get_methods_14(); if (L_28) { goto IL_010b; } } { ArrayList_t2718874744 * L_29 = V_4; NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29); V_0 = ((MethodInfoU5BU5D_t2572182361*)SZArrayNew(MethodInfoU5BU5D_t2572182361_il2cpp_TypeInfo_var, (uint32_t)L_30)); ArrayList_t2718874744 * L_31 = V_4; MethodInfoU5BU5D_t2572182361* L_32 = V_0; NullCheck(L_31); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_31, (RuntimeArray *)(RuntimeArray *)L_32); goto IL_013d; } IL_010b: { MethodBuilderU5BU5D_t3705301900* L_33 = __this->get_methods_14(); NullCheck(L_33); ArrayList_t2718874744 * L_34 = V_4; NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_34); V_0 = ((MethodInfoU5BU5D_t2572182361*)SZArrayNew(MethodInfoU5BU5D_t2572182361_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length)))), (int32_t)L_35)))); ArrayList_t2718874744 * L_36 = V_4; MethodInfoU5BU5D_t2572182361* L_37 = V_0; NullCheck(L_36); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_36, (RuntimeArray *)(RuntimeArray *)L_37, 0); MethodBuilderU5BU5D_t3705301900* L_38 = __this->get_methods_14(); MethodInfoU5BU5D_t2572182361* L_39 = V_0; ArrayList_t2718874744 * L_40 = V_4; NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_40); NullCheck((RuntimeArray *)(RuntimeArray *)L_38); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_38, (RuntimeArray *)(RuntimeArray *)L_39, L_41, /*hidden argument*/NULL); } IL_013d: { goto IL_0149; } IL_0142: { MethodBuilderU5BU5D_t3705301900* L_42 = __this->get_methods_14(); V_0 = (MethodInfoU5BU5D_t2572182361*)L_42; } IL_0149: { MethodInfoU5BU5D_t2572182361* L_43 = V_0; if (L_43) { goto IL_0156; } } { return ((MethodInfoU5BU5D_t2572182361*)SZArrayNew(MethodInfoU5BU5D_t2572182361_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0156: { ArrayList_t2718874744 * L_44 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_44, /*hidden argument*/NULL); V_8 = L_44; MethodInfoU5BU5D_t2572182361* L_45 = V_0; V_10 = L_45; V_11 = 0; goto IL_0211; } IL_0168: { MethodInfoU5BU5D_t2572182361* L_46 = V_10; int32_t L_47 = V_11; NullCheck(L_46); int32_t L_48 = L_47; MethodInfo_t * L_49 = (L_46)->GetAt(static_cast(L_48)); V_9 = L_49; MethodInfo_t * L_50 = V_9; if (L_50) { goto IL_017b; } } { goto IL_020b; } IL_017b: { String_t* L_51 = ___name0; if (!L_51) { goto IL_0199; } } { MethodInfo_t * L_52 = V_9; NullCheck(L_52); String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_52); String_t* L_54 = ___name0; bool L_55 = ___ignoreCase2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_56 = String_Compare_m1071830722(NULL /*static, unused*/, L_53, L_54, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0199; } } { goto IL_020b; } IL_0199: { V_1 = (bool)0; MethodInfo_t * L_57 = V_9; NullCheck(L_57); int32_t L_58 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, L_57); V_2 = L_58; int32_t L_59 = V_2; if ((!(((uint32_t)((int32_t)((int32_t)L_59&(int32_t)7))) == ((uint32_t)6)))) { goto IL_01bc; } } { int32_t L_60 = ___bindingAttr1; if (!((int32_t)((int32_t)L_60&(int32_t)((int32_t)16)))) { goto IL_01b7; } } { V_1 = (bool)1; } IL_01b7: { goto IL_01c7; } IL_01bc: { int32_t L_61 = ___bindingAttr1; if (!((int32_t)((int32_t)L_61&(int32_t)((int32_t)32)))) { goto IL_01c7; } } { V_1 = (bool)1; } IL_01c7: { bool L_62 = V_1; if (L_62) { goto IL_01d2; } } { goto IL_020b; } IL_01d2: { V_1 = (bool)0; int32_t L_63 = V_2; if (!((int32_t)((int32_t)L_63&(int32_t)((int32_t)16)))) { goto IL_01ec; } } { int32_t L_64 = ___bindingAttr1; if (!((int32_t)((int32_t)L_64&(int32_t)8))) { goto IL_01e7; } } { V_1 = (bool)1; } IL_01e7: { goto IL_01f6; } IL_01ec: { int32_t L_65 = ___bindingAttr1; if (!((int32_t)((int32_t)L_65&(int32_t)4))) { goto IL_01f6; } } { V_1 = (bool)1; } IL_01f6: { bool L_66 = V_1; if (L_66) { goto IL_0201; } } { goto IL_020b; } IL_0201: { ArrayList_t2718874744 * L_67 = V_8; MethodInfo_t * L_68 = V_9; NullCheck(L_67); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_67, L_68); } IL_020b: { int32_t L_69 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_0211: { int32_t L_70 = V_11; MethodInfoU5BU5D_t2572182361* L_71 = V_10; NullCheck(L_71); if ((((int32_t)L_70) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length))))))) { goto IL_0168; } } { ArrayList_t2718874744 * L_72 = V_8; NullCheck(L_72); int32_t L_73 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_72); V_12 = ((MethodInfoU5BU5D_t2572182361*)SZArrayNew(MethodInfoU5BU5D_t2572182361_il2cpp_TypeInfo_var, (uint32_t)L_73)); ArrayList_t2718874744 * L_74 = V_8; MethodInfoU5BU5D_t2572182361* L_75 = V_12; NullCheck(L_74); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_74, (RuntimeArray *)(RuntimeArray *)L_75); MethodInfoU5BU5D_t2572182361* L_76 = V_12; return L_76; } } // System.Reflection.MethodInfo[] System.Reflection.Emit.TypeBuilder::GetMethods(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* TypeBuilder_GetMethods_m455544206 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { int32_t L_0 = ___bindingAttr0; MethodInfoU5BU5D_t2572182361* L_1 = TypeBuilder_GetMethodsByName_m1441669940(__this, (String_t*)NULL, L_0, (bool)0, __this, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodInfo System.Reflection.Emit.TypeBuilder::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * TypeBuilder_GetMethodImpl_m3583143647 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, int32_t ___callConvention3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetMethodImpl_m3583143647_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; MethodInfoU5BU5D_t2572182361* V_1 = NULL; MethodInfo_t * V_2 = NULL; MethodBaseU5BU5D_t779831733* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; MethodInfo_t * V_6 = NULL; MethodInfoU5BU5D_t2572182361* V_7 = NULL; int32_t V_8 = 0; MethodInfo_t * V_9 = NULL; MethodInfoU5BU5D_t2572182361* V_10 = NULL; int32_t V_11 = 0; int32_t G_B3_0 = 0; { TypeBuilder_check_created_m3513163610(__this, /*hidden argument*/NULL); int32_t L_0 = ___bindingAttr1; V_0 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); String_t* L_1 = ___name0; int32_t L_2 = ___bindingAttr1; bool L_3 = V_0; MethodInfoU5BU5D_t2572182361* L_4 = TypeBuilder_GetMethodsByName_m1441669940(__this, L_1, L_2, L_3, __this, /*hidden argument*/NULL); V_1 = L_4; V_2 = (MethodInfo_t *)NULL; TypeU5BU5D_t3940880105* L_5 = ___types4; if (!L_5) { goto IL_002d; } } { TypeU5BU5D_t3940880105* L_6 = ___types4; NullCheck(L_6); G_B3_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))); goto IL_002e; } IL_002d: { G_B3_0 = 0; } IL_002e: { V_4 = G_B3_0; V_5 = 0; MethodInfoU5BU5D_t2572182361* L_7 = V_1; V_7 = L_7; V_8 = 0; goto IL_0072; } IL_003e: { MethodInfoU5BU5D_t2572182361* L_8 = V_7; int32_t L_9 = V_8; NullCheck(L_8); int32_t L_10 = L_9; MethodInfo_t * L_11 = (L_8)->GetAt(static_cast(L_10)); V_6 = L_11; int32_t L_12 = ___callConvention3; if ((((int32_t)L_12) == ((int32_t)3))) { goto IL_0063; } } { MethodInfo_t * L_13 = V_6; NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_13); int32_t L_15 = ___callConvention3; int32_t L_16 = ___callConvention3; if ((((int32_t)((int32_t)((int32_t)L_14&(int32_t)L_15))) == ((int32_t)L_16))) { goto IL_0063; } } { goto IL_006c; } IL_0063: { MethodInfo_t * L_17 = V_6; V_2 = L_17; int32_t L_18 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_006c: { int32_t L_19 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0072: { int32_t L_20 = V_8; MethodInfoU5BU5D_t2572182361* L_21 = V_7; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_003e; } } { int32_t L_22 = V_5; if (L_22) { goto IL_0086; } } { return (MethodInfo_t *)NULL; } IL_0086: { int32_t L_23 = V_5; if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_0097; } } { int32_t L_24 = V_4; if (L_24) { goto IL_0097; } } { MethodInfo_t * L_25 = V_2; return L_25; } IL_0097: { int32_t L_26 = V_5; V_3 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)L_26)); int32_t L_27 = V_5; if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_00b0; } } { MethodBaseU5BU5D_t779831733* L_28 = V_3; MethodInfo_t * L_29 = V_2; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(0), (MethodBase_t *)L_29); goto IL_00ff; } IL_00b0: { V_5 = 0; MethodInfoU5BU5D_t2572182361* L_30 = V_1; V_10 = L_30; V_11 = 0; goto IL_00f4; } IL_00be: { MethodInfoU5BU5D_t2572182361* L_31 = V_10; int32_t L_32 = V_11; NullCheck(L_31); int32_t L_33 = L_32; MethodInfo_t * L_34 = (L_31)->GetAt(static_cast(L_33)); V_9 = L_34; int32_t L_35 = ___callConvention3; if ((((int32_t)L_35) == ((int32_t)3))) { goto IL_00e3; } } { MethodInfo_t * L_36 = V_9; NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_36); int32_t L_38 = ___callConvention3; int32_t L_39 = ___callConvention3; if ((((int32_t)((int32_t)((int32_t)L_37&(int32_t)L_38))) == ((int32_t)L_39))) { goto IL_00e3; } } { goto IL_00ee; } IL_00e3: { MethodBaseU5BU5D_t779831733* L_40 = V_3; int32_t L_41 = V_5; int32_t L_42 = L_41; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); MethodInfo_t * L_43 = V_9; NullCheck(L_40); ArrayElementTypeCheck (L_40, L_43); (L_40)->SetAt(static_cast(L_42), (MethodBase_t *)L_43); } IL_00ee: { int32_t L_44 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00f4: { int32_t L_45 = V_11; MethodInfoU5BU5D_t2572182361* L_46 = V_10; NullCheck(L_46); if ((((int32_t)L_45) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length))))))) { goto IL_00be; } } IL_00ff: { TypeU5BU5D_t3940880105* L_47 = ___types4; if (L_47) { goto IL_0112; } } { MethodBaseU5BU5D_t779831733* L_48 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); MethodBase_t * L_49 = Binder_FindMostDerivedMatch_m239579024(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); return ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_49, MethodInfo_t_il2cpp_TypeInfo_var)); } IL_0112: { Binder_t2999457153 * L_50 = ___binder2; if (L_50) { goto IL_011f; } } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_51 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ___binder2 = L_51; } IL_011f: { Binder_t2999457153 * L_52 = ___binder2; int32_t L_53 = ___bindingAttr1; MethodBaseU5BU5D_t779831733* L_54 = V_3; TypeU5BU5D_t3940880105* L_55 = ___types4; ParameterModifierU5BU5D_t2943407543* L_56 = ___modifiers5; NullCheck(L_52); MethodBase_t * L_57 = VirtFuncInvoker4< MethodBase_t *, int32_t, MethodBaseU5BU5D_t779831733*, TypeU5BU5D_t3940880105*, ParameterModifierU5BU5D_t2943407543* >::Invoke(7 /* System.Reflection.MethodBase System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) */, L_52, L_53, L_54, L_55, L_56); return ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_57, MethodInfo_t_il2cpp_TypeInfo_var)); } } // System.Type[] System.Reflection.Emit.TypeBuilder::GetNestedTypes(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* TypeBuilder_GetNestedTypes_m2300144215 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetNestedTypes_m2300144215_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ArrayList_t2718874744 * V_1 = NULL; TypeBuilder_t1073948154 * V_2 = NULL; TypeBuilderU5BU5D_t786280671* V_3 = NULL; int32_t V_4 = 0; TypeU5BU5D_t3940880105* V_5 = NULL; { bool L_0 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001c; } } { bool L_1 = TypeBuilder_get_IsCompilerContext_m4056143290(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { NotSupportedException_t1314879016 * L_2 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,TypeBuilder_GetNestedTypes_m2300144215_RuntimeMethod_var); } IL_001c: { ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); V_1 = L_3; TypeBuilderU5BU5D_t786280671* L_4 = __this->get_subtypes_21(); if (L_4) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_5 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_5; } IL_0033: { TypeBuilderU5BU5D_t786280671* L_6 = __this->get_subtypes_21(); V_3 = L_6; V_4 = 0; goto IL_008b; } IL_0042: { TypeBuilderU5BU5D_t786280671* L_7 = V_3; int32_t L_8 = V_4; NullCheck(L_7); int32_t L_9 = L_8; TypeBuilder_t1073948154 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_2 = L_10; V_0 = (bool)0; TypeBuilder_t1073948154 * L_11 = V_2; NullCheck(L_11); int32_t L_12 = L_11->get_attrs_22(); if ((!(((uint32_t)((int32_t)((int32_t)L_12&(int32_t)7))) == ((uint32_t)2)))) { goto IL_0067; } } { int32_t L_13 = ___bindingAttr0; if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)16)))) { goto IL_0062; } } { V_0 = (bool)1; } IL_0062: { goto IL_0072; } IL_0067: { int32_t L_14 = ___bindingAttr0; if (!((int32_t)((int32_t)L_14&(int32_t)((int32_t)32)))) { goto IL_0072; } } { V_0 = (bool)1; } IL_0072: { bool L_15 = V_0; if (L_15) { goto IL_007d; } } { goto IL_0085; } IL_007d: { ArrayList_t2718874744 * L_16 = V_1; TypeBuilder_t1073948154 * L_17 = V_2; NullCheck(L_16); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_16, L_17); } IL_0085: { int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_008b: { int32_t L_19 = V_4; TypeBuilderU5BU5D_t786280671* L_20 = V_3; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_0042; } } { ArrayList_t2718874744 * L_21 = V_1; NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_21); V_5 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)L_22)); ArrayList_t2718874744 * L_23 = V_1; TypeU5BU5D_t3940880105* L_24 = V_5; NullCheck(L_23); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_23, (RuntimeArray *)(RuntimeArray *)L_24); TypeU5BU5D_t3940880105* L_25 = V_5; return L_25; } } // System.Reflection.PropertyInfo[] System.Reflection.Emit.TypeBuilder::GetProperties(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* TypeBuilder_GetProperties_m1107583832 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetProperties_m1107583832_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; MethodInfo_t * V_3 = NULL; PropertyInfo_t * V_4 = NULL; PropertyBuilderU5BU5D_t4023329206* V_5 = NULL; int32_t V_6 = 0; PropertyInfoU5BU5D_t1461822886* V_7 = NULL; { bool L_0 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { Type_t * L_1 = __this->get_created_30(); int32_t L_2 = ___bindingAttr0; NullCheck(L_1); PropertyInfoU5BU5D_t1461822886* L_3 = VirtFuncInvoker1< PropertyInfoU5BU5D_t1461822886*, int32_t >::Invoke(68 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_1, L_2); return L_3; } IL_0018: { PropertyBuilderU5BU5D_t4023329206* L_4 = __this->get_properties_16(); if (L_4) { goto IL_002a; } } { return ((PropertyInfoU5BU5D_t1461822886*)SZArrayNew(PropertyInfoU5BU5D_t1461822886_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_002a: { ArrayList_t2718874744 * L_5 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_5, /*hidden argument*/NULL); V_0 = L_5; PropertyBuilderU5BU5D_t4023329206* L_6 = __this->get_properties_16(); V_5 = L_6; V_6 = 0; goto IL_00e0; } IL_0040: { PropertyBuilderU5BU5D_t4023329206* L_7 = V_5; int32_t L_8 = V_6; NullCheck(L_7); int32_t L_9 = L_8; PropertyBuilder_t314297007 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_4 = L_10; V_1 = (bool)0; PropertyInfo_t * L_11 = V_4; NullCheck(L_11); MethodInfo_t * L_12 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(21 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, L_11, (bool)1); V_3 = L_12; MethodInfo_t * L_13 = V_3; if (L_13) { goto IL_0061; } } { PropertyInfo_t * L_14 = V_4; NullCheck(L_14); MethodInfo_t * L_15 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(24 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, L_14, (bool)1); V_3 = L_15; } IL_0061: { MethodInfo_t * L_16 = V_3; if (L_16) { goto IL_006c; } } { goto IL_00da; } IL_006c: { MethodInfo_t * L_17 = V_3; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, L_17); V_2 = L_18; int32_t L_19 = V_2; if ((!(((uint32_t)((int32_t)((int32_t)L_19&(int32_t)7))) == ((uint32_t)6)))) { goto IL_008c; } } { int32_t L_20 = ___bindingAttr0; if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)16)))) { goto IL_0087; } } { V_1 = (bool)1; } IL_0087: { goto IL_0097; } IL_008c: { int32_t L_21 = ___bindingAttr0; if (!((int32_t)((int32_t)L_21&(int32_t)((int32_t)32)))) { goto IL_0097; } } { V_1 = (bool)1; } IL_0097: { bool L_22 = V_1; if (L_22) { goto IL_00a2; } } { goto IL_00da; } IL_00a2: { V_1 = (bool)0; int32_t L_23 = V_2; if (!((int32_t)((int32_t)L_23&(int32_t)((int32_t)16)))) { goto IL_00bc; } } { int32_t L_24 = ___bindingAttr0; if (!((int32_t)((int32_t)L_24&(int32_t)8))) { goto IL_00b7; } } { V_1 = (bool)1; } IL_00b7: { goto IL_00c6; } IL_00bc: { int32_t L_25 = ___bindingAttr0; if (!((int32_t)((int32_t)L_25&(int32_t)4))) { goto IL_00c6; } } { V_1 = (bool)1; } IL_00c6: { bool L_26 = V_1; if (L_26) { goto IL_00d1; } } { goto IL_00da; } IL_00d1: { ArrayList_t2718874744 * L_27 = V_0; PropertyInfo_t * L_28 = V_4; NullCheck(L_27); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_27, L_28); } IL_00da: { int32_t L_29 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00e0: { int32_t L_30 = V_6; PropertyBuilderU5BU5D_t4023329206* L_31 = V_5; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_0040; } } { ArrayList_t2718874744 * L_32 = V_0; NullCheck(L_32); int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_32); V_7 = ((PropertyInfoU5BU5D_t1461822886*)SZArrayNew(PropertyInfoU5BU5D_t1461822886_il2cpp_TypeInfo_var, (uint32_t)L_33)); ArrayList_t2718874744 * L_34 = V_0; PropertyInfoU5BU5D_t1461822886* L_35 = V_7; NullCheck(L_34); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_34, (RuntimeArray *)(RuntimeArray *)L_35); PropertyInfoU5BU5D_t1461822886* L_36 = V_7; return L_36; } } // System.Reflection.PropertyInfo System.Reflection.Emit.TypeBuilder::GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * TypeBuilder_GetPropertyImpl_m3104345782 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetPropertyImpl_m3104345782_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = TypeBuilder_not_supported_m1239084737(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,TypeBuilder_GetPropertyImpl_m3104345782_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.TypeBuilder::HasElementTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_HasElementTypeImpl_m1871001960 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { bool L_0 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { Type_t * L_1 = __this->get_created_30(); NullCheck(L_1); bool L_2 = Type_get_HasElementType_m710151977(L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.Reflection.Emit.TypeBuilder::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeBuilder_InvokeMember_m713975721 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t2843939325* ___args4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, CultureInfo_t4157843068 * ___culture6, StringU5BU5D_t1281789340* ___namedParameters7, const RuntimeMethod* method) { { TypeBuilder_check_created_m3513163610(__this, /*hidden argument*/NULL); Type_t * L_0 = __this->get_created_30(); String_t* L_1 = ___name0; int32_t L_2 = ___invokeAttr1; Binder_t2999457153 * L_3 = ___binder2; RuntimeObject * L_4 = ___target3; ObjectU5BU5D_t2843939325* L_5 = ___args4; ParameterModifierU5BU5D_t2943407543* L_6 = ___modifiers5; CultureInfo_t4157843068 * L_7 = ___culture6; StringU5BU5D_t1281789340* L_8 = ___namedParameters7; NullCheck(L_0); RuntimeObject * L_9 = VirtFuncInvoker8< RuntimeObject *, String_t*, int32_t, Binder_t2999457153 *, RuntimeObject *, ObjectU5BU5D_t2843939325*, ParameterModifierU5BU5D_t2943407543*, CultureInfo_t4157843068 *, StringU5BU5D_t1281789340* >::Invoke(91 /* System.Object System.Type::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) */, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8); return L_9; } } // System.Boolean System.Reflection.Emit.TypeBuilder::IsArrayImpl() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsArrayImpl_m2884820883 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.TypeBuilder::IsByRefImpl() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsByRefImpl_m3775334677 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.TypeBuilder::IsPointerImpl() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsPointerImpl_m2837168342 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.TypeBuilder::IsPrimitiveImpl() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsPrimitiveImpl_m1753586266 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.TypeBuilder::IsValueTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsValueTypeImpl_m3935440087 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_IsValueTypeImpl_m3935440087_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; { ModuleBuilder_t731887691 * L_0 = __this->get_pmodule_24(); NullCheck(L_0); AssemblyBuilder_t359885250 * L_1 = L_0->get_assemblyb_16(); NullCheck(L_1); Type_t * L_2 = L_1->get_corlib_value_type_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3 = Type_type_is_subtype_of_m1406623598(NULL /*static, unused*/, __this, L_2, (bool)0, /*hidden argument*/NULL); if (L_3) { goto IL_0032; } } { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (ValueType_t3640485471_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); bool L_6 = Type_type_is_subtype_of_m1406623598(NULL /*static, unused*/, __this, L_5, (bool)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0060; } } IL_0032: { ModuleBuilder_t731887691 * L_7 = __this->get_pmodule_24(); NullCheck(L_7); AssemblyBuilder_t359885250 * L_8 = L_7->get_assemblyb_16(); NullCheck(L_8); Type_t * L_9 = L_8->get_corlib_value_type_13(); if ((((RuntimeObject*)(TypeBuilder_t1073948154 *)__this) == ((RuntimeObject*)(Type_t *)L_9))) { goto IL_0060; } } { ModuleBuilder_t731887691 * L_10 = __this->get_pmodule_24(); NullCheck(L_10); AssemblyBuilder_t359885250 * L_11 = L_10->get_assemblyb_16(); NullCheck(L_11); Type_t * L_12 = L_11->get_corlib_enum_type_14(); G_B5_0 = ((((int32_t)((((RuntimeObject*)(TypeBuilder_t1073948154 *)__this) == ((RuntimeObject*)(Type_t *)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0061; } IL_0060: { G_B5_0 = 0; } IL_0061: { return (bool)G_B5_0; } } // System.Type System.Reflection.Emit.TypeBuilder::MakeByRefType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_MakeByRefType_m3332797276 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_MakeByRefType_m3332797276_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByRefType_t2066805327 * L_0 = (ByRefType_t2066805327 *)il2cpp_codegen_object_new(ByRefType_t2066805327_il2cpp_TypeInfo_var); ByRefType__ctor_m194708390(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Type System.Reflection.Emit.TypeBuilder::MakeGenericType(System.Type[]) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_MakeGenericType_m2799607032 (TypeBuilder_t1073948154 * __this, TypeU5BU5D_t3940880105* ___typeArguments0, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = ___typeArguments0; Type_t * L_1 = Type_MakeGenericType_m2479309691(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.RuntimeTypeHandle System.Reflection.Emit.TypeBuilder::get_TypeHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeTypeHandle_t3027515415 TypeBuilder_get_TypeHandle_m3498565307 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { TypeBuilder_check_created_m3513163610(__this, /*hidden argument*/NULL); Type_t * L_0 = __this->get_created_30(); NullCheck(L_0); RuntimeTypeHandle_t3027515415 L_1 = VirtFuncInvoker0< RuntimeTypeHandle_t3027515415 >::Invoke(38 /* System.RuntimeTypeHandle System.Type::get_TypeHandle() */, L_0); return L_1; } } // System.Void System.Reflection.Emit.TypeBuilder::SetParent(System.Type) extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_SetParent_m4101148229 (TypeBuilder_t1073948154 * __this, Type_t * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_SetParent_m4101148229_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_check_not_created_m3652863637(__this, /*hidden argument*/NULL); Type_t * L_0 = ___parent0; if (L_0) { goto IL_0057; } } { int32_t L_1 = __this->get_attrs_22(); if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)32)))) { goto IL_0042; } } { int32_t L_2 = __this->get_attrs_22(); if (((int32_t)((int32_t)L_2&(int32_t)((int32_t)128)))) { goto IL_0036; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral916150823, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,TypeBuilder_SetParent_m4101148229_RuntimeMethod_var); } IL_0036: { __this->set_parent_10((Type_t *)NULL); goto IL_0052; } IL_0042: { 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); __this->set_parent_10(L_5); } IL_0052: { goto IL_005e; } IL_0057: { Type_t * L_6 = ___parent0; __this->set_parent_10(L_6); } IL_005e: { TypeBuilder_setup_internal_class_m4067683076(__this, __this, /*hidden argument*/NULL); return; } } // System.Int32 System.Reflection.Emit.TypeBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t TypeBuilder_get_next_table_index_m789974556 (TypeBuilder_t1073948154 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method) { { ModuleBuilder_t731887691 * L_0 = __this->get_pmodule_24(); RuntimeObject * L_1 = ___obj0; int32_t L_2 = ___table1; bool L_3 = ___inc2; NullCheck(L_0); int32_t L_4 = ModuleBuilder_get_next_table_index_m1158040331(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Reflection.Emit.TypeBuilder::get_IsCompilerContext() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_get_IsCompilerContext_m4056143290 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { ModuleBuilder_t731887691 * L_0 = __this->get_pmodule_24(); NullCheck(L_0); AssemblyBuilder_t359885250 * L_1 = L_0->get_assemblyb_16(); NullCheck(L_1); bool L_2 = AssemblyBuilder_get_IsCompilerContext_m4201958597(L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.Emit.TypeBuilder::get_is_created() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_get_is_created_m1192848807 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_created_30(); return (bool)((((int32_t)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Exception System.Reflection.Emit.TypeBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * TypeBuilder_not_supported_m1239084737 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_not_supported_m1239084737_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*hidden argument*/NULL); return L_0; } } // System.Void System.Reflection.Emit.TypeBuilder::check_not_created() extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_check_not_created_m3652863637 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_check_not_created_m3652863637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral2404419194, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TypeBuilder_check_not_created_m3652863637_RuntimeMethod_var); } IL_0016: { return; } } // System.Void System.Reflection.Emit.TypeBuilder::check_created() extern "C" IL2CPP_METHOD_ATTR void TypeBuilder_check_created_m3513163610 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_check_created_m3513163610_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0012; } } { Exception_t * L_1 = TypeBuilder_not_supported_m1239084737(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TypeBuilder_check_created_m3513163610_RuntimeMethod_var); } IL_0012: { return; } } // System.String System.Reflection.Emit.TypeBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_ToString_m3497908325 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { String_t* L_0 = TypeBuilder_get_FullName_m420272554(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Reflection.Emit.TypeBuilder::IsAssignableFrom(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsAssignableFrom_m3127348202 (TypeBuilder_t1073948154 * __this, Type_t * ___c0, const RuntimeMethod* method) { { Type_t * L_0 = ___c0; bool L_1 = Type_IsAssignableFrom_m3195021585(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Reflection.Emit.TypeBuilder::IsSubclassOf(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsSubclassOf_m3458909121 (TypeBuilder_t1073948154 * __this, Type_t * ___c0, const RuntimeMethod* method) { { Type_t * L_0 = ___c0; bool L_1 = Type_IsSubclassOf_m527829736(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Reflection.Emit.TypeBuilder::IsAssignableTo(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsAssignableTo_m547961029 (TypeBuilder_t1073948154 * __this, Type_t * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_IsAssignableTo_m547961029_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; { Type_t * L_0 = ___c0; if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(TypeBuilder_t1073948154 *)__this)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { Type_t * L_1 = ___c0; NullCheck(L_1); bool L_2 = Type_get_IsInterface_m3284996719(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0084; } } { Type_t * L_3 = __this->get_parent_10(); if (!L_3) { goto IL_003d; } } { bool L_4 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_003d; } } { Type_t * L_5 = ___c0; Type_t * L_6 = __this->get_parent_10(); NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6); if (!L_7) { goto IL_003d; } } { return (bool)1; } IL_003d: { TypeU5BU5D_t3940880105* L_8 = __this->get_interfaces_12(); if (L_8) { goto IL_004a; } } { return (bool)0; } IL_004a: { TypeU5BU5D_t3940880105* L_9 = __this->get_interfaces_12(); V_1 = L_9; V_2 = 0; goto IL_006e; } IL_0058: { TypeU5BU5D_t3940880105* L_10 = V_1; int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; Type_t * L_13 = (L_10)->GetAt(static_cast(L_12)); V_0 = L_13; Type_t * L_14 = ___c0; Type_t * L_15 = V_0; NullCheck(L_14); bool L_16 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_14, L_15); if (!L_16) { goto IL_006a; } } { return (bool)1; } IL_006a: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006e: { int32_t L_18 = V_2; TypeU5BU5D_t3940880105* L_19 = V_1; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))) { goto IL_0058; } } { bool L_20 = TypeBuilder_get_is_created_m1192848807(__this, /*hidden argument*/NULL); if (L_20) { goto IL_0084; } } { return (bool)0; } IL_0084: { Type_t * L_21 = __this->get_parent_10(); if (L_21) { goto IL_009d; } } { Type_t * L_22 = ___c0; RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(Type_t *)L_22) == ((RuntimeObject*)(Type_t *)L_24))? 1 : 0); } IL_009d: { Type_t * L_25 = ___c0; Type_t * L_26 = __this->get_parent_10(); NullCheck(L_25); bool L_27 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_25, L_26); return L_27; } } // System.Type[] System.Reflection.Emit.TypeBuilder::GetGenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* TypeBuilder_GetGenericArguments_m2872156836 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetGenericArguments_m2872156836_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; { GenericTypeParameterBuilderU5BU5D_t3780444109* L_0 = __this->get_generic_params_28(); if (L_0) { goto IL_000d; } } { return (TypeU5BU5D_t3940880105*)NULL; } IL_000d: { GenericTypeParameterBuilderU5BU5D_t3780444109* L_1 = __this->get_generic_params_28(); NullCheck(L_1); V_0 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))); GenericTypeParameterBuilderU5BU5D_t3780444109* L_2 = __this->get_generic_params_28(); TypeU5BU5D_t3940880105* L_3 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_2, (RuntimeArray *)(RuntimeArray *)L_3, 0, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_4 = V_0; return L_4; } } // System.Type System.Reflection.Emit.TypeBuilder::GetGenericTypeDefinition() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_GetGenericTypeDefinition_m1632720438 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeBuilder_GetGenericTypeDefinition_m1632720438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GenericTypeParameterBuilderU5BU5D_t3780444109* L_0 = __this->get_generic_params_28(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral2161566649, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TypeBuilder_GetGenericTypeDefinition_m1632720438_RuntimeMethod_var); } IL_0016: { return __this; } } // System.Boolean System.Reflection.Emit.TypeBuilder::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_get_ContainsGenericParameters_m1769080325 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { GenericTypeParameterBuilderU5BU5D_t3780444109* L_0 = __this->get_generic_params_28(); return (bool)((((int32_t)((((RuntimeObject*)(GenericTypeParameterBuilderU5BU5D_t3780444109*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.Emit.TypeBuilder::get_IsGenericParameter() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_get_IsGenericParameter_m1751799710 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { typedef bool (*TypeBuilder_get_IsGenericParameter_m1751799710_ftn) (TypeBuilder_t1073948154 *); using namespace il2cpp::icalls; return ((TypeBuilder_get_IsGenericParameter_m1751799710_ftn)mscorlib::System::Reflection::Emit::TypeBuilder::get_IsGenericParameter) (__this); } // System.Boolean System.Reflection.Emit.TypeBuilder::get_IsGenericTypeDefinition() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_get_IsGenericTypeDefinition_m1477212742 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { GenericTypeParameterBuilderU5BU5D_t3780444109* L_0 = __this->get_generic_params_28(); return (bool)((((int32_t)((((RuntimeObject*)(GenericTypeParameterBuilderU5BU5D_t3780444109*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.Emit.TypeBuilder::get_IsGenericType() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_get_IsGenericType_m2295780578 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method) { { bool L_0 = TypeBuilder_get_IsGenericTypeDefinition_m1477212742(__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.Runtime.InteropServices.MarshalAsAttribute System.Reflection.Emit.UnmanagedMarshal::ToMarshalAsAttribute() extern "C" IL2CPP_METHOD_ATTR MarshalAsAttribute_t3522571978 * UnmanagedMarshal_ToMarshalAsAttribute_m3182194847 (UnmanagedMarshal_t984015687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMarshal_ToMarshalAsAttribute_m3182194847_MetadataUsageId); s_Il2CppMethodInitialized = true; } MarshalAsAttribute_t3522571978 * V_0 = NULL; { int32_t L_0 = __this->get_t_1(); MarshalAsAttribute_t3522571978 * L_1 = (MarshalAsAttribute_t3522571978 *)il2cpp_codegen_object_new(MarshalAsAttribute_t3522571978_il2cpp_TypeInfo_var); MarshalAsAttribute__ctor_m1885514494(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; MarshalAsAttribute_t3522571978 * L_2 = V_0; int32_t L_3 = __this->get_tbase_2(); NullCheck(L_2); L_2->set_ArraySubType_1(L_3); MarshalAsAttribute_t3522571978 * L_4 = V_0; String_t* L_5 = __this->get_mcookie_4(); NullCheck(L_4); L_4->set_MarshalCookie_2(L_5); MarshalAsAttribute_t3522571978 * L_6 = V_0; String_t* L_7 = __this->get_marshaltype_5(); NullCheck(L_6); L_6->set_MarshalType_3(L_7); MarshalAsAttribute_t3522571978 * L_8 = V_0; Type_t * L_9 = __this->get_marshaltyperef_6(); NullCheck(L_8); L_8->set_MarshalTypeRef_4(L_9); int32_t L_10 = __this->get_count_0(); if ((!(((uint32_t)L_10) == ((uint32_t)(-1))))) { goto IL_0054; } } { MarshalAsAttribute_t3522571978 * L_11 = V_0; NullCheck(L_11); L_11->set_SizeConst_5(0); goto IL_0060; } IL_0054: { MarshalAsAttribute_t3522571978 * L_12 = V_0; int32_t L_13 = __this->get_count_0(); NullCheck(L_12); L_12->set_SizeConst_5(L_13); } IL_0060: { int32_t L_14 = __this->get_param_num_7(); if ((!(((uint32_t)L_14) == ((uint32_t)(-1))))) { goto IL_0078; } } { MarshalAsAttribute_t3522571978 * L_15 = V_0; NullCheck(L_15); L_15->set_SizeParamIndex_6((int16_t)0); goto IL_0085; } IL_0078: { MarshalAsAttribute_t3522571978 * L_16 = V_0; int32_t L_17 = __this->get_param_num_7(); NullCheck(L_16); L_16->set_SizeParamIndex_6((((int16_t)((int16_t)L_17)))); } IL_0085: { MarshalAsAttribute_t3522571978 * L_18 = V_0; return L_18; } } #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.Reflection.EventInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventInfo__ctor_m3033129999 (EventInfo_t * __this, const RuntimeMethod* method) { { MemberInfo__ctor_m3258770133(__this, /*hidden argument*/NULL); return; } } // System.Type System.Reflection.EventInfo::get_EventHandlerType() extern "C" IL2CPP_METHOD_ATTR Type_t * EventInfo_get_EventHandlerType_m420690865 (EventInfo_t * __this, const RuntimeMethod* method) { ParameterInfoU5BU5D_t390618515* V_0 = NULL; MethodInfo_t * V_1 = NULL; Type_t * V_2 = NULL; { MethodInfo_t * L_0 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(17 /* System.Reflection.MethodInfo System.Reflection.EventInfo::GetAddMethod(System.Boolean) */, __this, (bool)1); V_1 = L_0; MethodInfo_t * L_1 = V_1; NullCheck(L_1); ParameterInfoU5BU5D_t390618515* L_2 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_1); V_0 = L_2; ParameterInfoU5BU5D_t390618515* L_3 = V_0; NullCheck(L_3); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) <= ((int32_t)0))) { goto IL_0023; } } { ParameterInfoU5BU5D_t390618515* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; ParameterInfo_t1861056598 * L_6 = (L_4)->GetAt(static_cast(L_5)); NullCheck(L_6); Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_6); V_2 = L_7; Type_t * L_8 = V_2; return L_8; } IL_0023: { return (Type_t *)NULL; } } // System.Reflection.MemberTypes System.Reflection.EventInfo::get_MemberType() extern "C" IL2CPP_METHOD_ATTR int32_t EventInfo_get_MemberType_m2405145162 (EventInfo_t * __this, const RuntimeMethod* method) { { return (int32_t)(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.Reflection.EventInfo/AddEventAdapter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void AddEventAdapter__ctor_m2428277574 (AddEventAdapter_t1787725097 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Reflection.EventInfo/AddEventAdapter::Invoke(System.Object,System.Delegate) extern "C" IL2CPP_METHOD_ATTR void AddEventAdapter_Invoke_m3665771100 (AddEventAdapter_t1787725097 * __this, RuntimeObject * ____this0, Delegate_t1188392813 * ___dele1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { AddEventAdapter_Invoke_m3665771100((AddEventAdapter_t1787725097 *)__this->get_prev_9(), ____this0, ___dele1, 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) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, Delegate_t1188392813 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ____this0, ___dele1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, Delegate_t1188392813 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ____this0, ___dele1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // 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)) GenericInterfaceActionInvoker2< RuntimeObject *, Delegate_t1188392813 * >::Invoke(targetMethod, targetThis, ____this0, ___dele1); else GenericVirtActionInvoker2< RuntimeObject *, Delegate_t1188392813 * >::Invoke(targetMethod, targetThis, ____this0, ___dele1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, Delegate_t1188392813 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ____this0, ___dele1); else VirtActionInvoker2< RuntimeObject *, Delegate_t1188392813 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ____this0, ___dele1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, Delegate_t1188392813 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ____this0, ___dele1, 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)) GenericInterfaceActionInvoker1< Delegate_t1188392813 * >::Invoke(targetMethod, ____this0, ___dele1); else GenericVirtActionInvoker1< Delegate_t1188392813 * >::Invoke(targetMethod, ____this0, ___dele1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Delegate_t1188392813 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ____this0, ___dele1); else VirtActionInvoker1< Delegate_t1188392813 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ____this0, ___dele1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, Delegate_t1188392813 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(____this0, ___dele1, targetMethod); } } } } // System.IAsyncResult System.Reflection.EventInfo/AddEventAdapter::BeginInvoke(System.Object,System.Delegate,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* AddEventAdapter_BeginInvoke_m913431108 (AddEventAdapter_t1787725097 * __this, RuntimeObject * ____this0, Delegate_t1188392813 * ___dele1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ____this0; __d_args[1] = ___dele1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Reflection.EventInfo/AddEventAdapter::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void AddEventAdapter_EndInvoke_m3898366634 (AddEventAdapter_t1787725097 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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.Reflection.FieldInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void FieldInfo__ctor_m3305575002 (FieldInfo_t * __this, const RuntimeMethod* method) { { MemberInfo__ctor_m3258770133(__this, /*hidden argument*/NULL); return; } } // System.Reflection.MemberTypes System.Reflection.FieldInfo::get_MemberType() extern "C" IL2CPP_METHOD_ATTR int32_t FieldInfo_get_MemberType_m143061680 (FieldInfo_t * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Boolean System.Reflection.FieldInfo::get_IsLiteral() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsLiteral_m534699794 (FieldInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, __this); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.FieldInfo::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_m3482711189 (FieldInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, __this); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.FieldInfo::get_IsInitOnly() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsInitOnly_m930369112 (FieldInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, __this); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.FieldInfo::get_IsPublic() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsPublic_m3378038140 (FieldInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, __this); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)7))) == ((int32_t)6))? 1 : 0); } } // System.Boolean System.Reflection.FieldInfo::get_IsPrivate() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsPrivate_m1717932363 (FieldInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, __this); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)7))) == ((int32_t)1))? 1 : 0); } } // System.Boolean System.Reflection.FieldInfo::get_IsNotSerialized() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsNotSerialized_m2684033086 (FieldInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, __this); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)128)))) == ((int32_t)((int32_t)128)))? 1 : 0); } } // 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) { { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = ___value1; VirtActionInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, CultureInfo_t4157843068 * >::Invoke(25 /* System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) */, __this, L_0, L_1, 0, (Binder_t2999457153 *)NULL, (CultureInfo_t4157843068 *)NULL); return; } } // System.Reflection.FieldInfo System.Reflection.FieldInfo::internal_from_handle_type(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * FieldInfo_internal_from_handle_type_m3256989094 (RuntimeObject * __this /* static, unused */, intptr_t ___field_handle0, intptr_t ___type_handle1, const RuntimeMethod* method) { typedef FieldInfo_t * (*FieldInfo_internal_from_handle_type_m3256989094_ftn) (intptr_t, intptr_t); using namespace il2cpp::icalls; return ((FieldInfo_internal_from_handle_type_m3256989094_ftn)mscorlib::System::Reflection::FieldInfo::internal_from_handle_type) (___field_handle0, ___type_handle1); } // System.Reflection.FieldInfo System.Reflection.FieldInfo::GetFieldFromHandle(System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * FieldInfo_GetFieldFromHandle_m586851985 (RuntimeObject * __this /* static, unused */, RuntimeFieldHandle_t1871169219 ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldInfo_GetFieldFromHandle_m586851985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = RuntimeFieldHandle_get_Value_m4138444424((&___handle0), /*hidden argument*/NULL); bool L_1 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral3333052099, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,FieldInfo_GetFieldFromHandle_m586851985_RuntimeMethod_var); } IL_0021: { intptr_t L_3 = RuntimeFieldHandle_get_Value_m4138444424((&___handle0), /*hidden argument*/NULL); FieldInfo_t * L_4 = FieldInfo_internal_from_handle_type_m3256989094(NULL /*static, unused*/, L_3, (intptr_t)(0), /*hidden argument*/NULL); return L_4; } } // System.Int32 System.Reflection.FieldInfo::GetFieldOffset() extern "C" IL2CPP_METHOD_ATTR int32_t FieldInfo_GetFieldOffset_m1356898082 (FieldInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldInfo_GetFieldOffset_m1356898082_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SystemException_t176217640 * L_0 = (SystemException_t176217640 *)il2cpp_codegen_object_new(SystemException_t176217640_il2cpp_TypeInfo_var); SystemException__ctor_m3298527747(L_0, _stringLiteral2445270566, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FieldInfo_GetFieldOffset_m1356898082_RuntimeMethod_var); } } // System.Reflection.Emit.UnmanagedMarshal System.Reflection.FieldInfo::GetUnmanagedMarshal() extern "C" IL2CPP_METHOD_ATTR UnmanagedMarshal_t984015687 * FieldInfo_GetUnmanagedMarshal_m1813368915 (FieldInfo_t * __this, const RuntimeMethod* method) { typedef UnmanagedMarshal_t984015687 * (*FieldInfo_GetUnmanagedMarshal_m1813368915_ftn) (FieldInfo_t *); using namespace il2cpp::icalls; return ((FieldInfo_GetUnmanagedMarshal_m1813368915_ftn)mscorlib::System::Reflection::FieldInfo::GetUnmanagedMarshal) (__this); } // System.Reflection.Emit.UnmanagedMarshal System.Reflection.FieldInfo::get_UMarshal() extern "C" IL2CPP_METHOD_ATTR UnmanagedMarshal_t984015687 * FieldInfo_get_UMarshal_m1217454798 (FieldInfo_t * __this, const RuntimeMethod* method) { { UnmanagedMarshal_t984015687 * L_0 = FieldInfo_GetUnmanagedMarshal_m1813368915(__this, /*hidden argument*/NULL); return L_0; } } // System.Object[] System.Reflection.FieldInfo::GetPseudoCustomAttributes() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* FieldInfo_GetPseudoCustomAttributes_m3351706050 (FieldInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldInfo_GetPseudoCustomAttributes_m3351706050_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UnmanagedMarshal_t984015687 * V_1 = NULL; ObjectU5BU5D_t2843939325* V_2 = NULL; { V_0 = 0; bool L_0 = FieldInfo_get_IsNotSerialized_m2684033086(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_0011: { Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); NullCheck(L_2); bool L_3 = Type_get_IsExplicitLayout_m1182254884(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0025; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0025: { UnmanagedMarshal_t984015687 * L_5 = VirtFuncInvoker0< UnmanagedMarshal_t984015687 * >::Invoke(28 /* System.Reflection.Emit.UnmanagedMarshal System.Reflection.FieldInfo::get_UMarshal() */, __this); V_1 = L_5; UnmanagedMarshal_t984015687 * L_6 = V_1; if (!L_6) { goto IL_0036; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0036: { int32_t L_8 = V_0; if (L_8) { goto IL_003e; } } { return (ObjectU5BU5D_t2843939325*)NULL; } IL_003e: { int32_t L_9 = V_0; V_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_9)); V_0 = 0; bool L_10 = FieldInfo_get_IsNotSerialized_m2684033086(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_005e; } } { ObjectU5BU5D_t2843939325* L_11 = V_2; int32_t L_12 = V_0; int32_t L_13 = L_12; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); NonSerializedAttribute_t2945079482 * L_14 = (NonSerializedAttribute_t2945079482 *)il2cpp_codegen_object_new(NonSerializedAttribute_t2945079482_il2cpp_TypeInfo_var); NonSerializedAttribute__ctor_m3763812670(L_14, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(L_13), (RuntimeObject *)L_14); } IL_005e: { Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); NullCheck(L_15); bool L_16 = Type_get_IsExplicitLayout_m1182254884(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0080; } } { ObjectU5BU5D_t2843939325* L_17 = V_2; int32_t L_18 = V_0; int32_t L_19 = L_18; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Reflection.FieldInfo::GetFieldOffset() */, __this); FieldOffsetAttribute_t3945874278 * L_21 = (FieldOffsetAttribute_t3945874278 *)il2cpp_codegen_object_new(FieldOffsetAttribute_t3945874278_il2cpp_TypeInfo_var); FieldOffsetAttribute__ctor_m591213967(L_21, L_20, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_21); (L_17)->SetAt(static_cast(L_19), (RuntimeObject *)L_21); } IL_0080: { UnmanagedMarshal_t984015687 * L_22 = V_1; if (!L_22) { goto IL_0093; } } { ObjectU5BU5D_t2843939325* L_23 = V_2; int32_t L_24 = V_0; int32_t L_25 = L_24; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); UnmanagedMarshal_t984015687 * L_26 = V_1; NullCheck(L_26); MarshalAsAttribute_t3522571978 * L_27 = UnmanagedMarshal_ToMarshalAsAttribute_m3182194847(L_26, /*hidden argument*/NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_27); (L_23)->SetAt(static_cast(L_25), (RuntimeObject *)L_27); } IL_0093: { ObjectU5BU5D_t2843939325* L_28 = V_2; return L_28; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.MemberFilter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MemberFilter__ctor_m1555764023 (MemberFilter_t426314064 * __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.Boolean System.Reflection.MemberFilter::Invoke(System.Reflection.MemberInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR bool MemberFilter_Invoke_m2890658112 (MemberFilter_t426314064 * __this, MemberInfo_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { MemberFilter_Invoke_m2890658112((MemberFilter_t426314064 *)__this->get_prev_9(), ___m0, ___filterCriteria1, 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) == 2) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, MemberInfo_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___m0, ___filterCriteria1, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, MemberInfo_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___m0, ___filterCriteria1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // 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 = GenericInterfaceFuncInvoker2< bool, MemberInfo_t *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___m0, ___filterCriteria1); else result = GenericVirtFuncInvoker2< bool, MemberInfo_t *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___m0, ___filterCriteria1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< bool, MemberInfo_t *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___m0, ___filterCriteria1); else result = VirtFuncInvoker2< bool, MemberInfo_t *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___m0, ___filterCriteria1); } } else { typedef bool (*FunctionPointerType) (void*, MemberInfo_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___m0, ___filterCriteria1, 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 = GenericInterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, ___m0, ___filterCriteria1); else result = GenericVirtFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, ___m0, ___filterCriteria1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___m0, ___filterCriteria1); else result = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___m0, ___filterCriteria1); } } else { typedef bool (*FunctionPointerType) (MemberInfo_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___m0, ___filterCriteria1, targetMethod); } } } return result; } // System.IAsyncResult System.Reflection.MemberFilter::BeginInvoke(System.Reflection.MemberInfo,System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MemberFilter_BeginInvoke_m3549240552 (MemberFilter_t426314064 * __this, MemberInfo_t * ___m0, RuntimeObject * ___filterCriteria1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___m0; __d_args[1] = ___filterCriteria1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Boolean System.Reflection.MemberFilter::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool MemberFilter_EndInvoke_m3130107476 (MemberFilter_t426314064 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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.Reflection.MemberInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemberInfo__ctor_m3258770133 (MemberInfo_t * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Reflection.Module System.Reflection.MemberInfo::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * MemberInfo_get_Module_m4119009657 (MemberInfo_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); NullCheck(L_0); Module_t2987026101 * L_1 = VirtFuncInvoker0< Module_t2987026101 * >::Invoke(11 /* System.Reflection.Module System.Type::get_Module() */, L_0); 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.Reflection.MemberInfoSerializationHolder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder__ctor_m709149403 (MemberInfoSerializationHolder_t1943730831 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___ctx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfoSerializationHolder__ctor_m709149403_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Assembly_t * 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); { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; NullCheck(L_0); String_t* L_1 = SerializationInfo_GetString_m3155282843(L_0, _stringLiteral209558951, /*hidden argument*/NULL); V_0 = L_1; SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral1676011428, /*hidden argument*/NULL); V_1 = L_3; SerializationInfo_t950877179 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = SerializationInfo_GetString_m3155282843(L_4, _stringLiteral62725275, /*hidden argument*/NULL); __this->set__memberName_0(L_5); SerializationInfo_t950877179 * L_6 = ___info0; NullCheck(L_6); String_t* L_7 = SerializationInfo_GetString_m3155282843(L_6, _stringLiteral365306892, /*hidden argument*/NULL); __this->set__memberSignature_1(L_7); SerializationInfo_t950877179 * L_8 = ___info0; NullCheck(L_8); int32_t L_9 = SerializationInfo_GetInt32_m2640574809(L_8, _stringLiteral1614046118, /*hidden argument*/NULL); __this->set__memberType_2(L_9); } IL_0051: try { // begin try (depth: 1) __this->set__genericArguments_4((TypeU5BU5D_t3940880105*)NULL); goto IL_0063; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SerializationException_t3941511869_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_005d; throw e; } CATCH_005d: { // begin catch(System.Runtime.Serialization.SerializationException) goto IL_0063; } // end catch (depth: 1) IL_0063: { String_t* L_10 = V_0; Assembly_t * L_11 = Assembly_Load_m3487507613(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_2 = L_11; Assembly_t * L_12 = V_2; String_t* L_13 = V_1; NullCheck(L_12); Type_t * L_14 = Assembly_GetType_m3468564723(L_12, L_13, (bool)1, (bool)1, /*hidden argument*/NULL); __this->set__reflectedType_3(L_14); return; } } // System.Void System.Reflection.MemberInfoSerializationHolder::Serialize(System.Runtime.Serialization.SerializationInfo,System.String,System.Type,System.String,System.Reflection.MemberTypes) extern "C" IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder_Serialize_m2002453739 (RuntimeObject * __this /* static, unused */, SerializationInfo_t950877179 * ___info0, String_t* ___name1, Type_t * ___klass2, String_t* ___signature3, int32_t ___type4, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; String_t* L_1 = ___name1; Type_t * L_2 = ___klass2; String_t* L_3 = ___signature3; int32_t L_4 = ___type4; MemberInfoSerializationHolder_Serialize_m2491586031(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.MemberInfoSerializationHolder::Serialize(System.Runtime.Serialization.SerializationInfo,System.String,System.Type,System.String,System.Reflection.MemberTypes,System.Type[]) extern "C" IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder_Serialize_m2491586031 (RuntimeObject * __this /* static, unused */, SerializationInfo_t950877179 * ___info0, String_t* ___name1, Type_t * ___klass2, String_t* ___signature3, int32_t ___type4, TypeU5BU5D_t3940880105* ___genericArguments5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfoSerializationHolder_Serialize_m2491586031_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (MemberInfoSerializationHolder_t1943730831_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); SerializationInfo_SetType_m3923964808(L_0, L_2, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_3 = ___info0; Type_t * L_4 = ___klass2; NullCheck(L_4); Module_t2987026101 * L_5 = VirtFuncInvoker0< Module_t2987026101 * >::Invoke(11 /* System.Reflection.Module System.Type::get_Module() */, L_4); NullCheck(L_5); Assembly_t * L_6 = Module_get_Assembly_m2485063752(L_5, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.Assembly::get_FullName() */, L_6); RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_3); SerializationInfo_AddValue_m3906743584(L_3, _stringLiteral209558951, L_7, L_9, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_10 = ___info0; Type_t * L_11 = ___klass2; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_11); RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_10); SerializationInfo_AddValue_m3906743584(L_10, _stringLiteral1676011428, L_12, L_14, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_15 = ___info0; String_t* L_16 = ___name1; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_15); SerializationInfo_AddValue_m3906743584(L_15, _stringLiteral62725275, L_16, L_18, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_19 = ___info0; String_t* L_20 = ___signature3; RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); NullCheck(L_19); SerializationInfo_AddValue_m3906743584(L_19, _stringLiteral365306892, L_20, L_22, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_23 = ___info0; int32_t L_24 = ___type4; NullCheck(L_23); SerializationInfo_AddValue_m412754688(L_23, _stringLiteral1614046118, L_24, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_25 = ___info0; TypeU5BU5D_t3940880105* L_26 = ___genericArguments5; RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (TypeU5BU5D_t3940880105_0_0_0_var) }; Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); NullCheck(L_25); SerializationInfo_AddValue_m3906743584(L_25, _stringLiteral1245918466, (RuntimeObject *)(RuntimeObject *)L_26, L_28, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.MemberInfoSerializationHolder::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder_GetObjectData_m4141100434 (MemberInfoSerializationHolder_t1943730831 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfoSerializationHolder_GetObjectData_m4141100434_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,MemberInfoSerializationHolder_GetObjectData_m4141100434_RuntimeMethod_var); } } // System.Object System.Reflection.MemberInfoSerializationHolder::GetRealObject(System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MemberInfoSerializationHolder_GetRealObject_m3590242972 (MemberInfoSerializationHolder_t1943730831 * __this, StreamingContext_t3711869237 ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfoSerializationHolder_GetRealObject_m3590242972_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConstructorInfoU5BU5D_t881249896* V_0 = NULL; int32_t V_1 = 0; MethodInfoU5BU5D_t2572182361* V_2 = NULL; int32_t V_3 = 0; MethodInfo_t * V_4 = NULL; FieldInfo_t * V_5 = NULL; PropertyInfo_t * V_6 = NULL; EventInfo_t * V_7 = NULL; int32_t V_8 = 0; { int32_t L_0 = __this->get__memberType_2(); V_8 = L_0; int32_t L_1 = V_8; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_003f; } case 1: { goto IL_01c2; } case 2: { goto IL_0031; } case 3: { goto IL_014c; } case 4: { goto IL_0031; } case 5: { goto IL_0031; } case 6: { goto IL_0031; } case 7: { goto IL_0099; } } } IL_0031: { int32_t L_2 = V_8; if ((((int32_t)L_2) == ((int32_t)((int32_t)16)))) { goto IL_0187; } } { goto IL_01fd; } IL_003f: { Type_t * L_3 = __this->get__reflectedType_3(); NullCheck(L_3); ConstructorInfoU5BU5D_t881249896* L_4 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t881249896*, int32_t >::Invoke(89 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, L_3, ((int32_t)60)); V_0 = L_4; V_1 = 0; goto IL_0074; } IL_0054: { ConstructorInfoU5BU5D_t881249896* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; ConstructorInfo_t5769829 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); String_t* L_10 = __this->get__memberSignature_1(); NullCheck(L_9); bool L_11 = String_Equals_m2270643605(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0070; } } { ConstructorInfoU5BU5D_t881249896* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; ConstructorInfo_t5769829 * L_15 = (L_12)->GetAt(static_cast(L_14)); return L_15; } IL_0070: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0074: { int32_t L_17 = V_1; ConstructorInfoU5BU5D_t881249896* 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_0054; } } { String_t* L_19 = __this->get__memberSignature_1(); Type_t * L_20 = __this->get__reflectedType_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1280845354, L_19, 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,MemberInfoSerializationHolder_GetRealObject_m3590242972_RuntimeMethod_var); } IL_0099: { Type_t * L_23 = __this->get__reflectedType_3(); NullCheck(L_23); MethodInfoU5BU5D_t2572182361* L_24 = VirtFuncInvoker1< MethodInfoU5BU5D_t2572182361*, int32_t >::Invoke(65 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_23, ((int32_t)60)); V_2 = L_24; V_3 = 0; goto IL_0127; } IL_00ae: { MethodInfoU5BU5D_t2572182361* L_25 = V_2; int32_t L_26 = V_3; NullCheck(L_25); int32_t L_27 = L_26; MethodInfo_t * L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28); String_t* L_30 = __this->get__memberSignature_1(); NullCheck(L_29); bool L_31 = String_Equals_m2270643605(L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00ca; } } { MethodInfoU5BU5D_t2572182361* L_32 = V_2; int32_t L_33 = V_3; NullCheck(L_32); int32_t L_34 = L_33; MethodInfo_t * L_35 = (L_32)->GetAt(static_cast(L_34)); return L_35; } IL_00ca: { TypeU5BU5D_t3940880105* L_36 = __this->get__genericArguments_4(); if (!L_36) { goto IL_0123; } } { MethodInfoU5BU5D_t2572182361* L_37 = V_2; int32_t L_38 = V_3; NullCheck(L_37); int32_t L_39 = L_38; MethodInfo_t * L_40 = (L_37)->GetAt(static_cast(L_39)); NullCheck(L_40); bool L_41 = VirtFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Reflection.MethodInfo::get_IsGenericMethod() */, L_40); if (!L_41) { goto IL_0123; } } { MethodInfoU5BU5D_t2572182361* L_42 = V_2; int32_t L_43 = V_3; NullCheck(L_42); int32_t L_44 = L_43; MethodInfo_t * L_45 = (L_42)->GetAt(static_cast(L_44)); NullCheck(L_45); TypeU5BU5D_t3940880105* L_46 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(29 /* System.Type[] System.Reflection.MethodInfo::GetGenericArguments() */, L_45); NullCheck(L_46); TypeU5BU5D_t3940880105* L_47 = __this->get__genericArguments_4(); NullCheck(L_47); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length)))))))) { goto IL_0123; } } { MethodInfoU5BU5D_t2572182361* L_48 = V_2; int32_t L_49 = V_3; NullCheck(L_48); int32_t L_50 = L_49; MethodInfo_t * L_51 = (L_48)->GetAt(static_cast(L_50)); TypeU5BU5D_t3940880105* L_52 = __this->get__genericArguments_4(); NullCheck(L_51); MethodInfo_t * L_53 = VirtFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(35 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_51, L_52); V_4 = L_53; MethodInfo_t * L_54 = V_4; NullCheck(L_54); String_t* L_55 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_54); String_t* L_56 = __this->get__memberSignature_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_57 = String_op_Equality_m920492651(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0123; } } { MethodInfo_t * L_58 = V_4; return L_58; } IL_0123: { int32_t L_59 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0127: { int32_t L_60 = V_3; MethodInfoU5BU5D_t2572182361* L_61 = V_2; NullCheck(L_61); if ((((int32_t)L_60) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length))))))) { goto IL_00ae; } } { String_t* L_62 = __this->get__memberSignature_1(); Type_t * L_63 = __this->get__reflectedType_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_64 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3179886702, L_62, L_63, /*hidden argument*/NULL); SerializationException_t3941511869 * L_65 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_65, L_64, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65,MemberInfoSerializationHolder_GetRealObject_m3590242972_RuntimeMethod_var); } IL_014c: { Type_t * L_66 = __this->get__reflectedType_3(); String_t* L_67 = __this->get__memberName_0(); NullCheck(L_66); FieldInfo_t * L_68 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(53 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_66, L_67, ((int32_t)60)); V_5 = L_68; FieldInfo_t * L_69 = V_5; if (!L_69) { goto IL_016b; } } { FieldInfo_t * L_70 = V_5; return L_70; } IL_016b: { String_t* L_71 = __this->get__memberName_0(); Type_t * L_72 = __this->get__reflectedType_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_73 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1616235093, L_71, L_72, /*hidden argument*/NULL); SerializationException_t3941511869 * L_74 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_74, L_73, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74,MemberInfoSerializationHolder_GetRealObject_m3590242972_RuntimeMethod_var); } IL_0187: { Type_t * L_75 = __this->get__reflectedType_3(); String_t* L_76 = __this->get__memberName_0(); NullCheck(L_75); PropertyInfo_t * L_77 = Type_GetProperty_m4206634422(L_75, L_76, ((int32_t)60), /*hidden argument*/NULL); V_6 = L_77; PropertyInfo_t * L_78 = V_6; if (!L_78) { goto IL_01a6; } } { PropertyInfo_t * L_79 = V_6; return L_79; } IL_01a6: { String_t* L_80 = __this->get__memberName_0(); Type_t * L_81 = __this->get__reflectedType_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_82 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3815585420, L_80, L_81, /*hidden argument*/NULL); SerializationException_t3941511869 * L_83 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_83, L_82, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_83,MemberInfoSerializationHolder_GetRealObject_m3590242972_RuntimeMethod_var); } IL_01c2: { Type_t * L_84 = __this->get__reflectedType_3(); String_t* L_85 = __this->get__memberName_0(); NullCheck(L_84); EventInfo_t * L_86 = VirtFuncInvoker2< EventInfo_t *, String_t*, int32_t >::Invoke(50 /* System.Reflection.EventInfo System.Type::GetEvent(System.String,System.Reflection.BindingFlags) */, L_84, L_85, ((int32_t)60)); V_7 = L_86; EventInfo_t * L_87 = V_7; if (!L_87) { goto IL_01e1; } } { EventInfo_t * L_88 = V_7; return L_88; } IL_01e1: { String_t* L_89 = __this->get__memberName_0(); Type_t * L_90 = __this->get__reflectedType_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_91 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1610933130, L_89, L_90, /*hidden argument*/NULL); SerializationException_t3941511869 * L_92 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_92, L_91, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_92,MemberInfoSerializationHolder_GetRealObject_m3590242972_RuntimeMethod_var); } IL_01fd: { int32_t L_93 = __this->get__memberType_2(); int32_t L_94 = L_93; RuntimeObject * L_95 = Box(MemberTypes_t3790569052_il2cpp_TypeInfo_var, &L_94); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_96 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1265912742, L_95, /*hidden argument*/NULL); SerializationException_t3941511869 * L_97 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_97, L_96, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_97,MemberInfoSerializationHolder_GetRealObject_m3590242972_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.MethodBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void MethodBase__ctor_m1907868998 (MethodBase_t * __this, const RuntimeMethod* method) { { MemberInfo__ctor_m3258770133(__this, /*hidden argument*/NULL); return; } } // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleNoGenericCheck(System.RuntimeMethodHandle) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleNoGenericCheck_m1262206995 (RuntimeObject * __this /* static, unused */, RuntimeMethodHandle_t1133924984 ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_GetMethodFromHandleNoGenericCheck_m1262206995_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = RuntimeMethodHandle_get_Value_m723997769((&___handle0), /*hidden argument*/NULL); MethodBase_t * L_1 = MethodBase_GetMethodFromIntPtr_m3014201362(NULL /*static, unused*/, L_0, (intptr_t)(0), /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromIntPtr(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromIntPtr_m3014201362 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, intptr_t ___declaringType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_GetMethodFromIntPtr_m3014201362_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; { intptr_t L_0 = ___handle0; bool L_1 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral3333052099, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MethodBase_GetMethodFromIntPtr_m3014201362_RuntimeMethod_var); } IL_001b: { intptr_t L_3 = ___handle0; intptr_t L_4 = ___declaringType1; MethodBase_t * L_5 = MethodBase_GetMethodFromHandleInternalType_m2695073734(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; MethodBase_t * L_6 = V_0; if (L_6) { goto IL_0034; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, _stringLiteral3333052099, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,MethodBase_GetMethodFromIntPtr_m3014201362_RuntimeMethod_var); } IL_0034: { MethodBase_t * L_8 = V_0; return L_8; } } // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandle(System.RuntimeMethodHandle) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandle_m286788163 (RuntimeObject * __this /* static, unused */, RuntimeMethodHandle_t1133924984 ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_GetMethodFromHandle_m286788163_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; Type_t * V_1 = NULL; { intptr_t L_0 = RuntimeMethodHandle_get_Value_m723997769((&___handle0), /*hidden argument*/NULL); MethodBase_t * L_1 = MethodBase_GetMethodFromIntPtr_m3014201362(NULL /*static, unused*/, L_0, (intptr_t)(0), /*hidden argument*/NULL); V_0 = L_1; MethodBase_t * L_2 = V_0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_2); V_1 = L_3; Type_t * L_4 = V_1; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(96 /* System.Boolean System.Type::get_IsGenericType() */, L_4); if (L_5) { goto IL_002f; } } { Type_t * L_6 = V_1; NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(94 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_6); if (!L_7) { goto IL_003a; } } IL_002f: { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral2365329139, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,MethodBase_GetMethodFromHandle_m286788163_RuntimeMethod_var); } IL_003a: { MethodBase_t * L_9 = V_0; return L_9; } } // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleInternalType(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleInternalType_m2695073734 (RuntimeObject * __this /* static, unused */, intptr_t ___method_handle0, intptr_t ___type_handle1, const RuntimeMethod* method) { typedef MethodBase_t * (*MethodBase_GetMethodFromHandleInternalType_m2695073734_ftn) (intptr_t, intptr_t); using namespace il2cpp::icalls; return ((MethodBase_GetMethodFromHandleInternalType_m2695073734_ftn)mscorlib::System::Reflection::MethodBase::GetMethodFromHandleInternalType) (___method_handle0, ___type_handle1); } // System.Int32 System.Reflection.MethodBase::GetParameterCount() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBase_GetParameterCount_m2917849922 (MethodBase_t * __this, const RuntimeMethod* method) { ParameterInfoU5BU5D_t390618515* V_0 = NULL; { ParameterInfoU5BU5D_t390618515* L_0 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, __this); V_0 = L_0; ParameterInfoU5BU5D_t390618515* L_1 = V_0; if (L_1) { goto IL_000f; } } { return 0; } IL_000f: { ParameterInfoU5BU5D_t390618515* L_2 = V_0; NullCheck(L_2); return (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); } } // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t2843939325* ___parameters1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; ObjectU5BU5D_t2843939325* L_1 = ___parameters1; RuntimeObject * L_2 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(18 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, 0, (Binder_t2999457153 *)NULL, L_1, (CultureInfo_t4157843068 *)NULL); return L_2; } } // System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBase_get_CallingConvention_m2371784139 (MethodBase_t * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Boolean System.Reflection.MethodBase::get_IsPublic() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m2180846589 (MethodBase_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)7))) == ((int32_t)6))? 1 : 0); } } // System.Boolean System.Reflection.MethodBase::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_m2399864271 (MethodBase_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.MethodBase::get_IsVirtual() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_m2008546636 (MethodBase_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.MethodBase::get_IsAbstract() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsAbstract_m428833029 (MethodBase_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)1024)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.MethodBase::get_IsSpecialName() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsSpecialName_m1671317191 (MethodBase_t * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); V_0 = L_0; int32_t L_1 = V_0; return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)2048)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.MethodBase::get_IsConstructor() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsConstructor_m1438333698 (MethodBase_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_get_IsConstructor_m1438333698_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); V_0 = L_0; int32_t L_1 = V_0; if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)4096)))) { goto IL_0025; } } { String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, _stringLiteral1221375020, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_3)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { return (bool)G_B3_0; } } // System.Int32 System.Reflection.MethodBase::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t MethodBase_get_next_table_index_m3259310018 (MethodBase_t * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_get_next_table_index_m3259310018_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodBuilder_t2807316753 * V_0 = NULL; ConstructorBuilder_t2813524108 * V_1 = NULL; { if (!((MethodBuilder_t2807316753 *)IsInstSealed((RuntimeObject*)__this, MethodBuilder_t2807316753_il2cpp_TypeInfo_var))) { goto IL_001c; } } { V_0 = ((MethodBuilder_t2807316753 *)CastclassSealed((RuntimeObject*)__this, MethodBuilder_t2807316753_il2cpp_TypeInfo_var)); MethodBuilder_t2807316753 * L_0 = V_0; RuntimeObject * L_1 = ___obj0; int32_t L_2 = ___table1; bool L_3 = ___inc2; NullCheck(L_0); int32_t L_4 = MethodBuilder_get_next_table_index_m2755473113(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_001c: { if (!((ConstructorBuilder_t2813524108 *)IsInstSealed((RuntimeObject*)__this, ConstructorBuilder_t2813524108_il2cpp_TypeInfo_var))) { goto IL_0038; } } { V_1 = ((ConstructorBuilder_t2813524108 *)CastclassSealed((RuntimeObject*)__this, ConstructorBuilder_t2813524108_il2cpp_TypeInfo_var)); ConstructorBuilder_t2813524108 * L_5 = V_1; RuntimeObject * L_6 = ___obj0; int32_t L_7 = ___table1; bool L_8 = ___inc2; NullCheck(L_5); int32_t L_9 = ConstructorBuilder_get_next_table_index_m2681706538(L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_0038: { Exception_t * L_10 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_10, _stringLiteral1372775997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,MethodBase_get_next_table_index_m3259310018_RuntimeMethod_var); } } // System.Type[] System.Reflection.MethodBase::GetGenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MethodBase_GetGenericArguments_m1292856952 (MethodBase_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_GetGenericArguments_m1292856952_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,MethodBase_GetGenericArguments_m1292856952_RuntimeMethod_var); } } // System.Boolean System.Reflection.MethodBase::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_ContainsGenericParameters_m2144492325 (MethodBase_t * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsGenericMethodDefinition_m3619640237 (MethodBase_t * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsGenericMethod_m3017096435 (MethodBase_t * __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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.MethodInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void MethodInfo__ctor_m2805780217 (MethodInfo_t * __this, const RuntimeMethod* method) { { MethodBase__ctor_m1907868998(__this, /*hidden argument*/NULL); return; } } // System.Reflection.MemberTypes System.Reflection.MethodInfo::get_MemberType() extern "C" IL2CPP_METHOD_ATTR int32_t MethodInfo_get_MemberType_m3442377339 (MethodInfo_t * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Type System.Reflection.MethodInfo::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR Type_t * MethodInfo_get_ReturnType_m3163894070 (MethodInfo_t * __this, const RuntimeMethod* method) { { return (Type_t *)NULL; } } // System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MethodInfo_MakeGenericMethod_m1996785325 (MethodInfo_t * __this, TypeU5BU5D_t3940880105* ___typeArguments0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodInfo_MakeGenericMethod_m1996785325_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_0); NotSupportedException_t1314879016 * L_2 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MethodInfo_MakeGenericMethod_m1996785325_RuntimeMethod_var); } } // System.Type[] System.Reflection.MethodInfo::GetGenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MethodInfo_GetGenericArguments_m98948877 (MethodInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodInfo_GetGenericArguments_m98948877_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_0 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_0; } } // System.Boolean System.Reflection.MethodInfo::get_IsGenericMethod() extern "C" IL2CPP_METHOD_ATTR bool MethodInfo_get_IsGenericMethod_m1711950591 (MethodInfo_t * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.MethodInfo::get_IsGenericMethodDefinition() extern "C" IL2CPP_METHOD_ATTR bool MethodInfo_get_IsGenericMethodDefinition_m3304621588 (MethodInfo_t * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.MethodInfo::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool MethodInfo_get_ContainsGenericParameters_m3008250450 (MethodInfo_t * __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.Reflection.Missing::.ctor() extern "C" IL2CPP_METHOD_ATTR void Missing__ctor_m1587294558 (Missing_t508514592 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Missing::.cctor() extern "C" IL2CPP_METHOD_ATTR void Missing__cctor_m1154503959 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Missing__cctor_m1154503959_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Missing_t508514592 * L_0 = (Missing_t508514592 *)il2cpp_codegen_object_new(Missing_t508514592_il2cpp_TypeInfo_var); Missing__ctor_m1587294558(L_0, /*hidden argument*/NULL); ((Missing_t508514592_StaticFields*)il2cpp_codegen_static_fields_for(Missing_t508514592_il2cpp_TypeInfo_var))->set_Value_0(L_0); return; } } // System.Void System.Reflection.Missing::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Missing_System_Runtime_Serialization_ISerializable_GetObjectData_m3173502177 (Missing_t508514592 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Module::.ctor() extern "C" IL2CPP_METHOD_ATTR void Module__ctor_m2380079016 (Module_t2987026101 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Module::.cctor() extern "C" IL2CPP_METHOD_ATTR void Module__cctor_m3457500417 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module__cctor_m3457500417_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)Module_filter_by_type_name_m1840126910_RuntimeMethod_var; TypeFilter_t2356120900 * L_1 = (TypeFilter_t2356120900 *)il2cpp_codegen_object_new(TypeFilter_t2356120900_il2cpp_TypeInfo_var); TypeFilter__ctor_m3644914440(L_1, NULL, L_0, /*hidden argument*/NULL); ((Module_t2987026101_StaticFields*)il2cpp_codegen_static_fields_for(Module_t2987026101_il2cpp_TypeInfo_var))->set_FilterTypeName_1(L_1); intptr_t L_2 = (intptr_t)Module_filter_by_type_name_ignore_case_m711265203_RuntimeMethod_var; TypeFilter_t2356120900 * L_3 = (TypeFilter_t2356120900 *)il2cpp_codegen_object_new(TypeFilter_t2356120900_il2cpp_TypeInfo_var); TypeFilter__ctor_m3644914440(L_3, NULL, L_2, /*hidden argument*/NULL); ((Module_t2987026101_StaticFields*)il2cpp_codegen_static_fields_for(Module_t2987026101_il2cpp_TypeInfo_var))->set_FilterTypeNameIgnoreCase_2(L_3); return; } } // System.Reflection.Assembly System.Reflection.Module::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * Module_get_Assembly_m2485063752 (Module_t2987026101 * __this, const RuntimeMethod* method) { { Assembly_t * L_0 = __this->get_assembly_4(); return L_0; } } // System.String System.Reflection.Module::get_ScopeName() extern "C" IL2CPP_METHOD_ATTR String_t* Module_get_ScopeName_m4152486041 (Module_t2987026101 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_scopename_7(); return L_0; } } // System.Object[] System.Reflection.Module::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Module_GetCustomAttributes_m996934985 (Module_t2987026101 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_GetCustomAttributes_m996934985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_1 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.Module::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Module_GetCustomAttributes_m76573271 (Module_t2987026101 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_GetCustomAttributes_m76573271_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_2 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Reflection.Module::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Module_GetObjectData_m497094981 (Module_t2987026101 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_GetObjectData_m497094981_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; 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, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Module_GetObjectData_m497094981_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; StreamingContext_t3711869237 L_3 = ___context1; UnitySerializationHolder_GetModuleData_m1550266881(NULL /*static, unused*/, __this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Type[] System.Reflection.Module::InternalGetTypes() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* Module_InternalGetTypes_m4031912254 (Module_t2987026101 * __this, const RuntimeMethod* method) { typedef TypeU5BU5D_t3940880105* (*Module_InternalGetTypes_m4031912254_ftn) (Module_t2987026101 *); using namespace il2cpp::icalls; return ((Module_InternalGetTypes_m4031912254_ftn)mscorlib::System::Reflection::Module::InternalGetTypes) (__this); } // System.Type[] System.Reflection.Module::GetTypes() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* Module_GetTypes_m3756259854 (Module_t2987026101 * __this, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = Module_InternalGetTypes_m4031912254(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Reflection.Module::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Module_IsDefined_m2423524910 (Module_t2987026101 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_IsDefined_m2423524910_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.Module::IsResource() extern "C" IL2CPP_METHOD_ATTR bool Module_IsResource_m553227372 (Module_t2987026101 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_resource_8(); return L_0; } } // System.String System.Reflection.Module::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Module_ToString_m2471617896 (Module_t2987026101 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_6(); return L_0; } } // System.Boolean System.Reflection.Module::filter_by_type_name(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Module_filter_by_type_name_m1840126910 (RuntimeObject * __this /* static, unused */, Type_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_filter_by_type_name_m1840126910_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___filterCriteria1; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; NullCheck(L_1); bool L_2 = String_EndsWith_m1901926500(L_1, _stringLiteral3452614534, /*hidden argument*/NULL); if (!L_2) { goto IL_0032; } } { Type_t * L_3 = ___m0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3); String_t* L_5 = V_0; String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_8 = String_Substring_m1610150815(L_5, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_4); bool L_9 = String_StartsWith_m1759067526(L_4, L_8, /*hidden argument*/NULL); return L_9; } IL_0032: { Type_t * L_10 = ___m0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_10); String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Boolean System.Reflection.Module::filter_by_type_name_ignore_case(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Module_filter_by_type_name_ignore_case_m711265203 (RuntimeObject * __this /* static, unused */, Type_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_filter_by_type_name_ignore_case_m711265203_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___filterCriteria1; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; NullCheck(L_1); bool L_2 = String_EndsWith_m1901926500(L_1, _stringLiteral3452614534, /*hidden argument*/NULL); if (!L_2) { goto IL_003c; } } { Type_t * L_3 = ___m0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3); NullCheck(L_4); String_t* L_5 = String_ToLower_m2029374922(L_4, /*hidden argument*/NULL); String_t* L_6 = V_0; String_t* L_7 = V_0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_9 = String_Substring_m1610150815(L_6, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = String_ToLower_m2029374922(L_9, /*hidden argument*/NULL); NullCheck(L_5); bool L_11 = String_StartsWith_m1759067526(L_5, L_10, /*hidden argument*/NULL); return L_11; } IL_003c: { Type_t * L_12 = ___m0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_12); String_t* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_15 = String_Compare_m1071830722(NULL /*static, unused*/, L_13, L_14, (bool)1, /*hidden argument*/NULL); return (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.ModuleResolveEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ModuleResolveEventHandler__ctor_m313454188 (ModuleResolveEventHandler_t797517678 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Reflection.Module System.Reflection.ModuleResolveEventHandler::Invoke(System.Object,System.ResolveEventArgs) extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * ModuleResolveEventHandler_Invoke_m942203296 (ModuleResolveEventHandler_t797517678 * __this, RuntimeObject * ___sender0, ResolveEventArgs_t1779456501 * ___e1, const RuntimeMethod* method) { Module_t2987026101 * result = NULL; if(__this->get_prev_9() != NULL) { ModuleResolveEventHandler_Invoke_m942203296((ModuleResolveEventHandler_t797517678 *)__this->get_prev_9(), ___sender0, ___e1, 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) == 2) { // open { typedef Module_t2987026101 * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, ResolveEventArgs_t1779456501 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef Module_t2987026101 * (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, ResolveEventArgs_t1779456501 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // 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 = GenericInterfaceFuncInvoker2< Module_t2987026101 *, RuntimeObject *, ResolveEventArgs_t1779456501 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else result = GenericVirtFuncInvoker2< Module_t2987026101 *, RuntimeObject *, ResolveEventArgs_t1779456501 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Module_t2987026101 *, RuntimeObject *, ResolveEventArgs_t1779456501 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else result = VirtFuncInvoker2< Module_t2987026101 *, RuntimeObject *, ResolveEventArgs_t1779456501 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef Module_t2987026101 * (*FunctionPointerType) (void*, RuntimeObject *, ResolveEventArgs_t1779456501 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, 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 = GenericInterfaceFuncInvoker1< Module_t2987026101 *, ResolveEventArgs_t1779456501 * >::Invoke(targetMethod, ___sender0, ___e1); else result = GenericVirtFuncInvoker1< Module_t2987026101 *, ResolveEventArgs_t1779456501 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Module_t2987026101 *, ResolveEventArgs_t1779456501 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else result = VirtFuncInvoker1< Module_t2987026101 *, ResolveEventArgs_t1779456501 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef Module_t2987026101 * (*FunctionPointerType) (RuntimeObject *, ResolveEventArgs_t1779456501 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } return result; } // System.IAsyncResult System.Reflection.ModuleResolveEventHandler::BeginInvoke(System.Object,System.ResolveEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ModuleResolveEventHandler_BeginInvoke_m2185614975 (ModuleResolveEventHandler_t797517678 * __this, RuntimeObject * ___sender0, ResolveEventArgs_t1779456501 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Reflection.Module System.Reflection.ModuleResolveEventHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * ModuleResolveEventHandler_EndInvoke_m1891634910 (ModuleResolveEventHandler_t797517678 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Module_t2987026101 *)__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.Reflection.MonoCMethod::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoCMethod__ctor_m1867900682 (MonoCMethod_t3191134373 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod__ctor_m1867900682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t5769829_il2cpp_TypeInfo_var); ConstructorInfo__ctor_m356047157(__this, /*hidden argument*/NULL); return; } } // System.Reflection.ParameterInfo[] System.Reflection.MonoCMethod::GetParameters() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* MonoCMethod_GetParameters_m3596508252 (MonoCMethod_t3191134373 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); ParameterInfoU5BU5D_t390618515* L_1 = MonoMethodInfo_GetParametersInfo_m2209427166(NULL /*static, unused*/, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Object System.Reflection.MonoCMethod::InternalInvoke(System.Object,System.Object[],System.Exception&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_InternalInvoke_m131287437 (MonoCMethod_t3191134373 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t2843939325* ___parameters1, Exception_t ** ___exc2, const RuntimeMethod* method) { typedef RuntimeObject * (*MonoCMethod_InternalInvoke_m131287437_ftn) (MonoCMethod_t3191134373 *, RuntimeObject *, ObjectU5BU5D_t2843939325*, Exception_t **); using namespace il2cpp::icalls; return ((MonoCMethod_InternalInvoke_m131287437_ftn)mscorlib::System::Reflection::MonoMethod::InternalInvoke) (__this, ___obj0, ___parameters1, ___exc2); } // System.Object System.Reflection.MonoCMethod::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_Invoke_m1340636245 (MonoCMethod_t3191134373 * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___parameters3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_Invoke_m1340636245_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; RuntimeObject * V_3 = NULL; Exception_t * 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); RuntimeObject * G_B33_0 = NULL; { Binder_t2999457153 * L_0 = ___binder2; if (L_0) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_1 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ___binder2 = L_1; } IL_000d: { ParameterInfoU5BU5D_t390618515* L_2 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MonoCMethod::GetParameters() */, __this); V_0 = L_2; ObjectU5BU5D_t2843939325* L_3 = ___parameters3; if (L_3) { goto IL_0023; } } { ParameterInfoU5BU5D_t390618515* L_4 = V_0; NullCheck(L_4); if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_0036; } } IL_0023: { ObjectU5BU5D_t2843939325* L_5 = ___parameters3; if (!L_5) { goto IL_0041; } } { ObjectU5BU5D_t2843939325* L_6 = ___parameters3; NullCheck(L_6); ParameterInfoU5BU5D_t390618515* L_7 = V_0; NullCheck(L_7); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0041; } } IL_0036: { TargetParameterCountException_t1216617239 * L_8 = (TargetParameterCountException_t1216617239 *)il2cpp_codegen_object_new(TargetParameterCountException_t1216617239_il2cpp_TypeInfo_var); TargetParameterCountException__ctor_m4113674829(L_8, _stringLiteral652017563, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,MonoCMethod_Invoke_m1340636245_RuntimeMethod_var); } IL_0041: { int32_t L_9 = ___invokeAttr1; if (((int32_t)((int32_t)L_9&(int32_t)((int32_t)65536)))) { goto IL_006d; } } { Binder_t2999457153 * L_10 = ___binder2; ObjectU5BU5D_t2843939325* L_11 = ___parameters3; ParameterInfoU5BU5D_t390618515* L_12 = V_0; CultureInfo_t4157843068 * L_13 = ___culture4; IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); bool L_14 = Binder_ConvertArgs_m2124461494(NULL /*static, unused*/, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0068; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_15, _stringLiteral1562303182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,MonoCMethod_Invoke_m1340636245_RuntimeMethod_var); } IL_0068: { goto IL_00a2; } IL_006d: { V_1 = 0; goto IL_0099; } IL_0074: { ObjectU5BU5D_t2843939325* L_16 = ___parameters3; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = L_17; RuntimeObject * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); Type_t * L_20 = Object_GetType_m88164663(L_19, /*hidden argument*/NULL); ParameterInfoU5BU5D_t390618515* L_21 = V_0; int32_t L_22 = V_1; NullCheck(L_21); int32_t L_23 = L_22; ParameterInfo_t1861056598 * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); Type_t * L_25 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_24); if ((((RuntimeObject*)(Type_t *)L_20) == ((RuntimeObject*)(Type_t *)L_25))) { goto IL_0095; } } { ArgumentException_t132251570 * L_26 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_26, _stringLiteral652017563, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,MonoCMethod_Invoke_m1340636245_RuntimeMethod_var); } IL_0095: { int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0099: { int32_t L_28 = V_1; ParameterInfoU5BU5D_t390618515* L_29 = V_0; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_0074; } } IL_00a2: { RuntimeObject * L_30 = ___obj0; if (L_30) { goto IL_00d3; } } { Type_t * L_31 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MonoCMethod::get_DeclaringType() */, __this); NullCheck(L_31); bool L_32 = VirtFuncInvoker0< bool >::Invoke(93 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_31); if (!L_32) { goto IL_00d3; } } { Type_t * L_33 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MonoCMethod::get_DeclaringType() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1987515133, L_33, _stringLiteral257078813, /*hidden argument*/NULL); MemberAccessException_t1734467078 * L_35 = (MemberAccessException_t1734467078 *)il2cpp_codegen_object_new(MemberAccessException_t1734467078_il2cpp_TypeInfo_var); MemberAccessException__ctor_m3059744007(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,MonoCMethod_Invoke_m1340636245_RuntimeMethod_var); } IL_00d3: { int32_t L_36 = ___invokeAttr1; if (!((int32_t)((int32_t)L_36&(int32_t)((int32_t)512)))) { goto IL_0105; } } { Type_t * L_37 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MonoCMethod::get_DeclaringType() */, __this); NullCheck(L_37); bool L_38 = Type_get_IsAbstract_m1120089130(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0105; } } { Type_t * L_39 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MonoCMethod::get_DeclaringType() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral453019049, L_39, /*hidden argument*/NULL); MemberAccessException_t1734467078 * L_41 = (MemberAccessException_t1734467078 *)il2cpp_codegen_object_new(MemberAccessException_t1734467078_il2cpp_TypeInfo_var); MemberAccessException__ctor_m3059744007(L_41, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41,MonoCMethod_Invoke_m1340636245_RuntimeMethod_var); } IL_0105: { V_2 = (Exception_t *)NULL; V_3 = NULL; } IL_0109: try { // begin try (depth: 1) RuntimeObject * L_42 = ___obj0; ObjectU5BU5D_t2843939325* L_43 = ___parameters3; RuntimeObject * L_44 = MonoCMethod_InternalInvoke_m131287437(__this, L_42, L_43, (&V_2), /*hidden argument*/NULL); V_3 = L_44; goto IL_0131; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (MethodAccessException_t190175859_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_011a; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0122; throw e; } CATCH_011a: { // begin catch(System.MethodAccessException) { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_011d: { goto IL_0131; } } // end catch (depth: 1) CATCH_0122: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); Exception_t * L_45 = V_4; TargetInvocationException_t4266643902 * L_46 = (TargetInvocationException_t4266643902 *)il2cpp_codegen_object_new(TargetInvocationException_t4266643902_il2cpp_TypeInfo_var); TargetInvocationException__ctor_m3011316584(L_46, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,MonoCMethod_Invoke_m1340636245_RuntimeMethod_var); } IL_012c: { goto IL_0131; } } // end catch (depth: 1) IL_0131: { Exception_t * L_47 = V_2; if (!L_47) { goto IL_0139; } } { Exception_t * L_48 = V_2; IL2CPP_RAISE_MANAGED_EXCEPTION(L_48,MonoCMethod_Invoke_m1340636245_RuntimeMethod_var); } IL_0139: { RuntimeObject * L_49 = ___obj0; if (L_49) { goto IL_0145; } } { RuntimeObject * L_50 = V_3; G_B33_0 = L_50; goto IL_0146; } IL_0145: { G_B33_0 = NULL; } IL_0146: { return G_B33_0; } } // System.Object System.Reflection.MonoCMethod::Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_Invoke_m2700167622 (MonoCMethod_t3191134373 * __this, int32_t ___invokeAttr0, Binder_t2999457153 * ___binder1, ObjectU5BU5D_t2843939325* ___parameters2, CultureInfo_t4157843068 * ___culture3, const RuntimeMethod* method) { { int32_t L_0 = ___invokeAttr0; Binder_t2999457153 * L_1 = ___binder1; ObjectU5BU5D_t2843939325* L_2 = ___parameters2; CultureInfo_t4157843068 * L_3 = ___culture3; RuntimeObject * L_4 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(18 /* System.Object System.Reflection.MonoCMethod::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, NULL, L_0, L_1, L_2, L_3); return L_4; } } // System.RuntimeMethodHandle System.Reflection.MonoCMethod::get_MethodHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeMethodHandle_t1133924984 MonoCMethod_get_MethodHandle_m3757890674 (MonoCMethod_t3191134373 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); RuntimeMethodHandle_t1133924984 L_1; memset(&L_1, 0, sizeof(L_1)); RuntimeMethodHandle__ctor_m2229201676((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodAttributes System.Reflection.MonoCMethod::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t MonoCMethod_get_Attributes_m757768605 (MonoCMethod_t3191134373 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); int32_t L_1 = MonoMethodInfo_GetAttributes_m2458894713(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.CallingConventions System.Reflection.MonoCMethod::get_CallingConvention() extern "C" IL2CPP_METHOD_ATTR int32_t MonoCMethod_get_CallingConvention_m1104433355 (MonoCMethod_t3191134373 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); int32_t L_1 = MonoMethodInfo_GetCallingConvention_m3156036493(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.MonoCMethod::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoCMethod_get_ReflectedType_m3914411905 (MonoCMethod_t3191134373 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_reftype_4(); return L_0; } } // System.Type System.Reflection.MonoCMethod::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoCMethod_get_DeclaringType_m3406114400 (MonoCMethod_t3191134373 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); Type_t * L_1 = MonoMethodInfo_GetDeclaringType_m2924452727(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.MonoCMethod::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MonoCMethod_get_Name_m3090866252 (MonoCMethod_t3191134373 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_name_3(); return L_1; } IL_0012: { String_t* L_2 = MonoMethod_get_name_m2690633670(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.MonoCMethod::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MonoCMethod_IsDefined_m3900688634 (MonoCMethod_t3191134373 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_IsDefined_m3900688634_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.MonoCMethod::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCMethod_GetCustomAttributes_m3823059477 (MonoCMethod_t3191134373 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_GetCustomAttributes_m3823059477_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_1 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoCMethod::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCMethod_GetCustomAttributes_m3068196335 (MonoCMethod_t3191134373 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_GetCustomAttributes_m3068196335_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_2 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Reflection.MonoCMethod::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* MonoCMethod_ToString_m3992577062 (MonoCMethod_t3191134373 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_ToString_m3992577062_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; int32_t V_2 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, _stringLiteral3181185133, /*hidden argument*/NULL); StringBuilder_t * L_2 = V_0; String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoCMethod::get_Name() */, __this); NullCheck(L_2); StringBuilder_Append_m1965104174(L_2, L_3, /*hidden argument*/NULL); StringBuilder_t * L_4 = V_0; NullCheck(L_4); StringBuilder_Append_m1965104174(L_4, _stringLiteral3452614536, /*hidden argument*/NULL); ParameterInfoU5BU5D_t390618515* L_5 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MonoCMethod::GetParameters() */, __this); V_1 = L_5; V_2 = 0; goto IL_0064; } IL_0039: { int32_t L_6 = V_2; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_004c; } } { StringBuilder_t * L_7 = V_0; NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_004c: { StringBuilder_t * L_8 = V_0; ParameterInfoU5BU5D_t390618515* L_9 = V_1; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; ParameterInfo_t1861056598 * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_12); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13); NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, 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_0064: { int32_t L_16 = V_2; ParameterInfoU5BU5D_t390618515* 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_0039; } } { int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MonoCMethod::get_CallingConvention() */, __this); if ((!(((uint32_t)L_18) == ((uint32_t)3)))) { goto IL_0085; } } { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_Append_m1965104174(L_19, _stringLiteral4152125660, /*hidden argument*/NULL); } IL_0085: { StringBuilder_t * L_20 = V_0; NullCheck(L_20); StringBuilder_Append_m1965104174(L_20, _stringLiteral3452614535, /*hidden argument*/NULL); StringBuilder_t * L_21 = V_0; NullCheck(L_21); String_t* L_22 = StringBuilder_ToString_m3317489284(L_21, /*hidden argument*/NULL); return L_22; } } // System.Void System.Reflection.MonoCMethod::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MonoCMethod_GetObjectData_m2489171292 (MonoCMethod_t3191134373 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoCMethod::get_Name() */, __this); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MonoCMethod::get_ReflectedType() */, __this); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Reflection.MonoCMethod::ToString() */, __this); MemberInfoSerializationHolder_Serialize_m2002453739(NULL /*static, unused*/, L_0, L_1, L_2, L_3, 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.Reflection.MonoEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoEvent__ctor_m1690536578 (MonoEvent_t * __this, const RuntimeMethod* method) { { EventInfo__ctor_m3033129999(__this, /*hidden argument*/NULL); return; } } // System.Reflection.EventAttributes System.Reflection.MonoEvent::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t MonoEvent_get_Attributes_m3048829315 (MonoEvent_t * __this, const RuntimeMethod* method) { MonoEventInfo_t346866618 V_0; memset(&V_0, 0, sizeof(V_0)); { MonoEventInfo_t346866618 L_0 = MonoEventInfo_GetEventInfo_m873645389(NULL /*static, unused*/, __this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = (&V_0)->get_attrs_6(); return L_1; } } // System.Reflection.MethodInfo System.Reflection.MonoEvent::GetAddMethod(System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MonoEvent_GetAddMethod_m210217252 (MonoEvent_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { MonoEventInfo_t346866618 V_0; memset(&V_0, 0, sizeof(V_0)); { MonoEventInfo_t346866618 L_0 = MonoEventInfo_GetEventInfo_m873645389(NULL /*static, unused*/, __this, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___nonPublic0; if (L_1) { goto IL_002a; } } { MethodInfo_t * L_2 = (&V_0)->get_add_method_3(); if (!L_2) { goto IL_0032; } } { MethodInfo_t * L_3 = (&V_0)->get_add_method_3(); NullCheck(L_3); bool L_4 = MethodBase_get_IsPublic_m2180846589(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0032; } } IL_002a: { MethodInfo_t * L_5 = (&V_0)->get_add_method_3(); return L_5; } IL_0032: { return (MethodInfo_t *)NULL; } } // System.Reflection.MethodInfo System.Reflection.MonoEvent::GetRemoveMethod(System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MonoEvent_GetRemoveMethod_m1172326975 (MonoEvent_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { MonoEventInfo_t346866618 V_0; memset(&V_0, 0, sizeof(V_0)); { MonoEventInfo_t346866618 L_0 = MonoEventInfo_GetEventInfo_m873645389(NULL /*static, unused*/, __this, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___nonPublic0; if (L_1) { goto IL_002a; } } { MethodInfo_t * L_2 = (&V_0)->get_remove_method_4(); if (!L_2) { goto IL_0032; } } { MethodInfo_t * L_3 = (&V_0)->get_remove_method_4(); NullCheck(L_3); bool L_4 = MethodBase_get_IsPublic_m2180846589(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0032; } } IL_002a: { MethodInfo_t * L_5 = (&V_0)->get_remove_method_4(); return L_5; } IL_0032: { return (MethodInfo_t *)NULL; } } // System.Type System.Reflection.MonoEvent::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoEvent_get_DeclaringType_m862221512 (MonoEvent_t * __this, const RuntimeMethod* method) { MonoEventInfo_t346866618 V_0; memset(&V_0, 0, sizeof(V_0)); { MonoEventInfo_t346866618 L_0 = MonoEventInfo_GetEventInfo_m873645389(NULL /*static, unused*/, __this, /*hidden argument*/NULL); V_0 = L_0; Type_t * L_1 = (&V_0)->get_declaring_type_0(); return L_1; } } // System.Type System.Reflection.MonoEvent::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoEvent_get_ReflectedType_m3664183825 (MonoEvent_t * __this, const RuntimeMethod* method) { MonoEventInfo_t346866618 V_0; memset(&V_0, 0, sizeof(V_0)); { MonoEventInfo_t346866618 L_0 = MonoEventInfo_GetEventInfo_m873645389(NULL /*static, unused*/, __this, /*hidden argument*/NULL); V_0 = L_0; Type_t * L_1 = (&V_0)->get_reflected_type_1(); return L_1; } } // System.String System.Reflection.MonoEvent::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MonoEvent_get_Name_m3774595291 (MonoEvent_t * __this, const RuntimeMethod* method) { MonoEventInfo_t346866618 V_0; memset(&V_0, 0, sizeof(V_0)); { MonoEventInfo_t346866618 L_0 = MonoEventInfo_GetEventInfo_m873645389(NULL /*static, unused*/, __this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = (&V_0)->get_name_2(); return L_1; } } // System.String System.Reflection.MonoEvent::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* MonoEvent_ToString_m2145104522 (MonoEvent_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEvent_ToString_m2145104522_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = EventInfo_get_EventHandlerType_m420690865(__this, /*hidden argument*/NULL); String_t* L_1 = MonoEvent_get_Name_m3774595291(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m1715369213(NULL /*static, unused*/, L_0, _stringLiteral3452614528, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.MonoEvent::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MonoEvent_IsDefined_m10931749 (MonoEvent_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEvent_IsDefined_m10931749_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.MonoEvent::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoEvent_GetCustomAttributes_m1729688056 (MonoEvent_t * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEvent_GetCustomAttributes_m1729688056_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_1 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoEvent::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoEvent_GetCustomAttributes_m2369459044 (MonoEvent_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEvent_GetCustomAttributes_m2369459044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_2 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Reflection.MonoEvent::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MonoEvent_GetObjectData_m3301761592 (MonoEvent_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; String_t* L_1 = MonoEvent_get_Name_m3774595291(__this, /*hidden argument*/NULL); Type_t * L_2 = MonoEvent_get_ReflectedType_m3664183825(__this, /*hidden argument*/NULL); String_t* L_3 = MonoEvent_ToString_m2145104522(__this, /*hidden argument*/NULL); MemberInfoSerializationHolder_Serialize_m2002453739(NULL /*static, unused*/, L_0, L_1, L_2, L_3, 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 // Conversion methods for marshalling of: System.Reflection.MonoEventInfo extern "C" void MonoEventInfo_t346866618_marshal_pinvoke(const MonoEventInfo_t346866618& unmarshaled, MonoEventInfo_t346866618_marshaled_pinvoke& marshaled) { Exception_t* ___declaring_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'declaring_type' of type 'MonoEventInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___declaring_type_0Exception,NULL); } extern "C" void MonoEventInfo_t346866618_marshal_pinvoke_back(const MonoEventInfo_t346866618_marshaled_pinvoke& marshaled, MonoEventInfo_t346866618& unmarshaled) { Exception_t* ___declaring_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'declaring_type' of type 'MonoEventInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___declaring_type_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoEventInfo extern "C" void MonoEventInfo_t346866618_marshal_pinvoke_cleanup(MonoEventInfo_t346866618_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.MonoEventInfo extern "C" void MonoEventInfo_t346866618_marshal_com(const MonoEventInfo_t346866618& unmarshaled, MonoEventInfo_t346866618_marshaled_com& marshaled) { Exception_t* ___declaring_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'declaring_type' of type 'MonoEventInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___declaring_type_0Exception,NULL); } extern "C" void MonoEventInfo_t346866618_marshal_com_back(const MonoEventInfo_t346866618_marshaled_com& marshaled, MonoEventInfo_t346866618& unmarshaled) { Exception_t* ___declaring_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'declaring_type' of type 'MonoEventInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___declaring_type_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoEventInfo extern "C" void MonoEventInfo_t346866618_marshal_com_cleanup(MonoEventInfo_t346866618_marshaled_com& marshaled) { } // System.Void System.Reflection.MonoEventInfo::get_event_info(System.Reflection.MonoEvent,System.Reflection.MonoEventInfo&) extern "C" IL2CPP_METHOD_ATTR void MonoEventInfo_get_event_info_m583997560 (RuntimeObject * __this /* static, unused */, MonoEvent_t * ___ev0, MonoEventInfo_t346866618 * ___info1, const RuntimeMethod* method) { typedef void (*MonoEventInfo_get_event_info_m583997560_ftn) (MonoEvent_t *, MonoEventInfo_t346866618 *); using namespace il2cpp::icalls; ((MonoEventInfo_get_event_info_m583997560_ftn)mscorlib::System::Reflection::MonoEventInfo::get_event_info) (___ev0, ___info1); } // System.Reflection.MonoEventInfo System.Reflection.MonoEventInfo::GetEventInfo(System.Reflection.MonoEvent) extern "C" IL2CPP_METHOD_ATTR MonoEventInfo_t346866618 MonoEventInfo_GetEventInfo_m873645389 (RuntimeObject * __this /* static, unused */, MonoEvent_t * ___ev0, const RuntimeMethod* method) { MonoEventInfo_t346866618 V_0; memset(&V_0, 0, sizeof(V_0)); { MonoEvent_t * L_0 = ___ev0; MonoEventInfo_get_event_info_m583997560(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); MonoEventInfo_t346866618 L_1 = V_0; 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.Reflection.MonoField::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoField__ctor_m5376011 (MonoField_t * __this, const RuntimeMethod* method) { { FieldInfo__ctor_m3305575002(__this, /*hidden argument*/NULL); return; } } // System.Reflection.FieldAttributes System.Reflection.MonoField::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t MonoField_get_Attributes_m1814015643 (MonoField_t * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_4(); return L_0; } } // System.RuntimeFieldHandle System.Reflection.MonoField::get_FieldHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeFieldHandle_t1871169219 MonoField_get_FieldHandle_m3729647377 (MonoField_t * __this, const RuntimeMethod* method) { { RuntimeFieldHandle_t1871169219 L_0 = __this->get_fhandle_1(); return L_0; } } // System.Type System.Reflection.MonoField::get_FieldType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoField_get_FieldType_m1670137202 (MonoField_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_3(); return L_0; } } // System.Type System.Reflection.MonoField::GetParentType(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * MonoField_GetParentType_m2478933781 (MonoField_t * __this, bool ___declaring0, const RuntimeMethod* method) { typedef Type_t * (*MonoField_GetParentType_m2478933781_ftn) (MonoField_t *, bool); using namespace il2cpp::icalls; return ((MonoField_GetParentType_m2478933781_ftn)mscorlib::System::Reflection::MonoField::GetParentType) (__this, ___declaring0); } // System.Type System.Reflection.MonoField::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoField_get_ReflectedType_m471710812 (MonoField_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = MonoField_GetParentType_m2478933781(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Type System.Reflection.MonoField::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoField_get_DeclaringType_m2066594735 (MonoField_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = MonoField_GetParentType_m2478933781(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.String System.Reflection.MonoField::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MonoField_get_Name_m2861402224 (MonoField_t * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Boolean System.Reflection.MonoField::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MonoField_IsDefined_m2274038045 (MonoField_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_IsDefined_m2274038045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.MonoField::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoField_GetCustomAttributes_m2142838032 (MonoField_t * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_GetCustomAttributes_m2142838032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_1 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoField::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoField_GetCustomAttributes_m3687140927 (MonoField_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_GetCustomAttributes_m3687140927_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_2 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Reflection.MonoField::GetFieldOffset() extern "C" IL2CPP_METHOD_ATTR int32_t MonoField_GetFieldOffset_m3808764875 (MonoField_t * __this, const RuntimeMethod* method) { typedef int32_t (*MonoField_GetFieldOffset_m3808764875_ftn) (MonoField_t *); using namespace il2cpp::icalls; return ((MonoField_GetFieldOffset_m3808764875_ftn)mscorlib::System::Reflection::MonoField::GetFieldOffset) (__this); } // System.Object System.Reflection.MonoField::GetValueInternal(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoField_GetValueInternal_m532651562 (MonoField_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { typedef RuntimeObject * (*MonoField_GetValueInternal_m532651562_ftn) (MonoField_t *, RuntimeObject *); using namespace il2cpp::icalls; return ((MonoField_GetValueInternal_m532651562_ftn)mscorlib::System::Reflection::MonoField::GetValueInternal) (__this, ___obj0); } // System.Object System.Reflection.MonoField::GetValue(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoField_GetValue_m3124733531 (MonoField_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_GetValue_m3124733531_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = FieldInfo_get_IsStatic_m3482711189(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0059; } } { RuntimeObject * L_1 = ___obj0; if (L_1) { goto IL_001c; } } { TargetException_t3386045725 * L_2 = (TargetException_t3386045725 *)il2cpp_codegen_object_new(TargetException_t3386045725_il2cpp_TypeInfo_var); TargetException__ctor_m1440702323(L_2, _stringLiteral2093243126, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MonoField_GetValue_m3124733531_RuntimeMethod_var); } IL_001c: { Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MonoField::get_DeclaringType() */, __this); RuntimeObject * L_4 = ___obj0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); NullCheck(L_3); bool L_6 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_3, L_5); if (L_6) { goto IL_0059; } } { String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoField::get_Name() */, __this); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MonoField::get_DeclaringType() */, __this); RuntimeObject * L_9 = ___obj0; NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral4292598198, L_7, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,MonoField_GetValue_m3124733531_RuntimeMethod_var); } IL_0059: { bool L_13 = FieldInfo_get_IsLiteral_m534699794(__this, /*hidden argument*/NULL); if (L_13) { goto IL_006a; } } { MonoField_CheckGeneric_m453069507(__this, /*hidden argument*/NULL); } IL_006a: { RuntimeObject * L_14 = ___obj0; RuntimeObject * L_15 = MonoField_GetValueInternal_m532651562(__this, L_14, /*hidden argument*/NULL); return L_15; } } // System.String System.Reflection.MonoField::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* MonoField_ToString_m2518484388 (MonoField_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_ToString_m2518484388_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_type_3(); String_t* L_1 = __this->get_name_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral380657706, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Reflection.MonoField::SetValueInternal(System.Reflection.FieldInfo,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void MonoField_SetValueInternal_m2352116743 (RuntimeObject * __this /* static, unused */, FieldInfo_t * ___fi0, RuntimeObject * ___obj1, RuntimeObject * ___value2, const RuntimeMethod* method) { typedef void (*MonoField_SetValueInternal_m2352116743_ftn) (FieldInfo_t *, RuntimeObject *, RuntimeObject *); using namespace il2cpp::icalls; ((MonoField_SetValueInternal_m2352116743_ftn)mscorlib::System::Reflection::MonoField::SetValueInternal) (___fi0, ___obj1, ___value2); } // System.Void System.Reflection.MonoField::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void MonoField_SetValue_m2338106905 (MonoField_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___val1, int32_t ___invokeAttr2, Binder_t2999457153 * ___binder3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_SetValue_m2338106905_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { bool L_0 = FieldInfo_get_IsStatic_m3482711189(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0059; } } { RuntimeObject * L_1 = ___obj0; if (L_1) { goto IL_001c; } } { TargetException_t3386045725 * L_2 = (TargetException_t3386045725 *)il2cpp_codegen_object_new(TargetException_t3386045725_il2cpp_TypeInfo_var); TargetException__ctor_m1440702323(L_2, _stringLiteral2093243126, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MonoField_SetValue_m2338106905_RuntimeMethod_var); } IL_001c: { Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MonoField::get_DeclaringType() */, __this); RuntimeObject * L_4 = ___obj0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); NullCheck(L_3); bool L_6 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_3, L_5); if (L_6) { goto IL_0059; } } { String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoField::get_Name() */, __this); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MonoField::get_DeclaringType() */, __this); RuntimeObject * L_9 = ___obj0; NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral4292598198, L_7, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,MonoField_SetValue_m2338106905_RuntimeMethod_var); } IL_0059: { bool L_13 = FieldInfo_get_IsLiteral_m534699794(__this, /*hidden argument*/NULL); if (!L_13) { goto IL_006f; } } { FieldAccessException_t238379456 * L_14 = (FieldAccessException_t238379456 *)il2cpp_codegen_object_new(FieldAccessException_t238379456_il2cpp_TypeInfo_var); FieldAccessException__ctor_m3482795704(L_14, _stringLiteral1662282788, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,MonoField_SetValue_m2338106905_RuntimeMethod_var); } IL_006f: { Binder_t2999457153 * L_15 = ___binder3; if (L_15) { goto IL_007d; } } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_16 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ___binder3 = L_16; } IL_007d: { MonoField_CheckGeneric_m453069507(__this, /*hidden argument*/NULL); RuntimeObject * L_17 = ___val1; if (!L_17) { goto IL_00db; } } { Binder_t2999457153 * L_18 = ___binder3; RuntimeObject * L_19 = ___val1; Type_t * L_20 = __this->get_type_3(); CultureInfo_t4157843068 * L_21 = ___culture4; NullCheck(L_18); RuntimeObject * L_22 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, CultureInfo_t4157843068 * >::Invoke(5 /* System.Object System.Reflection.Binder::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo) */, L_18, L_19, L_20, L_21); V_0 = L_22; RuntimeObject * L_23 = V_0; if (L_23) { goto IL_00d8; } } { ObjectU5BU5D_t2843939325* L_24 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3183024156); (L_24)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3183024156); ObjectU5BU5D_t2843939325* L_25 = L_24; RuntimeObject * L_26 = ___val1; NullCheck(L_26); Type_t * L_27 = Object_GetType_m88164663(L_26, /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(1), (RuntimeObject *)L_27); ObjectU5BU5D_t2843939325* L_28 = L_25; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral1494662384); (L_28)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1494662384); ObjectU5BU5D_t2843939325* L_29 = L_28; Type_t * L_30 = __this->get_type_3(); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(3), (RuntimeObject *)L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m2971454694(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); ArgumentException_t132251570 * L_32 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_32, L_31, _stringLiteral2909710312, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,MonoField_SetValue_m2338106905_RuntimeMethod_var); } IL_00d8: { RuntimeObject * L_33 = V_0; ___val1 = L_33; } IL_00db: { RuntimeObject * L_34 = ___obj0; RuntimeObject * L_35 = ___val1; MonoField_SetValueInternal_m2352116743(NULL /*static, unused*/, __this, L_34, L_35, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.MonoField::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MonoField_GetObjectData_m1292125335 (MonoField_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoField::get_Name() */, __this); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MonoField::get_ReflectedType() */, __this); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Reflection.MonoField::ToString() */, __this); MemberInfoSerializationHolder_Serialize_m2002453739(NULL /*static, unused*/, L_0, L_1, L_2, L_3, 4, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.MonoField::CheckGeneric() extern "C" IL2CPP_METHOD_ATTR void MonoField_CheckGeneric_m453069507 (MonoField_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_CheckGeneric_m453069507_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MonoField::get_DeclaringType() */, __this); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(93 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_0); if (!L_1) { goto IL_001b; } } { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, _stringLiteral1970353501, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MonoField_CheckGeneric_m453069507_RuntimeMethod_var); } IL_001b: { 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.Reflection.MonoGenericCMethod::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoGenericCMethod__ctor_m1374831274 (MonoGenericCMethod_t4239028627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoGenericCMethod__ctor_m1374831274_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoCMethod__ctor_m1867900682(__this, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,MonoGenericCMethod__ctor_m1374831274_RuntimeMethod_var); } } // System.Type System.Reflection.MonoGenericCMethod::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoGenericCMethod_get_ReflectedType_m1440479536 (MonoGenericCMethod_t4239028627 * __this, const RuntimeMethod* method) { typedef Type_t * (*MonoGenericCMethod_get_ReflectedType_m1440479536_ftn) (MonoGenericCMethod_t4239028627 *); using namespace il2cpp::icalls; return ((MonoGenericCMethod_get_ReflectedType_m1440479536_ftn)mscorlib::System::Reflection::MonoGenericCMethod::get_ReflectedType) (__this); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.MonoGenericMethod::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoGenericMethod__ctor_m2795356912 (MonoGenericMethod_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoGenericMethod__ctor_m2795356912_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoMethod__ctor_m2104049215(__this, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,MonoGenericMethod__ctor_m2795356912_RuntimeMethod_var); } } // System.Type System.Reflection.MonoGenericMethod::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoGenericMethod_get_ReflectedType_m3748461472 (MonoGenericMethod_t * __this, const RuntimeMethod* method) { typedef Type_t * (*MonoGenericMethod_get_ReflectedType_m3748461472_ftn) (MonoGenericMethod_t *); using namespace il2cpp::icalls; return ((MonoGenericMethod_get_ReflectedType_m3748461472_ftn)mscorlib::System::Reflection::MonoGenericMethod::get_ReflectedType) (__this); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.MonoMethod::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoMethod__ctor_m2104049215 (MonoMethod_t * __this, const RuntimeMethod* method) { { MethodInfo__ctor_m2805780217(__this, /*hidden argument*/NULL); return; } } // System.String System.Reflection.MonoMethod::get_name(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR String_t* MonoMethod_get_name_m2690633670 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___method0, const RuntimeMethod* method) { typedef String_t* (*MonoMethod_get_name_m2690633670_ftn) (MethodBase_t *); using namespace il2cpp::icalls; return ((MonoMethod_get_name_m2690633670_ftn)mscorlib::System::Reflection::MonoMethod::get_name) (___method0); } // System.Reflection.MonoMethod System.Reflection.MonoMethod::get_base_definition(System.Reflection.MonoMethod) extern "C" IL2CPP_METHOD_ATTR MonoMethod_t * MonoMethod_get_base_definition_m282872694 (RuntimeObject * __this /* static, unused */, MonoMethod_t * ___method0, const RuntimeMethod* method) { typedef MonoMethod_t * (*MonoMethod_get_base_definition_m282872694_ftn) (MonoMethod_t *); using namespace il2cpp::icalls; return ((MonoMethod_get_base_definition_m282872694_ftn)mscorlib::System::Reflection::MonoMethod::get_base_definition) (___method0); } // System.Reflection.MethodInfo System.Reflection.MonoMethod::GetBaseDefinition() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_GetBaseDefinition_m2844667474 (MonoMethod_t * __this, const RuntimeMethod* method) { { MonoMethod_t * L_0 = MonoMethod_get_base_definition_m282872694(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Type System.Reflection.MonoMethod::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoMethod_get_ReturnType_m3656785830 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); Type_t * L_1 = MonoMethodInfo_GetReturnType_m914391169(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.ParameterInfo[] System.Reflection.MonoMethod::GetParameters() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* MonoMethod_GetParameters_m2077150731 (MonoMethod_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_GetParameters_m2077150731_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; { intptr_t L_0 = __this->get_mhandle_0(); ParameterInfoU5BU5D_t390618515* L_1 = MonoMethodInfo_GetParametersInfo_m2209427166(NULL /*static, unused*/, L_0, __this, /*hidden argument*/NULL); V_0 = L_1; ParameterInfoU5BU5D_t390618515* L_2 = V_0; NullCheck(L_2); V_1 = ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))); ParameterInfoU5BU5D_t390618515* L_3 = V_0; ParameterInfoU5BU5D_t390618515* L_4 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_3); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, /*hidden argument*/NULL); ParameterInfoU5BU5D_t390618515* L_5 = V_1; return L_5; } } // System.Object System.Reflection.MonoMethod::InternalInvoke(System.Object,System.Object[],System.Exception&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoMethod_InternalInvoke_m1266143136 (MonoMethod_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t2843939325* ___parameters1, Exception_t ** ___exc2, const RuntimeMethod* method) { typedef RuntimeObject * (*MonoMethod_InternalInvoke_m1266143136_ftn) (MonoMethod_t *, RuntimeObject *, ObjectU5BU5D_t2843939325*, Exception_t **); using namespace il2cpp::icalls; return ((MonoMethod_InternalInvoke_m1266143136_ftn)mscorlib::System::Reflection::MonoMethod::InternalInvoke) (__this, ___obj0, ___parameters1, ___exc2); } // System.Object System.Reflection.MonoMethod::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoMethod_Invoke_m2898011027 (MonoMethod_t * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___parameters3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_Invoke_m2898011027_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; RuntimeObject * V_3 = NULL; Exception_t * 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); { Binder_t2999457153 * L_0 = ___binder2; if (L_0) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_1 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ___binder2 = L_1; } IL_000d: { intptr_t L_2 = __this->get_mhandle_0(); ParameterInfoU5BU5D_t390618515* L_3 = MonoMethodInfo_GetParametersInfo_m2209427166(NULL /*static, unused*/, L_2, __this, /*hidden argument*/NULL); V_0 = L_3; ObjectU5BU5D_t2843939325* L_4 = ___parameters3; if (L_4) { goto IL_0029; } } { ParameterInfoU5BU5D_t390618515* L_5 = V_0; NullCheck(L_5); if ((((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) { goto IL_003c; } } IL_0029: { ObjectU5BU5D_t2843939325* L_6 = ___parameters3; if (!L_6) { goto IL_0047; } } { ObjectU5BU5D_t2843939325* L_7 = ___parameters3; NullCheck(L_7); ParameterInfoU5BU5D_t390618515* L_8 = V_0; NullCheck(L_8); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0047; } } IL_003c: { TargetParameterCountException_t1216617239 * L_9 = (TargetParameterCountException_t1216617239 *)il2cpp_codegen_object_new(TargetParameterCountException_t1216617239_il2cpp_TypeInfo_var); TargetParameterCountException__ctor_m4113674829(L_9, _stringLiteral652017563, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,MonoMethod_Invoke_m2898011027_RuntimeMethod_var); } IL_0047: { int32_t L_10 = ___invokeAttr1; if (((int32_t)((int32_t)L_10&(int32_t)((int32_t)65536)))) { goto IL_0073; } } { Binder_t2999457153 * L_11 = ___binder2; ObjectU5BU5D_t2843939325* L_12 = ___parameters3; ParameterInfoU5BU5D_t390618515* L_13 = V_0; CultureInfo_t4157843068 * L_14 = ___culture4; IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); bool L_15 = Binder_ConvertArgs_m2124461494(NULL /*static, unused*/, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_006e; } } { ArgumentException_t132251570 * L_16 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_16, _stringLiteral1562303182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,MonoMethod_Invoke_m2898011027_RuntimeMethod_var); } IL_006e: { goto IL_00a8; } IL_0073: { V_1 = 0; goto IL_009f; } IL_007a: { ObjectU5BU5D_t2843939325* L_17 = ___parameters3; int32_t L_18 = V_1; NullCheck(L_17); int32_t L_19 = L_18; RuntimeObject * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); Type_t * L_21 = Object_GetType_m88164663(L_20, /*hidden argument*/NULL); ParameterInfoU5BU5D_t390618515* L_22 = V_0; int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = L_23; ParameterInfo_t1861056598 * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_25); if ((((RuntimeObject*)(Type_t *)L_21) == ((RuntimeObject*)(Type_t *)L_26))) { goto IL_009b; } } { ArgumentException_t132251570 * L_27 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_27, _stringLiteral652017563, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,MonoMethod_Invoke_m2898011027_RuntimeMethod_var); } IL_009b: { int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_009f: { int32_t L_29 = V_1; ParameterInfoU5BU5D_t390618515* L_30 = V_0; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_007a; } } IL_00a8: { bool L_31 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Reflection.MonoMethod::get_ContainsGenericParameters() */, __this); if (!L_31) { goto IL_00be; } } { InvalidOperationException_t56020091 * L_32 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_32, _stringLiteral2818385401, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,MonoMethod_Invoke_m2898011027_RuntimeMethod_var); } IL_00be: { V_3 = NULL; } IL_00c0: try { // begin try (depth: 1) RuntimeObject * L_33 = ___obj0; ObjectU5BU5D_t2843939325* L_34 = ___parameters3; RuntimeObject * L_35 = MonoMethod_InternalInvoke_m1266143136(__this, L_33, L_34, (&V_2), /*hidden argument*/NULL); V_3 = L_35; goto IL_00f0; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t4074510458_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00d1; if(il2cpp_codegen_class_is_assignable_from (MethodAccessException_t190175859_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00d9; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00e1; throw e; } CATCH_00d1: { // begin catch(System.Threading.ThreadAbortException) { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_00d4: { goto IL_00f0; } } // end catch (depth: 1) CATCH_00d9: { // begin catch(System.MethodAccessException) { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_00dc: { goto IL_00f0; } } // end catch (depth: 1) CATCH_00e1: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); Exception_t * L_36 = V_4; TargetInvocationException_t4266643902 * L_37 = (TargetInvocationException_t4266643902 *)il2cpp_codegen_object_new(TargetInvocationException_t4266643902_il2cpp_TypeInfo_var); TargetInvocationException__ctor_m3011316584(L_37, L_36, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,MonoMethod_Invoke_m2898011027_RuntimeMethod_var); } IL_00eb: { goto IL_00f0; } } // end catch (depth: 1) IL_00f0: { Exception_t * L_38 = V_2; if (!L_38) { goto IL_00f8; } } { Exception_t * L_39 = V_2; IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,MonoMethod_Invoke_m2898011027_RuntimeMethod_var); } IL_00f8: { RuntimeObject * L_40 = V_3; return L_40; } } // System.RuntimeMethodHandle System.Reflection.MonoMethod::get_MethodHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeMethodHandle_t1133924984 MonoMethod_get_MethodHandle_m4198555269 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); RuntimeMethodHandle_t1133924984 L_1; memset(&L_1, 0, sizeof(L_1)); RuntimeMethodHandle__ctor_m2229201676((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodAttributes System.Reflection.MonoMethod::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethod_get_Attributes_m1519794451 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); int32_t L_1 = MonoMethodInfo_GetAttributes_m2458894713(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.CallingConventions System.Reflection.MonoMethod::get_CallingConvention() extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethod_get_CallingConvention_m4088809856 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); int32_t L_1 = MonoMethodInfo_GetCallingConvention_m3156036493(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.MonoMethod::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoMethod_get_ReflectedType_m18334703 (MonoMethod_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_reftype_2(); return L_0; } } // System.Type System.Reflection.MonoMethod::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoMethod_get_DeclaringType_m3539501442 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); Type_t * L_1 = MonoMethodInfo_GetDeclaringType_m2924452727(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.MonoMethod::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MonoMethod_get_Name_m3372146751 (MonoMethod_t * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_name_1(); return L_1; } IL_0012: { String_t* L_2 = MonoMethod_get_name_m2690633670(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.MonoMethod::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MonoMethod_IsDefined_m2906130478 (MonoMethod_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_IsDefined_m2906130478_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.MonoMethod::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoMethod_GetCustomAttributes_m3677182122 (MonoMethod_t * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_GetCustomAttributes_m3677182122_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_1 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoMethod::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoMethod_GetCustomAttributes_m4130180212 (MonoMethod_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_GetCustomAttributes_m4130180212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_2 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Runtime.InteropServices.DllImportAttribute System.Reflection.MonoMethod::GetDllImportAttribute(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR DllImportAttribute_t92573803 * MonoMethod_GetDllImportAttribute_m853324018 (RuntimeObject * __this /* static, unused */, intptr_t ___mhandle0, const RuntimeMethod* method) { typedef DllImportAttribute_t92573803 * (*MonoMethod_GetDllImportAttribute_m853324018_ftn) (intptr_t); using namespace il2cpp::icalls; return ((MonoMethod_GetDllImportAttribute_m853324018_ftn)mscorlib::System::Reflection::MonoMethod::GetDllImportAttribute) (___mhandle0); } // System.Object[] System.Reflection.MonoMethod::GetPseudoCustomAttributes() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoMethod_GetPseudoCustomAttributes_m3959384572 (MonoMethod_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_GetPseudoCustomAttributes_m3959384572_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MonoMethodInfo_t1248819020 V_1; memset(&V_1, 0, sizeof(V_1)); ObjectU5BU5D_t2843939325* V_2 = NULL; DllImportAttribute_t92573803 * V_3 = NULL; { V_0 = 0; intptr_t L_0 = __this->get_mhandle_0(); MonoMethodInfo_t1248819020 L_1 = MonoMethodInfo_GetMethodInfo_m2481349296(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = (&V_1)->get_iattrs_3(); if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)128)))) { goto IL_0024; } } { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0024: { int32_t L_4 = (&V_1)->get_attrs_2(); if (!((int32_t)((int32_t)L_4&(int32_t)((int32_t)8192)))) { goto IL_003a; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_003a: { int32_t L_6 = V_0; if (L_6) { goto IL_0042; } } { return (ObjectU5BU5D_t2843939325*)NULL; } IL_0042: { int32_t L_7 = V_0; V_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_7)); V_0 = 0; int32_t L_8 = (&V_1)->get_iattrs_3(); if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)128)))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_9 = V_2; int32_t L_10 = V_0; int32_t L_11 = L_10; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); PreserveSigAttribute_t979468563 * L_12 = (PreserveSigAttribute_t979468563 *)il2cpp_codegen_object_new(PreserveSigAttribute_t979468563_il2cpp_TypeInfo_var); PreserveSigAttribute__ctor_m332009382(L_12, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(L_11), (RuntimeObject *)L_12); } IL_0069: { int32_t L_13 = (&V_1)->get_attrs_2(); if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)8192)))) { goto IL_00a8; } } { intptr_t L_14 = __this->get_mhandle_0(); DllImportAttribute_t92573803 * L_15 = MonoMethod_GetDllImportAttribute_m853324018(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_3 = L_15; int32_t L_16 = (&V_1)->get_iattrs_3(); if (!((int32_t)((int32_t)L_16&(int32_t)((int32_t)128)))) { goto IL_00a0; } } { DllImportAttribute_t92573803 * L_17 = V_3; NullCheck(L_17); L_17->set_PreserveSig_5((bool)1); } IL_00a0: { ObjectU5BU5D_t2843939325* L_18 = V_2; int32_t L_19 = V_0; int32_t L_20 = L_19; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); DllImportAttribute_t92573803 * L_21 = V_3; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(L_20), (RuntimeObject *)L_21); } IL_00a8: { ObjectU5BU5D_t2843939325* L_22 = V_2; return L_22; } } // System.Boolean System.Reflection.MonoMethod::ShouldPrintFullName(System.Type) extern "C" IL2CPP_METHOD_ATTR bool MonoMethod_ShouldPrintFullName_m1607666412 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; int32_t G_B9_0 = 0; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsClass_m589177581(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_003c; } } { Type_t * L_2 = ___type0; NullCheck(L_2); bool L_3 = Type_get_IsPointer_m4067542339(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0039; } } { Type_t * L_4 = ___type0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_4); NullCheck(L_5); bool L_6 = Type_get_IsPrimitive_m1114712797(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0036; } } { Type_t * L_7 = ___type0; NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_7); NullCheck(L_8); bool L_9 = Type_get_IsNested_m3546087448(L_8, /*hidden argument*/NULL); G_B5_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0); goto IL_0037; } IL_0036: { G_B5_0 = 0; } IL_0037: { G_B7_0 = G_B5_0; goto IL_003a; } IL_0039: { G_B7_0 = 1; } IL_003a: { G_B9_0 = G_B7_0; goto IL_003d; } IL_003c: { G_B9_0 = 0; } IL_003d: { return (bool)G_B9_0; } } // System.String System.Reflection.MonoMethod::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* MonoMethod_ToString_m3550677523 (MonoMethod_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_ToString_m3550677523_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; Type_t * V_1 = NULL; TypeU5BU5D_t3940880105* V_2 = NULL; int32_t V_3 = 0; ParameterInfoU5BU5D_t390618515* V_4 = NULL; int32_t V_5 = 0; Type_t * V_6 = NULL; bool V_7 = false; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MonoMethod::get_ReturnType() */, __this); V_1 = L_1; Type_t * L_2 = V_1; bool L_3 = MonoMethod_ShouldPrintFullName_m1607666412(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { StringBuilder_t * L_4 = V_0; Type_t * L_5 = V_1; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_5); NullCheck(L_4); StringBuilder_Append_m1965104174(L_4, L_6, /*hidden argument*/NULL); goto IL_0037; } IL_002a: { StringBuilder_t * L_7 = V_0; Type_t * L_8 = V_1; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8); NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, L_9, /*hidden argument*/NULL); } IL_0037: { StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_Append_m1965104174(L_10, _stringLiteral3452614528, /*hidden argument*/NULL); StringBuilder_t * L_11 = V_0; String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoMethod::get_Name() */, __this); NullCheck(L_11); StringBuilder_Append_m1965104174(L_11, L_12, /*hidden argument*/NULL); bool L_13 = VirtFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Reflection.MonoMethod::get_IsGenericMethod() */, __this); if (!L_13) { goto IL_00b0; } } { TypeU5BU5D_t3940880105* L_14 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(29 /* System.Type[] System.Reflection.MonoMethod::GetGenericArguments() */, __this); V_2 = L_14; StringBuilder_t * L_15 = V_0; NullCheck(L_15); StringBuilder_Append_m1965104174(L_15, _stringLiteral3452614645, /*hidden argument*/NULL); V_3 = 0; goto IL_009b; } IL_0075: { int32_t L_16 = V_3; if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_0088; } } { StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, _stringLiteral3452614532, /*hidden argument*/NULL); } IL_0088: { StringBuilder_t * L_18 = V_0; TypeU5BU5D_t3940880105* L_19 = V_2; int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; Type_t * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_22); NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, L_23, /*hidden argument*/NULL); int32_t L_24 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_009b: { 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_0075; } } { StringBuilder_t * L_27 = V_0; NullCheck(L_27); StringBuilder_Append_m1965104174(L_27, _stringLiteral3452614643, /*hidden argument*/NULL); } IL_00b0: { StringBuilder_t * L_28 = V_0; NullCheck(L_28); StringBuilder_Append_m1965104174(L_28, _stringLiteral3452614536, /*hidden argument*/NULL); ParameterInfoU5BU5D_t390618515* L_29 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MonoMethod::GetParameters() */, __this); V_4 = L_29; V_5 = 0; goto IL_014b; } IL_00cc: { int32_t L_30 = V_5; if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00e0; } } { StringBuilder_t * L_31 = V_0; NullCheck(L_31); StringBuilder_Append_m1965104174(L_31, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_00e0: { ParameterInfoU5BU5D_t390618515* L_32 = V_4; int32_t L_33 = V_5; NullCheck(L_32); int32_t L_34 = L_33; ParameterInfo_t1861056598 * L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_35); Type_t * L_36 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_35); V_6 = L_36; Type_t * L_37 = V_6; NullCheck(L_37); bool L_38 = Type_get_IsByRef_m1262524108(L_37, /*hidden argument*/NULL); V_7 = L_38; bool L_39 = V_7; if (!L_39) { goto IL_0105; } } { Type_t * L_40 = V_6; NullCheck(L_40); Type_t * L_41 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_40); V_6 = L_41; } IL_0105: { Type_t * L_42 = V_6; bool L_43 = MonoMethod_ShouldPrintFullName_m1607666412(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0124; } } { StringBuilder_t * L_44 = V_0; Type_t * L_45 = V_6; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_45); NullCheck(L_44); StringBuilder_Append_m1965104174(L_44, L_46, /*hidden argument*/NULL); goto IL_0132; } IL_0124: { StringBuilder_t * L_47 = V_0; Type_t * L_48 = V_6; NullCheck(L_48); String_t* L_49 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_48); NullCheck(L_47); StringBuilder_Append_m1965104174(L_47, L_49, /*hidden argument*/NULL); } IL_0132: { bool L_50 = V_7; if (!L_50) { goto IL_0145; } } { StringBuilder_t * L_51 = V_0; NullCheck(L_51); StringBuilder_Append_m1965104174(L_51, _stringLiteral3506090190, /*hidden argument*/NULL); } IL_0145: { int32_t L_52 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_014b: { int32_t L_53 = V_5; ParameterInfoU5BU5D_t390618515* L_54 = V_4; NullCheck(L_54); if ((((int32_t)L_53) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_54)->max_length))))))) { goto IL_00cc; } } { int32_t L_55 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MonoMethod::get_CallingConvention() */, __this); if (!((int32_t)((int32_t)L_55&(int32_t)2))) { goto IL_0185; } } { ParameterInfoU5BU5D_t390618515* L_56 = V_4; NullCheck(L_56); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_56)->max_length))))) <= ((int32_t)0))) { goto IL_0179; } } { StringBuilder_t * L_57 = V_0; NullCheck(L_57); StringBuilder_Append_m1965104174(L_57, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_0179: { StringBuilder_t * L_58 = V_0; NullCheck(L_58); StringBuilder_Append_m1965104174(L_58, _stringLiteral2623387542, /*hidden argument*/NULL); } IL_0185: { StringBuilder_t * L_59 = V_0; NullCheck(L_59); StringBuilder_Append_m1965104174(L_59, _stringLiteral3452614535, /*hidden argument*/NULL); StringBuilder_t * L_60 = V_0; NullCheck(L_60); String_t* L_61 = StringBuilder_ToString_m3317489284(L_60, /*hidden argument*/NULL); return L_61; } } // System.Void System.Reflection.MonoMethod::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MonoMethod_GetObjectData_m854317157 (MonoMethod_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { TypeU5BU5D_t3940880105* V_0 = NULL; TypeU5BU5D_t3940880105* G_B4_0 = NULL; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Reflection.MonoMethod::get_IsGenericMethod() */, __this); if (!L_0) { goto IL_0021; } } { bool L_1 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.MonoMethod::get_IsGenericMethodDefinition() */, __this); if (L_1) { goto IL_0021; } } { TypeU5BU5D_t3940880105* L_2 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(29 /* System.Type[] System.Reflection.MonoMethod::GetGenericArguments() */, __this); G_B4_0 = L_2; goto IL_0022; } IL_0021: { G_B4_0 = ((TypeU5BU5D_t3940880105*)(NULL)); } IL_0022: { V_0 = G_B4_0; SerializationInfo_t950877179 * L_3 = ___info0; String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoMethod::get_Name() */, __this); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MonoMethod::get_ReflectedType() */, __this); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Reflection.MonoMethod::ToString() */, __this); TypeU5BU5D_t3940880105* L_7 = V_0; MemberInfoSerializationHolder_Serialize_m2491586031(NULL /*static, unused*/, L_3, L_4, L_5, L_6, 8, L_7, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo System.Reflection.MonoMethod::MakeGenericMethod(System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_MakeGenericMethod_m1386790968 (MonoMethod_t * __this, TypeU5BU5D_t3940880105* ___methodInstantiation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_MakeGenericMethod_m1386790968_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; MethodInfo_t * V_3 = NULL; { TypeU5BU5D_t3940880105* L_0 = ___methodInstantiation0; 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, _stringLiteral2252751192, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MonoMethod_MakeGenericMethod_m1386790968_RuntimeMethod_var); } IL_0011: { TypeU5BU5D_t3940880105* L_2 = ___methodInstantiation0; V_1 = L_2; V_2 = 0; goto IL_002e; } IL_001a: { TypeU5BU5D_t3940880105* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; Type_t * L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; Type_t * L_7 = V_0; if (L_7) { goto IL_002a; } } { ArgumentNullException_t1615371798 * L_8 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,MonoMethod_MakeGenericMethod_m1386790968_RuntimeMethod_var); } IL_002a: { int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002e: { int32_t L_10 = V_2; TypeU5BU5D_t3940880105* 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_001a; } } { TypeU5BU5D_t3940880105* L_12 = ___methodInstantiation0; MethodInfo_t * L_13 = MonoMethod_MakeGenericMethod_impl_m1719465708(__this, L_12, /*hidden argument*/NULL); V_3 = L_13; MethodInfo_t * L_14 = V_3; if (L_14) { goto IL_006a; } } { TypeU5BU5D_t3940880105* L_15 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(29 /* System.Type[] System.Reflection.MonoMethod::GetGenericArguments() */, __this); NullCheck(L_15); int32_t L_16 = (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))); RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); TypeU5BU5D_t3940880105* L_18 = ___methodInstantiation0; NullCheck(L_18); int32_t L_19 = (((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))); 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_m2556382932(NULL /*static, unused*/, _stringLiteral3472648653, L_17, L_20, /*hidden argument*/NULL); ArgumentException_t132251570 * L_22 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,MonoMethod_MakeGenericMethod_m1386790968_RuntimeMethod_var); } IL_006a: { MethodInfo_t * L_23 = V_3; return L_23; } } // System.Reflection.MethodInfo System.Reflection.MonoMethod::MakeGenericMethod_impl(System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_MakeGenericMethod_impl_m1719465708 (MonoMethod_t * __this, TypeU5BU5D_t3940880105* ___types0, const RuntimeMethod* method) { typedef MethodInfo_t * (*MonoMethod_MakeGenericMethod_impl_m1719465708_ftn) (MonoMethod_t *, TypeU5BU5D_t3940880105*); using namespace il2cpp::icalls; return ((MonoMethod_MakeGenericMethod_impl_m1719465708_ftn)mscorlib::System::Reflection::MonoMethod::MakeGenericMethod_impl) (__this, ___types0); } // System.Type[] System.Reflection.MonoMethod::GetGenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MonoMethod_GetGenericArguments_m4278548385 (MonoMethod_t * __this, const RuntimeMethod* method) { typedef TypeU5BU5D_t3940880105* (*MonoMethod_GetGenericArguments_m4278548385_ftn) (MonoMethod_t *); using namespace il2cpp::icalls; return ((MonoMethod_GetGenericArguments_m4278548385_ftn)mscorlib::System::Reflection::MonoMethod::GetGenericArguments) (__this); } // System.Boolean System.Reflection.MonoMethod::get_IsGenericMethodDefinition() extern "C" IL2CPP_METHOD_ATTR bool MonoMethod_get_IsGenericMethodDefinition_m3024870835 (MonoMethod_t * __this, const RuntimeMethod* method) { typedef bool (*MonoMethod_get_IsGenericMethodDefinition_m3024870835_ftn) (MonoMethod_t *); using namespace il2cpp::icalls; return ((MonoMethod_get_IsGenericMethodDefinition_m3024870835_ftn)mscorlib::System::Reflection::MonoMethod::get_IsGenericMethodDefinition) (__this); } // System.Boolean System.Reflection.MonoMethod::get_IsGenericMethod() extern "C" IL2CPP_METHOD_ATTR bool MonoMethod_get_IsGenericMethod_m1665512545 (MonoMethod_t * __this, const RuntimeMethod* method) { typedef bool (*MonoMethod_get_IsGenericMethod_m1665512545_ftn) (MonoMethod_t *); using namespace il2cpp::icalls; return ((MonoMethod_get_IsGenericMethod_m1665512545_ftn)mscorlib::System::Reflection::MonoMethod::get_IsGenericMethod) (__this); } // System.Boolean System.Reflection.MonoMethod::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool MonoMethod_get_ContainsGenericParameters_m3860345224 (MonoMethod_t * __this, const RuntimeMethod* method) { Type_t * V_0 = NULL; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Reflection.MonoMethod::get_IsGenericMethod() */, __this); if (!L_0) { goto IL_0037; } } { TypeU5BU5D_t3940880105* L_1 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(29 /* System.Type[] System.Reflection.MonoMethod::GetGenericArguments() */, __this); V_1 = L_1; V_2 = 0; goto IL_002e; } IL_0019: { 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; NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(93 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_6); if (!L_7) { goto IL_002a; } } { return (bool)1; } IL_002a: { int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002e: { int32_t L_9 = V_2; TypeU5BU5D_t3940880105* 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_0019; } } IL_0037: { Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MonoMethod::get_DeclaringType() */, __this); NullCheck(L_11); bool L_12 = VirtFuncInvoker0< bool >::Invoke(93 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_11); return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Reflection.MonoMethodInfo extern "C" void MonoMethodInfo_t1248819020_marshal_pinvoke(const MonoMethodInfo_t1248819020& unmarshaled, MonoMethodInfo_t1248819020_marshaled_pinvoke& marshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoMethodInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception,NULL); } extern "C" void MonoMethodInfo_t1248819020_marshal_pinvoke_back(const MonoMethodInfo_t1248819020_marshaled_pinvoke& marshaled, MonoMethodInfo_t1248819020& unmarshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoMethodInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoMethodInfo extern "C" void MonoMethodInfo_t1248819020_marshal_pinvoke_cleanup(MonoMethodInfo_t1248819020_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.MonoMethodInfo extern "C" void MonoMethodInfo_t1248819020_marshal_com(const MonoMethodInfo_t1248819020& unmarshaled, MonoMethodInfo_t1248819020_marshaled_com& marshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoMethodInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception,NULL); } extern "C" void MonoMethodInfo_t1248819020_marshal_com_back(const MonoMethodInfo_t1248819020_marshaled_com& marshaled, MonoMethodInfo_t1248819020& unmarshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoMethodInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoMethodInfo extern "C" void MonoMethodInfo_t1248819020_marshal_com_cleanup(MonoMethodInfo_t1248819020_marshaled_com& marshaled) { } // System.Void System.Reflection.MonoMethodInfo::get_method_info(System.IntPtr,System.Reflection.MonoMethodInfo&) extern "C" IL2CPP_METHOD_ATTR void MonoMethodInfo_get_method_info_m88651774 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, MonoMethodInfo_t1248819020 * ___info1, const RuntimeMethod* method) { typedef void (*MonoMethodInfo_get_method_info_m88651774_ftn) (intptr_t, MonoMethodInfo_t1248819020 *); using namespace il2cpp::icalls; ((MonoMethodInfo_get_method_info_m88651774_ftn)mscorlib::System::Reflection::MonoMethodInfo::get_method_info) (___handle0, ___info1); } // System.Reflection.MonoMethodInfo System.Reflection.MonoMethodInfo::GetMethodInfo(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR MonoMethodInfo_t1248819020 MonoMethodInfo_GetMethodInfo_m2481349296 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method) { MonoMethodInfo_t1248819020 V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___handle0; MonoMethodInfo_get_method_info_m88651774(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); MonoMethodInfo_t1248819020 L_1 = V_0; return L_1; } } // System.Type System.Reflection.MonoMethodInfo::GetDeclaringType(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR Type_t * MonoMethodInfo_GetDeclaringType_m2924452727 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method) { MonoMethodInfo_t1248819020 V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___handle0; MonoMethodInfo_t1248819020 L_1 = MonoMethodInfo_GetMethodInfo_m2481349296(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = (&V_0)->get_parent_0(); return L_2; } } // System.Type System.Reflection.MonoMethodInfo::GetReturnType(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR Type_t * MonoMethodInfo_GetReturnType_m914391169 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method) { MonoMethodInfo_t1248819020 V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___handle0; MonoMethodInfo_t1248819020 L_1 = MonoMethodInfo_GetMethodInfo_m2481349296(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = (&V_0)->get_ret_1(); return L_2; } } // System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo::GetAttributes(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_GetAttributes_m2458894713 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method) { MonoMethodInfo_t1248819020 V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___handle0; MonoMethodInfo_t1248819020 L_1 = MonoMethodInfo_GetMethodInfo_m2481349296(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = (&V_0)->get_attrs_2(); return L_2; } } // System.Reflection.CallingConventions System.Reflection.MonoMethodInfo::GetCallingConvention(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_GetCallingConvention_m3156036493 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method) { MonoMethodInfo_t1248819020 V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___handle0; MonoMethodInfo_t1248819020 L_1 = MonoMethodInfo_GetMethodInfo_m2481349296(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = (&V_0)->get_callconv_4(); return L_2; } } // System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo::get_parameter_info(System.IntPtr,System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* MonoMethodInfo_get_parameter_info_m1729015241 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, MemberInfo_t * ___member1, const RuntimeMethod* method) { typedef ParameterInfoU5BU5D_t390618515* (*MonoMethodInfo_get_parameter_info_m1729015241_ftn) (intptr_t, MemberInfo_t *); using namespace il2cpp::icalls; return ((MonoMethodInfo_get_parameter_info_m1729015241_ftn)mscorlib::System::Reflection::MonoMethodInfo::get_parameter_info) (___handle0, ___member1); } // System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo::GetParametersInfo(System.IntPtr,System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* MonoMethodInfo_GetParametersInfo_m2209427166 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, MemberInfo_t * ___member1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; MemberInfo_t * L_1 = ___member1; ParameterInfoU5BU5D_t390618515* L_2 = MonoMethodInfo_get_parameter_info_m1729015241(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); 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.Reflection.MonoProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoProperty__ctor_m588439900 (MonoProperty_t * __this, const RuntimeMethod* method) { { PropertyInfo__ctor_m4235916625(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.MonoProperty::CachePropertyInfo(System.Reflection.PInfo) extern "C" IL2CPP_METHOD_ATTR void MonoProperty_CachePropertyInfo_m2968057423 (MonoProperty_t * __this, int32_t ___flags0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cached_3(); int32_t L_1 = ___flags0; int32_t L_2 = ___flags0; if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((int32_t)L_2))) { goto IL_0029; } } { MonoPropertyInfo_t3087356066 * L_3 = __this->get_address_of_info_2(); int32_t L_4 = ___flags0; MonoPropertyInfo_get_property_info_m1599555644(NULL /*static, unused*/, __this, L_3, L_4, /*hidden argument*/NULL); int32_t L_5 = __this->get_cached_3(); int32_t L_6 = ___flags0; __this->set_cached_3(((int32_t)((int32_t)L_5|(int32_t)L_6))); } IL_0029: { return; } } // System.Reflection.PropertyAttributes System.Reflection.MonoProperty::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t MonoProperty_get_Attributes_m1632795078 (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m2968057423(__this, 1, /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); int32_t L_1 = L_0->get_attrs_4(); return L_1; } } // System.Boolean System.Reflection.MonoProperty::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool MonoProperty_get_CanRead_m2001748608 (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m2968057423(__this, 2, /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_get_method_2(); return (bool)((((int32_t)((((RuntimeObject*)(MethodInfo_t *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.MonoProperty::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool MonoProperty_get_CanWrite_m3409349928 (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m2968057423(__this, 4, /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_set_method_3(); return (bool)((((int32_t)((((RuntimeObject*)(MethodInfo_t *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Type System.Reflection.MonoProperty::get_PropertyType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoProperty_get_PropertyType_m4138957578 (MonoProperty_t * __this, const RuntimeMethod* method) { ParameterInfoU5BU5D_t390618515* V_0 = NULL; { MonoProperty_CachePropertyInfo_m2968057423(__this, 6, /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_get_method_2(); if (!L_1) { goto IL_0028; } } { MonoPropertyInfo_t3087356066 * L_2 = __this->get_address_of_info_2(); MethodInfo_t * L_3 = L_2->get_get_method_2(); NullCheck(L_3); Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_3); return L_4; } IL_0028: { MonoPropertyInfo_t3087356066 * L_5 = __this->get_address_of_info_2(); MethodInfo_t * L_6 = L_5->get_set_method_3(); NullCheck(L_6); ParameterInfoU5BU5D_t390618515* L_7 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_6); V_0 = L_7; ParameterInfoU5BU5D_t390618515* L_8 = V_0; ParameterInfoU5BU5D_t390618515* L_9 = V_0; NullCheck(L_9); NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_11); Type_t * L_12 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_11); return L_12; } } // System.Type System.Reflection.MonoProperty::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoProperty_get_ReflectedType_m4009479510 (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m2968057423(__this, 8, /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); Type_t * L_1 = L_0->get_parent_0(); return L_1; } } // System.Type System.Reflection.MonoProperty::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoProperty_get_DeclaringType_m966464220 (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m2968057423(__this, ((int32_t)16), /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); Type_t * L_1 = L_0->get_parent_0(); return L_1; } } // System.String System.Reflection.MonoProperty::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MonoProperty_get_Name_m3049728465 (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m2968057423(__this, ((int32_t)32), /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); String_t* L_1 = L_0->get_name_1(); return L_1; } } // System.Reflection.MethodInfo[] System.Reflection.MonoProperty::GetAccessors(System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* MonoProperty_GetAccessors_m412928203 (MonoProperty_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetAccessors_m412928203_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; MethodInfoU5BU5D_t2572182361* V_2 = NULL; int32_t V_3 = 0; { V_0 = 0; V_1 = 0; MonoProperty_CachePropertyInfo_m2968057423(__this, 6, /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_set_method_3(); if (!L_1) { goto IL_0038; } } { bool L_2 = ___nonPublic0; if (L_2) { goto IL_0036; } } { MonoPropertyInfo_t3087356066 * L_3 = __this->get_address_of_info_2(); MethodInfo_t * L_4 = L_3->get_set_method_3(); NullCheck(L_4); bool L_5 = MethodBase_get_IsPublic_m2180846589(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } IL_0036: { V_1 = 1; } IL_0038: { MonoPropertyInfo_t3087356066 * L_6 = __this->get_address_of_info_2(); MethodInfo_t * L_7 = L_6->get_get_method_2(); if (!L_7) { goto IL_0065; } } { bool L_8 = ___nonPublic0; if (L_8) { goto IL_0063; } } { MonoPropertyInfo_t3087356066 * L_9 = __this->get_address_of_info_2(); MethodInfo_t * L_10 = L_9->get_get_method_2(); NullCheck(L_10); bool L_11 = MethodBase_get_IsPublic_m2180846589(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0065; } } IL_0063: { V_0 = 1; } IL_0065: { int32_t L_12 = V_0; int32_t L_13 = V_1; V_2 = ((MethodInfoU5BU5D_t2572182361*)SZArrayNew(MethodInfoU5BU5D_t2572182361_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)))); V_3 = 0; int32_t L_14 = V_1; if (!L_14) { goto IL_0088; } } { MethodInfoU5BU5D_t2572182361* L_15 = V_2; int32_t L_16 = V_3; int32_t L_17 = L_16; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); MonoPropertyInfo_t3087356066 * L_18 = __this->get_address_of_info_2(); MethodInfo_t * L_19 = L_18->get_set_method_3(); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_19); (L_15)->SetAt(static_cast(L_17), (MethodInfo_t *)L_19); } IL_0088: { int32_t L_20 = V_0; if (!L_20) { goto IL_00a0; } } { MethodInfoU5BU5D_t2572182361* L_21 = V_2; int32_t L_22 = V_3; int32_t L_23 = L_22; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); MonoPropertyInfo_t3087356066 * L_24 = __this->get_address_of_info_2(); MethodInfo_t * L_25 = L_24->get_get_method_2(); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_25); (L_21)->SetAt(static_cast(L_23), (MethodInfo_t *)L_25); } IL_00a0: { MethodInfoU5BU5D_t2572182361* L_26 = V_2; return L_26; } } // System.Reflection.MethodInfo System.Reflection.MonoProperty::GetGetMethod(System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MonoProperty_GetGetMethod_m2489912362 (MonoProperty_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m2968057423(__this, 2, /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_get_method_2(); if (!L_1) { goto IL_003e; } } { bool L_2 = ___nonPublic0; if (L_2) { goto IL_0032; } } { MonoPropertyInfo_t3087356066 * L_3 = __this->get_address_of_info_2(); MethodInfo_t * L_4 = L_3->get_get_method_2(); NullCheck(L_4); bool L_5 = MethodBase_get_IsPublic_m2180846589(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003e; } } IL_0032: { MonoPropertyInfo_t3087356066 * L_6 = __this->get_address_of_info_2(); MethodInfo_t * L_7 = L_6->get_get_method_2(); return L_7; } IL_003e: { return (MethodInfo_t *)NULL; } } // System.Reflection.ParameterInfo[] System.Reflection.MonoProperty::GetIndexParameters() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* MonoProperty_GetIndexParameters_m440199833 (MonoProperty_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetIndexParameters_m440199833_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; int32_t V_2 = 0; ParameterInfo_t1861056598 * V_3 = NULL; { MonoProperty_CachePropertyInfo_m2968057423(__this, 6, /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_get_method_2(); if (!L_1) { goto IL_002d; } } { MonoPropertyInfo_t3087356066 * L_2 = __this->get_address_of_info_2(); MethodInfo_t * L_3 = L_2->get_get_method_2(); NullCheck(L_3); ParameterInfoU5BU5D_t390618515* L_4 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_3); V_0 = L_4; goto IL_006f; } IL_002d: { MonoPropertyInfo_t3087356066 * L_5 = __this->get_address_of_info_2(); MethodInfo_t * L_6 = L_5->get_set_method_3(); if (!L_6) { goto IL_0068; } } { MonoPropertyInfo_t3087356066 * L_7 = __this->get_address_of_info_2(); MethodInfo_t * L_8 = L_7->get_set_method_3(); NullCheck(L_8); ParameterInfoU5BU5D_t390618515* L_9 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_8); V_1 = L_9; ParameterInfoU5BU5D_t390618515* L_10 = V_1; NullCheck(L_10); V_0 = ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)1)))); ParameterInfoU5BU5D_t390618515* L_11 = V_1; ParameterInfoU5BU5D_t390618515* L_12 = V_0; ParameterInfoU5BU5D_t390618515* L_13 = V_0; NullCheck(L_13); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, (RuntimeArray *)(RuntimeArray *)L_12, (((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), /*hidden argument*/NULL); goto IL_006f; } IL_0068: { return ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_006f: { V_2 = 0; goto IL_0088; } IL_0076: { ParameterInfoU5BU5D_t390618515* L_14 = V_0; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; ParameterInfo_t1861056598 * L_17 = (L_14)->GetAt(static_cast(L_16)); V_3 = L_17; ParameterInfoU5BU5D_t390618515* L_18 = V_0; int32_t L_19 = V_2; ParameterInfo_t1861056598 * L_20 = V_3; ParameterInfo_t1861056598 * L_21 = (ParameterInfo_t1861056598 *)il2cpp_codegen_object_new(ParameterInfo_t1861056598_il2cpp_TypeInfo_var); ParameterInfo__ctor_m3269320476(L_21, L_20, __this, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(L_19), (ParameterInfo_t1861056598 *)L_21); int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0088: { int32_t L_23 = V_2; ParameterInfoU5BU5D_t390618515* L_24 = V_0; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_0076; } } { ParameterInfoU5BU5D_t390618515* L_25 = V_0; return L_25; } } // System.Reflection.MethodInfo System.Reflection.MonoProperty::GetSetMethod(System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MonoProperty_GetSetMethod_m527596913 (MonoProperty_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m2968057423(__this, 4, /*hidden argument*/NULL); MonoPropertyInfo_t3087356066 * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_set_method_3(); if (!L_1) { goto IL_003e; } } { bool L_2 = ___nonPublic0; if (L_2) { goto IL_0032; } } { MonoPropertyInfo_t3087356066 * L_3 = __this->get_address_of_info_2(); MethodInfo_t * L_4 = L_3->get_set_method_3(); NullCheck(L_4); bool L_5 = MethodBase_get_IsPublic_m2180846589(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003e; } } IL_0032: { MonoPropertyInfo_t3087356066 * L_6 = __this->get_address_of_info_2(); MethodInfo_t * L_7 = L_6->get_set_method_3(); return L_7; } IL_003e: { return (MethodInfo_t *)NULL; } } // System.Boolean System.Reflection.MonoProperty::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MonoProperty_IsDefined_m2173657168 (MonoProperty_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_IsDefined_m2173657168_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_1 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoProperty::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoProperty_GetCustomAttributes_m2723308902 (MonoProperty_t * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetCustomAttributes_m2723308902_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_0 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Object[] System.Reflection.MonoProperty::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoProperty_GetCustomAttributes_m3619796755 (MonoProperty_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetCustomAttributes_m3619796755_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_1 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MonoProperty/GetterAdapter System.Reflection.MonoProperty::CreateGetterDelegate(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR GetterAdapter_t2155025054 * MonoProperty_CreateGetterDelegate_m2478402519 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_CreateGetterDelegate_m2478402519_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; Type_t * V_1 = NULL; RuntimeObject * V_2 = NULL; MethodInfo_t * V_3 = NULL; Type_t * V_4 = NULL; String_t* V_5 = NULL; { MethodInfo_t * L_0 = ___method0; NullCheck(L_0); bool L_1 = MethodBase_get_IsStatic_m2399864271(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0033; } } { TypeU5BU5D_t3940880105* L_2 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); MethodInfo_t * L_3 = ___method0; NullCheck(L_3); Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_3); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Type_t *)L_4); V_0 = L_2; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (StaticGetter_1_t1915726309_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); V_4 = L_6; V_5 = _stringLiteral3021172060; goto IL_005f; } IL_0033: { TypeU5BU5D_t3940880105* L_7 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); MethodInfo_t * L_8 = ___method0; NullCheck(L_8); Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_8); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (Type_t *)L_9); TypeU5BU5D_t3940880105* L_10 = L_7; MethodInfo_t * L_11 = ___method0; NullCheck(L_11); Type_t * L_12 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_11); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(1), (Type_t *)L_12); V_0 = L_10; RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (Getter_2_t3734896353_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); V_4 = L_14; V_5 = _stringLiteral1939908519; } IL_005f: { Type_t * L_15 = V_4; TypeU5BU5D_t3940880105* L_16 = V_0; NullCheck(L_15); Type_t * L_17 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_15, L_16); V_1 = L_17; Type_t * L_18 = V_1; MethodInfo_t * L_19 = ___method0; Delegate_t1188392813 * L_20 = Delegate_CreateDelegate_m1051651521(NULL /*static, unused*/, L_18, L_19, (bool)0, /*hidden argument*/NULL); V_2 = L_20; RuntimeObject * L_21 = V_2; if (L_21) { goto IL_007d; } } { MethodAccessException_t190175859 * L_22 = (MethodAccessException_t190175859 *)il2cpp_codegen_object_new(MethodAccessException_t190175859_il2cpp_TypeInfo_var); MethodAccessException__ctor_m3542088436(L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,MonoProperty_CreateGetterDelegate_m2478402519_RuntimeMethod_var); } IL_007d: { RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (MonoProperty_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); String_t* L_25 = V_5; NullCheck(L_24); MethodInfo_t * L_26 = Type_GetMethod_m1197120913(L_24, L_25, ((int32_t)40), /*hidden argument*/NULL); V_3 = L_26; MethodInfo_t * L_27 = V_3; TypeU5BU5D_t3940880105* L_28 = V_0; NullCheck(L_27); MethodInfo_t * L_29 = VirtFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(35 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_27, L_28); V_3 = L_29; RuntimeTypeHandle_t3027515415 L_30 = { reinterpret_cast (GetterAdapter_t2155025054_0_0_0_var) }; Type_t * L_31 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); RuntimeObject * L_32 = V_2; MethodInfo_t * L_33 = V_3; Delegate_t1188392813 * L_34 = Delegate_CreateDelegate_m2386636647(NULL /*static, unused*/, L_31, L_32, L_33, (bool)1, /*hidden argument*/NULL); return ((GetterAdapter_t2155025054 *)CastclassSealed((RuntimeObject*)L_34, GetterAdapter_t2155025054_il2cpp_TypeInfo_var)); } } // System.Object System.Reflection.MonoProperty::GetValue(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoProperty_GetValue_m995140552 (MonoProperty_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t2843939325* ___index1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; ObjectU5BU5D_t2843939325* L_1 = ___index1; RuntimeObject * L_2 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(26 /* System.Object System.Reflection.MonoProperty::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, 0, (Binder_t2999457153 *)NULL, L_1, (CultureInfo_t4157843068 *)NULL); return L_2; } } // System.Object System.Reflection.MonoProperty::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoProperty_GetValue_m2828248678 (MonoProperty_t * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___index3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetValue_m2828248678_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; MethodInfo_t * V_1 = NULL; SecurityException_t975544473 * 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); { V_0 = NULL; MethodInfo_t * L_0 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(21 /* System.Reflection.MethodInfo System.Reflection.MonoProperty::GetGetMethod(System.Boolean) */, __this, (bool)1); V_1 = L_0; MethodInfo_t * L_1 = V_1; if (L_1) { goto IL_002b; } } { String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoProperty::get_Name() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3027924188, L_2, _stringLiteral3452614521, /*hidden argument*/NULL); ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,MonoProperty_GetValue_m2828248678_RuntimeMethod_var); } IL_002b: try { // begin try (depth: 1) { ObjectU5BU5D_t2843939325* L_5 = ___index3; if (!L_5) { goto IL_003b; } } IL_0032: { ObjectU5BU5D_t2843939325* L_6 = ___index3; NullCheck(L_6); if ((((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) { goto IL_004d; } } IL_003b: { MethodInfo_t * L_7 = V_1; RuntimeObject * L_8 = ___obj0; int32_t L_9 = ___invokeAttr1; Binder_t2999457153 * L_10 = ___binder2; CultureInfo_t4157843068 * L_11 = ___culture4; NullCheck(L_7); RuntimeObject * L_12 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(18 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_7, L_8, L_9, L_10, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, L_11); V_0 = L_12; goto IL_005b; } IL_004d: { MethodInfo_t * L_13 = V_1; RuntimeObject * L_14 = ___obj0; int32_t L_15 = ___invokeAttr1; Binder_t2999457153 * L_16 = ___binder2; ObjectU5BU5D_t2843939325* L_17 = ___index3; CultureInfo_t4157843068 * L_18 = ___culture4; NullCheck(L_13); RuntimeObject * L_19 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(18 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_13, L_14, L_15, L_16, L_17, L_18); V_0 = L_19; } IL_005b: { goto IL_006d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SecurityException_t975544473_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0060; throw e; } CATCH_0060: { // begin catch(System.Security.SecurityException) { V_2 = ((SecurityException_t975544473 *)__exception_local); SecurityException_t975544473 * L_20 = V_2; TargetInvocationException_t4266643902 * L_21 = (TargetInvocationException_t4266643902 *)il2cpp_codegen_object_new(TargetInvocationException_t4266643902_il2cpp_TypeInfo_var); TargetInvocationException__ctor_m3011316584(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,MonoProperty_GetValue_m2828248678_RuntimeMethod_var); } IL_0068: { goto IL_006d; } } // end catch (depth: 1) IL_006d: { RuntimeObject * L_22 = V_0; return L_22; } } // System.Void System.Reflection.MonoProperty::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void MonoProperty_SetValue_m342801444 (MonoProperty_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t2999457153 * ___binder3, ObjectU5BU5D_t2843939325* ___index4, CultureInfo_t4157843068 * ___culture5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_SetValue_m342801444_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; ObjectU5BU5D_t2843939325* V_1 = NULL; int32_t V_2 = 0; { MethodInfo_t * L_0 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(24 /* System.Reflection.MethodInfo System.Reflection.MonoProperty::GetSetMethod(System.Boolean) */, __this, (bool)1); V_0 = L_0; MethodInfo_t * L_1 = V_0; if (L_1) { goto IL_0029; } } { String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoProperty::get_Name() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2179954287, L_2, _stringLiteral3452614521, /*hidden argument*/NULL); ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,MonoProperty_SetValue_m342801444_RuntimeMethod_var); } IL_0029: { ObjectU5BU5D_t2843939325* L_5 = ___index4; if (!L_5) { goto IL_0039; } } { ObjectU5BU5D_t2843939325* L_6 = ___index4; NullCheck(L_6); if ((((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) { goto IL_0049; } } IL_0039: { ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_8 = ___value1; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); V_1 = L_7; goto IL_0064; } IL_0049: { ObjectU5BU5D_t2843939325* L_9 = ___index4; NullCheck(L_9); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))); int32_t L_10 = V_2; V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)))); ObjectU5BU5D_t2843939325* L_11 = ___index4; ObjectU5BU5D_t2843939325* L_12 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_11); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_11, (RuntimeArray *)(RuntimeArray *)L_12, 0, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_13 = V_1; int32_t L_14 = V_2; RuntimeObject * L_15 = ___value1; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(L_14), (RuntimeObject *)L_15); } IL_0064: { MethodInfo_t * L_16 = V_0; RuntimeObject * L_17 = ___obj0; int32_t L_18 = ___invokeAttr2; Binder_t2999457153 * L_19 = ___binder3; ObjectU5BU5D_t2843939325* L_20 = V_1; CultureInfo_t4157843068 * L_21 = ___culture5; NullCheck(L_16); VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(18 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_16, L_17, L_18, L_19, L_20, L_21); return; } } // System.String System.Reflection.MonoProperty::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* MonoProperty_ToString_m3100929865 (MonoProperty_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_ToString_m3100929865_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.MonoProperty::get_PropertyType() */, __this); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_0); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoProperty::get_Name() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3452614528, L_2, /*hidden argument*/NULL); return L_3; } } // System.Type[] System.Reflection.MonoProperty::GetOptionalCustomModifiers() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MonoProperty_GetOptionalCustomModifiers_m62958967 (MonoProperty_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetOptionalCustomModifiers_m62958967_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; { TypeU5BU5D_t3940880105* L_0 = MonoPropertyInfo_GetTypeModifiers_m3090493443(NULL /*static, unused*/, __this, (bool)1, /*hidden argument*/NULL); V_0 = L_0; TypeU5BU5D_t3940880105* L_1 = V_0; if (L_1) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_2 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_2; } IL_0014: { TypeU5BU5D_t3940880105* L_3 = V_0; return L_3; } } // System.Type[] System.Reflection.MonoProperty::GetRequiredCustomModifiers() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MonoProperty_GetRequiredCustomModifiers_m306465896 (MonoProperty_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetRequiredCustomModifiers_m306465896_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; { TypeU5BU5D_t3940880105* L_0 = MonoPropertyInfo_GetTypeModifiers_m3090493443(NULL /*static, unused*/, __this, (bool)0, /*hidden argument*/NULL); V_0 = L_0; TypeU5BU5D_t3940880105* L_1 = V_0; if (L_1) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_2 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_2; } IL_0014: { TypeU5BU5D_t3940880105* L_3 = V_0; return L_3; } } // System.Void System.Reflection.MonoProperty::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MonoProperty_GetObjectData_m4077457866 (MonoProperty_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MonoProperty::get_Name() */, __this); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MonoProperty::get_ReflectedType() */, __this); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Reflection.MonoProperty::ToString() */, __this); MemberInfoSerializationHolder_Serialize_m2002453739(NULL /*static, unused*/, L_0, L_1, L_2, L_3, ((int32_t)16), /*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.Reflection.MonoProperty/GetterAdapter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetterAdapter__ctor_m2389296347 (GetterAdapter_t2155025054 * __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.Reflection.MonoProperty/GetterAdapter::Invoke(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GetterAdapter_Invoke_m3767885970 (GetterAdapter_t2155025054 * __this, RuntimeObject * ____this0, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { GetterAdapter_Invoke_m3767885970((GetterAdapter_t2155025054 *)__this->get_prev_9(), ____this0, 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 *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ____this0, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ____this0, 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 *, RuntimeObject * >::Invoke(targetMethod, targetThis, ____this0); else result = GenericVirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ____this0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ____this0); else result = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ____this0); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ____this0, 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, ____this0); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ____this0); } 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), ____this0); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ____this0); } } else { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(____this0, targetMethod); } } } return result; } // System.IAsyncResult System.Reflection.MonoProperty/GetterAdapter::BeginInvoke(System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetterAdapter_BeginInvoke_m3429316396 (GetterAdapter_t2155025054 * __this, RuntimeObject * ____this0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ____this0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Object System.Reflection.MonoProperty/GetterAdapter::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GetterAdapter_EndInvoke_m164602429 (GetterAdapter_t2155025054 * __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 // Conversion methods for marshalling of: System.Reflection.MonoPropertyInfo extern "C" void MonoPropertyInfo_t3087356066_marshal_pinvoke(const MonoPropertyInfo_t3087356066& unmarshaled, MonoPropertyInfo_t3087356066_marshaled_pinvoke& marshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoPropertyInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception,NULL); } extern "C" void MonoPropertyInfo_t3087356066_marshal_pinvoke_back(const MonoPropertyInfo_t3087356066_marshaled_pinvoke& marshaled, MonoPropertyInfo_t3087356066& unmarshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoPropertyInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoPropertyInfo extern "C" void MonoPropertyInfo_t3087356066_marshal_pinvoke_cleanup(MonoPropertyInfo_t3087356066_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.MonoPropertyInfo extern "C" void MonoPropertyInfo_t3087356066_marshal_com(const MonoPropertyInfo_t3087356066& unmarshaled, MonoPropertyInfo_t3087356066_marshaled_com& marshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoPropertyInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception,NULL); } extern "C" void MonoPropertyInfo_t3087356066_marshal_com_back(const MonoPropertyInfo_t3087356066_marshaled_com& marshaled, MonoPropertyInfo_t3087356066& unmarshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoPropertyInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoPropertyInfo extern "C" void MonoPropertyInfo_t3087356066_marshal_com_cleanup(MonoPropertyInfo_t3087356066_marshaled_com& marshaled) { } // System.Void System.Reflection.MonoPropertyInfo::get_property_info(System.Reflection.MonoProperty,System.Reflection.MonoPropertyInfo&,System.Reflection.PInfo) extern "C" IL2CPP_METHOD_ATTR void MonoPropertyInfo_get_property_info_m1599555644 (RuntimeObject * __this /* static, unused */, MonoProperty_t * ___prop0, MonoPropertyInfo_t3087356066 * ___info1, int32_t ___req_info2, const RuntimeMethod* method) { typedef void (*MonoPropertyInfo_get_property_info_m1599555644_ftn) (MonoProperty_t *, MonoPropertyInfo_t3087356066 *, int32_t); using namespace il2cpp::icalls; ((MonoPropertyInfo_get_property_info_m1599555644_ftn)mscorlib::System::Reflection::MonoPropertyInfo::get_property_info) (___prop0, ___info1, ___req_info2); } // System.Type[] System.Reflection.MonoPropertyInfo::GetTypeModifiers(System.Reflection.MonoProperty,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MonoPropertyInfo_GetTypeModifiers_m3090493443 (RuntimeObject * __this /* static, unused */, MonoProperty_t * ___prop0, bool ___optional1, const RuntimeMethod* method) { typedef TypeU5BU5D_t3940880105* (*MonoPropertyInfo_GetTypeModifiers_m3090493443_ftn) (MonoProperty_t *, bool); using namespace il2cpp::icalls; return ((MonoPropertyInfo_GetTypeModifiers_m3090493443_ftn)mscorlib::System::Reflection::MonoPropertyInfo::GetTypeModifiers) (___prop0, ___optional1); } #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.Reflection.ParameterInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ParameterInfo__ctor_m2869882516 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.ParameterInfo::.ctor(System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ParameterInfo__ctor_m2779026345 (ParameterInfo_t1861056598 * __this, ParameterBuilder_t1137139675 * ___pb0, Type_t * ___type1, MemberInfo_t * ___member2, int32_t ___position3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type1; __this->set_ClassImpl_0(L_0); MemberInfo_t * L_1 = ___member2; __this->set_MemberImpl_2(L_1); ParameterBuilder_t1137139675 * L_2 = ___pb0; if (!L_2) { goto IL_0045; } } { ParameterBuilder_t1137139675 * L_3 = ___pb0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Reflection.Emit.ParameterBuilder::get_Name() */, L_3); __this->set_NameImpl_3(L_4); ParameterBuilder_t1137139675 * L_5 = ___pb0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Reflection.Emit.ParameterBuilder::get_Position() */, L_5); __this->set_PositionImpl_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))); ParameterBuilder_t1137139675 * L_7 = ___pb0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Reflection.Emit.ParameterBuilder::get_Attributes() */, L_7); __this->set_AttrsImpl_5(L_8); goto IL_005d; } IL_0045: { __this->set_NameImpl_3((String_t*)NULL); int32_t L_9 = ___position3; __this->set_PositionImpl_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); __this->set_AttrsImpl_5(0); } IL_005d: { return; } } // System.Void System.Reflection.ParameterInfo::.ctor(System.Reflection.ParameterInfo,System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR void ParameterInfo__ctor_m3269320476 (ParameterInfo_t1861056598 * __this, ParameterInfo_t1861056598 * ___pinfo0, MemberInfo_t * ___member1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ParameterInfo_t1861056598 * L_0 = ___pinfo0; NullCheck(L_0); Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_0); __this->set_ClassImpl_0(L_1); MemberInfo_t * L_2 = ___member1; __this->set_MemberImpl_2(L_2); ParameterInfo_t1861056598 * L_3 = ___pinfo0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_3); __this->set_NameImpl_3(L_4); ParameterInfo_t1861056598 * L_5 = ___pinfo0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Reflection.ParameterInfo::get_Position() */, L_5); __this->set_PositionImpl_4(L_6); ParameterInfo_t1861056598 * L_7 = ___pinfo0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, L_7); __this->set_AttrsImpl_5(L_8); return; } } // System.String System.Reflection.ParameterInfo::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ParameterInfo_ToString_m2002405990 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_ToString_m2002405990_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; int32_t G_B7_0 = 0; String_t* G_B10_0 = NULL; { Type_t * L_0 = __this->get_ClassImpl_0(); V_0 = L_0; goto IL_0013; } IL_000c: { Type_t * L_1 = V_0; NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_1); V_0 = L_2; } IL_0013: { Type_t * L_3 = V_0; NullCheck(L_3); bool L_4 = Type_get_HasElementType_m710151977(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_000c; } } { Type_t * L_5 = V_0; NullCheck(L_5); bool L_6 = Type_get_IsPrimitive_m1114712797(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0060; } } { Type_t * L_7 = __this->get_ClassImpl_0(); RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Void_t1185182177_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); if ((((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_9))) { goto IL_0060; } } { Type_t * L_10 = __this->get_ClassImpl_0(); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(37 /* System.String System.Type::get_Namespace() */, L_10); MemberInfo_t * L_12 = __this->get_MemberImpl_2(); NullCheck(L_12); Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_12); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(37 /* System.String System.Type::get_Namespace() */, L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, L_14, /*hidden argument*/NULL); G_B7_0 = ((int32_t)(L_15)); goto IL_0061; } IL_0060: { G_B7_0 = 1; } IL_0061: { V_1 = (bool)G_B7_0; bool L_16 = V_1; if (!L_16) { goto IL_0078; } } { Type_t * L_17 = __this->get_ClassImpl_0(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_17); G_B10_0 = L_18; goto IL_0083; } IL_0078: { Type_t * L_19 = __this->get_ClassImpl_0(); NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_19); G_B10_0 = L_20; } IL_0083: { V_2 = G_B10_0; bool L_21 = ParameterInfo_get_IsRetval_m86270398(__this, /*hidden argument*/NULL); if (L_21) { goto IL_00aa; } } { String_t* L_22 = V_2; Il2CppChar L_23 = ((Il2CppChar)((int32_t)32)); RuntimeObject * L_24 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); V_2 = L_25; String_t* L_26 = V_2; String_t* L_27 = __this->get_NameImpl_3(); String_t* L_28 = String_Concat_m3937257545(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); V_2 = L_28; } IL_00aa: { String_t* L_29 = V_2; return L_29; } } // System.Type System.Reflection.ParameterInfo::get_ParameterType() extern "C" IL2CPP_METHOD_ATTR Type_t * ParameterInfo_get_ParameterType_m4197803362 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_ClassImpl_0(); return L_0; } } // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t ParameterInfo_get_Attributes_m1582734594 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_AttrsImpl_5(); return L_0; } } // System.Object System.Reflection.ParameterInfo::get_DefaultValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ParameterInfo_get_DefaultValue_m4000863423 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_get_DefaultValue_m4000863423_MetadataUsageId); s_Il2CppMethodInitialized = true; } DecimalConstantAttributeU5BU5D_t1960241438* V_0 = NULL; DateTimeConstantAttributeU5BU5D_t1710986023* V_1 = NULL; { Type_t * L_0 = __this->get_ClassImpl_0(); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Decimal_t2948259380_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_0048; } } { RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (DecimalConstantAttribute_t1976047975_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); ObjectU5BU5D_t2843939325* L_5 = VirtFuncInvoker2< ObjectU5BU5D_t2843939325*, Type_t *, bool >::Invoke(14 /* System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Type,System.Boolean) */, __this, L_4, (bool)0); V_0 = ((DecimalConstantAttributeU5BU5D_t1960241438*)Castclass((RuntimeObject*)L_5, DecimalConstantAttributeU5BU5D_t1960241438_il2cpp_TypeInfo_var)); DecimalConstantAttributeU5BU5D_t1960241438* L_6 = V_0; NullCheck(L_6); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) <= ((int32_t)0))) { goto IL_0043; } } { DecimalConstantAttributeU5BU5D_t1960241438* L_7 = V_0; NullCheck(L_7); int32_t L_8 = 0; DecimalConstantAttribute_t1976047975 * L_9 = (L_7)->GetAt(static_cast(L_8)); NullCheck(L_9); Decimal_t2948259380 L_10 = DecimalConstantAttribute_get_Value_m2842993264(L_9, /*hidden argument*/NULL); Decimal_t2948259380 L_11 = L_10; RuntimeObject * L_12 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_11); return L_12; } IL_0043: { goto IL_0090; } IL_0048: { Type_t * L_13 = __this->get_ClassImpl_0(); RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (DateTime_t3738529785_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_0090; } } { RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (DateTimeConstantAttribute_t375130962_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); ObjectU5BU5D_t2843939325* L_18 = VirtFuncInvoker2< ObjectU5BU5D_t2843939325*, Type_t *, bool >::Invoke(14 /* System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Type,System.Boolean) */, __this, L_17, (bool)0); V_1 = ((DateTimeConstantAttributeU5BU5D_t1710986023*)Castclass((RuntimeObject*)L_18, DateTimeConstantAttributeU5BU5D_t1710986023_il2cpp_TypeInfo_var)); DateTimeConstantAttributeU5BU5D_t1710986023* L_19 = V_1; NullCheck(L_19); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))) <= ((int32_t)0))) { goto IL_0090; } } { DateTimeConstantAttributeU5BU5D_t1710986023* L_20 = V_1; NullCheck(L_20); int32_t L_21 = 0; DateTimeConstantAttribute_t375130962 * L_22 = (L_20)->GetAt(static_cast(L_21)); NullCheck(L_22); int64_t L_23 = DateTimeConstantAttribute_get_Ticks_m3377569092(L_22, /*hidden argument*/NULL); DateTime_t3738529785 L_24; memset(&L_24, 0, sizeof(L_24)); DateTime__ctor_m516789325((&L_24), L_23, /*hidden argument*/NULL); DateTime_t3738529785 L_25 = L_24; RuntimeObject * L_26 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_25); return L_26; } IL_0090: { RuntimeObject * L_27 = __this->get_DefaultValueImpl_1(); return L_27; } } // System.Boolean System.Reflection.ParameterInfo::get_IsIn() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsIn_m1278224586 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.ParameterInfo::get_IsOptional() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_m2957997858 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.ParameterInfo::get_IsOut() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOut_m867677222 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.ParameterInfo::get_IsRetval() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsRetval_m86270398 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)8))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Reflection.MemberInfo System.Reflection.ParameterInfo::get_Member() extern "C" IL2CPP_METHOD_ATTR MemberInfo_t * ParameterInfo_get_Member_m3284376465 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { { MemberInfo_t * L_0 = __this->get_MemberImpl_2(); return L_0; } } // System.String System.Reflection.ParameterInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ParameterInfo_get_Name_m3739685559 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_NameImpl_3(); return L_0; } } // System.Int32 System.Reflection.ParameterInfo::get_Position() extern "C" IL2CPP_METHOD_ATTR int32_t ParameterInfo_get_Position_m2927189904 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_PositionImpl_4(); return L_0; } } // System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ParameterInfo_GetCustomAttributes_m3430253143 (ParameterInfo_t1861056598 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_GetCustomAttributes_m3430253143_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_1 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ParameterInfo_GetCustomAttributes_m2376494592 (ParameterInfo_t1861056598 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_GetCustomAttributes_m2376494592_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_2 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_IsDefined_m1890759429 (ParameterInfo_t1861056598 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_IsDefined_m1890759429_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.ParameterInfo::GetPseudoCustomAttributes() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ParameterInfo_GetPseudoCustomAttributes_m2207478763 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_GetPseudoCustomAttributes_m2207478763_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; { V_0 = 0; bool L_0 = ParameterInfo_get_IsIn_m1278224586(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_0011: { bool L_2 = ParameterInfo_get_IsOut_m867677222(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0020: { bool L_4 = ParameterInfo_get_IsOptional_m2957997858(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_002f; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_002f: { UnmanagedMarshal_t984015687 * L_6 = __this->get_marshalAs_6(); if (!L_6) { goto IL_003e; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_003e: { int32_t L_8 = V_0; if (L_8) { goto IL_0046; } } { return (ObjectU5BU5D_t2843939325*)NULL; } IL_0046: { int32_t L_9 = V_0; V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_9)); V_0 = 0; bool L_10 = ParameterInfo_get_IsIn_m1278224586(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_0066; } } { ObjectU5BU5D_t2843939325* L_11 = V_1; int32_t L_12 = V_0; int32_t L_13 = L_12; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); InAttribute_t4080363445 * L_14 = (InAttribute_t4080363445 *)il2cpp_codegen_object_new(InAttribute_t4080363445_il2cpp_TypeInfo_var); InAttribute__ctor_m3499482504(L_14, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(L_13), (RuntimeObject *)L_14); } IL_0066: { bool L_15 = ParameterInfo_get_IsOptional_m2957997858(__this, /*hidden argument*/NULL); if (!L_15) { goto IL_007d; } } { ObjectU5BU5D_t2843939325* L_16 = V_1; int32_t L_17 = V_0; int32_t L_18 = L_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); OptionalAttribute_t2982857498 * L_19 = (OptionalAttribute_t2982857498 *)il2cpp_codegen_object_new(OptionalAttribute_t2982857498_il2cpp_TypeInfo_var); OptionalAttribute__ctor_m1218709376(L_19, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(L_18), (RuntimeObject *)L_19); } IL_007d: { bool L_20 = ParameterInfo_get_IsOut_m867677222(__this, /*hidden argument*/NULL); if (!L_20) { goto IL_0094; } } { ObjectU5BU5D_t2843939325* L_21 = V_1; int32_t L_22 = V_0; int32_t L_23 = L_22; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); OutAttribute_t3399657568 * L_24 = (OutAttribute_t3399657568 *)il2cpp_codegen_object_new(OutAttribute_t3399657568_il2cpp_TypeInfo_var); OutAttribute__ctor_m1231442694(L_24, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(L_23), (RuntimeObject *)L_24); } IL_0094: { UnmanagedMarshal_t984015687 * L_25 = __this->get_marshalAs_6(); if (!L_25) { goto IL_00b1; } } { ObjectU5BU5D_t2843939325* L_26 = V_1; int32_t L_27 = V_0; int32_t L_28 = L_27; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); UnmanagedMarshal_t984015687 * L_29 = __this->get_marshalAs_6(); NullCheck(L_29); MarshalAsAttribute_t3522571978 * L_30 = UnmanagedMarshal_ToMarshalAsAttribute_m3182194847(L_29, /*hidden argument*/NULL); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_30); (L_26)->SetAt(static_cast(L_28), (RuntimeObject *)L_30); } IL_00b1: { ObjectU5BU5D_t2843939325* L_31 = V_1; return L_31; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Reflection.ParameterModifier extern "C" void ParameterModifier_t1461694466_marshal_pinvoke(const ParameterModifier_t1461694466& unmarshaled, ParameterModifier_t1461694466_marshaled_pinvoke& marshaled) { if (unmarshaled.get__byref_0() != NULL) { il2cpp_array_size_t _unmarshaled__byref_Length = (unmarshaled.get__byref_0())->max_length; marshaled.____byref_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__byref_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__byref_Length); i++) { (marshaled.____byref_0)[i] = static_cast((unmarshaled.get__byref_0())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____byref_0 = NULL; } } extern "C" void ParameterModifier_t1461694466_marshal_pinvoke_back(const ParameterModifier_t1461694466_marshaled_pinvoke& marshaled, ParameterModifier_t1461694466& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterModifier_t1461694466_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.____byref_0 != NULL) { if (unmarshaled.get__byref_0() == NULL) { unmarshaled.set__byref_0(reinterpret_cast(SZArrayNew(BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__byref_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__byref_0())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____byref_0)[i])); } } } // Conversion method for clean up from marshalling of: System.Reflection.ParameterModifier extern "C" void ParameterModifier_t1461694466_marshal_pinvoke_cleanup(ParameterModifier_t1461694466_marshaled_pinvoke& marshaled) { if (marshaled.____byref_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____byref_0); marshaled.____byref_0 = NULL; } } // Conversion methods for marshalling of: System.Reflection.ParameterModifier extern "C" void ParameterModifier_t1461694466_marshal_com(const ParameterModifier_t1461694466& unmarshaled, ParameterModifier_t1461694466_marshaled_com& marshaled) { if (unmarshaled.get__byref_0() != NULL) { il2cpp_array_size_t _unmarshaled__byref_Length = (unmarshaled.get__byref_0())->max_length; marshaled.____byref_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__byref_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__byref_Length); i++) { (marshaled.____byref_0)[i] = static_cast((unmarshaled.get__byref_0())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____byref_0 = NULL; } } extern "C" void ParameterModifier_t1461694466_marshal_com_back(const ParameterModifier_t1461694466_marshaled_com& marshaled, ParameterModifier_t1461694466& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterModifier_t1461694466_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.____byref_0 != NULL) { if (unmarshaled.get__byref_0() == NULL) { unmarshaled.set__byref_0(reinterpret_cast(SZArrayNew(BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__byref_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__byref_0())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____byref_0)[i])); } } } // Conversion method for clean up from marshalling of: System.Reflection.ParameterModifier extern "C" void ParameterModifier_t1461694466_marshal_com_cleanup(ParameterModifier_t1461694466_marshaled_com& marshaled) { if (marshaled.____byref_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____byref_0); marshaled.____byref_0 = 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Pointer::.ctor() extern "C" IL2CPP_METHOD_ATTR void Pointer__ctor_m2714841439 (Pointer_t2088917139 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Pointer::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Pointer_System_Runtime_Serialization_ISerializable_GetObjectData_m609897590 (Pointer_t2088917139 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Pointer_System_Runtime_Serialization_ISerializable_GetObjectData_m609897590_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral3299327494, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Pointer_System_Runtime_Serialization_ISerializable_GetObjectData_m609897590_RuntimeMethod_var); } } // System.Object System.Reflection.Pointer::Box(System.Void*,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Pointer_Box_m389276611 (RuntimeObject * __this /* static, unused */, void* ___ptr0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Pointer_Box_m389276611_MetadataUsageId); s_Il2CppMethodInitialized = true; } Pointer_t2088917139 * V_0 = NULL; { Type_t * L_0 = ___type1; 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,Pointer_Box_m389276611_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___type1; NullCheck(L_2); bool L_3 = Type_get_IsPointer_m4067542339(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Pointer_Box_m389276611_RuntimeMethod_var); } IL_0027: { Pointer_t2088917139 * L_5 = (Pointer_t2088917139 *)il2cpp_codegen_object_new(Pointer_t2088917139_il2cpp_TypeInfo_var); Pointer__ctor_m2714841439(L_5, /*hidden argument*/NULL); V_0 = L_5; Pointer_t2088917139 * L_6 = V_0; void* L_7 = ___ptr0; NullCheck(L_6); L_6->set_data_0((void*)L_7); Pointer_t2088917139 * L_8 = V_0; Type_t * L_9 = ___type1; NullCheck(L_8); L_8->set_type_1(L_9); Pointer_t2088917139 * L_10 = V_0; return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.PropertyInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void PropertyInfo__ctor_m4235916625 (PropertyInfo_t * __this, const RuntimeMethod* method) { { MemberInfo__ctor_m3258770133(__this, /*hidden argument*/NULL); return; } } // System.Reflection.MemberTypes System.Reflection.PropertyInfo::get_MemberType() extern "C" IL2CPP_METHOD_ATTR int32_t PropertyInfo_get_MemberType_m2794839864 (PropertyInfo_t * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)16)); } } // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetGetMethod_m1510309854 (PropertyInfo_t * __this, const RuntimeMethod* method) { { MethodInfo_t * L_0 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(21 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, __this, (bool)0); return L_0; } } // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetSetMethod_m66158558 (PropertyInfo_t * __this, const RuntimeMethod* method) { { MethodInfo_t * L_0 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(24 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, __this, (bool)0); return L_0; } } // System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetValue_m403181050 (PropertyInfo_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t2843939325* ___index1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; ObjectU5BU5D_t2843939325* L_1 = ___index1; RuntimeObject * L_2 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(26 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, 0, (Binder_t2999457153 *)NULL, L_1, (CultureInfo_t4157843068 *)NULL); return L_2; } } // System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void PropertyInfo_SetValue_m2777755129 (PropertyInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, ObjectU5BU5D_t2843939325* ___index2, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = ___value1; ObjectU5BU5D_t2843939325* L_2 = ___index2; VirtActionInvoker6< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(28 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, L_1, 0, (Binder_t2999457153 *)NULL, L_2, (CultureInfo_t4157843068 *)NULL); return; } } // System.Type[] System.Reflection.PropertyInfo::GetOptionalCustomModifiers() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* PropertyInfo_GetOptionalCustomModifiers_m2883850568 (PropertyInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyInfo_GetOptionalCustomModifiers_m2883850568_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_0 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_0; } } // System.Type[] System.Reflection.PropertyInfo::GetRequiredCustomModifiers() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* PropertyInfo_GetRequiredCustomModifiers_m3241367329 (PropertyInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyInfo_GetRequiredCustomModifiers_m3241367329_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_0 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.StrongNameKeyPair::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void StrongNameKeyPair__ctor_m2394160001 (StrongNameKeyPair_t3411219591 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameKeyPair__ctor_m2394160001_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (ByteU5BU5D_t4116647657_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); RuntimeObject * L_3 = SerializationInfo_GetValue_m42271953(L_0, _stringLiteral2678093804, L_2, /*hidden argument*/NULL); __this->set__publicKey_0(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = SerializationInfo_GetString_m3155282843(L_4, _stringLiteral3264366188, /*hidden argument*/NULL); __this->set__keyPairContainer_1(L_5); SerializationInfo_t950877179 * L_6 = ___info0; NullCheck(L_6); bool L_7 = SerializationInfo_GetBoolean_m1756153320(L_6, _stringLiteral96377610, /*hidden argument*/NULL); __this->set__keyPairExported_2(L_7); SerializationInfo_t950877179 * L_8 = ___info0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject * L_11 = SerializationInfo_GetValue_m42271953(L_8, _stringLiteral770801995, L_10, /*hidden argument*/NULL); __this->set__keyPairArray_3(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_11, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } } // System.Void System.Reflection.StrongNameKeyPair::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void StrongNameKeyPair_System_Runtime_Serialization_ISerializable_GetObjectData_m2655882830 (StrongNameKeyPair_t3411219591 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameKeyPair_System_Runtime_Serialization_ISerializable_GetObjectData_m2655882830_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; ByteU5BU5D_t4116647657* L_1 = __this->get__publicKey_0(); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (ByteU5BU5D_t4116647657_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_0); SerializationInfo_AddValue_m3906743584(L_0, _stringLiteral2678093804, (RuntimeObject *)(RuntimeObject *)L_1, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; String_t* L_5 = __this->get__keyPairContainer_1(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral3264366188, L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; bool L_7 = __this->get__keyPairExported_2(); NullCheck(L_6); SerializationInfo_AddValue_m3427199315(L_6, _stringLiteral96377610, L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; ByteU5BU5D_t4116647657* L_9 = __this->get__keyPairArray_3(); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (ByteU5BU5D_t4116647657_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, _stringLiteral770801995, (RuntimeObject *)(RuntimeObject *)L_9, L_11, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.StrongNameKeyPair::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void StrongNameKeyPair_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m1665239530 (StrongNameKeyPair_t3411219591 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.TargetException::.ctor() extern "C" IL2CPP_METHOD_ATTR void TargetException__ctor_m4172127019 (TargetException_t3386045725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TargetException__ctor_m4172127019_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1753370956, /*hidden argument*/NULL); Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TargetException__ctor_m1440702323 (TargetException_t3386045725 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void TargetException__ctor_m3701535709 (TargetException_t3386045725 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception__ctor_m2499432361(__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.Reflection.TargetInvocationException::.ctor(System.Exception) extern "C" IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_m3011316584 (TargetInvocationException_t4266643902 * __this, Exception_t * ___inner0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TargetInvocationException__ctor_m3011316584_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ___inner0; Exception__ctor_m1406832249(__this, _stringLiteral2907102415, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetInvocationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_m2859292946 (TargetInvocationException_t4266643902 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___sc1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___sc1; Exception__ctor_m2499432361(__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.Reflection.TargetParameterCountException::.ctor() extern "C" IL2CPP_METHOD_ATTR void TargetParameterCountException__ctor_m2135390327 (TargetParameterCountException_t1216617239 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TargetParameterCountException__ctor_m2135390327_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1762838854, /*hidden argument*/NULL); Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetParameterCountException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TargetParameterCountException__ctor_m4113674829 (TargetParameterCountException_t1216617239 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetParameterCountException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void TargetParameterCountException__ctor_m400549751 (TargetParameterCountException_t1216617239 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception__ctor_m2499432361(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.TypeFilter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TypeFilter__ctor_m3644914440 (TypeFilter_t2356120900 * __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.Boolean System.Reflection.TypeFilter::Invoke(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR bool TypeFilter_Invoke_m3862132457 (TypeFilter_t2356120900 * __this, Type_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { TypeFilter_Invoke_m3862132457((TypeFilter_t2356120900 *)__this->get_prev_9(), ___m0, ___filterCriteria1, 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) == 2) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, Type_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___m0, ___filterCriteria1, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Type_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___m0, ___filterCriteria1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // 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 = GenericInterfaceFuncInvoker2< bool, Type_t *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___m0, ___filterCriteria1); else result = GenericVirtFuncInvoker2< bool, Type_t *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___m0, ___filterCriteria1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< bool, Type_t *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___m0, ___filterCriteria1); else result = VirtFuncInvoker2< bool, Type_t *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___m0, ___filterCriteria1); } } else { typedef bool (*FunctionPointerType) (void*, Type_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___m0, ___filterCriteria1, 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 = GenericInterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, ___m0, ___filterCriteria1); else result = GenericVirtFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, ___m0, ___filterCriteria1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___m0, ___filterCriteria1); else result = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___m0, ___filterCriteria1); } } else { typedef bool (*FunctionPointerType) (Type_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___m0, ___filterCriteria1, targetMethod); } } } return result; } // System.IAsyncResult System.Reflection.TypeFilter::BeginInvoke(System.Type,System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TypeFilter_BeginInvoke_m1623271879 (TypeFilter_t2356120900 * __this, Type_t * ___m0, RuntimeObject * ___filterCriteria1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___m0; __d_args[1] = ___filterCriteria1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Boolean System.Reflection.TypeFilter::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool TypeFilter_EndInvoke_m998903841 (TypeFilter_t2356120900 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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.ResolveEventArgs::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ResolveEventArgs__ctor_m1455935166 (ResolveEventArgs_t1779456501 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResolveEventArgs__ctor_m1455935166_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_m_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.ResolveEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ResolveEventHandler__ctor_m1911137231 (ResolveEventHandler_t2775508208 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Reflection.Assembly System.ResolveEventHandler::Invoke(System.Object,System.ResolveEventArgs) extern "C" IL2CPP_METHOD_ATTR Assembly_t * ResolveEventHandler_Invoke_m1337322179 (ResolveEventHandler_t2775508208 * __this, RuntimeObject * ___sender0, ResolveEventArgs_t1779456501 * ___args1, const RuntimeMethod* method) { Assembly_t * result = NULL; if(__this->get_prev_9() != NULL) { ResolveEventHandler_Invoke_m1337322179((ResolveEventHandler_t2775508208 *)__this->get_prev_9(), ___sender0, ___args1, 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) == 2) { // open { typedef Assembly_t * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, ResolveEventArgs_t1779456501 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___args1, targetMethod); } } else { // closed { typedef Assembly_t * (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, ResolveEventArgs_t1779456501 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___args1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // 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 = GenericInterfaceFuncInvoker2< Assembly_t *, RuntimeObject *, ResolveEventArgs_t1779456501 * >::Invoke(targetMethod, targetThis, ___sender0, ___args1); else result = GenericVirtFuncInvoker2< Assembly_t *, RuntimeObject *, ResolveEventArgs_t1779456501 * >::Invoke(targetMethod, targetThis, ___sender0, ___args1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Assembly_t *, RuntimeObject *, ResolveEventArgs_t1779456501 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___args1); else result = VirtFuncInvoker2< Assembly_t *, RuntimeObject *, ResolveEventArgs_t1779456501 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___args1); } } else { typedef Assembly_t * (*FunctionPointerType) (void*, RuntimeObject *, ResolveEventArgs_t1779456501 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___args1, 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 = GenericInterfaceFuncInvoker1< Assembly_t *, ResolveEventArgs_t1779456501 * >::Invoke(targetMethod, ___sender0, ___args1); else result = GenericVirtFuncInvoker1< Assembly_t *, ResolveEventArgs_t1779456501 * >::Invoke(targetMethod, ___sender0, ___args1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Assembly_t *, ResolveEventArgs_t1779456501 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___args1); else result = VirtFuncInvoker1< Assembly_t *, ResolveEventArgs_t1779456501 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___args1); } } else { typedef Assembly_t * (*FunctionPointerType) (RuntimeObject *, ResolveEventArgs_t1779456501 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___args1, targetMethod); } } } return result; } // System.IAsyncResult System.ResolveEventHandler::BeginInvoke(System.Object,System.ResolveEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ResolveEventHandler_BeginInvoke_m762369743 (ResolveEventHandler_t2775508208 * __this, RuntimeObject * ___sender0, ResolveEventArgs_t1779456501 * ___args1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___args1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Reflection.Assembly System.ResolveEventHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Assembly_t * ResolveEventHandler_EndInvoke_m1085261130 (ResolveEventHandler_t2775508208 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Assembly_t *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Resources.NeutralResourcesLanguageAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NeutralResourcesLanguageAttribute__ctor_m868478272 (NeutralResourcesLanguageAttribute_t2027633532 * __this, String_t* ___cultureName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NeutralResourcesLanguageAttribute__ctor_m868478272_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___cultureName0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3713446231, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NeutralResourcesLanguageAttribute__ctor_m868478272_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___cultureName0; __this->set_culture_0(L_2); 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.Resources.ResourceManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void ResourceManager__ctor_m4162875493 (ResourceManager_t4037989559 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager__ctor_m4162875493_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (RuntimeResourceSet_t3081501575_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); __this->set_resourceSetType_4(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void ResourceManager__cctor_m3647223129 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager__cctor_m3647223129_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); ((ResourceManager_t4037989559_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t4037989559_il2cpp_TypeInfo_var))->set_ResourceCache_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); IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = Hashtable_Synchronized_m2228653257(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); ((ResourceManager_t4037989559_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t4037989559_il2cpp_TypeInfo_var))->set_NonExistent_1(L_2); ((ResourceManager_t4037989559_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t4037989559_il2cpp_TypeInfo_var))->set_HeaderVersionNumber_2(1); ((ResourceManager_t4037989559_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t4037989559_il2cpp_TypeInfo_var))->set_MagicNumber_3(((int32_t)-1091581234)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Resources.ResourceReader::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void ResourceReader__ctor_m204352998 (ResourceReader_t3300492639 * __this, Stream_t1273022909 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader__ctor_m204352998_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_readerLock_1(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_1, /*hidden argument*/NULL); __this->set_cache_lock_12(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_2 = ___stream0; if (L_2) { goto IL_002d; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3236680756, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ResourceReader__ctor_m204352998_RuntimeMethod_var); } IL_002d: { Stream_t1273022909 * L_4 = ___stream0; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.IO.Stream::get_CanRead() */, L_4); if (L_5) { goto IL_0043; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, _stringLiteral3322467553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ResourceReader__ctor_m204352998_RuntimeMethod_var); } IL_0043: { Stream_t1273022909 * L_7 = ___stream0; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_8 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); BinaryReader_t2428077293 * L_9 = (BinaryReader_t2428077293 *)il2cpp_codegen_object_new(BinaryReader_t2428077293_il2cpp_TypeInfo_var); BinaryReader__ctor_m2266204403(L_9, L_7, L_8, /*hidden argument*/NULL); __this->set_reader_0(L_9); StreamingContext_t3711869237 L_10; memset(&L_10, 0, sizeof(L_10)); StreamingContext__ctor_m1072028025((&L_10), ((int32_t)12), /*hidden argument*/NULL); BinaryFormatter_t3197753202 * L_11 = (BinaryFormatter_t3197753202 *)il2cpp_codegen_object_new(BinaryFormatter_t3197753202_il2cpp_TypeInfo_var); BinaryFormatter__ctor_m2620705134(L_11, (RuntimeObject*)NULL, L_10, /*hidden argument*/NULL); __this->set_formatter_2(L_11); ResourceReader_ReadHeaders_m1190430799(__this, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ResourceReader__ctor_m3853106506 (ResourceReader_t3300492639 * __this, String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader__ctor_m3853106506_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_readerLock_1(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_1, /*hidden argument*/NULL); __this->set_cache_lock_12(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_2 = ___fileName0; FileStream_t4292183065 * L_3 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_3, L_2, 3, 1, 1, /*hidden argument*/NULL); BinaryReader_t2428077293 * L_4 = (BinaryReader_t2428077293 *)il2cpp_codegen_object_new(BinaryReader_t2428077293_il2cpp_TypeInfo_var); BinaryReader__ctor_m2602947653(L_4, L_3, /*hidden argument*/NULL); __this->set_reader_0(L_4); StreamingContext_t3711869237 L_5; memset(&L_5, 0, sizeof(L_5)); StreamingContext__ctor_m1072028025((&L_5), ((int32_t)12), /*hidden argument*/NULL); 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); __this->set_formatter_2(L_6); ResourceReader_ReadHeaders_m1190430799(__this, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Resources.ResourceReader::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ResourceReader_System_Collections_IEnumerable_GetEnumerator_m577123352 (ResourceReader_t3300492639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_System_Collections_IEnumerable_GetEnumerator_m577123352_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Collections.IDictionaryEnumerator System.Resources.IResourceReader::GetEnumerator() */, IResourceReader_t1191025619_il2cpp_TypeInfo_var, __this); return L_0; } } // System.Void System.Resources.ResourceReader::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void ResourceReader_System_IDisposable_Dispose_m3207991025 (ResourceReader_t3300492639 * __this, const RuntimeMethod* method) { { ResourceReader_Dispose_m3597121875(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceReader::ReadHeaders() extern "C" IL2CPP_METHOD_ATTR void ResourceReader_ReadHeaders_m1190430799 (ResourceReader_t3300492639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_ReadHeaders_m1190430799_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; uint8_t V_9 = 0x0; int32_t V_10 = 0; Int64U5BU5D_t2559172825* V_11 = NULL; int32_t V_12 = 0; int64_t V_13 = 0; int32_t V_14 = 0; EndOfStreamException_t2015613008 * V_15 = 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); IL_0000: try { // begin try (depth: 1) { BinaryReader_t2428077293 * L_0 = __this->get_reader_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_0); V_0 = L_1; int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t4037989559_il2cpp_TypeInfo_var); int32_t L_3 = ((ResourceManager_t4037989559_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t4037989559_il2cpp_TypeInfo_var))->get_MagicNumber_3(); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_002d; } } IL_0017: { int32_t L_4 = V_0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral905745839, L_6, /*hidden argument*/NULL); ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ResourceReader_ReadHeaders_m1190430799_RuntimeMethod_var); } IL_002d: { BinaryReader_t2428077293 * L_9 = __this->get_reader_0(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_9); V_1 = L_10; BinaryReader_t2428077293 * L_11 = __this->get_reader_0(); NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_11); V_2 = L_12; int32_t L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t4037989559_il2cpp_TypeInfo_var); int32_t L_14 = ((ResourceManager_t4037989559_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t4037989559_il2cpp_TypeInfo_var))->get_HeaderVersionNumber_2(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0069; } } IL_0050: { BinaryReader_t2428077293 * L_15 = __this->get_reader_0(); NullCheck(L_15); Stream_t1273022909 * L_16 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_15); int32_t L_17 = V_2; NullCheck(L_16); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(18 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_16, (((int64_t)((int64_t)L_17))), 1); goto IL_00e1; } IL_0069: { BinaryReader_t2428077293 * L_18 = __this->get_reader_0(); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_18); V_3 = L_19; String_t* L_20 = V_3; NullCheck(L_20); bool L_21 = String_StartsWith_m1759067526(L_20, _stringLiteral3902059704, /*hidden argument*/NULL); if (L_21) { goto IL_0096; } } IL_0085: { String_t* L_22 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2016462260, L_22, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_24 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,ResourceReader_ReadHeaders_m1190430799_RuntimeMethod_var); } IL_0096: { BinaryReader_t2428077293 * L_25 = __this->get_reader_0(); NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_25); V_4 = L_26; String_t* L_27 = V_4; RuntimeTypeHandle_t3027515415 L_28 = { reinterpret_cast (ResourceSet_t2827911187_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); NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_29); NullCheck(L_27); bool L_31 = String_StartsWith_m1759067526(L_27, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00e1; } } IL_00be: { String_t* L_32 = V_4; NullCheck(L_32); bool L_33 = String_StartsWith_m1759067526(L_32, _stringLiteral3683068640, /*hidden argument*/NULL); if (L_33) { goto IL_00e1; } } IL_00cf: { String_t* L_34 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4169793751, L_34, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_36 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,ResourceReader_ReadHeaders_m1190430799_RuntimeMethod_var); } IL_00e1: { BinaryReader_t2428077293 * L_37 = __this->get_reader_0(); NullCheck(L_37); int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_37); __this->set_resource_ver_10(L_38); int32_t L_39 = __this->get_resource_ver_10(); if ((((int32_t)L_39) == ((int32_t)1))) { goto IL_0125; } } IL_00fe: { int32_t L_40 = __this->get_resource_ver_10(); if ((((int32_t)L_40) == ((int32_t)2))) { goto IL_0125; } } IL_010a: { int32_t* L_41 = __this->get_address_of_resource_ver_10(); String_t* L_42 = Int32_ToString_m141394615(L_41, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1999311330, L_42, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_44 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,ResourceReader_ReadHeaders_m1190430799_RuntimeMethod_var); } IL_0125: { BinaryReader_t2428077293 * L_45 = __this->get_reader_0(); NullCheck(L_45); int32_t L_46 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_45); __this->set_resourceCount_3(L_46); BinaryReader_t2428077293 * L_47 = __this->get_reader_0(); NullCheck(L_47); int32_t L_48 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_47); __this->set_typeCount_4(L_48); int32_t L_49 = __this->get_typeCount_4(); __this->set_typeNames_5(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_49))); V_5 = 0; goto IL_017a; } IL_0160: { StringU5BU5D_t1281789340* L_50 = __this->get_typeNames_5(); int32_t L_51 = V_5; BinaryReader_t2428077293 * L_52 = __this->get_reader_0(); NullCheck(L_52); String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_52); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_53); (L_50)->SetAt(static_cast(L_51), (String_t*)L_53); int32_t L_54 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_017a: { int32_t L_55 = V_5; int32_t L_56 = __this->get_typeCount_4(); if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_0160; } } IL_0187: { BinaryReader_t2428077293 * L_57 = __this->get_reader_0(); NullCheck(L_57); Stream_t1273022909 * L_58 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_57); NullCheck(L_58); int64_t L_59 = VirtFuncInvoker0< int64_t >::Invoke(9 /* System.Int64 System.IO.Stream::get_Position() */, L_58); V_6 = (((int32_t)((int32_t)((int64_t)((int64_t)L_59&(int64_t)(((int64_t)((int64_t)7)))))))); V_7 = 0; int32_t L_60 = V_6; if (!L_60) { goto IL_01ad; } } IL_01a7: { int32_t L_61 = V_6; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)L_61)); } IL_01ad: { V_8 = 0; goto IL_01e8; } IL_01b5: { BinaryReader_t2428077293 * L_62 = __this->get_reader_0(); NullCheck(L_62); uint8_t L_63 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_62); V_9 = L_63; uint8_t L_64 = V_9; int32_t L_65 = V_8; NullCheck(_stringLiteral1843116422); Il2CppChar L_66 = String_get_Chars_m2986988803(_stringLiteral1843116422, ((int32_t)((int32_t)L_65%(int32_t)3)), /*hidden argument*/NULL); if ((((int32_t)L_64) == ((int32_t)L_66))) { goto IL_01e2; } } IL_01d7: { ArgumentException_t132251570 * L_67 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_67, _stringLiteral1312424712, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67,ResourceReader_ReadHeaders_m1190430799_RuntimeMethod_var); } IL_01e2: { int32_t L_68 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_01e8: { int32_t L_69 = V_8; int32_t L_70 = V_7; if ((((int32_t)L_69) < ((int32_t)L_70))) { goto IL_01b5; } } IL_01f1: { int32_t L_71 = __this->get_resourceCount_3(); __this->set_hashes_6(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_71))); V_10 = 0; goto IL_0224; } IL_020a: { Int32U5BU5D_t385246372* L_72 = __this->get_hashes_6(); int32_t L_73 = V_10; BinaryReader_t2428077293 * L_74 = __this->get_reader_0(); NullCheck(L_74); int32_t L_75 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_74); NullCheck(L_72); (L_72)->SetAt(static_cast(L_73), (int32_t)L_75); int32_t L_76 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_0224: { int32_t L_77 = V_10; int32_t L_78 = __this->get_resourceCount_3(); if ((((int32_t)L_77) < ((int32_t)L_78))) { goto IL_020a; } } IL_0231: { int32_t L_79 = __this->get_resourceCount_3(); V_11 = ((Int64U5BU5D_t2559172825*)SZArrayNew(Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var, (uint32_t)L_79)); V_12 = 0; goto IL_025d; } IL_0246: { Int64U5BU5D_t2559172825* L_80 = V_11; int32_t L_81 = V_12; BinaryReader_t2428077293 * L_82 = __this->get_reader_0(); NullCheck(L_82); int32_t L_83 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_82); NullCheck(L_80); (L_80)->SetAt(static_cast(L_81), (int64_t)(((int64_t)((int64_t)L_83)))); int32_t L_84 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_025d: { int32_t L_85 = V_12; int32_t L_86 = __this->get_resourceCount_3(); if ((((int32_t)L_85) < ((int32_t)L_86))) { goto IL_0246; } } IL_026a: { BinaryReader_t2428077293 * L_87 = __this->get_reader_0(); NullCheck(L_87); int32_t L_88 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_87); __this->set_dataSectionOffset_8(L_88); BinaryReader_t2428077293 * L_89 = __this->get_reader_0(); NullCheck(L_89); Stream_t1273022909 * L_90 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_89); NullCheck(L_90); int64_t L_91 = VirtFuncInvoker0< int64_t >::Invoke(9 /* System.Int64 System.IO.Stream::get_Position() */, L_90); __this->set_nameSectionOffset_9(L_91); BinaryReader_t2428077293 * L_92 = __this->get_reader_0(); NullCheck(L_92); Stream_t1273022909 * L_93 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_92); NullCheck(L_93); int64_t L_94 = VirtFuncInvoker0< int64_t >::Invoke(9 /* System.Int64 System.IO.Stream::get_Position() */, L_93); V_13 = L_94; int32_t L_95 = __this->get_resourceCount_3(); __this->set_infos_7(((ResourceInfoU5BU5D_t2132996019*)SZArrayNew(ResourceInfoU5BU5D_t2132996019_il2cpp_TypeInfo_var, (uint32_t)L_95))); V_14 = 0; goto IL_02da; } IL_02bc: { Int64U5BU5D_t2559172825* L_96 = V_11; int32_t L_97 = V_14; NullCheck(L_96); int32_t L_98 = L_97; int64_t L_99 = (L_96)->GetAt(static_cast(L_98)); ResourceInfoU5BU5D_t2132996019* L_100 = __this->get_infos_7(); int32_t L_101 = V_14; NullCheck(L_100); ResourceReader_CreateResourceInfo_m1818330740(__this, L_99, ((L_100)->GetAddressAt(static_cast(L_101))), /*hidden argument*/NULL); int32_t L_102 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); } IL_02da: { int32_t L_103 = V_14; int32_t L_104 = __this->get_resourceCount_3(); if ((((int32_t)L_103) < ((int32_t)L_104))) { goto IL_02bc; } } IL_02e7: { BinaryReader_t2428077293 * L_105 = __this->get_reader_0(); NullCheck(L_105); Stream_t1273022909 * L_106 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_105); int64_t L_107 = V_13; NullCheck(L_106); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(18 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_106, L_107, 0); V_11 = (Int64U5BU5D_t2559172825*)NULL; goto IL_0317; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (EndOfStreamException_t2015613008_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0303; throw e; } CATCH_0303: { // begin catch(System.IO.EndOfStreamException) { V_15 = ((EndOfStreamException_t2015613008 *)__exception_local); EndOfStreamException_t2015613008 * L_108 = V_15; ArgumentException_t132251570 * L_109 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1535060261(L_109, _stringLiteral4131541651, L_108, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_109,ResourceReader_ReadHeaders_m1190430799_RuntimeMethod_var); } IL_0312: { goto IL_0317; } } // end catch (depth: 1) IL_0317: { return; } } // System.Void System.Resources.ResourceReader::CreateResourceInfo(System.Int64,System.Resources.ResourceReader/ResourceInfo&) extern "C" IL2CPP_METHOD_ATTR void ResourceReader_CreateResourceInfo_m1818330740 (ResourceReader_t3300492639 * __this, int64_t ___position0, ResourceInfo_t2872965302 * ___info1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_CreateResourceInfo_m1818330740_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; String_t* V_3 = NULL; int64_t V_4 = 0; int32_t V_5 = 0; { int64_t L_0 = ___position0; int64_t L_1 = __this->get_nameSectionOffset_9(); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)L_1)); BinaryReader_t2428077293 * L_2 = __this->get_reader_0(); NullCheck(L_2); Stream_t1273022909 * L_3 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_2); int64_t L_4 = V_0; NullCheck(L_3); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(18 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_3, L_4, 0); int32_t L_5 = ResourceReader_Read7BitEncodedInt_m3568166465(__this, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_6)); BinaryReader_t2428077293 * L_7 = __this->get_reader_0(); ByteU5BU5D_t4116647657* L_8 = V_2; int32_t L_9 = V_1; NullCheck(L_7); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(10 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, 0, L_9); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_10 = Encoding_get_Unicode_m811213576(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_11 = V_2; NullCheck(L_10); String_t* L_12 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_10, L_11); V_3 = L_12; BinaryReader_t2428077293 * L_13 = __this->get_reader_0(); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_13); int32_t L_15 = __this->get_dataSectionOffset_8(); V_4 = (((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))))); BinaryReader_t2428077293 * L_16 = __this->get_reader_0(); NullCheck(L_16); Stream_t1273022909 * L_17 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_16); int64_t L_18 = V_4; NullCheck(L_17); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(18 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_17, L_18, 0); int32_t L_19 = ResourceReader_Read7BitEncodedInt_m3568166465(__this, /*hidden argument*/NULL); V_5 = L_19; ResourceInfo_t2872965302 * L_20 = ___info1; String_t* L_21 = V_3; BinaryReader_t2428077293 * L_22 = __this->get_reader_0(); NullCheck(L_22); Stream_t1273022909 * L_23 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_22); NullCheck(L_23); int64_t L_24 = VirtFuncInvoker0< int64_t >::Invoke(9 /* System.Int64 System.IO.Stream::get_Position() */, L_23); int32_t L_25 = V_5; ResourceInfo__ctor_m1985704952(L_20, L_21, L_24, L_25, /*hidden argument*/NULL); return; } } // System.Int32 System.Resources.ResourceReader::Read7BitEncodedInt() extern "C" IL2CPP_METHOD_ATTR int32_t ResourceReader_Read7BitEncodedInt_m3568166465 (ResourceReader_t3300492639 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; { V_0 = 0; V_1 = 0; } IL_0004: { BinaryReader_t2428077293 * L_0 = __this->get_reader_0(); NullCheck(L_0); uint8_t L_1 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_0); V_2 = L_1; int32_t L_2 = V_0; uint8_t L_3 = V_2; int32_t L_4 = V_1; V_0 = ((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)127)))<<(int32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)31))))))); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)7)); uint8_t L_6 = V_2; if ((((int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)128)))) == ((int32_t)((int32_t)128)))) { goto IL_0004; } } { int32_t L_7 = V_0; return L_7; } } // System.Object System.Resources.ResourceReader::ReadValueVer2(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_ReadValueVer2_m2797880867 (ResourceReader_t3300492639 * __this, int32_t ___type_index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_ReadValueVer2_m2797880867_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___type_index0; V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0095; } case 1: { goto IL_0097; } case 2: { goto IL_00a3; } case 3: { goto IL_00b4; } case 4: { goto IL_00c5; } case 5: { goto IL_00d6; } case 6: { goto IL_00e7; } case 7: { goto IL_00f8; } case 8: { goto IL_0109; } case 9: { goto IL_011a; } case 10: { goto IL_012b; } case 11: { goto IL_013c; } case 12: { goto IL_014d; } case 13: { goto IL_015e; } case 14: { goto IL_016f; } case 15: { goto IL_0180; } case 16: { goto IL_0196; } case 17: { goto IL_01ed; } case 18: { goto IL_01ed; } case 19: { goto IL_01ed; } case 20: { goto IL_01ed; } case 21: { goto IL_01ed; } case 22: { goto IL_01ed; } case 23: { goto IL_01ed; } case 24: { goto IL_01ed; } case 25: { goto IL_01ed; } case 26: { goto IL_01ed; } case 27: { goto IL_01ed; } case 28: { goto IL_01ed; } case 29: { goto IL_01ed; } case 30: { goto IL_01ed; } case 31: { goto IL_01ed; } case 32: { goto IL_01ac; } case 33: { goto IL_01c3; } } } { goto IL_01ed; } IL_0095: { return NULL; } IL_0097: { BinaryReader_t2428077293 * L_2 = __this->get_reader_0(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_2); return L_3; } IL_00a3: { BinaryReader_t2428077293 * L_4 = __this->get_reader_0(); 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_00b4: { BinaryReader_t2428077293 * L_8 = __this->get_reader_0(); NullCheck(L_8); uint16_t L_9 = VirtFuncInvoker0< uint16_t >::Invoke(24 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_8); Il2CppChar L_10 = ((Il2CppChar)L_9); RuntimeObject * L_11 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_10); return L_11; } IL_00c5: { BinaryReader_t2428077293 * L_12 = __this->get_reader_0(); NullCheck(L_12); uint8_t L_13 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_12); uint8_t L_14 = L_13; RuntimeObject * L_15 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_00d6: { BinaryReader_t2428077293 * L_16 = __this->get_reader_0(); NullCheck(L_16); int8_t L_17 = VirtFuncInvoker0< int8_t >::Invoke(21 /* System.SByte System.IO.BinaryReader::ReadSByte() */, L_16); int8_t L_18 = L_17; RuntimeObject * L_19 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_00e7: { BinaryReader_t2428077293 * L_20 = __this->get_reader_0(); NullCheck(L_20); int16_t L_21 = VirtFuncInvoker0< int16_t >::Invoke(18 /* System.Int16 System.IO.BinaryReader::ReadInt16() */, L_20); int16_t L_22 = L_21; RuntimeObject * L_23 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_22); return L_23; } IL_00f8: { BinaryReader_t2428077293 * L_24 = __this->get_reader_0(); NullCheck(L_24); uint16_t L_25 = VirtFuncInvoker0< uint16_t >::Invoke(24 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_24); uint16_t L_26 = L_25; RuntimeObject * L_27 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_26); return L_27; } IL_0109: { BinaryReader_t2428077293 * L_28 = __this->get_reader_0(); NullCheck(L_28); int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_28); int32_t L_30 = L_29; RuntimeObject * L_31 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_30); return L_31; } IL_011a: { BinaryReader_t2428077293 * L_32 = __this->get_reader_0(); NullCheck(L_32); uint32_t L_33 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_32); uint32_t L_34 = L_33; RuntimeObject * L_35 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_34); return L_35; } IL_012b: { BinaryReader_t2428077293 * L_36 = __this->get_reader_0(); NullCheck(L_36); int64_t L_37 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_36); int64_t L_38 = L_37; RuntimeObject * L_39 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_38); return L_39; } IL_013c: { BinaryReader_t2428077293 * L_40 = __this->get_reader_0(); NullCheck(L_40); uint64_t L_41 = VirtFuncInvoker0< uint64_t >::Invoke(26 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_40); uint64_t L_42 = L_41; RuntimeObject * L_43 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_42); return L_43; } IL_014d: { BinaryReader_t2428077293 * L_44 = __this->get_reader_0(); NullCheck(L_44); float L_45 = VirtFuncInvoker0< float >::Invoke(23 /* System.Single System.IO.BinaryReader::ReadSingle() */, L_44); float L_46 = L_45; RuntimeObject * L_47 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_46); return L_47; } IL_015e: { BinaryReader_t2428077293 * L_48 = __this->get_reader_0(); NullCheck(L_48); double L_49 = VirtFuncInvoker0< double >::Invoke(17 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_48); double L_50 = L_49; RuntimeObject * L_51 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_50); return L_51; } IL_016f: { BinaryReader_t2428077293 * L_52 = __this->get_reader_0(); NullCheck(L_52); Decimal_t2948259380 L_53 = VirtFuncInvoker0< Decimal_t2948259380 >::Invoke(16 /* System.Decimal System.IO.BinaryReader::ReadDecimal() */, L_52); Decimal_t2948259380 L_54 = L_53; RuntimeObject * L_55 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_54); return L_55; } IL_0180: { BinaryReader_t2428077293 * L_56 = __this->get_reader_0(); NullCheck(L_56); int64_t L_57 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_56); DateTime_t3738529785 L_58; memset(&L_58, 0, sizeof(L_58)); DateTime__ctor_m516789325((&L_58), L_57, /*hidden argument*/NULL); DateTime_t3738529785 L_59 = L_58; RuntimeObject * L_60 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_59); return L_60; } IL_0196: { BinaryReader_t2428077293 * L_61 = __this->get_reader_0(); NullCheck(L_61); int64_t L_62 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_61); TimeSpan_t881159249 L_63; memset(&L_63, 0, sizeof(L_63)); TimeSpan__ctor_m1896986612((&L_63), L_62, /*hidden argument*/NULL); TimeSpan_t881159249 L_64 = L_63; RuntimeObject * L_65 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_64); return L_65; } IL_01ac: { BinaryReader_t2428077293 * L_66 = __this->get_reader_0(); BinaryReader_t2428077293 * L_67 = __this->get_reader_0(); NullCheck(L_67); int32_t L_68 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_67); NullCheck(L_66); ByteU5BU5D_t4116647657* L_69 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, int32_t >::Invoke(14 /* System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32) */, L_66, L_68); return (RuntimeObject *)L_69; } IL_01c3: { BinaryReader_t2428077293 * L_70 = __this->get_reader_0(); NullCheck(L_70); uint32_t L_71 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_70); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_71)))); BinaryReader_t2428077293 * L_72 = __this->get_reader_0(); ByteU5BU5D_t4116647657* L_73 = V_0; ByteU5BU5D_t4116647657* L_74 = V_0; NullCheck(L_74); NullCheck(L_72); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(10 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_72, L_73, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_74)->max_length))))); ByteU5BU5D_t4116647657* L_75 = V_0; MemoryStream_t94973147 * L_76 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m4100805873(L_76, L_75, /*hidden argument*/NULL); return L_76; } IL_01ed: { int32_t L_77 = ___type_index0; ___type_index0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)((int32_t)64))); StringU5BU5D_t1281789340* L_78 = __this->get_typeNames_5(); int32_t L_79 = ___type_index0; NullCheck(L_78); int32_t L_80 = L_79; String_t* L_81 = (L_78)->GetAt(static_cast(L_80)); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_82 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m3605423543, L_81, (bool)1, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); RuntimeObject * L_83 = ResourceReader_ReadNonPredefinedValue_m2638853518(__this, L_82, /*hidden argument*/NULL); return L_83; } } // System.Object System.Resources.ResourceReader::ReadValueVer1(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_ReadValueVer1_m183253382 (ResourceReader_t3300492639 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_ReadValueVer1_m183253382_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_001c; } } { BinaryReader_t2428077293 * L_3 = __this->get_reader_0(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_3); return L_4; } IL_001c: { Type_t * L_5 = ___type0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Int32_t2950945753_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_003d; } } { BinaryReader_t2428077293 * L_8 = __this->get_reader_0(); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_8); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); return L_11; } IL_003d: { Type_t * L_12 = ___type0; RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (Byte_t1134296376_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); if ((!(((RuntimeObject*)(Type_t *)L_12) == ((RuntimeObject*)(Type_t *)L_14)))) { goto IL_005e; } } { BinaryReader_t2428077293 * L_15 = __this->get_reader_0(); NullCheck(L_15); uint8_t L_16 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_15); uint8_t L_17 = L_16; RuntimeObject * L_18 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_17); return L_18; } IL_005e: { Type_t * L_19 = ___type0; RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (Double_t594665363_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); if ((!(((RuntimeObject*)(Type_t *)L_19) == ((RuntimeObject*)(Type_t *)L_21)))) { goto IL_007f; } } { BinaryReader_t2428077293 * L_22 = __this->get_reader_0(); NullCheck(L_22); double L_23 = VirtFuncInvoker0< double >::Invoke(17 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_22); double L_24 = L_23; RuntimeObject * L_25 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_24); return L_25; } IL_007f: { Type_t * L_26 = ___type0; RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_26) == ((RuntimeObject*)(Type_t *)L_28)))) { goto IL_00a0; } } { BinaryReader_t2428077293 * L_29 = __this->get_reader_0(); NullCheck(L_29); int16_t L_30 = VirtFuncInvoker0< int16_t >::Invoke(18 /* System.Int16 System.IO.BinaryReader::ReadInt16() */, L_29); int16_t L_31 = L_30; RuntimeObject * L_32 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_31); return L_32; } IL_00a0: { Type_t * L_33 = ___type0; RuntimeTypeHandle_t3027515415 L_34 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_35 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_33) == ((RuntimeObject*)(Type_t *)L_35)))) { goto IL_00c1; } } { BinaryReader_t2428077293 * L_36 = __this->get_reader_0(); NullCheck(L_36); int64_t L_37 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_36); int64_t L_38 = L_37; RuntimeObject * L_39 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_38); return L_39; } IL_00c1: { Type_t * L_40 = ___type0; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (SByte_t1669577662_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_00e2; } } { BinaryReader_t2428077293 * L_43 = __this->get_reader_0(); 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_00e2: { Type_t * L_47 = ___type0; RuntimeTypeHandle_t3027515415 L_48 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_47) == ((RuntimeObject*)(Type_t *)L_49)))) { goto IL_0103; } } { BinaryReader_t2428077293 * L_50 = __this->get_reader_0(); NullCheck(L_50); float L_51 = VirtFuncInvoker0< float >::Invoke(23 /* System.Single System.IO.BinaryReader::ReadSingle() */, L_50); float L_52 = L_51; RuntimeObject * L_53 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_52); return L_53; } IL_0103: { Type_t * L_54 = ___type0; RuntimeTypeHandle_t3027515415 L_55 = { reinterpret_cast (TimeSpan_t881159249_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); if ((!(((RuntimeObject*)(Type_t *)L_54) == ((RuntimeObject*)(Type_t *)L_56)))) { goto IL_0129; } } { BinaryReader_t2428077293 * L_57 = __this->get_reader_0(); NullCheck(L_57); int64_t L_58 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_57); TimeSpan_t881159249 L_59; memset(&L_59, 0, sizeof(L_59)); TimeSpan__ctor_m1896986612((&L_59), L_58, /*hidden argument*/NULL); TimeSpan_t881159249 L_60 = L_59; RuntimeObject * L_61 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_60); return L_61; } IL_0129: { Type_t * L_62 = ___type0; RuntimeTypeHandle_t3027515415 L_63 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_64 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_62) == ((RuntimeObject*)(Type_t *)L_64)))) { goto IL_014a; } } { BinaryReader_t2428077293 * L_65 = __this->get_reader_0(); NullCheck(L_65); uint16_t L_66 = VirtFuncInvoker0< uint16_t >::Invoke(24 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_65); uint16_t L_67 = L_66; RuntimeObject * L_68 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_67); return L_68; } IL_014a: { Type_t * L_69 = ___type0; RuntimeTypeHandle_t3027515415 L_70 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_71 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_69) == ((RuntimeObject*)(Type_t *)L_71)))) { goto IL_016b; } } { BinaryReader_t2428077293 * L_72 = __this->get_reader_0(); NullCheck(L_72); uint32_t L_73 = VirtFuncInvoker0< uint32_t >::Invoke(25 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_72); uint32_t L_74 = L_73; RuntimeObject * L_75 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_74); return L_75; } IL_016b: { Type_t * L_76 = ___type0; RuntimeTypeHandle_t3027515415 L_77 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_78 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_76) == ((RuntimeObject*)(Type_t *)L_78)))) { goto IL_018c; } } { BinaryReader_t2428077293 * L_79 = __this->get_reader_0(); NullCheck(L_79); uint64_t L_80 = VirtFuncInvoker0< uint64_t >::Invoke(26 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_79); uint64_t L_81 = L_80; RuntimeObject * L_82 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_81); return L_82; } IL_018c: { Type_t * L_83 = ___type0; RuntimeTypeHandle_t3027515415 L_84 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_85 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_84, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_83) == ((RuntimeObject*)(Type_t *)L_85)))) { goto IL_01ad; } } { BinaryReader_t2428077293 * L_86 = __this->get_reader_0(); NullCheck(L_86); Decimal_t2948259380 L_87 = VirtFuncInvoker0< Decimal_t2948259380 >::Invoke(16 /* System.Decimal System.IO.BinaryReader::ReadDecimal() */, L_86); Decimal_t2948259380 L_88 = L_87; RuntimeObject * L_89 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_88); return L_89; } IL_01ad: { Type_t * L_90 = ___type0; RuntimeTypeHandle_t3027515415 L_91 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_92 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_90) == ((RuntimeObject*)(Type_t *)L_92)))) { goto IL_01d3; } } { BinaryReader_t2428077293 * L_93 = __this->get_reader_0(); NullCheck(L_93); int64_t L_94 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_93); DateTime_t3738529785 L_95; memset(&L_95, 0, sizeof(L_95)); DateTime__ctor_m516789325((&L_95), L_94, /*hidden argument*/NULL); DateTime_t3738529785 L_96 = L_95; RuntimeObject * L_97 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_96); return L_97; } IL_01d3: { Type_t * L_98 = ___type0; RuntimeObject * L_99 = ResourceReader_ReadNonPredefinedValue_m2638853518(__this, L_98, /*hidden argument*/NULL); return L_99; } } // System.Object System.Resources.ResourceReader::ReadNonPredefinedValue(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_ReadNonPredefinedValue_m2638853518 (ResourceReader_t3300492639 * __this, Type_t * ___exp_type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_ReadNonPredefinedValue_m2638853518_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject* L_0 = __this->get_formatter_2(); BinaryReader_t2428077293 * L_1 = __this->get_reader_0(); NullCheck(L_1); Stream_t1273022909 * L_2 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_1); NullCheck(L_0); RuntimeObject * L_3 = InterfaceFuncInvoker1< RuntimeObject *, Stream_t1273022909 * >::Invoke(0 /* System.Object System.Runtime.Serialization.IFormatter::Deserialize(System.IO.Stream) */, IFormatter_t3549834567_il2cpp_TypeInfo_var, L_0, L_2); V_0 = L_3; RuntimeObject * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); Type_t * L_6 = ___exp_type0; if ((((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_6))) { goto IL_002e; } } { InvalidOperationException_t56020091 * L_7 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_7, _stringLiteral2533266350, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ResourceReader_ReadNonPredefinedValue_m2638853518_RuntimeMethod_var); } IL_002e: { RuntimeObject * L_8 = V_0; return L_8; } } // System.Void System.Resources.ResourceReader::LoadResourceValues(System.Resources.ResourceReader/ResourceCacheItem[]) extern "C" IL2CPP_METHOD_ATTR void ResourceReader_LoadResourceValues_m104914612 (ResourceReader_t3300492639 * __this, ResourceCacheItemU5BU5D_t1637949902* ___store0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_LoadResourceValues_m104914612_MetadataUsageId); s_Il2CppMethodInitialized = true; } ResourceInfo_t2872965302 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; int32_t V_3 = 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); { RuntimeObject * L_0 = __this->get_readerLock_1(); V_2 = L_0; RuntimeObject * L_1 = V_2; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { V_3 = 0; goto IL_00c1; } IL_0014: { ResourceInfoU5BU5D_t2132996019* L_2 = __this->get_infos_7(); int32_t L_3 = V_3; NullCheck(L_2); V_0 = (*(ResourceInfo_t2872965302 *)((L_2)->GetAddressAt(static_cast(L_3)))); int32_t L_4 = (&V_0)->get_TypeIndex_2(); if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0051; } } IL_0033: { ResourceCacheItemU5BU5D_t1637949902* L_5 = ___store0; int32_t L_6 = V_3; NullCheck(L_5); String_t* L_7 = (&V_0)->get_ResourceName_1(); ResourceCacheItem_t51292791 L_8; memset(&L_8, 0, sizeof(L_8)); ResourceCacheItem__ctor_m3279356314((&L_8), L_7, NULL, /*hidden argument*/NULL); *(ResourceCacheItem_t51292791 *)((L_5)->GetAddressAt(static_cast(L_6))) = L_8; goto IL_00bd; } IL_0051: { BinaryReader_t2428077293 * L_9 = __this->get_reader_0(); NullCheck(L_9); Stream_t1273022909 * L_10 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_9); int64_t L_11 = (&V_0)->get_ValuePosition_0(); NullCheck(L_10); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(18 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_10, L_11, 0); int32_t L_12 = __this->get_resource_ver_10(); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_0089; } } IL_0076: { int32_t L_13 = (&V_0)->get_TypeIndex_2(); RuntimeObject * L_14 = ResourceReader_ReadValueVer2_m2797880867(__this, L_13, /*hidden argument*/NULL); V_1 = L_14; goto IL_00a4; } IL_0089: { StringU5BU5D_t1281789340* L_15 = __this->get_typeNames_5(); int32_t L_16 = (&V_0)->get_TypeIndex_2(); NullCheck(L_15); int32_t L_17 = L_16; String_t* L_18 = (L_15)->GetAt(static_cast(L_17)); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m3605423543, L_18, (bool)1, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); RuntimeObject * L_20 = ResourceReader_ReadValueVer1_m183253382(__this, L_19, /*hidden argument*/NULL); V_1 = L_20; } IL_00a4: { ResourceCacheItemU5BU5D_t1637949902* L_21 = ___store0; int32_t L_22 = V_3; NullCheck(L_21); String_t* L_23 = (&V_0)->get_ResourceName_1(); RuntimeObject * L_24 = V_1; ResourceCacheItem_t51292791 L_25; memset(&L_25, 0, sizeof(L_25)); ResourceCacheItem__ctor_m3279356314((&L_25), L_23, L_24, /*hidden argument*/NULL); *(ResourceCacheItem_t51292791 *)((L_21)->GetAddressAt(static_cast(L_22))) = L_25; } IL_00bd: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00c1: { int32_t L_27 = V_3; int32_t L_28 = __this->get_resourceCount_3(); if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0014; } } IL_00cd: { IL2CPP_LEAVE(0xD9, FINALLY_00d2); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d2; } FINALLY_00d2: { // begin finally (depth: 1) RuntimeObject * L_29 = V_2; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); IL2CPP_END_FINALLY(210) } // end finally (depth: 1) IL2CPP_CLEANUP(210) { IL2CPP_JUMP_TBL(0xD9, IL_00d9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d9: { return; } } // System.Void System.Resources.ResourceReader::Close() extern "C" IL2CPP_METHOD_ATTR void ResourceReader_Close_m3765232219 (ResourceReader_t3300492639 * __this, const RuntimeMethod* method) { { ResourceReader_Dispose_m3597121875(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Collections.IDictionaryEnumerator System.Resources.ResourceReader::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ResourceReader_GetEnumerator_m3404589731 (ResourceReader_t3300492639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_GetEnumerator_m3404589731_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BinaryReader_t2428077293 * L_0 = __this->get_reader_0(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral3360664418, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ResourceReader_GetEnumerator_m3404589731_RuntimeMethod_var); } IL_0016: { ResourceEnumerator_t2106512554 * L_2 = (ResourceEnumerator_t2106512554 *)il2cpp_codegen_object_new(ResourceEnumerator_t2106512554_il2cpp_TypeInfo_var); ResourceEnumerator__ctor_m3428592283(L_2, __this, /*hidden argument*/NULL); return L_2; } } // System.Void System.Resources.ResourceReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ResourceReader_Dispose_m3597121875 (ResourceReader_t3300492639 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_001c; } } { BinaryReader_t2428077293 * L_1 = __this->get_reader_0(); if (!L_1) { goto IL_001c; } } { BinaryReader_t2428077293 * L_2 = __this->get_reader_0(); NullCheck(L_2); VirtActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryReader::Close() */, L_2); } IL_001c: { __this->set_reader_0((BinaryReader_t2428077293 *)NULL); __this->set_hashes_6((Int32U5BU5D_t385246372*)NULL); __this->set_infos_7((ResourceInfoU5BU5D_t2132996019*)NULL); __this->set_typeNames_5((StringU5BU5D_t1281789340*)NULL); __this->set_cache_11((ResourceCacheItemU5BU5D_t1637949902*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif