yunque9/xcode/Classes/Native/mscorlib14.cpp

37185 lines
1.9 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "icalls/mscorlib/System/RuntimeFieldHandle.h"
#include "icalls/mscorlib/System/RuntimeType.h"
#include "icalls/mscorlib/System/RuntimeTypeHandle.h"
#include "il2cpp-object-internals.h"
template <typename T1>
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 <typename R>
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 <typename R, typename T1, typename T2>
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 <typename T1, typename T2>
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 <typename R, typename T1>
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 <typename T1, typename T2, typename T3, typename T4, typename T5>
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 <typename R, typename T1, typename T2, typename T3, typename T4>
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 <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
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 <typename R, typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct VirtFuncInvoker7
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method);
}
};
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 <typename T1>
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 <typename R, typename T1, typename T2, typename T3, typename T4>
struct InterfaceFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1>
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 <typename R, typename T1, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
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 <typename T1>
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);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
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 <typename T1>
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);
}
};
// Mono.RuntimeStructs/GPtrArray
struct GPtrArray_tF87E5C8A87B70EA6C0BFCEDA8F6ED8938C64EC27;
// Mono.RuntimeStructs/GenericParamInfo
struct GenericParamInfo_tD049532EE8B3EA49C909BB24746C152580AFC73B;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74;
// System.Boolean[]
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Int32>[]
struct EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Int32>
struct KeyCollection_t666396E67E50284D48938851873CE562083D67F2;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Int32>
struct ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IList`1<System.Object>
struct IList_1_tE09735A322C3B17000EF4E4BC8026FEDEB7B0D9B;
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData>
struct IList_1_tE0C117F07E4E8ABEAD1951B553655F0835E9F485;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.Reflection.MethodBase>
struct List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B;
// System.Collections.Generic.List`1<System.Reflection.MethodInfo>
struct List_1_t8693F442D94ED2E09D894940915C961D2F63C69B;
// System.Collections.Generic.List`1<System.RuntimeType>
struct List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621;
// System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>
struct List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E;
// System.EventHandler`1<System.Object>
struct EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3;
// System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>
struct EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81;
// System.Exception
struct Exception_t;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IConvertible
struct IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.Int64[]
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.MissingFieldException
struct MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37;
// System.MissingMethodException
struct MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498;
// System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D;
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D;
// System.Reflection.AmbiguousMatchException
struct AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349;
// System.Reflection.Assembly
struct Assembly_t;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
// System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF;
// System.Reflection.ConstructorInfo[]
struct ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E;
// System.Reflection.DefaultMemberAttribute
struct DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731;
// System.Reflection.EventInfo
struct EventInfo_t;
// System.Reflection.EventInfo/AddEventAdapter
struct AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B;
// System.Reflection.EventInfo[]
struct EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C;
// System.Reflection.FieldInfo
struct FieldInfo_t;
// System.Reflection.FieldInfo[]
struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE;
// System.Reflection.ICustomAttributeProvider
struct ICustomAttributeProvider_tA83E69D2C560A6EF8DDA8C438BD4C80C2EA03D55;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// System.Reflection.MemberInfo[]
struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6;
// System.Reflection.MethodBase
struct MethodBase_t;
// System.Reflection.MethodBase[]
struct MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Reflection.MethodInfo[]
struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B;
// System.Reflection.Module
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7;
// System.Reflection.MonoCMethod
struct MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61;
// System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB;
// System.Reflection.ParameterModifier[]
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA;
// System.Reflection.PropertyInfo
struct PropertyInfo_t;
// System.Reflection.PropertyInfo[]
struct PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E;
// System.Reflection.RtFieldInfo
struct RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579;
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1;
// System.Reflection.RuntimeConstructorInfo
struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D;
// System.Reflection.RuntimeConstructorInfo[]
struct RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E;
// System.Reflection.RuntimeEventInfo
struct RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09;
// System.Reflection.RuntimeEventInfo[]
struct RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5;
// System.Reflection.RuntimeFieldInfo
struct RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7;
// System.Reflection.RuntimeFieldInfo[]
struct RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA;
// System.Reflection.RuntimeMethodInfo
struct RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E;
// System.Reflection.RuntimeMethodInfo[]
struct RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F;
// System.Reflection.RuntimeModule
struct RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD;
// System.Reflection.RuntimePropertyInfo
struct RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4;
// System.Reflection.RuntimePropertyInfo[]
struct RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA;
// System.Reflection.StrongNameKeyPair
struct StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD;
// System.Reflection.TypeFilter
struct TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18;
// System.Reflection.TypeInfo
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC;
// System.Runtime.InteropServices.GuidAttribute
struct GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34;
// System.Runtime.InteropServices.MarshalAsAttribute
struct MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020;
// System.Runtime.InteropServices.StructLayoutAttribute
struct StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB;
// System.Runtime.Serialization.DeserializationEventHandler
struct DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF;
// System.Runtime.Serialization.FixupHolder
struct FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117;
// System.Runtime.Serialization.FixupHolderList
struct FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A;
// System.Runtime.Serialization.FixupHolder[]
struct FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.ISerializationSurrogate
struct ISerializationSurrogate_t23038B6F4E182A38826DE971AAC78E29FDBFA816;
// System.Runtime.Serialization.ISurrogateSelector
struct ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA;
// System.Runtime.Serialization.LongList
struct LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF;
// System.Runtime.Serialization.ObjectHolder
struct ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942;
// System.Runtime.Serialization.ObjectHolderList
struct ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7;
// System.Runtime.Serialization.ObjectHolderListEnumerator
struct ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF;
// System.Runtime.Serialization.ObjectHolder[]
struct ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202;
// System.Runtime.Serialization.ObjectIDGenerator
struct ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1;
// System.Runtime.Serialization.ObjectManager
struct ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281;
// System.Runtime.Serialization.OnDeserializedAttribute
struct OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D;
// System.Runtime.Serialization.OnDeserializingAttribute
struct OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767;
// System.Runtime.Serialization.OnSerializingAttribute
struct OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630;
// System.Runtime.Serialization.OptionalFieldAttribute
struct OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384;
// System.Runtime.Serialization.SafeSerializationEventArgs
struct SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationBinder
struct SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4;
// System.Runtime.Serialization.SerializationEventHandler
struct SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A;
// System.Runtime.Serialization.SerializationEvents
struct SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F;
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210;
// System.Runtime.Serialization.SerializationFieldInfo
struct SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5;
// System.Runtime.Serialization.SerializationObjectManager
struct SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA;
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034;
// System.Runtime.Serialization.TypeLoadExceptionHolder
struct TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653;
// System.Runtime.Serialization.ValueTypeFixupInfo
struct ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC;
// System.RuntimeType
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F;
// System.RuntimeType[]
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE;
// System.STAThreadAttribute
struct STAThreadAttribute_t0564A46C9F5E5DC44615EDFC5C95AEAF67397F16;
// System.Security.AccessControl.AceEnumerator
struct AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7;
// System.Security.AccessControl.CommonAce
struct CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E;
// System.Security.AccessControl.CommonAcl
struct CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542;
// System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<System.Object>
struct RemoveAcesCallback_1_t8F652608BA8F69184F96130C2A0A1209B7E08BE7;
// System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<System.Security.AccessControl.GenericAce>
struct RemoveAcesCallback_1_t2B78A79ADDCC66EE1B0355C1030346847E672B52;
// System.Security.AccessControl.CommonObjectSecurity
struct CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16;
// System.Security.AccessControl.CommonSecurityDescriptor
struct CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6;
// System.Security.AccessControl.DirectorySecurity
struct DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F;
// System.Security.AccessControl.DiscretionaryAcl
struct DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725;
// System.Security.AccessControl.FileSystemSecurity
struct FileSystemSecurity_t2040080A9EC514AFE69F2042F720059E7C10ECA1;
// System.Security.AccessControl.GenericAce
struct GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA;
// System.Security.AccessControl.GenericAcl
struct GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA;
// System.Security.AccessControl.GenericSecurityDescriptor
struct GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0;
// System.Security.AccessControl.KnownAce
struct KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA;
// System.Security.AccessControl.NativeObjectSecurity
struct NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A;
// System.Security.AccessControl.NativeObjectSecurity/ExceptionFromErrorCode
struct ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148;
// System.Security.AccessControl.ObjectAce
struct ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8;
// System.Security.AccessControl.ObjectSecurity
struct ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8;
// System.Security.AccessControl.QualifiedAce
struct QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F;
// System.Security.AccessControl.RawAcl
struct RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0;
// System.Security.AccessControl.RawSecurityDescriptor
struct RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06;
// System.Security.AccessControl.SystemAcl
struct SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.Security.Principal.SecurityIdentifier
struct SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.ReaderWriterLock
struct ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349;
// System.Type
struct Type_t;
// System.TypeIdentifier
struct TypeIdentifier_tEF8C0B5CA8B33CD2A732C822D0B9BD62B8DA2F12;
// System.TypeLoadException
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.UInt64[]
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
IL2CPP_EXTERN_C RuntimeClass* AceQualifier_tF423849F801DD7199100D88803986612B2C681E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDeserializationCallback_t5C1534C9F1DCD3210770154062D21CBCC6F0E27A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISafeSerializationData_t18C2979D24583D957C9908CB90D566FA31E1117E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISerializationSurrogate_t23038B6F4E182A38826DE971AAC78E29FDBFA816_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoField_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoMethod_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RemoveAcesCallback_1_t2B78A79ADDCC66EE1B0355C1030346847E672B52_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeIdentifier_tEF8C0B5CA8B33CD2A732C822D0B9BD62B8DA2F12_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0089878B4F96D1BD215D2242C6D10CBEC2A3EF97;
IL2CPP_EXTERN_C String_t* _stringLiteral00968CFD06495A68558AFB5381A0F5AEC86F4E6E;
IL2CPP_EXTERN_C String_t* _stringLiteral0179CBF464F5876C486B151B49D1EF61A5360068;
IL2CPP_EXTERN_C String_t* _stringLiteral02963CF4B66B69F3AE3437523993144F4C25B807;
IL2CPP_EXTERN_C String_t* _stringLiteral0358A5ACEF510E739E796FB6AA9402BDAA1F1174;
IL2CPP_EXTERN_C String_t* _stringLiteral053F79AB8C684EBD1548279E938F877AF42D3471;
IL2CPP_EXTERN_C String_t* _stringLiteral07189467B71456291F6EE48553EB211F903FBA83;
IL2CPP_EXTERN_C String_t* _stringLiteral07274945043305516C2DD6D0C610021C65F177B4;
IL2CPP_EXTERN_C String_t* _stringLiteral08D213ABBE49B0ED315827FD621B5CC2D354DDD2;
IL2CPP_EXTERN_C String_t* _stringLiteral0B2F6DA49F1EAC197064F7D8B56931A145C07F43;
IL2CPP_EXTERN_C String_t* _stringLiteral13613C0A4C8E9661B704E532D3481E2DBE252601;
IL2CPP_EXTERN_C String_t* _stringLiteral16BCE69BAC2BDBE6CF1E403D035739D99285A357;
IL2CPP_EXTERN_C String_t* _stringLiteral16D7FFF5CB7B1700CDD10BB0D6B24359BFA7D38A;
IL2CPP_EXTERN_C String_t* _stringLiteral188E73411EE3827D6A21A268691B7E57AFEFD35F;
IL2CPP_EXTERN_C String_t* _stringLiteral19D5B110F19B2190575B7810E1FA91334E8E400F;
IL2CPP_EXTERN_C String_t* _stringLiteral1A33762A46A67DAB82E3E0CE396F238137506B86;
IL2CPP_EXTERN_C String_t* _stringLiteral1A38EB319BEFEA3784EB4E5C1CA1335066A6B879;
IL2CPP_EXTERN_C String_t* _stringLiteral1A7FD9E202DBC132E4DF88D454B6FC3E81D016CF;
IL2CPP_EXTERN_C String_t* _stringLiteral1D1BF960A29362D8B5000AB149BCFF821C0F8852;
IL2CPP_EXTERN_C String_t* _stringLiteral1DBC7385BADBFDA548FB27E2160A33CF32C0F545;
IL2CPP_EXTERN_C String_t* _stringLiteral1E01512B1E7D3EA5B69D1F71AC90A9451071D646;
IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
IL2CPP_EXTERN_C String_t* _stringLiteral206DC9750C0C858C78D9CF448626BC7A0EAEA035;
IL2CPP_EXTERN_C String_t* _stringLiteral22529BD9CD4C1CD8ACF5044A5AAFD96688165F5B;
IL2CPP_EXTERN_C String_t* _stringLiteral242A597E323D5C4B7FB66A925E209A2FA59C55A3;
IL2CPP_EXTERN_C String_t* _stringLiteral249DBD06E584477042DE51D82FF72D52F7D7C76D;
IL2CPP_EXTERN_C String_t* _stringLiteral2628AAA51BA50C39C84CFA56604CE731EFEC490B;
IL2CPP_EXTERN_C String_t* _stringLiteral2C3199988097E4BB3103E8C34B8DFE8796545D8F;
IL2CPP_EXTERN_C String_t* _stringLiteral2DA62276D50D130F1C059F6E94FD6CCBF5F7C7A4;
IL2CPP_EXTERN_C String_t* _stringLiteral2DE3F4F9449938537E83C8AC3A691C5927388746;
IL2CPP_EXTERN_C String_t* _stringLiteral2F608168AB910F08F99CCBDA43EE56D4C1E18A3B;
IL2CPP_EXTERN_C String_t* _stringLiteral306E38A7A68C6577A28AA421F330BB7E2CCD19DE;
IL2CPP_EXTERN_C String_t* _stringLiteral308DADD8379AA87AD9B6AD01D3328702E3FD5D72;
IL2CPP_EXTERN_C String_t* _stringLiteral3435968A1FA5DC7806024802A561C1886C22803B;
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
IL2CPP_EXTERN_C String_t* _stringLiteral3ADDC5CC0597A7768F5D5436F05C907CC074126C;
IL2CPP_EXTERN_C String_t* _stringLiteral3B18F106B2E71F651B1A7B8EEC2EE875E57D5B17;
IL2CPP_EXTERN_C String_t* _stringLiteral3E5FE015375B68C60BEFD254E4B639475A73E6CA;
IL2CPP_EXTERN_C String_t* _stringLiteral3F83668D81A5EFAE08ACCA9672E88B6C4E9A2057;
IL2CPP_EXTERN_C String_t* _stringLiteral4132486E7F96C8868AFAC0924EC7CDD108189B65;
IL2CPP_EXTERN_C String_t* _stringLiteral435A92DB5A1C9CF6184D08D6EADDEFC1A44FD9FD;
IL2CPP_EXTERN_C String_t* _stringLiteral479322984BF56CDD9495A3E94CD07E0C13634A16;
IL2CPP_EXTERN_C String_t* _stringLiteral4975019776955B496F12DDE572B06527D53A3D69;
IL2CPP_EXTERN_C String_t* _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC;
IL2CPP_EXTERN_C String_t* _stringLiteral4B9F2B9F7DFD45F7B3F9EAB76201E30D2798FD98;
IL2CPP_EXTERN_C String_t* _stringLiteral4C7349E80F6107DB1F2060BFA2C691980B4B5250;
IL2CPP_EXTERN_C String_t* _stringLiteral4E86D71D1304A65CA8ADC2FE1DEDFAC51E66FEE0;
IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
IL2CPP_EXTERN_C String_t* _stringLiteral5047AAA8C8C54638D450B9579D6996150821B0F5;
IL2CPP_EXTERN_C String_t* _stringLiteral505613DD92F26133A156676FDB84F3B5BB24633F;
IL2CPP_EXTERN_C String_t* _stringLiteral52AE691231B939A76280F44CCCD3864483C30D7E;
IL2CPP_EXTERN_C String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
IL2CPP_EXTERN_C String_t* _stringLiteral5569A78ACE4D128B28989C54EB9497E25047EEC8;
IL2CPP_EXTERN_C String_t* _stringLiteral55EED343A198ED12DF109B5CE13EF3E94B1187EC;
IL2CPP_EXTERN_C String_t* _stringLiteral564603A8DFD8923458B39CE2B9B4B98487AC87AD;
IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
IL2CPP_EXTERN_C String_t* _stringLiteral5B51336E564989178F263E0CD28F6C75E70F7191;
IL2CPP_EXTERN_C String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808;
IL2CPP_EXTERN_C String_t* _stringLiteral60ED6504C74E5878530662CE4D473C745803875F;
IL2CPP_EXTERN_C String_t* _stringLiteral619417E3BBEF14EAF2503D64E9A39B721302DF8C;
IL2CPP_EXTERN_C String_t* _stringLiteral6467BAA3B187373E3931422E2A8EF22F3E447D77;
IL2CPP_EXTERN_C String_t* _stringLiteral6AC7BBFF4F1B3097865A25D8BB94FF9E398A97BE;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral724B20103740F89066905DA0B778BAF372F0DFFA;
IL2CPP_EXTERN_C String_t* _stringLiteral74BBAD39558EE79D69DC4DFFCCF4C7177A27645D;
IL2CPP_EXTERN_C String_t* _stringLiteral752203FC97F9BD76547C504057B8F32DA1C045C5;
IL2CPP_EXTERN_C String_t* _stringLiteral76353B32E89D21057F9EC9CBDA673D64C2685940;
IL2CPP_EXTERN_C String_t* _stringLiteral7A5818AD0E631637B69A14401059EA4087B01FFF;
IL2CPP_EXTERN_C String_t* _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD;
IL2CPP_EXTERN_C String_t* _stringLiteral83D4C02B373BF14AFB220E71954EB26BC638C6A3;
IL2CPP_EXTERN_C String_t* _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF;
IL2CPP_EXTERN_C String_t* _stringLiteral850828716F9C5476A885E4AF4B1592EDAF8390BA;
IL2CPP_EXTERN_C String_t* _stringLiteral88B2E40552D6CF421DB5E11EFC503104E49176E3;
IL2CPP_EXTERN_C String_t* _stringLiteral89ADD44544810AC934CD80F0F594BF927DE8468D;
IL2CPP_EXTERN_C String_t* _stringLiteral8B77D037C923A1ACE3E16E415BBD0ABA35FDAF70;
IL2CPP_EXTERN_C String_t* _stringLiteral8DF2566E8D47310294A597C85CB5251612537EF7;
IL2CPP_EXTERN_C String_t* _stringLiteral906DADDF1D675117DFD9E7AA8C6391C628995607;
IL2CPP_EXTERN_C String_t* _stringLiteral9839A4C0301E0A150B24A19A24119856F6E0D799;
IL2CPP_EXTERN_C String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202;
IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
IL2CPP_EXTERN_C String_t* _stringLiteral9D14EC96FF61D9EF3BDDF6D8EC0B1F79685510AE;
IL2CPP_EXTERN_C String_t* _stringLiteralA0ED19450B96536472FBF1C545F296799D4A7251;
IL2CPP_EXTERN_C String_t* _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D;
IL2CPP_EXTERN_C String_t* _stringLiteralA36A9DE46257EEA62C8F60F28B8CCE38582B7239;
IL2CPP_EXTERN_C String_t* _stringLiteralA77E41A21B51DBA704C94525553E2151EC3FFFE6;
IL2CPP_EXTERN_C String_t* _stringLiteralA979EF10CC6F6A36DF6B8A323307EE3BB2E2DB9C;
IL2CPP_EXTERN_C String_t* _stringLiteralAA52E266509C5775D4858DF8B8F09D164115832E;
IL2CPP_EXTERN_C String_t* _stringLiteralAA71A1C4992A2B847492913FCD3634ADC1AD7F5D;
IL2CPP_EXTERN_C String_t* _stringLiteralAB2408808ACE102415C2CEAC6DD5C961E8572436;
IL2CPP_EXTERN_C String_t* _stringLiteralAB6D2252C3B04657480866DF4D9F85495295E4E8;
IL2CPP_EXTERN_C String_t* _stringLiteralAE99B70C034FADE1269CDACF6DBEE469902A888F;
IL2CPP_EXTERN_C String_t* _stringLiteralAF0BF4FCB4B14D4F90E6E119C081210D67653FB1;
IL2CPP_EXTERN_C String_t* _stringLiteralAFD6EADC1B6810FA1650AC3B4E0294321C5424BA;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F1F8862F10AF31969AAE8EBED44E63494CBA60;
IL2CPP_EXTERN_C String_t* _stringLiteralBA81AB0BC325DA861631E628BF9E2740BF74463F;
IL2CPP_EXTERN_C String_t* _stringLiteralC3A46DF3DE19D92FC498CF4CCD590933A406DA60;
IL2CPP_EXTERN_C String_t* _stringLiteralC903F2A656B7A7A2D3BD175389D0ADF6401A7771;
IL2CPP_EXTERN_C String_t* _stringLiteralCA56CEE1AF87B2B0DD45C5E6D01B45A13E3B80DB;
IL2CPP_EXTERN_C String_t* _stringLiteralCC743477223F3867C752B63781EFA4304E1DD6D5;
IL2CPP_EXTERN_C String_t* _stringLiteralCDDC42993148A2E661BBD422B8FFB1D0C5F9FC48;
IL2CPP_EXTERN_C String_t* _stringLiteralCE4D1DDBD64D8334CEF8CE29F9E8082C28B32CF4;
IL2CPP_EXTERN_C String_t* _stringLiteralCEE1BD1EC47F72F8B6E1AC54170D898090A03A93;
IL2CPP_EXTERN_C String_t* _stringLiteralCF18227C20788845FBC9DF3586A5727BA0E2C994;
IL2CPP_EXTERN_C String_t* _stringLiteralCFE9D4E8D50E363B49EFE03E4D5616FA588C1773;
IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9;
IL2CPP_EXTERN_C String_t* _stringLiteralD0C535352D8FD4CE7802B9E1C2BEC0EFF262669F;
IL2CPP_EXTERN_C String_t* _stringLiteralD3545623200D657AFC7CF328BC3A1F331421A4BB;
IL2CPP_EXTERN_C String_t* _stringLiteralD56D0FC1B1DD85BD9DF3D20D91B014C71FED38E8;
IL2CPP_EXTERN_C String_t* _stringLiteralD63534BE237999A34E036355EB3FA1733E081A21;
IL2CPP_EXTERN_C String_t* _stringLiteralD984C20E734630217B900C10DE133FAA1F7AC891;
IL2CPP_EXTERN_C String_t* _stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C;
IL2CPP_EXTERN_C String_t* _stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDBDD7B51A325AE50AF055F075B2CCF50439827EF;
IL2CPP_EXTERN_C String_t* _stringLiteralDD509F6F6041AD7FA998E6F3A90302DF2400B319;
IL2CPP_EXTERN_C String_t* _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61;
IL2CPP_EXTERN_C String_t* _stringLiteralE14A957E7158EF80B5162F3C821DCE79E056C0C0;
IL2CPP_EXTERN_C String_t* _stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497;
IL2CPP_EXTERN_C String_t* _stringLiteralEAE5371D7C48DFAD0AE39B4B2F0D509E8E1E564A;
IL2CPP_EXTERN_C String_t* _stringLiteralEC1F78FD1B1ED4270616C86AC5F060C76454B471;
IL2CPP_EXTERN_C String_t* _stringLiteralEC8A92ECEE1C61F167081A15453BFB0102DD0DF3;
IL2CPP_EXTERN_C String_t* _stringLiteralEDFBE774D07FEF0E86FBB029261CD370F5EFD9E7;
IL2CPP_EXTERN_C String_t* _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123;
IL2CPP_EXTERN_C String_t* _stringLiteralF019334BB53F61BB46F9F801915054829CCB3E82;
IL2CPP_EXTERN_C String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F;
IL2CPP_EXTERN_C String_t* _stringLiteralF1FED6EF5E019C661C77B1DB161B69169FA467AC;
IL2CPP_EXTERN_C String_t* _stringLiteralF24CF99E96113662C653A0A7A521BF07D7A516B9;
IL2CPP_EXTERN_C String_t* _stringLiteralF2F6389D1A4A4791476CE96AFAE0E94690838A1A;
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
IL2CPP_EXTERN_C String_t* _stringLiteralF34548F06963977CEEA237DAE5E24FA1246BD908;
IL2CPP_EXTERN_C String_t* _stringLiteralF367438563573F786E99C78FE6BB81EECCEC1085;
IL2CPP_EXTERN_C String_t* _stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7;
IL2CPP_EXTERN_C String_t* _stringLiteralF88F3BC110B17C96C0857A9DD4115004A7A4BDC8;
IL2CPP_EXTERN_C String_t* _stringLiteralFEC5F94EEF090E85867493394092E5DE8BF859D3;
IL2CPP_EXTERN_C const RuntimeMethod* Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CommonAce_ConvertType_mDA190F90AEF6B8062A4DBF267911E01B6170B417_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CommonAce__ctor_m29D7F1CFA59F87AB1F1A5641F6D7FF3B7AAF4E8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CommonAcl_GetAceFlags_mB5D83E182296FF908C2F25FCB929B2A4A28D8FA2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CommonAcl_RemoveAces_TisGenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA_m52CE29FDEF568206C06FE0563310DBA4C7E5D4B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CommonAcl_RequireCanonicity_mA2ABFA121BBC18DB45B43FB14FB25E1BF3A3B183_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CommonAcl_set_Item_m5E7FFFCBE7AAA4D8634C7EDC10823C1FB27CEA3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CommonSecurityDescriptor_CheckAclConsistency_m3161D6B255101538520D33914F1012F0D7BB2061_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CommonSecurityDescriptor_Init_m48860643BC35B871C51BC0D317A62CBF5C42F851_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DiscretionaryAcl_GetAceQualifier_m00B36218A4580D068EFD0FA20B3C360083538579_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventHandler_1_Invoke_m14375BE57616E7AE2D6D258E09CE89856005305D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GenericAce_CreateFromBinaryForm_m9350031471C5CD0D91CB2501CC8C2D70B9B7A02A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GenericAce__ctor_m6199BD9639066D422704C6F09A9F67EA7177FC32_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GenericAce__ctor_mDE95FD169B11D5B81FA247086D91EB00851CB42A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m0449D396E56C02B54DC580D843A31B254583FCE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m12F6228E5254FDEB30600445713B6694082358D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m31C60F34F4D857ED06C8A6C1B0CC4C918F0F8674_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m84BFFBE17034415D6777D75EEA8FC08579956CEF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m917BD524246AE07B85994761733791695631662C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m9CE383F0AD6CFD16107A80D4A4CF93D593B87316_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_m05AF97C6C7AA6B0606757F3B3A49F95DA652A56E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_m21987C9AE717D0F789B32C75A11BB0C95EC5CA1E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_m9C08B2F46A9C6341CB5638E303466D0F3F2CA45A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_mA8C93F1F7084CE87BBDB8B21A8C3150A2E51521D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_mB8EBE6B3140C4D78EE2DF3F7D8356613A9D3CBA1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_mF93A09E07BED4F405182C55CB3BDBFD40E539DDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m32D9E0C35E7CEB5E814E7B58072FA144E475CF0A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m33F9EB5F27514C07B825941EB7CAC61F40A66A8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m5C06A0A5A34060BE13F097F7DEC45CC40A946006_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m7B093C8CBD5EB15804418528B695E5770F9F7CDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m9D45CD85CEEE349148BADBD5F71559ED1572AD8A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Item_m7B500BF0174C0022A3640EF28C8073785B51C086_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Item_mC6769FA8DE3006C896635E2968EFC1808266F0D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m220585D0CD917FCC4803EA75B4546432400E08EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8B99C3701CFCC899DBDF5C0A4D5A1513E7C9341E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_m77751034BB3A419B9DEF628B0A0F3F5020ABF4A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Reverse_m084236AFEFCAB20C24D5EA26B04AB0731D9A8C17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m24F99552D5E83E9A8EF7EB22E346D97C063E86CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m534F6D996605B0739761E25FA7A92CC53C1B1EDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA08C802E7E05B23AD01A4A1B0F070F4F8674079_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mFBB7F821AAC1F0F68A578448DD892C8F1D7CC7D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectHolderList_EnlargeArray_mB292C8EA578152793743F1F5F0B6BE56A3D726D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectIDGenerator_GetId_m7FD6BCE1EF50077CE7F0B5DAF954B84AB137627D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectIDGenerator_HasId_m458D522E85FEEDDBEC01CADF8AA67310A54866F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectIDGenerator_Rehash_m9E8755018CCAE45A1ABA6EC675479C42A05DC89A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_DoFixups_mBB082B5973C7972C465B33A3CCB3B4F7724B552E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_FixupSpecialObject_mA11ACC941A6554F3F5707FBE4061523E08FFC1FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_GetObject_mF6E8F9B8CE9253DAAD5D42AE0DC2027C4BE25BFB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_RecordArrayElementFixup_m7CD50372A084D707E13A5FD8A69BE7D097D33517_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_RecordDelayedFixup_mBD59AEB4BD952A269F8C713F1B5BC543D2EC60A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_RecordFixup_mC61C6E8F9B0B033E14D6336DF7042EFE9C81A9F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectManager_ResolveObjectReference_m90EF800476089742D85776D1EA32EBB03A34278E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RemoveAcesCallback_1__ctor_mA004514FDA32CDF8B08FBD3B8383F9C9C0F76AA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetEnumValues_mED79D55C2796E8D4487DFB914A81EB82CC737004_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* ArgIterator_tCF0D2A1A1BD140821E37286E2D7AC6267479F855_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ContextBoundObject_tB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Delegate_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IntPtr_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* List_1_t1DE2798BA3743A4EC617029480011B4D301F319B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* MonoField_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* MonoMethod_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnSerializedAttribute_tCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeArgumentHandle_t6118B2666F632AA0A554B476D9A447ACDBF08C46_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeArray_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UIntPtr_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t BinaryCompatibility__cctor_m93D7345ABCD06B452C984790479C07F62E12089B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAce_ConvertType_mDA190F90AEF6B8062A4DBF267911E01B6170B417_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAce__ctor_m29D7F1CFA59F87AB1F1A5641F6D7FF3B7AAF4E8C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_AddAceGetQualifiedAce_mDFFBD5E4FB18BAEB2B965358AE9C98E7CE1148E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_ApplyCanonicalSortToExplicitAces_m33CC63406F58065CF6919096F67FC8F33F82F9A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_CanonicalizeAndClearAefa_mADC0D5F9E15496E22A4A9ACA1035306B6134E644_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_CopyAce_m0ACA9157FD841CF80B497F99B786AEF713C1C641_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_GetAceFlags_mB5D83E182296FF908C2F25FCB929B2A4A28D8FA2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_GetCanonicalExplicitDenyAceCount_m6597DAAA78F85396B213FEEC871DD24BD778263F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_GetObjectAceTypeGuids_m0745F7469FD3EF1E07B89314244E9CB65A7EE6E7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_IsAceMeaningless_m04D78F50226DF8F9BDBEF3B590070AF584A2E057_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_MergeExplicitAcePair_m79700C2D6DE1CFF9278C78A936CDCFB24D6BD9E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_RequireCanonicity_mA2ABFA121BBC18DB45B43FB14FB25E1BF3A3B183_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_TestCanonicity_m630F3095C4109A8E686216448C47F6026959FEE0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl__ctor_m0D5CE6B1F3A8579E150B10484B53F0E07473EDFB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl__ctor_m6B2D28C976B178E77C8294BF8595E13AD7F9DD9E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl__ctor_m9645D418BD6073E02B9BBD83D5A5EB040C8A1C51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonAcl_set_Item_m5E7FFFCBE7AAA4D8634C7EDC10823C1FB27CEA3E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonSecurityDescriptor_CheckAclConsistency_m3161D6B255101538520D33914F1012F0D7BB2061_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonSecurityDescriptor_Init_m48860643BC35B871C51BC0D317A62CBF5C42F851_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonSecurityDescriptor__ctor_mCB36E213B7CC9849D26296F9119B479953E21D50_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonSecurityDescriptor_set_DiscretionaryAcl_mF28ADCAB105C646F13024D07BE19EF73B2B91C4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DiscretionaryAcl_GetAceQualifier_m00B36218A4580D068EFD0FA20B3C360083538579_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DiscretionaryAcl_IsAceMeaningless_m2F6D5EE04C08F632ED589614CD6C90800BC562EC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAce_CreateFromBinaryForm_m9350031471C5CD0D91CB2501CC8C2D70B9B7A02A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAce_Equals_mFDAFA45A2F9FA173D0828C05FF0B1E80BF404FC5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAce_GetHashCode_mED7A163C1735B06A290796DCEAE960D6F52E4EEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAce__ctor_m6199BD9639066D422704C6F09A9F67EA7177FC32_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAce__ctor_mDE95FD169B11D5B81FA247086D91EB00851CB42A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAce_op_Equality_m74177533EFFCF807A61750F01AD159BC7AB52C95_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolderList_EnlargeArray_mB292C8EA578152793743F1F5F0B6BE56A3D726D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolderList_GetFixupEnumerator_m08588A8D7F9150BA039A14A5C8692CC5936ABA86_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectHolderList__ctor_m12403A7A5A3F460E1D51AB7A378FFD47ED68119B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectIDGenerator_GetId_m7FD6BCE1EF50077CE7F0B5DAF954B84AB137627D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectIDGenerator_HasId_m458D522E85FEEDDBEC01CADF8AA67310A54866F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectIDGenerator_Rehash_m9E8755018CCAE45A1ABA6EC675479C42A05DC89A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectIDGenerator__cctor_m2EE8186884AD1241FF8B08D7E36AEF9125FCD01D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectIDGenerator__ctor_mD9F36DD4AC2562F8A6883111DEC03695AEF83D8B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_AddObjectHolder_m018504885D2FC2403CC90C1092557D40ABF15DB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_AddOnDeserialization_mCE4961D1A5B85A6373DF03B9FFE313178E1EC1EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_AddOnDeserialized_m36070F3D966B6A0DA8AE5990F5F4B7FCFC7F05E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_DoFixups_mBB082B5973C7972C465B33A3CCB3B4F7724B552E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_DoValueTypeFixup_mC65D4BAF4714AEC2173E5BC47B63A4BA4D7357F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_FindOrCreateObjectHolder_mFAB81D05972F152A1B22F656083D703B45D7F0B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_FixupSpecialObject_mA11ACC941A6554F3F5707FBE4061523E08FFC1FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_GetObject_mF6E8F9B8CE9253DAAD5D42AE0DC2027C4BE25BFB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_RaiseOnDeserializedEvent_m42772A44765F7C311F7BB9685663742B292BD74E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_RaiseOnDeserializingEvent_mC6657622A304FF49362A573E5C7D317CA754B8AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_RecordArrayElementFixup_m7CD50372A084D707E13A5FD8A69BE7D097D33517_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_RecordDelayedFixup_mBD59AEB4BD952A269F8C713F1B5BC543D2EC60A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_RecordFixup_mC61C6E8F9B0B033E14D6336DF7042EFE9C81A9F3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_RegisterString_m7EA5C4CE4DEE8F81021CD64397B370728C87B27B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_ResolveObjectReference_m90EF800476089742D85776D1EA32EBB03A34278E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager__ctor_m332F1ACA2633B436B019BA0AC4F51E292532D2F3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectManager_get_SpecialFixupObjects_m0AF376C0567766BCD952B7903F387D73183F39A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeMethodHandle_ConstructInstantiation_m86D2B7435447EAA7331C6217AF385968791D569A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FormatTypeName_m59B3B6C0997F2F636C6EBDB4B634868BB36FD4BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetConstructorImpl_mA7BE24A891DF3B2D04367B69C7D58C38617F37D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetConstructors_m109BE52B52B4C63B4548E74EC22B591D0BCCBF92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetCustomAttributes_m000FACA54EA21B9CE60055A0EF3D8A288AACDDBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetDefaultMembers_m390B8D47FB9D6E86AFF05B9834336D4B8A806D77_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEnumValues_mED79D55C2796E8D4487DFB914A81EB82CC737004_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEvents_m31AE45CE1F5A8033A3967C2E61E4BC5BB084809D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetFields_m7134BB0A4968080D1F4FF3FC807C0B001945A13C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetGenericArguments_m8E43CC06DC1A7097CB7E5705BAC568B7A50424DD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetHashCode_mE7A730BF14917D356A0EFD9145C4976A447B9B5E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetMethods_mA3C0E2C9110B28047C22CE6A2492E5823D182391_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetNestedTypes_m04009C7748597E89481D7FEFF967ECE982B86977_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetProperties_m40A5860A8810F7AE94A2E7B73B14CC3019CF8578_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetTypeCodeImpl_m4C05C434EC033E17A31B0CE613ED368FAA0BA3FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsAssignableFrom_m8271B531E654A0194C82CB2A282D8D8AD2758B89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsEquivalentTo_m8134B50CD32FD03E5ADEB925FC40231A34F1118E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsSpecialSerializableType_m531BB860EC93F0248F0D013EC176FE337E94A72E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsValueTypeImpl_m3060BE160C62B967DD2CE94D170F662EE47CEEBD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_MakePointerType_m0AE1F85FA80545E0FB899DD5A1E954062E0D3CF2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType__cctor_m2EAEF6E373ED5F6ABA378F7A52A2812E36BEC496_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_get_FullName_m1193D837BC68033EACFA14C1CE399300F19096B3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_get_GUID_m062C22D7640B126A5B3C832B0F895FB6B23D2897_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_get_IsEnum_mC14D5D5AAE6FC3A7418D79D30CADB62EE07C905E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager_CompleteDeserialization_mC041209DDA3C3D765E7045DCA34682108858E3B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager_CompleteSerialization_mC577DAFEBD7AA3E14807DCA75864D835475231CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager_OnDeserialized_mFF500D6C8A9C7C058BF42FD256A54D7D53450938_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager_System_Runtime_Serialization_IObjectReference_GetRealObject_m2BC90F983CD9F11E58BEBADFF14880890524510B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager_System_Runtime_Serialization_ISerializable_GetObjectData_mED0E65908FFAD4A5E6A1D26CA0A210FCF828D995_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager__ctor_mA7F7A11473E650A9B45525BF99AD65ED991E48CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEventHandler_BeginInvoke_m140A72D2E01E9107E0F2FACFC8CBEE9130B17808_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEventsCache__cctor_m418D864822B9A38B4A4610CCAA3CE52DCC990E5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_AddOnDeserialized_mE2F40EFC894379A1619142E849F06A848C0029BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_InvokeOnDeserializing_mDB3CA1550BB4B43830409F402E4C7AE6265671ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents__ctor_m465833D124EE42F097421B325F909C504D3D7C0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationException__cctor_mF1BFF0C24C11C61B811BAF246522AAE4CF9988F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationFieldInfo_InternalGetValue_m0415259F9E51640D6045418B670F2D89825F34B5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationFieldInfo_InternalSetValue_m7B91C46078AA4ACCFA7D973078D409610CD80104_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationFieldInfo__ctor_m1A8B6A31CCEC4966A15DD4F95AB36F20FCBA943E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m00E7A843A1BB398AAC059B357DF478692285D305_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m4877E7BAFE436B280EE47F9C67F62307908413FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetSingle_m8AEE647D41D4C89D5331F2E3EBF17213284EE28D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationObjectManager_RegisterObject_m4D04D80712661D02B1BAE41361A97F2DD26A1695_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationObjectManager__ctor_m8DD33BF17C11FD16B14FB99A35D662326CA839AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_com_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_MetadataUsageId;
struct Assembly_t_marshaled_com;
struct Assembly_t_marshaled_pinvoke;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034;;
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke;
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke;;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E;
struct EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C;
struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE;
struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6;
struct MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914;
struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B;
struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694;
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA;
struct PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E;
struct RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E;
struct RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5;
struct RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA;
struct RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F;
struct RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA;
struct FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641;
struct ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202;
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
struct Il2CppArrayBounds;
// System.Array
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
{
public:
public:
};
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___entries_1)); }
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___keys_7)); }
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___values_8)); }
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * get_values_8() const { return ___values_8; }
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Reflection.MethodBase>
struct List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B, ____items_1)); }
inline MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* get__items_1() const { return ____items_1; }
inline MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_StaticFields, ____emptyArray_5)); }
inline MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* get__emptyArray_5() const { return ____emptyArray_5; }
inline MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Reflection.MethodInfo>
struct List_1_t8693F442D94ED2E09D894940915C961D2F63C69B : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B, ____items_1)); }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get__items_1() const { return ____items_1; }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_StaticFields, ____emptyArray_5)); }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get__emptyArray_5() const { return ____emptyArray_5; }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.RuntimeType>
struct List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621, ____items_1)); }
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* get__items_1() const { return ____items_1; }
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621_StaticFields, ____emptyArray_5)); }
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* get__emptyArray_5() const { return ____emptyArray_5; }
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 : public RuntimeObject
{
public:
// System.Object[] System.Collections.Stack::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Stack::_size
int32_t ____size_1;
// System.Int32 System.Collections.Stack::_version
int32_t ____version_2;
// System.Object System.Collections.Stack::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.CompatibilitySwitches
struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91 : public RuntimeObject
{
public:
public:
};
struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields
{
public:
// System.Boolean System.CompatibilitySwitches::IsAppEarlierThanSilverlight4
bool ___IsAppEarlierThanSilverlight4_0;
// System.Boolean System.CompatibilitySwitches::IsAppEarlierThanWindowsPhone8
bool ___IsAppEarlierThanWindowsPhone8_1;
public:
inline static int32_t get_offset_of_IsAppEarlierThanSilverlight4_0() { return static_cast<int32_t>(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanSilverlight4_0)); }
inline bool get_IsAppEarlierThanSilverlight4_0() const { return ___IsAppEarlierThanSilverlight4_0; }
inline bool* get_address_of_IsAppEarlierThanSilverlight4_0() { return &___IsAppEarlierThanSilverlight4_0; }
inline void set_IsAppEarlierThanSilverlight4_0(bool value)
{
___IsAppEarlierThanSilverlight4_0 = value;
}
inline static int32_t get_offset_of_IsAppEarlierThanWindowsPhone8_1() { return static_cast<int32_t>(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanWindowsPhone8_1)); }
inline bool get_IsAppEarlierThanWindowsPhone8_1() const { return ___IsAppEarlierThanWindowsPhone8_1; }
inline bool* get_address_of_IsAppEarlierThanWindowsPhone8_1() { return &___IsAppEarlierThanWindowsPhone8_1; }
inline void set_IsAppEarlierThanWindowsPhone8_1(bool value)
{
___IsAppEarlierThanWindowsPhone8_1 = value;
}
};
// System.Empty
struct Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 : public RuntimeObject
{
public:
public:
};
struct Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_StaticFields
{
public:
// System.Empty System.Empty::Value
Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_StaticFields, ___Value_0)); }
inline Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * get_Value_0() const { return ___Value_0; }
inline Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 ** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EmptyArray`1<System.Object>
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26 : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields, ___Value_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_Value_0() const { return ___Value_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EmptyArray`1<System.Reflection.MemberInfo>
struct EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_StaticFields, ___Value_0)); }
inline MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* get_Value_0() const { return ___Value_0; }
inline MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EmptyArray`1<System.Type>
struct EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_StaticFields, ___Value_0)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_Value_0() const { return ___Value_0; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public:
public:
};
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public:
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
}
};
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D : public RuntimeObject
{
public:
// System.String System.MonoTypeInfo::full_name
String_t* ___full_name_0;
// System.Reflection.MonoCMethod System.MonoTypeInfo::default_ctor
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * ___default_ctor_1;
public:
inline static int32_t get_offset_of_full_name_0() { return static_cast<int32_t>(offsetof(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D, ___full_name_0)); }
inline String_t* get_full_name_0() const { return ___full_name_0; }
inline String_t** get_address_of_full_name_0() { return &___full_name_0; }
inline void set_full_name_0(String_t* value)
{
___full_name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___full_name_0), (void*)value);
}
inline static int32_t get_offset_of_default_ctor_1() { return static_cast<int32_t>(offsetof(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D, ___default_ctor_1)); }
inline MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * get_default_ctor_1() const { return ___default_ctor_1; }
inline MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 ** get_address_of_default_ctor_1() { return &___default_ctor_1; }
inline void set_default_ctor_1(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * value)
{
___default_ctor_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_ctor_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_pinvoke
{
char* ___full_name_0;
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * ___default_ctor_1;
};
// Native definition for COM marshalling of System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_com
{
Il2CppChar* ___full_name_0;
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * ___default_ctor_1;
};
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject
{
public:
public:
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.FixupHolder
struct FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 : public RuntimeObject
{
public:
// System.Int64 System.Runtime.Serialization.FixupHolder::m_id
int64_t ___m_id_0;
// System.Object System.Runtime.Serialization.FixupHolder::m_fixupInfo
RuntimeObject * ___m_fixupInfo_1;
// System.Int32 System.Runtime.Serialization.FixupHolder::m_fixupType
int32_t ___m_fixupType_2;
public:
inline static int32_t get_offset_of_m_id_0() { return static_cast<int32_t>(offsetof(FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117, ___m_id_0)); }
inline int64_t get_m_id_0() const { return ___m_id_0; }
inline int64_t* get_address_of_m_id_0() { return &___m_id_0; }
inline void set_m_id_0(int64_t value)
{
___m_id_0 = value;
}
inline static int32_t get_offset_of_m_fixupInfo_1() { return static_cast<int32_t>(offsetof(FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117, ___m_fixupInfo_1)); }
inline RuntimeObject * get_m_fixupInfo_1() const { return ___m_fixupInfo_1; }
inline RuntimeObject ** get_address_of_m_fixupInfo_1() { return &___m_fixupInfo_1; }
inline void set_m_fixupInfo_1(RuntimeObject * value)
{
___m_fixupInfo_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fixupInfo_1), (void*)value);
}
inline static int32_t get_offset_of_m_fixupType_2() { return static_cast<int32_t>(offsetof(FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117, ___m_fixupType_2)); }
inline int32_t get_m_fixupType_2() const { return ___m_fixupType_2; }
inline int32_t* get_address_of_m_fixupType_2() { return &___m_fixupType_2; }
inline void set_m_fixupType_2(int32_t value)
{
___m_fixupType_2 = value;
}
};
// System.Runtime.Serialization.FixupHolderList
struct FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A : public RuntimeObject
{
public:
// System.Runtime.Serialization.FixupHolder[] System.Runtime.Serialization.FixupHolderList::m_values
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* ___m_values_0;
// System.Int32 System.Runtime.Serialization.FixupHolderList::m_count
int32_t ___m_count_1;
public:
inline static int32_t get_offset_of_m_values_0() { return static_cast<int32_t>(offsetof(FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A, ___m_values_0)); }
inline FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* get_m_values_0() const { return ___m_values_0; }
inline FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641** get_address_of_m_values_0() { return &___m_values_0; }
inline void set_m_values_0(FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* value)
{
___m_values_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_values_0), (void*)value);
}
inline static int32_t get_offset_of_m_count_1() { return static_cast<int32_t>(offsetof(FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A, ___m_count_1)); }
inline int32_t get_m_count_1() const { return ___m_count_1; }
inline int32_t* get_address_of_m_count_1() { return &___m_count_1; }
inline void set_m_count_1(int32_t value)
{
___m_count_1 = value;
}
};
// System.Runtime.Serialization.LongList
struct LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF : public RuntimeObject
{
public:
// System.Int64[] System.Runtime.Serialization.LongList::m_values
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ___m_values_0;
// System.Int32 System.Runtime.Serialization.LongList::m_count
int32_t ___m_count_1;
// System.Int32 System.Runtime.Serialization.LongList::m_totalItems
int32_t ___m_totalItems_2;
// System.Int32 System.Runtime.Serialization.LongList::m_currentItem
int32_t ___m_currentItem_3;
public:
inline static int32_t get_offset_of_m_values_0() { return static_cast<int32_t>(offsetof(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF, ___m_values_0)); }
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* get_m_values_0() const { return ___m_values_0; }
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F** get_address_of_m_values_0() { return &___m_values_0; }
inline void set_m_values_0(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* value)
{
___m_values_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_values_0), (void*)value);
}
inline static int32_t get_offset_of_m_count_1() { return static_cast<int32_t>(offsetof(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF, ___m_count_1)); }
inline int32_t get_m_count_1() const { return ___m_count_1; }
inline int32_t* get_address_of_m_count_1() { return &___m_count_1; }
inline void set_m_count_1(int32_t value)
{
___m_count_1 = value;
}
inline static int32_t get_offset_of_m_totalItems_2() { return static_cast<int32_t>(offsetof(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF, ___m_totalItems_2)); }
inline int32_t get_m_totalItems_2() const { return ___m_totalItems_2; }
inline int32_t* get_address_of_m_totalItems_2() { return &___m_totalItems_2; }
inline void set_m_totalItems_2(int32_t value)
{
___m_totalItems_2 = value;
}
inline static int32_t get_offset_of_m_currentItem_3() { return static_cast<int32_t>(offsetof(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF, ___m_currentItem_3)); }
inline int32_t get_m_currentItem_3() const { return ___m_currentItem_3; }
inline int32_t* get_address_of_m_currentItem_3() { return &___m_currentItem_3; }
inline void set_m_currentItem_3(int32_t value)
{
___m_currentItem_3 = value;
}
};
// System.Runtime.Serialization.ObjectHolder
struct ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 : public RuntimeObject
{
public:
// System.Object System.Runtime.Serialization.ObjectHolder::m_object
RuntimeObject * ___m_object_0;
// System.Int64 System.Runtime.Serialization.ObjectHolder::m_id
int64_t ___m_id_1;
// System.Int32 System.Runtime.Serialization.ObjectHolder::m_missingElementsRemaining
int32_t ___m_missingElementsRemaining_2;
// System.Int32 System.Runtime.Serialization.ObjectHolder::m_missingDecendents
int32_t ___m_missingDecendents_3;
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.ObjectHolder::m_serInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___m_serInfo_4;
// System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ObjectHolder::m_surrogate
RuntimeObject* ___m_surrogate_5;
// System.Runtime.Serialization.FixupHolderList System.Runtime.Serialization.ObjectHolder::m_missingElements
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * ___m_missingElements_6;
// System.Runtime.Serialization.LongList System.Runtime.Serialization.ObjectHolder::m_dependentObjects
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ___m_dependentObjects_7;
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectHolder::m_next
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___m_next_8;
// System.Int32 System.Runtime.Serialization.ObjectHolder::m_flags
int32_t ___m_flags_9;
// System.Boolean System.Runtime.Serialization.ObjectHolder::m_markForFixupWhenAvailable
bool ___m_markForFixupWhenAvailable_10;
// System.Runtime.Serialization.ValueTypeFixupInfo System.Runtime.Serialization.ObjectHolder::m_valueFixup
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * ___m_valueFixup_11;
// System.Runtime.Serialization.TypeLoadExceptionHolder System.Runtime.Serialization.ObjectHolder::m_typeLoad
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ___m_typeLoad_12;
// System.Boolean System.Runtime.Serialization.ObjectHolder::m_reachable
bool ___m_reachable_13;
public:
inline static int32_t get_offset_of_m_object_0() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_object_0)); }
inline RuntimeObject * get_m_object_0() const { return ___m_object_0; }
inline RuntimeObject ** get_address_of_m_object_0() { return &___m_object_0; }
inline void set_m_object_0(RuntimeObject * value)
{
___m_object_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_object_0), (void*)value);
}
inline static int32_t get_offset_of_m_id_1() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_id_1)); }
inline int64_t get_m_id_1() const { return ___m_id_1; }
inline int64_t* get_address_of_m_id_1() { return &___m_id_1; }
inline void set_m_id_1(int64_t value)
{
___m_id_1 = value;
}
inline static int32_t get_offset_of_m_missingElementsRemaining_2() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_missingElementsRemaining_2)); }
inline int32_t get_m_missingElementsRemaining_2() const { return ___m_missingElementsRemaining_2; }
inline int32_t* get_address_of_m_missingElementsRemaining_2() { return &___m_missingElementsRemaining_2; }
inline void set_m_missingElementsRemaining_2(int32_t value)
{
___m_missingElementsRemaining_2 = value;
}
inline static int32_t get_offset_of_m_missingDecendents_3() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_missingDecendents_3)); }
inline int32_t get_m_missingDecendents_3() const { return ___m_missingDecendents_3; }
inline int32_t* get_address_of_m_missingDecendents_3() { return &___m_missingDecendents_3; }
inline void set_m_missingDecendents_3(int32_t value)
{
___m_missingDecendents_3 = value;
}
inline static int32_t get_offset_of_m_serInfo_4() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_serInfo_4)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get_m_serInfo_4() const { return ___m_serInfo_4; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of_m_serInfo_4() { return &___m_serInfo_4; }
inline void set_m_serInfo_4(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
___m_serInfo_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_serInfo_4), (void*)value);
}
inline static int32_t get_offset_of_m_surrogate_5() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_surrogate_5)); }
inline RuntimeObject* get_m_surrogate_5() const { return ___m_surrogate_5; }
inline RuntimeObject** get_address_of_m_surrogate_5() { return &___m_surrogate_5; }
inline void set_m_surrogate_5(RuntimeObject* value)
{
___m_surrogate_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_surrogate_5), (void*)value);
}
inline static int32_t get_offset_of_m_missingElements_6() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_missingElements_6)); }
inline FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * get_m_missingElements_6() const { return ___m_missingElements_6; }
inline FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A ** get_address_of_m_missingElements_6() { return &___m_missingElements_6; }
inline void set_m_missingElements_6(FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * value)
{
___m_missingElements_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_missingElements_6), (void*)value);
}
inline static int32_t get_offset_of_m_dependentObjects_7() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_dependentObjects_7)); }
inline LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * get_m_dependentObjects_7() const { return ___m_dependentObjects_7; }
inline LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF ** get_address_of_m_dependentObjects_7() { return &___m_dependentObjects_7; }
inline void set_m_dependentObjects_7(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * value)
{
___m_dependentObjects_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_dependentObjects_7), (void*)value);
}
inline static int32_t get_offset_of_m_next_8() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_next_8)); }
inline ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * get_m_next_8() const { return ___m_next_8; }
inline ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** get_address_of_m_next_8() { return &___m_next_8; }
inline void set_m_next_8(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * value)
{
___m_next_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_next_8), (void*)value);
}
inline static int32_t get_offset_of_m_flags_9() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_flags_9)); }
inline int32_t get_m_flags_9() const { return ___m_flags_9; }
inline int32_t* get_address_of_m_flags_9() { return &___m_flags_9; }
inline void set_m_flags_9(int32_t value)
{
___m_flags_9 = value;
}
inline static int32_t get_offset_of_m_markForFixupWhenAvailable_10() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_markForFixupWhenAvailable_10)); }
inline bool get_m_markForFixupWhenAvailable_10() const { return ___m_markForFixupWhenAvailable_10; }
inline bool* get_address_of_m_markForFixupWhenAvailable_10() { return &___m_markForFixupWhenAvailable_10; }
inline void set_m_markForFixupWhenAvailable_10(bool value)
{
___m_markForFixupWhenAvailable_10 = value;
}
inline static int32_t get_offset_of_m_valueFixup_11() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_valueFixup_11)); }
inline ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * get_m_valueFixup_11() const { return ___m_valueFixup_11; }
inline ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC ** get_address_of_m_valueFixup_11() { return &___m_valueFixup_11; }
inline void set_m_valueFixup_11(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * value)
{
___m_valueFixup_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_valueFixup_11), (void*)value);
}
inline static int32_t get_offset_of_m_typeLoad_12() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_typeLoad_12)); }
inline TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * get_m_typeLoad_12() const { return ___m_typeLoad_12; }
inline TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 ** get_address_of_m_typeLoad_12() { return &___m_typeLoad_12; }
inline void set_m_typeLoad_12(TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * value)
{
___m_typeLoad_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_typeLoad_12), (void*)value);
}
inline static int32_t get_offset_of_m_reachable_13() { return static_cast<int32_t>(offsetof(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942, ___m_reachable_13)); }
inline bool get_m_reachable_13() const { return ___m_reachable_13; }
inline bool* get_address_of_m_reachable_13() { return &___m_reachable_13; }
inline void set_m_reachable_13(bool value)
{
___m_reachable_13 = value;
}
};
// System.Runtime.Serialization.ObjectHolderList
struct ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 : public RuntimeObject
{
public:
// System.Runtime.Serialization.ObjectHolder[] System.Runtime.Serialization.ObjectHolderList::m_values
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* ___m_values_0;
// System.Int32 System.Runtime.Serialization.ObjectHolderList::m_count
int32_t ___m_count_1;
public:
inline static int32_t get_offset_of_m_values_0() { return static_cast<int32_t>(offsetof(ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7, ___m_values_0)); }
inline ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* get_m_values_0() const { return ___m_values_0; }
inline ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202** get_address_of_m_values_0() { return &___m_values_0; }
inline void set_m_values_0(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* value)
{
___m_values_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_values_0), (void*)value);
}
inline static int32_t get_offset_of_m_count_1() { return static_cast<int32_t>(offsetof(ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7, ___m_count_1)); }
inline int32_t get_m_count_1() const { return ___m_count_1; }
inline int32_t* get_address_of_m_count_1() { return &___m_count_1; }
inline void set_m_count_1(int32_t value)
{
___m_count_1 = value;
}
};
// System.Runtime.Serialization.ObjectHolderListEnumerator
struct ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF : public RuntimeObject
{
public:
// System.Boolean System.Runtime.Serialization.ObjectHolderListEnumerator::m_isFixupEnumerator
bool ___m_isFixupEnumerator_0;
// System.Runtime.Serialization.ObjectHolderList System.Runtime.Serialization.ObjectHolderListEnumerator::m_list
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * ___m_list_1;
// System.Int32 System.Runtime.Serialization.ObjectHolderListEnumerator::m_startingVersion
int32_t ___m_startingVersion_2;
// System.Int32 System.Runtime.Serialization.ObjectHolderListEnumerator::m_currPos
int32_t ___m_currPos_3;
public:
inline static int32_t get_offset_of_m_isFixupEnumerator_0() { return static_cast<int32_t>(offsetof(ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF, ___m_isFixupEnumerator_0)); }
inline bool get_m_isFixupEnumerator_0() const { return ___m_isFixupEnumerator_0; }
inline bool* get_address_of_m_isFixupEnumerator_0() { return &___m_isFixupEnumerator_0; }
inline void set_m_isFixupEnumerator_0(bool value)
{
___m_isFixupEnumerator_0 = value;
}
inline static int32_t get_offset_of_m_list_1() { return static_cast<int32_t>(offsetof(ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF, ___m_list_1)); }
inline ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * get_m_list_1() const { return ___m_list_1; }
inline ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 ** get_address_of_m_list_1() { return &___m_list_1; }
inline void set_m_list_1(ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * value)
{
___m_list_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_list_1), (void*)value);
}
inline static int32_t get_offset_of_m_startingVersion_2() { return static_cast<int32_t>(offsetof(ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF, ___m_startingVersion_2)); }
inline int32_t get_m_startingVersion_2() const { return ___m_startingVersion_2; }
inline int32_t* get_address_of_m_startingVersion_2() { return &___m_startingVersion_2; }
inline void set_m_startingVersion_2(int32_t value)
{
___m_startingVersion_2 = value;
}
inline static int32_t get_offset_of_m_currPos_3() { return static_cast<int32_t>(offsetof(ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF, ___m_currPos_3)); }
inline int32_t get_m_currPos_3() const { return ___m_currPos_3; }
inline int32_t* get_address_of_m_currPos_3() { return &___m_currPos_3; }
inline void set_m_currPos_3(int32_t value)
{
___m_currPos_3 = value;
}
};
// System.Runtime.Serialization.ObjectIDGenerator
struct ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.ObjectIDGenerator::m_currentCount
int32_t ___m_currentCount_0;
// System.Int32 System.Runtime.Serialization.ObjectIDGenerator::m_currentSize
int32_t ___m_currentSize_1;
// System.Int64[] System.Runtime.Serialization.ObjectIDGenerator::m_ids
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ___m_ids_2;
// System.Object[] System.Runtime.Serialization.ObjectIDGenerator::m_objs
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_objs_3;
public:
inline static int32_t get_offset_of_m_currentCount_0() { return static_cast<int32_t>(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_currentCount_0)); }
inline int32_t get_m_currentCount_0() const { return ___m_currentCount_0; }
inline int32_t* get_address_of_m_currentCount_0() { return &___m_currentCount_0; }
inline void set_m_currentCount_0(int32_t value)
{
___m_currentCount_0 = value;
}
inline static int32_t get_offset_of_m_currentSize_1() { return static_cast<int32_t>(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_currentSize_1)); }
inline int32_t get_m_currentSize_1() const { return ___m_currentSize_1; }
inline int32_t* get_address_of_m_currentSize_1() { return &___m_currentSize_1; }
inline void set_m_currentSize_1(int32_t value)
{
___m_currentSize_1 = value;
}
inline static int32_t get_offset_of_m_ids_2() { return static_cast<int32_t>(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_ids_2)); }
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* get_m_ids_2() const { return ___m_ids_2; }
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F** get_address_of_m_ids_2() { return &___m_ids_2; }
inline void set_m_ids_2(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* value)
{
___m_ids_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ids_2), (void*)value);
}
inline static int32_t get_offset_of_m_objs_3() { return static_cast<int32_t>(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_objs_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_objs_3() const { return ___m_objs_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_objs_3() { return &___m_objs_3; }
inline void set_m_objs_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_objs_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_objs_3), (void*)value);
}
};
struct ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields
{
public:
// System.Int32[] System.Runtime.Serialization.ObjectIDGenerator::sizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sizes_4;
public:
inline static int32_t get_offset_of_sizes_4() { return static_cast<int32_t>(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields, ___sizes_4)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_sizes_4() const { return ___sizes_4; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_sizes_4() { return &___sizes_4; }
inline void set_sizes_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___sizes_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sizes_4), (void*)value);
}
};
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 : public RuntimeObject
{
public:
// System.Collections.Generic.IList`1<System.Object> System.Runtime.Serialization.SafeSerializationManager::m_serializedStates
RuntimeObject* ___m_serializedStates_0;
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.SafeSerializationManager::m_savedSerializationInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___m_savedSerializationInfo_1;
// System.Object System.Runtime.Serialization.SafeSerializationManager::m_realObject
RuntimeObject * ___m_realObject_2;
// System.RuntimeType System.Runtime.Serialization.SafeSerializationManager::m_realType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___m_realType_3;
// System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs> System.Runtime.Serialization.SafeSerializationManager::SerializeObjectState
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * ___SerializeObjectState_4;
public:
inline static int32_t get_offset_of_m_serializedStates_0() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_serializedStates_0)); }
inline RuntimeObject* get_m_serializedStates_0() const { return ___m_serializedStates_0; }
inline RuntimeObject** get_address_of_m_serializedStates_0() { return &___m_serializedStates_0; }
inline void set_m_serializedStates_0(RuntimeObject* value)
{
___m_serializedStates_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_serializedStates_0), (void*)value);
}
inline static int32_t get_offset_of_m_savedSerializationInfo_1() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_savedSerializationInfo_1)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get_m_savedSerializationInfo_1() const { return ___m_savedSerializationInfo_1; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of_m_savedSerializationInfo_1() { return &___m_savedSerializationInfo_1; }
inline void set_m_savedSerializationInfo_1(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
___m_savedSerializationInfo_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_savedSerializationInfo_1), (void*)value);
}
inline static int32_t get_offset_of_m_realObject_2() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_realObject_2)); }
inline RuntimeObject * get_m_realObject_2() const { return ___m_realObject_2; }
inline RuntimeObject ** get_address_of_m_realObject_2() { return &___m_realObject_2; }
inline void set_m_realObject_2(RuntimeObject * value)
{
___m_realObject_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_realObject_2), (void*)value);
}
inline static int32_t get_offset_of_m_realType_3() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_realType_3)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_m_realType_3() const { return ___m_realType_3; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_m_realType_3() { return &___m_realType_3; }
inline void set_m_realType_3(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___m_realType_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_realType_3), (void*)value);
}
inline static int32_t get_offset_of_SerializeObjectState_4() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___SerializeObjectState_4)); }
inline EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * get_SerializeObjectState_4() const { return ___SerializeObjectState_4; }
inline EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 ** get_address_of_SerializeObjectState_4() { return &___SerializeObjectState_4; }
inline void set_SerializeObjectState_4(EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * value)
{
___SerializeObjectState_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___SerializeObjectState_4), (void*)value);
}
};
// System.Runtime.Serialization.SerializationBinder
struct SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.SerializationEvents
struct SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::m_OnSerializingMethods
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * ___m_OnSerializingMethods_0;
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::m_OnSerializedMethods
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * ___m_OnSerializedMethods_1;
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::m_OnDeserializingMethods
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * ___m_OnDeserializingMethods_2;
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::m_OnDeserializedMethods
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * ___m_OnDeserializedMethods_3;
public:
inline static int32_t get_offset_of_m_OnSerializingMethods_0() { return static_cast<int32_t>(offsetof(SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F, ___m_OnSerializingMethods_0)); }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * get_m_OnSerializingMethods_0() const { return ___m_OnSerializingMethods_0; }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B ** get_address_of_m_OnSerializingMethods_0() { return &___m_OnSerializingMethods_0; }
inline void set_m_OnSerializingMethods_0(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * value)
{
___m_OnSerializingMethods_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnSerializingMethods_0), (void*)value);
}
inline static int32_t get_offset_of_m_OnSerializedMethods_1() { return static_cast<int32_t>(offsetof(SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F, ___m_OnSerializedMethods_1)); }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * get_m_OnSerializedMethods_1() const { return ___m_OnSerializedMethods_1; }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B ** get_address_of_m_OnSerializedMethods_1() { return &___m_OnSerializedMethods_1; }
inline void set_m_OnSerializedMethods_1(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * value)
{
___m_OnSerializedMethods_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnSerializedMethods_1), (void*)value);
}
inline static int32_t get_offset_of_m_OnDeserializingMethods_2() { return static_cast<int32_t>(offsetof(SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F, ___m_OnDeserializingMethods_2)); }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * get_m_OnDeserializingMethods_2() const { return ___m_OnDeserializingMethods_2; }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B ** get_address_of_m_OnDeserializingMethods_2() { return &___m_OnDeserializingMethods_2; }
inline void set_m_OnDeserializingMethods_2(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * value)
{
___m_OnDeserializingMethods_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnDeserializingMethods_2), (void*)value);
}
inline static int32_t get_offset_of_m_OnDeserializedMethods_3() { return static_cast<int32_t>(offsetof(SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F, ___m_OnDeserializedMethods_3)); }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * get_m_OnDeserializedMethods_3() const { return ___m_OnDeserializedMethods_3; }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B ** get_address_of_m_OnDeserializedMethods_3() { return &___m_OnDeserializedMethods_3; }
inline void set_m_OnDeserializedMethods_3(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * value)
{
___m_OnDeserializedMethods_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnDeserializedMethods_3), (void*)value);
}
};
// System.Runtime.Serialization.SerializationEventsCache
struct SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227 : public RuntimeObject
{
public:
public:
};
struct SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields
{
public:
// System.Collections.Hashtable System.Runtime.Serialization.SerializationEventsCache::cache
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___cache_0;
public:
inline static int32_t get_offset_of_cache_0() { return static_cast<int32_t>(offsetof(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields, ___cache_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_cache_0() const { return ___cache_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_cache_0() { return &___cache_0; }
inline void set_cache_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___cache_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cache_0), (void*)value);
}
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
public:
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
}
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
}
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
}
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
}
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
inline void set_m_currMember_7(int32_t value)
{
___m_currMember_7 = value;
}
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
inline void set_m_converter_8(RuntimeObject* value)
{
___m_converter_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
}
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
inline void set_m_fullTypeName_9(String_t* value)
{
___m_fullTypeName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
}
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
inline void set_m_assemName_10(String_t* value)
{
___m_assemName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
}
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
inline Type_t * get_objectType_11() const { return ___objectType_11; }
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
inline void set_objectType_11(Type_t * value)
{
___objectType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
inline void set_isFullTypeNameSetExplicit_12(bool value)
{
___isFullTypeNameSetExplicit_12 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
inline void set_isAssemblyNameSetExplicit_13(bool value)
{
___isAssemblyNameSetExplicit_13 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
inline void set_requireSameTokenInPartialTrust_14(bool value)
{
___requireSameTokenInPartialTrust_14 = value;
}
};
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems
int32_t ___m_numItems_3;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem
int32_t ___m_currItem_4;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current
bool ___m_current_5;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value);
}
inline static int32_t get_offset_of_m_numItems_3() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); }
inline int32_t get_m_numItems_3() const { return ___m_numItems_3; }
inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; }
inline void set_m_numItems_3(int32_t value)
{
___m_numItems_3 = value;
}
inline static int32_t get_offset_of_m_currItem_4() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); }
inline int32_t get_m_currItem_4() const { return ___m_currItem_4; }
inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; }
inline void set_m_currItem_4(int32_t value)
{
___m_currItem_4 = value;
}
inline static int32_t get_offset_of_m_current_5() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); }
inline bool get_m_current_5() const { return ___m_current_5; }
inline bool* get_address_of_m_current_5() { return &___m_current_5; }
inline void set_m_current_5(bool value)
{
___m_current_5 = value;
}
};
// System.Runtime.Serialization.SurrogateForCyclicalReference
struct SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45 : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.TypeLoadExceptionHolder
struct TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.TypeLoadExceptionHolder::m_typeName
String_t* ___m_typeName_0;
public:
inline static int32_t get_offset_of_m_typeName_0() { return static_cast<int32_t>(offsetof(TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653, ___m_typeName_0)); }
inline String_t* get_m_typeName_0() const { return ___m_typeName_0; }
inline String_t** get_address_of_m_typeName_0() { return &___m_typeName_0; }
inline void set_m_typeName_0(String_t* value)
{
___m_typeName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_typeName_0), (void*)value);
}
};
// System.Runtime.Serialization.ValueTypeFixupInfo
struct ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC : public RuntimeObject
{
public:
// System.Int64 System.Runtime.Serialization.ValueTypeFixupInfo::m_containerID
int64_t ___m_containerID_0;
// System.Reflection.FieldInfo System.Runtime.Serialization.ValueTypeFixupInfo::m_parentField
FieldInfo_t * ___m_parentField_1;
// System.Int32[] System.Runtime.Serialization.ValueTypeFixupInfo::m_parentIndex
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_parentIndex_2;
public:
inline static int32_t get_offset_of_m_containerID_0() { return static_cast<int32_t>(offsetof(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC, ___m_containerID_0)); }
inline int64_t get_m_containerID_0() const { return ___m_containerID_0; }
inline int64_t* get_address_of_m_containerID_0() { return &___m_containerID_0; }
inline void set_m_containerID_0(int64_t value)
{
___m_containerID_0 = value;
}
inline static int32_t get_offset_of_m_parentField_1() { return static_cast<int32_t>(offsetof(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC, ___m_parentField_1)); }
inline FieldInfo_t * get_m_parentField_1() const { return ___m_parentField_1; }
inline FieldInfo_t ** get_address_of_m_parentField_1() { return &___m_parentField_1; }
inline void set_m_parentField_1(FieldInfo_t * value)
{
___m_parentField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_parentField_1), (void*)value);
}
inline static int32_t get_offset_of_m_parentIndex_2() { return static_cast<int32_t>(offsetof(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC, ___m_parentIndex_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_parentIndex_2() const { return ___m_parentIndex_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_parentIndex_2() { return &___m_parentIndex_2; }
inline void set_m_parentIndex_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___m_parentIndex_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_parentIndex_2), (void*)value);
}
};
// System.Runtime.Versioning.BinaryCompatibility
struct BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8 : public RuntimeObject
{
public:
public:
};
struct BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields
{
public:
// System.Boolean System.Runtime.Versioning.BinaryCompatibility::TargetsAtLeast_Desktop_V4_5
bool ___TargetsAtLeast_Desktop_V4_5_0;
// System.Boolean System.Runtime.Versioning.BinaryCompatibility::TargetsAtLeast_Desktop_V4_5_1
bool ___TargetsAtLeast_Desktop_V4_5_1_1;
public:
inline static int32_t get_offset_of_TargetsAtLeast_Desktop_V4_5_0() { return static_cast<int32_t>(offsetof(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields, ___TargetsAtLeast_Desktop_V4_5_0)); }
inline bool get_TargetsAtLeast_Desktop_V4_5_0() const { return ___TargetsAtLeast_Desktop_V4_5_0; }
inline bool* get_address_of_TargetsAtLeast_Desktop_V4_5_0() { return &___TargetsAtLeast_Desktop_V4_5_0; }
inline void set_TargetsAtLeast_Desktop_V4_5_0(bool value)
{
___TargetsAtLeast_Desktop_V4_5_0 = value;
}
inline static int32_t get_offset_of_TargetsAtLeast_Desktop_V4_5_1_1() { return static_cast<int32_t>(offsetof(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields, ___TargetsAtLeast_Desktop_V4_5_1_1)); }
inline bool get_TargetsAtLeast_Desktop_V4_5_1_1() const { return ___TargetsAtLeast_Desktop_V4_5_1_1; }
inline bool* get_address_of_TargetsAtLeast_Desktop_V4_5_1_1() { return &___TargetsAtLeast_Desktop_V4_5_1_1; }
inline void set_TargetsAtLeast_Desktop_V4_5_1_1(bool value)
{
___TargetsAtLeast_Desktop_V4_5_1_1 = value;
}
};
// System.Security.AccessControl.AceEnumerator
struct AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 : public RuntimeObject
{
public:
// System.Security.AccessControl.GenericAcl System.Security.AccessControl.AceEnumerator::owner
GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * ___owner_0;
// System.Int32 System.Security.AccessControl.AceEnumerator::current
int32_t ___current_1;
public:
inline static int32_t get_offset_of_owner_0() { return static_cast<int32_t>(offsetof(AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7, ___owner_0)); }
inline GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * get_owner_0() const { return ___owner_0; }
inline GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA ** get_address_of_owner_0() { return &___owner_0; }
inline void set_owner_0(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * value)
{
___owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value);
}
inline static int32_t get_offset_of_current_1() { return static_cast<int32_t>(offsetof(AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7, ___current_1)); }
inline int32_t get_current_1() const { return ___current_1; }
inline int32_t* get_address_of_current_1() { return &___current_1; }
inline void set_current_1(int32_t value)
{
___current_1 = value;
}
};
// System.Security.AccessControl.GenericAcl
struct GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA : public RuntimeObject
{
public:
public:
};
struct GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields
{
public:
// System.Byte System.Security.AccessControl.GenericAcl::AclRevision
uint8_t ___AclRevision_0;
// System.Byte System.Security.AccessControl.GenericAcl::AclRevisionDS
uint8_t ___AclRevisionDS_1;
// System.Int32 System.Security.AccessControl.GenericAcl::MaxBinaryLength
int32_t ___MaxBinaryLength_2;
public:
inline static int32_t get_offset_of_AclRevision_0() { return static_cast<int32_t>(offsetof(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields, ___AclRevision_0)); }
inline uint8_t get_AclRevision_0() const { return ___AclRevision_0; }
inline uint8_t* get_address_of_AclRevision_0() { return &___AclRevision_0; }
inline void set_AclRevision_0(uint8_t value)
{
___AclRevision_0 = value;
}
inline static int32_t get_offset_of_AclRevisionDS_1() { return static_cast<int32_t>(offsetof(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields, ___AclRevisionDS_1)); }
inline uint8_t get_AclRevisionDS_1() const { return ___AclRevisionDS_1; }
inline uint8_t* get_address_of_AclRevisionDS_1() { return &___AclRevisionDS_1; }
inline void set_AclRevisionDS_1(uint8_t value)
{
___AclRevisionDS_1 = value;
}
inline static int32_t get_offset_of_MaxBinaryLength_2() { return static_cast<int32_t>(offsetof(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields, ___MaxBinaryLength_2)); }
inline int32_t get_MaxBinaryLength_2() const { return ___MaxBinaryLength_2; }
inline int32_t* get_address_of_MaxBinaryLength_2() { return &___MaxBinaryLength_2; }
inline void set_MaxBinaryLength_2(int32_t value)
{
___MaxBinaryLength_2 = value;
}
};
// System.Security.AccessControl.GenericSecurityDescriptor
struct GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0 : public RuntimeObject
{
public:
public:
};
// System.Security.Principal.IdentityReference
struct IdentityReference_t93D66FB85D4DFA01149E3B74D5D8F989D6AA89B1 : public RuntimeObject
{
public:
public:
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018
struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080
struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614
struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120
struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208
struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130
struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450
struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16
struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162
struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665
struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174
struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20
struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048
struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100
struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212
struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252
struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350
struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382
struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24
struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240
struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262
struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288
struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132
struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320
struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360
struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38
struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096
struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42
struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48
struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52
struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56
struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640
struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72
struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76
struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D82
struct __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B__padding[82];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84
struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94
struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998
struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998];
};
public:
};
// Mono.RuntimeGPtrArrayHandle
struct RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B
{
public:
// Mono.RuntimeStructs_GPtrArray* Mono.RuntimeGPtrArrayHandle::value
GPtrArray_tF87E5C8A87B70EA6C0BFCEDA8F6ED8938C64EC27 * ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B, ___value_0)); }
inline GPtrArray_tF87E5C8A87B70EA6C0BFCEDA8F6ED8938C64EC27 * get_value_0() const { return ___value_0; }
inline GPtrArray_tF87E5C8A87B70EA6C0BFCEDA8F6ED8938C64EC27 ** get_address_of_value_0() { return &___value_0; }
inline void set_value_0(GPtrArray_tF87E5C8A87B70EA6C0BFCEDA8F6ED8938C64EC27 * value)
{
___value_0 = value;
}
};
// Mono.RuntimeGenericParamInfoHandle
struct RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE
{
public:
// Mono.RuntimeStructs_GenericParamInfo* Mono.RuntimeGenericParamInfoHandle::value
GenericParamInfo_tD049532EE8B3EA49C909BB24746C152580AFC73B * ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE, ___value_0)); }
inline GenericParamInfo_tD049532EE8B3EA49C909BB24746C152580AFC73B * get_value_0() const { return ___value_0; }
inline GenericParamInfo_tD049532EE8B3EA49C909BB24746C152580AFC73B ** get_address_of_value_0() { return &___value_0; }
inline void set_value_0(GenericParamInfo_tD049532EE8B3EA49C909BB24746C152580AFC73B * value)
{
___value_0 = value;
}
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.Object>
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RuntimeObject * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___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_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
inline RuntimeObject * get_current_3() const { return ___current_3; }
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RuntimeObject * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.Reflection.MethodInfo>
struct Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
MethodInfo_t * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08, ___list_0)); }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * get_list_0() const { return ___list_0; }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08, ___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_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08, ___current_3)); }
inline MethodInfo_t * get_current_3() const { return ___current_3; }
inline MethodInfo_t ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(MethodInfo_t * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
// System.Decimal
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearPositiveZero_13 = value;
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.Guid
struct Guid_t
{
public:
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
public:
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
inline int32_t get__a_1() const { return ____a_1; }
inline int32_t* get_address_of__a_1() { return &____a_1; }
inline void set__a_1(int32_t value)
{
____a_1 = value;
}
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
inline int16_t get__b_2() const { return ____b_2; }
inline int16_t* get_address_of__b_2() { return &____b_2; }
inline void set__b_2(int16_t value)
{
____b_2 = value;
}
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
inline int16_t get__c_3() const { return ____c_3; }
inline int16_t* get_address_of__c_3() { return &____c_3; }
inline void set__c_3(int16_t value)
{
____c_3 = value;
}
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
inline uint8_t get__d_4() const { return ____d_4; }
inline uint8_t* get_address_of__d_4() { return &____d_4; }
inline void set__d_4(uint8_t value)
{
____d_4 = value;
}
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
inline uint8_t get__e_5() const { return ____e_5; }
inline uint8_t* get_address_of__e_5() { return &____e_5; }
inline void set__e_5(uint8_t value)
{
____e_5 = value;
}
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
inline uint8_t get__f_6() const { return ____f_6; }
inline uint8_t* get_address_of__f_6() { return &____f_6; }
inline void set__f_6(uint8_t value)
{
____f_6 = value;
}
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
inline uint8_t get__g_7() const { return ____g_7; }
inline uint8_t* get_address_of__g_7() { return &____g_7; }
inline void set__g_7(uint8_t value)
{
____g_7 = value;
}
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
inline uint8_t get__h_8() const { return ____h_8; }
inline uint8_t* get_address_of__h_8() { return &____h_8; }
inline void set__h_8(uint8_t value)
{
____h_8 = value;
}
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
inline uint8_t get__i_9() const { return ____i_9; }
inline uint8_t* get_address_of__i_9() { return &____i_9; }
inline void set__i_9(uint8_t value)
{
____i_9 = value;
}
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
inline uint8_t get__j_10() const { return ____j_10; }
inline uint8_t* get_address_of__j_10() { return &____j_10; }
inline void set__j_10(uint8_t value)
{
____j_10 = value;
}
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
inline uint8_t get__k_11() const { return ____k_11; }
inline uint8_t* get_address_of__k_11() { return &____k_11; }
inline void set__k_11(uint8_t value)
{
____k_11 = value;
}
};
struct Guid_t_StaticFields
{
public:
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
// System.Object System.Guid::_rngAccess
RuntimeObject * ____rngAccess_12;
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
inline Guid_t get_Empty_0() const { return ___Empty_0; }
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(Guid_t value)
{
___Empty_0 = value;
}
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
inline void set__rngAccess_12(RuntimeObject * value)
{
____rngAccess_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
}
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
}
};
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(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<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.Reflection.DefaultMemberAttribute
struct DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.DefaultMemberAttribute::m_memberName
String_t* ___m_memberName_0;
public:
inline static int32_t get_offset_of_m_memberName_0() { return static_cast<int32_t>(offsetof(DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731, ___m_memberName_0)); }
inline String_t* get_m_memberName_0() const { return ___m_memberName_0; }
inline String_t** get_address_of_m_memberName_0() { return &___m_memberName_0; }
inline void set_m_memberName_0(String_t* value)
{
___m_memberName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_memberName_0), (void*)value);
}
};
// System.Reflection.EventInfo
struct EventInfo_t : public MemberInfo_t
{
public:
// System.Reflection.EventInfo_AddEventAdapter System.Reflection.EventInfo::cached_add_event
AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * ___cached_add_event_0;
public:
inline static int32_t get_offset_of_cached_add_event_0() { return static_cast<int32_t>(offsetof(EventInfo_t, ___cached_add_event_0)); }
inline AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * get_cached_add_event_0() const { return ___cached_add_event_0; }
inline AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; }
inline void set_cached_add_event_0(AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * value)
{
___cached_add_event_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_add_event_0), (void*)value);
}
};
// System.Reflection.FieldInfo
struct FieldInfo_t : public MemberInfo_t
{
public:
public:
};
// System.Reflection.InterfaceMapping
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B
{
public:
// System.Type System.Reflection.InterfaceMapping::TargetType
Type_t * ___TargetType_0;
// System.Type System.Reflection.InterfaceMapping::InterfaceType
Type_t * ___InterfaceType_1;
// System.Reflection.MethodInfo[] System.Reflection.InterfaceMapping::TargetMethods
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
// System.Reflection.MethodInfo[] System.Reflection.InterfaceMapping::InterfaceMethods
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
public:
inline static int32_t get_offset_of_TargetType_0() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___TargetType_0)); }
inline Type_t * get_TargetType_0() const { return ___TargetType_0; }
inline Type_t ** get_address_of_TargetType_0() { return &___TargetType_0; }
inline void set_TargetType_0(Type_t * value)
{
___TargetType_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TargetType_0), (void*)value);
}
inline static int32_t get_offset_of_InterfaceType_1() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___InterfaceType_1)); }
inline Type_t * get_InterfaceType_1() const { return ___InterfaceType_1; }
inline Type_t ** get_address_of_InterfaceType_1() { return &___InterfaceType_1; }
inline void set_InterfaceType_1(Type_t * value)
{
___InterfaceType_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InterfaceType_1), (void*)value);
}
inline static int32_t get_offset_of_TargetMethods_2() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___TargetMethods_2)); }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_TargetMethods_2() const { return ___TargetMethods_2; }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_TargetMethods_2() { return &___TargetMethods_2; }
inline void set_TargetMethods_2(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
{
___TargetMethods_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TargetMethods_2), (void*)value);
}
inline static int32_t get_offset_of_InterfaceMethods_3() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___InterfaceMethods_3)); }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_InterfaceMethods_3() const { return ___InterfaceMethods_3; }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_InterfaceMethods_3() { return &___InterfaceMethods_3; }
inline void set_InterfaceMethods_3(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
{
___InterfaceMethods_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InterfaceMethods_3), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.InterfaceMapping
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_marshaled_pinvoke
{
Type_t * ___TargetType_0;
Type_t * ___InterfaceType_1;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
};
// Native definition for COM marshalling of System.Reflection.InterfaceMapping
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_marshaled_com
{
Type_t * ___TargetType_0;
Type_t * ___InterfaceType_1;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
public:
public:
};
// System.Reflection.ParameterModifier
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E
{
public:
// System.Boolean[] System.Reflection.ParameterModifier::_byRef
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0;
public:
inline static int32_t get_offset_of__byRef_0() { return static_cast<int32_t>(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; }
inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
{
____byRef_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke
{
int32_t* ____byRef_0;
};
// Native definition for COM marshalling of System.Reflection.ParameterModifier
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com
{
int32_t* ____byRef_0;
};
// System.Reflection.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
public:
public:
};
// System.Runtime.InteropServices.GuidAttribute
struct GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Runtime.InteropServices.GuidAttribute::_val
String_t* ____val_0;
public:
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34, ____val_0)); }
inline String_t* get__val_0() const { return ____val_0; }
inline String_t** get_address_of__val_0() { return &____val_0; }
inline void set__val_0(String_t* value)
{
____val_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____val_0), (void*)value);
}
};
// System.Runtime.Serialization.OnDeserializedAttribute
struct OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Runtime.Serialization.OnDeserializingAttribute
struct OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Runtime.Serialization.OnSerializedAttribute
struct OnSerializedAttribute_tCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Runtime.Serialization.OnSerializingAttribute
struct OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Runtime.Serialization.OptionalFieldAttribute
struct OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Int32 System.Runtime.Serialization.OptionalFieldAttribute::versionAdded
int32_t ___versionAdded_0;
public:
inline static int32_t get_offset_of_versionAdded_0() { return static_cast<int32_t>(offsetof(OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384, ___versionAdded_0)); }
inline int32_t get_versionAdded_0() const { return ___versionAdded_0; }
inline int32_t* get_address_of_versionAdded_0() { return &___versionAdded_0; }
inline void set_versionAdded_0(int32_t value)
{
___versionAdded_0 = value;
}
};
// System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA
{
public:
// System.Type System.Runtime.Serialization.SerializationEntry::m_type
Type_t * ___m_type_0;
// System.Object System.Runtime.Serialization.SerializationEntry::m_value
RuntimeObject * ___m_value_1;
// System.String System.Runtime.Serialization.SerializationEntry::m_name
String_t* ___m_name_2;
public:
inline static int32_t get_offset_of_m_type_0() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_type_0)); }
inline Type_t * get_m_type_0() const { return ___m_type_0; }
inline Type_t ** get_address_of_m_type_0() { return &___m_type_0; }
inline void set_m_type_0(Type_t * value)
{
___m_type_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_type_0), (void*)value);
}
inline static int32_t get_offset_of_m_value_1() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_value_1)); }
inline RuntimeObject * get_m_value_1() const { return ___m_value_1; }
inline RuntimeObject ** get_address_of_m_value_1() { return &___m_value_1; }
inline void set_m_value_1(RuntimeObject * value)
{
___m_value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value);
}
inline static int32_t get_offset_of_m_name_2() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_name_2)); }
inline String_t* get_m_name_2() const { return ___m_name_2; }
inline String_t** get_address_of_m_name_2() { return &___m_name_2; }
inline void set_m_name_2(String_t* value)
{
___m_name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke
{
Type_t * ___m_type_0;
Il2CppIUnknown* ___m_value_1;
char* ___m_name_2;
};
// Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com
{
Type_t * ___m_type_0;
Il2CppIUnknown* ___m_value_1;
Il2CppChar* ___m_name_2;
};
// System.RuntimeType_ListBuilder`1<System.Object>
struct ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
RuntimeObject * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0, ____item_1)); }
inline RuntimeObject * get__item_1() const { return ____item_1; }
inline RuntimeObject ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(RuntimeObject * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0, ____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;
}
};
// System.RuntimeType_ListBuilder`1<System.Reflection.ConstructorInfo>
struct ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B, ____items_0)); }
inline ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* get__items_0() const { return ____items_0; }
inline ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B, ____item_1)); }
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * get__item_1() const { return ____item_1; }
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B, ____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;
}
};
// System.RuntimeType_ListBuilder`1<System.Reflection.EventInfo>
struct ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
EventInfo_t * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC, ____items_0)); }
inline EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* get__items_0() const { return ____items_0; }
inline EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC, ____item_1)); }
inline EventInfo_t * get__item_1() const { return ____item_1; }
inline EventInfo_t ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(EventInfo_t * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC, ____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;
}
};
// System.RuntimeType_ListBuilder`1<System.Reflection.FieldInfo>
struct ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
FieldInfo_t * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72, ____items_0)); }
inline FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* get__items_0() const { return ____items_0; }
inline FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72, ____item_1)); }
inline FieldInfo_t * get__item_1() const { return ____item_1; }
inline FieldInfo_t ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(FieldInfo_t * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72, ____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;
}
};
// System.RuntimeType_ListBuilder`1<System.Reflection.MethodInfo>
struct ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
MethodInfo_t * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62, ____items_0)); }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get__items_0() const { return ____items_0; }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62, ____item_1)); }
inline MethodInfo_t * get__item_1() const { return ____item_1; }
inline MethodInfo_t ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(MethodInfo_t * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62, ____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;
}
};
// System.RuntimeType_ListBuilder`1<System.Reflection.PropertyInfo>
struct ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
PropertyInfo_t * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74, ____items_0)); }
inline PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* get__items_0() const { return ____items_0; }
inline PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74, ____item_1)); }
inline PropertyInfo_t * get__item_1() const { return ____item_1; }
inline PropertyInfo_t ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(PropertyInfo_t * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74, ____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;
}
};
// System.RuntimeType_ListBuilder`1<System.Type>
struct ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
Type_t * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB, ____items_0)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__items_0() const { return ____items_0; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB, ____item_1)); }
inline Type_t * get__item_1() const { return ____item_1; }
inline Type_t ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(Type_t * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB, ____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;
}
};
// System.SByte
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
{
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<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
inline int8_t get_m_value_0() const { return ___m_value_0; }
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int8_t value)
{
___m_value_0 = value;
}
};
// System.STAThreadAttribute
struct STAThreadAttribute_t0564A46C9F5E5DC44615EDFC5C95AEAF67397F16 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Security.AccessControl.CommonAcl
struct CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 : public GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA
{
public:
// System.Boolean System.Security.AccessControl.CommonAcl::is_aefa
bool ___is_aefa_3;
// System.Boolean System.Security.AccessControl.CommonAcl::is_canonical
bool ___is_canonical_4;
// System.Boolean System.Security.AccessControl.CommonAcl::is_container
bool ___is_container_5;
// System.Boolean System.Security.AccessControl.CommonAcl::is_ds
bool ___is_ds_6;
// System.Security.AccessControl.RawAcl System.Security.AccessControl.CommonAcl::raw_acl
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___raw_acl_7;
public:
inline static int32_t get_offset_of_is_aefa_3() { return static_cast<int32_t>(offsetof(CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542, ___is_aefa_3)); }
inline bool get_is_aefa_3() const { return ___is_aefa_3; }
inline bool* get_address_of_is_aefa_3() { return &___is_aefa_3; }
inline void set_is_aefa_3(bool value)
{
___is_aefa_3 = value;
}
inline static int32_t get_offset_of_is_canonical_4() { return static_cast<int32_t>(offsetof(CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542, ___is_canonical_4)); }
inline bool get_is_canonical_4() const { return ___is_canonical_4; }
inline bool* get_address_of_is_canonical_4() { return &___is_canonical_4; }
inline void set_is_canonical_4(bool value)
{
___is_canonical_4 = value;
}
inline static int32_t get_offset_of_is_container_5() { return static_cast<int32_t>(offsetof(CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542, ___is_container_5)); }
inline bool get_is_container_5() const { return ___is_container_5; }
inline bool* get_address_of_is_container_5() { return &___is_container_5; }
inline void set_is_container_5(bool value)
{
___is_container_5 = value;
}
inline static int32_t get_offset_of_is_ds_6() { return static_cast<int32_t>(offsetof(CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542, ___is_ds_6)); }
inline bool get_is_ds_6() const { return ___is_ds_6; }
inline bool* get_address_of_is_ds_6() { return &___is_ds_6; }
inline void set_is_ds_6(bool value)
{
___is_ds_6 = value;
}
inline static int32_t get_offset_of_raw_acl_7() { return static_cast<int32_t>(offsetof(CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542, ___raw_acl_7)); }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * get_raw_acl_7() const { return ___raw_acl_7; }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 ** get_address_of_raw_acl_7() { return &___raw_acl_7; }
inline void set_raw_acl_7(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * value)
{
___raw_acl_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___raw_acl_7), (void*)value);
}
};
// System.Security.AccessControl.RawAcl
struct RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 : public GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA
{
public:
// System.Byte System.Security.AccessControl.RawAcl::revision
uint8_t ___revision_3;
// System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce> System.Security.AccessControl.RawAcl::list
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * ___list_4;
public:
inline static int32_t get_offset_of_revision_3() { return static_cast<int32_t>(offsetof(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0, ___revision_3)); }
inline uint8_t get_revision_3() const { return ___revision_3; }
inline uint8_t* get_address_of_revision_3() { return &___revision_3; }
inline void set_revision_3(uint8_t value)
{
___revision_3 = value;
}
inline static int32_t get_offset_of_list_4() { return static_cast<int32_t>(offsetof(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0, ___list_4)); }
inline List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * get_list_4() const { return ___list_4; }
inline List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A ** get_address_of_list_4() { return &___list_4; }
inline void set_list_4(List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * value)
{
___list_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_4), (void*)value);
}
};
// System.Security.Principal.SecurityIdentifier
struct SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE : public IdentityReference_t93D66FB85D4DFA01149E3B74D5D8F989D6AA89B1
{
public:
// System.Byte[] System.Security.Principal.SecurityIdentifier::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_0;
public:
inline static int32_t get_offset_of_buffer_0() { return static_cast<int32_t>(offsetof(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE, ___buffer_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_0() const { return ___buffer_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_0() { return &___buffer_0; }
inline void set_buffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value);
}
};
struct SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_StaticFields
{
public:
// System.Int32 System.Security.Principal.SecurityIdentifier::MaxBinaryLength
int32_t ___MaxBinaryLength_1;
// System.Int32 System.Security.Principal.SecurityIdentifier::MinBinaryLength
int32_t ___MinBinaryLength_2;
public:
inline static int32_t get_offset_of_MaxBinaryLength_1() { return static_cast<int32_t>(offsetof(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_StaticFields, ___MaxBinaryLength_1)); }
inline int32_t get_MaxBinaryLength_1() const { return ___MaxBinaryLength_1; }
inline int32_t* get_address_of_MaxBinaryLength_1() { return &___MaxBinaryLength_1; }
inline void set_MaxBinaryLength_1(int32_t value)
{
___MaxBinaryLength_1 = value;
}
inline static int32_t get_offset_of_MinBinaryLength_2() { return static_cast<int32_t>(offsetof(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_StaticFields, ___MinBinaryLength_2)); }
inline int32_t get_MinBinaryLength_2() const { return ___MinBinaryLength_2; }
inline int32_t* get_address_of_MinBinaryLength_2() { return &___MinBinaryLength_2; }
inline void set_MinBinaryLength_2(int32_t value)
{
___MinBinaryLength_2 = value;
}
};
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
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<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
inline uint64_t get_m_value_0() const { return ___m_value_0; }
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint64_t value)
{
___m_value_0 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::0392525BCB01691D1F319D89F2C12BF93A478467
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___0392525BCB01691D1F319D89F2C12BF93A478467_0;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::0588059ACBD52F7EA2835882F977A9CF72EB9775
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84 <PrivateImplementationDetails>::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C
__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240 <PrivateImplementationDetails>::121EC59E23F7559B28D338D562528F6299C2DE22
__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::12D04472A8285260EA12FD3813CDFA9F2D2B548C
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::13A35EF1A549297C70E2AD46045BBD2ECA17852D
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::1730F09044E91DB8371B849EFF5E6D17BDE4AED0
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::1FE6CE411858B3D864679DE2139FB081F08BFACD
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::235D99572263B22ADFEE10FDA0C25E12F4D94FFC
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::25420D0055076FA8D3E4DD96BC53AE24DE6E619F
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208 <PrivateImplementationDetails>::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E
__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42 <PrivateImplementationDetails>::29C1A61550F0E3260E1953D4FAD71C256218EF40
__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::2BA840FF6020B8FF623DBCB7188248CF853FAF4F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2C840AFA48C27B9C05593E468C1232CA1CC74AFD
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::2D1DA5BB407F0C11C3B5116196C0C6374D932B20
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130
__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::320B018758ECE3752FFEDBAEB1A6DB67C80B9359
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::34476C29F6F81C989CFCA42F7C06E84C66236834
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382 <PrivateImplementationDetails>::35EED060772F2748D13B745DAEC8CD7BD3B87604
__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38 <PrivateImplementationDetails>::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3
__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450 <PrivateImplementationDetails>::379C06C9E702D31469C29033F0DD63931EB349F5
__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_25;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::399BD13E240F33F808CA7940293D6EC4E6FD5A00
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::39C9CE73C7B0619D409EF28344F687C1B5C130FE
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320 <PrivateImplementationDetails>::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851
__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3E823444D2DFECF0F90B436B88F02A533CB376F1
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665 <PrivateImplementationDetails>::40981BAA39513E58B28DCF0103CC04DE2A0A0444
__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::40E7C49413D261F3F38AD3A870C0AC69C8BDA048
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::421EC7E82F2967DF6CA8C3605514DC6F29EE5845
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::433175D38B13FFE177FDD661A309F1B528B3F6E2
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::46232052BC757E030490D851F265FB47FA100902
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_36;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::4858DB4AA76D3933F1CA9E6712D4FDB16903F628
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::4F7A8890F332B22B8DE0BD29D36FA7364748D76A
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::536422B321459B242ADED7240B7447E904E083E3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_40;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080 <PrivateImplementationDetails>::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3
__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::56DFA5053B3131883637F53219E7D88CCEF35949
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_42;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::57218C316B6921E2CD61027A2387EDC31A2D9471
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_43;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::57F320D62696EC99727E0FE2045A05F1289CC0C6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::5BBDF8058D4235C33F2E8DCF76004031B6187A2F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288 <PrivateImplementationDetails>::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF
__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::5BFE2819B4778217C56416C7585FF0E56EBACD89
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::609C0E8D8DA86A09D6013D301C86BA8782C16B8C
__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::62BAB0F245E66C3EB982CF5A7015F0A7C3382283
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::646036A65DECCD6835C914A46E6E44B729433B60
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_51;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::65E32B4E150FD8D24B93B0D42A17F1DAD146162B
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::6770974FEF1E98B9C1864370E2B5B786EB0EA39E
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::67EEAD805D708D9AA4E14BF747E44CED801744F3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::6C71197D228427B2864C69B357FEF73D8C9D59DF
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::6CEE45445AFD150B047A5866FFA76AA651CDB7B7
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::6D797C11E1D4FB68B6570CF2A92B792433527065
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_58;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132 <PrivateImplementationDetails>::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9
__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::6FC754859E4EC74E447048364B216D825C6F8FE7
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_60;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::704939CD172085D1295FCE3F1D92431D685D7AA2
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_61;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::7088AAE49F0627B72729078DE6E3182DDCF8ED99
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::7341C933A70EAE383CC50C4B945ADB8E08F06737
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::736D39815215889F11249D9958F6ED12D37B9F57
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_64;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::7F42F2EDC974BE29B2746957416ED1AEFA605F47
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252 <PrivateImplementationDetails>::811A927B7DADD378BE60BBDE794B9277AA9B50EC
__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::81917F1E21F3C22B9F916994547A614FB03E968E
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_68;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::823566DA642D6EA356E15585921F2A4CA23D6760
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_69;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::82C2A59850B2E85BCE1A45A479537A384DF6098D
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::86F4F563FA2C61798AE6238D789139739428463A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_72;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::871B9CF85DB352BAADF12BAE8F19857683E385AC
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::89A040451C8CC5C8FB268BE44BDD74964C104155
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_74;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::8AEFB06C426E07A0A671A1E2488B4858D694A730
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8CAA092E783257106251246FF5C97F88D28517A6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_76;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100 <PrivateImplementationDetails>::8D231DD55FE1AD7631BBD0905A17D5EB616C2154
__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8E10AC2F34545DFBBF3FCBC06055D797A8C99991
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640 <PrivateImplementationDetails>::90A0542282A011472F94E97CEAE59F8B3B1A3291
__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::93A63E90605400F34B49F0EB3361D23C89164BDA
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_81;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::94841DD2F330CCB1089BF413E4FA9B04505152E2
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::95264589E48F94B7857CFF398FB72A537E13EEE2
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_83;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::95C48758CAE1715783472FB073AB158AB8A0AB2A
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::973417296623D8DC6961B09664E54039E44CA5D8
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_85;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::97FB30C84FF4A41CD4625B44B2940BFC8DB43003
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::A0074C15377C0C870B055927403EA9FA7A349D12
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_90;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130 <PrivateImplementationDetails>::A1319B706116AB2C6D44483F60A7D0ACEA543396
__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91;
// System.Int64 <PrivateImplementationDetails>::A13AA52274D951A18029131A8DDECF76B569A15D
int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_92;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::A323DB0813C4D072957BA6FDA79D9776674CD06B
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::A5444763673307F6828C748D4B9708CFC02B0959
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_94;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::A6732F8E7FC23766AB329B492D6BF82E3B33233F
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::A705A106D95282BD15E13EEA6B0AF583FF786D83
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018 <PrivateImplementationDetails>::A8A491E4CED49AE0027560476C10D933CE70C8DF
__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::AC791C4F39504D1184B73478943D0636258DA7B1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_98;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::AFCD4E1211233E99373A3367B23105A3D624B1F2
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998 <PrivateImplementationDetails>::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45
__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162 <PrivateImplementationDetails>::B8864ACB9DD69E3D42151513C840AAE270BF21C8
__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360 <PrivateImplementationDetails>::B8F87834C3597B2EEF22BA6D3A392CC925636401
__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::B9B670F134A59FB1107AF01A9FE8F8E3980B3093
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20 <PrivateImplementationDetails>::BE1BDEC0AA74B4DCB079943E70528096CCA985F8
__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::BEBC9ECC660A13EFC359BA3383411F698CFF25DB
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::BF5EB60806ECB74EE484105DD9D6F463BF994867
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112;
// System.Int64 <PrivateImplementationDetails>::C1A1100642BA9685B30A84D97348484E14AA1865
int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_113;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::C6F364A0AD934EFED8909446C215752E565D77C1
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_114;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::CE5835130F5277F63D716FC9115526B0AC68FFAD
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::CE93C35B755802BC4B3D180716B048FC61701EF7
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_116;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::CF0B42666EF5E37EDEA0AB8E173E42C196D03814
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D117188BE8D4609C0D531C51B0BB911A4219DEBE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D2C5BAE967587C6F3D9F2C4551911E0575A1101F
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D82 <PrivateImplementationDetails>::D76478B994B312CD022DCA207AA2254880D2FCC9
__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B ___D76478B994B312CD022DCA207AA2254880D2FCC9_122;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::DA19DB47B583EFCF7825D2E39D661D2354F28219
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56 <PrivateImplementationDetails>::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82
__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::DD3AEFEADB1CD615F3017763F1568179FEE640B0
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::E1827270A5FE1C85F5352A66FD87BA747213D006
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_127;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::E45BAB43F7D5D038672B3E3431F92E34A7AF2571
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::E75835D001C843F156FBA01B001DFE1B8029AC17
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_129;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::E92B39D8233061927D9ACDE54665E68E7535635A
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_130;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::EA9506959484C55CFE0C139C624DF6060E285866
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_131;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262 <PrivateImplementationDetails>::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D
__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EBF68F411848D603D059DFDEA2321C5A5EA78044
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::EC89C317EA2BF49A70EFF5E89C691E34733D7C37
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::F06E829E62F3AFBC045D064E10A4F5DF7C969612
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614 <PrivateImplementationDetails>::F073AA332018FDA0D572E99448FFF1D6422BD520
__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_138;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::F34B0E10653402E8F788F8BC3F7CD7090928A429
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::F37E34BEADB04F34FCC31078A59F49856CA83D5B
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94 <PrivateImplementationDetails>::F512A9ABF88066AAEB92684F95CC05D8101B462B
__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::F8FAABB821300AA500C2CEC6091B3782A7FB44A4
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350 <PrivateImplementationDetails>::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B
__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143;
public:
inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value;
}
inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value;
}
inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value)
{
___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value;
}
inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value)
{
___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value;
}
inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value;
}
inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value;
}
inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value;
}
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value;
}
inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value;
}
inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value;
}
inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value;
}
inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value;
}
inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value;
}
inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value)
{
___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value;
}
inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value)
{
___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value;
}
inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value;
}
inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value;
}
inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value;
}
inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value;
}
inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); }
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 value)
{
___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value;
}
inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value;
}
inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value;
}
inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value;
}
inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value)
{
___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value;
}
inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value)
{
___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value;
}
inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value)
{
___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value;
}
inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value;
}
inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value;
}
inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value)
{
___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value;
}
inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value;
}
inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___3E823444D2DFECF0F90B436B88F02A533CB376F1_30 = value;
}
inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31 = value;
}
inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32)); }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value)
{
___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32 = value;
}
inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33 = value;
}
inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34 = value;
}
inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___433175D38B13FFE177FDD661A309F1B528B3F6E2_35 = value;
}
inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_36)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_36() const { return ___46232052BC757E030490D851F265FB47FA100902_36; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_36() { return &___46232052BC757E030490D851F265FB47FA100902_36; }
inline void set_U346232052BC757E030490D851F265FB47FA100902_36(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___46232052BC757E030490D851F265FB47FA100902_36 = value;
}
inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37 = value;
}
inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38)); }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
{
___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38 = value;
}
inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39 = value;
}
inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_40)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_40() const { return ___536422B321459B242ADED7240B7447E904E083E3_40; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return &___536422B321459B242ADED7240B7447E904E083E3_40; }
inline void set_U3536422B321459B242ADED7240B7447E904E083E3_40(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___536422B321459B242ADED7240B7447E904E083E3_40 = value;
}
inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41)); }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value)
{
___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41 = value;
}
inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_42)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_42() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_42(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___56DFA5053B3131883637F53219E7D88CCEF35949_42 = value;
}
inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_43)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_43(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___57218C316B6921E2CD61027A2387EDC31A2D9471_43 = value;
}
inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___57F320D62696EC99727E0FE2045A05F1289CC0C6_44 = value;
}
inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45 = value;
}
inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46 = value;
}
inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47)); }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value)
{
___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47 = value;
}
inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___5BFE2819B4778217C56416C7585FF0E56EBACD89_48 = value;
}
inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49)); }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value)
{
___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49 = value;
}
inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50)); }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
{
___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50 = value;
}
inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_51)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_51() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_51; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return &___646036A65DECCD6835C914A46E6E44B729433B60_51; }
inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_51(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___646036A65DECCD6835C914A46E6E44B729433B60_51 = value;
}
inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52 = value;
}
inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53 = value;
}
inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___67EEAD805D708D9AA4E14BF747E44CED801744F3_54 = value;
}
inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___6C71197D228427B2864C69B357FEF73D8C9D59DF_55 = value;
}
inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; }
inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56 = value;
}
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57)); }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57 = value;
}
inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_58)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_58; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_58; }
inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_58(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___6D797C11E1D4FB68B6570CF2A92B792433527065_58 = value;
}
inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59)); }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; }
inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value)
{
___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59 = value;
}
inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_60)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_60; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_60; }
inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_60(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___6FC754859E4EC74E447048364B216D825C6F8FE7_60 = value;
}
inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_61)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_61; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_61; }
inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___704939CD172085D1295FCE3F1D92431D685D7AA2_61 = value;
}
inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; }
inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62 = value;
}
inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; }
inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___7341C933A70EAE383CC50C4B945ADB8E08F06737_63 = value;
}
inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_64)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_64() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_64; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return &___736D39815215889F11249D9958F6ED12D37B9F57_64; }
inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_64(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___736D39815215889F11249D9958F6ED12D37B9F57_64 = value;
}
inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; }
inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65 = value;
}
inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; }
inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66 = value;
}
inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67)); }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; }
inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value)
{
___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67 = value;
}
inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_68)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_68() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_68; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_68; }
inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_68(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___81917F1E21F3C22B9F916994547A614FB03E968E_68 = value;
}
inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_69)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_69; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_69; }
inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_69(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___823566DA642D6EA356E15585921F2A4CA23D6760_69 = value;
}
inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; }
inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___82C2A59850B2E85BCE1A45A479537A384DF6098D_70 = value;
}
inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; }
inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71 = value;
}
inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_72)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_72() const { return ___86F4F563FA2C61798AE6238D789139739428463A_72; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return &___86F4F563FA2C61798AE6238D789139739428463A_72; }
inline void set_U386F4F563FA2C61798AE6238D789139739428463A_72(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___86F4F563FA2C61798AE6238D789139739428463A_72 = value;
}
inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; }
inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___871B9CF85DB352BAADF12BAE8F19857683E385AC_73 = value;
}
inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_74)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_74; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_74; }
inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_74(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___89A040451C8CC5C8FB268BE44BDD74964C104155_74 = value;
}
inline static int32_t get_offset_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() const { return ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return &___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; }
inline void set_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___8AEFB06C426E07A0A671A1E2488B4858D694A730_75 = value;
}
inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_76)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_76() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_76; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return &___8CAA092E783257106251246FF5C97F88D28517A6_76; }
inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8CAA092E783257106251246FF5C97F88D28517A6_76 = value;
}
inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77)); }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; }
inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value)
{
___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77 = value;
}
inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; }
inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78 = value;
}
inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; }
inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79 = value;
}
inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80)); }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; }
inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value)
{
___90A0542282A011472F94E97CEAE59F8B3B1A3291_80 = value;
}
inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_81)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_81; }
inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___93A63E90605400F34B49F0EB3361D23C89164BDA_81 = value;
}
inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; }
inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___94841DD2F330CCB1089BF413E4FA9B04505152E2_82 = value;
}
inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_83)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_83; }
inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_83(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___95264589E48F94B7857CFF398FB72A537E13EEE2_83 = value;
}
inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; }
inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___95C48758CAE1715783472FB073AB158AB8A0AB2A_84 = value;
}
inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_85)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_85() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_85; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return &___973417296623D8DC6961B09664E54039E44CA5D8_85; }
inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_85(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___973417296623D8DC6961B09664E54039E44CA5D8_85 = value;
}
inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; }
inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86 = value;
}
inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; }
inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87 = value;
}
inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; }
inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88 = value;
}
inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; }
inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89 = value;
}
inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_90)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_90() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_90; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_90; }
inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_90(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___A0074C15377C0C870B055927403EA9FA7A349D12_90 = value;
}
inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91)); }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; }
inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_91(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value)
{
___A1319B706116AB2C6D44483F60A7D0ACEA543396_91 = value;
}
inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_92)); }
inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_92() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_92; }
inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_92; }
inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_92(int64_t value)
{
___A13AA52274D951A18029131A8DDECF76B569A15D_92 = value;
}
inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; }
inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_93(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___A323DB0813C4D072957BA6FDA79D9776674CD06B_93 = value;
}
inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_94)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_94() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_94; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return &___A5444763673307F6828C748D4B9708CFC02B0959_94; }
inline void set_A5444763673307F6828C748D4B9708CFC02B0959_94(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___A5444763673307F6828C748D4B9708CFC02B0959_94 = value;
}
inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; }
inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95 = value;
}
inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; }
inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_96(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___A705A106D95282BD15E13EEA6B0AF583FF786D83_96 = value;
}
inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97)); }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; }
inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_97(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value)
{
___A8A491E4CED49AE0027560476C10D933CE70C8DF_97 = value;
}
inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_98)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_98() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_98; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_98; }
inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_98(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___AC791C4F39504D1184B73478943D0636258DA7B1_98 = value;
}
inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; }
inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_99(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___AFCD4E1211233E99373A3367B23105A3D624B1F2_99 = value;
}
inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; }
inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100 = value;
}
inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; }
inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101 = value;
}
inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; }
inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102 = value;
}
inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; }
inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103 = value;
}
inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104)); }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; }
inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value)
{
___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104 = value;
}
inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105)); }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; }
inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value)
{
___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105 = value;
}
inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106)); }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; }
inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_106(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value)
{
___B8F87834C3597B2EEF22BA6D3A392CC925636401_106 = value;
}
inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; }
inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107 = value;
}
inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108)); }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; }
inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value)
{
___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108 = value;
}
inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; }
inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109 = value;
}
inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; }
inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110 = value;
}
inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; }
inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111 = value;
}
inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; }
inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_112(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___BF5EB60806ECB74EE484105DD9D6F463BF994867_112 = value;
}
inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_113)); }
inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_113() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_113; }
inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_113; }
inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_113(int64_t value)
{
___C1A1100642BA9685B30A84D97348484E14AA1865_113 = value;
}
inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_114)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_114() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_114; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_114; }
inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_114(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___C6F364A0AD934EFED8909446C215752E565D77C1_114 = value;
}
inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; }
inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_115(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___CE5835130F5277F63D716FC9115526B0AC68FFAD_115 = value;
}
inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_116)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_116() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_116; }
inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_116(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___CE93C35B755802BC4B3D180716B048FC61701EF7_116 = value;
}
inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; }
inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117 = value;
}
inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; }
inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118 = value;
}
inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; }
inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119 = value;
}
inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; }
inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120 = value;
}
inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; }
inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121 = value;
}
inline static int32_t get_offset_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D76478B994B312CD022DCA207AA2254880D2FCC9_122)); }
inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B get_D76478B994B312CD022DCA207AA2254880D2FCC9_122() const { return ___D76478B994B312CD022DCA207AA2254880D2FCC9_122; }
inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B * get_address_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return &___D76478B994B312CD022DCA207AA2254880D2FCC9_122; }
inline void set_D76478B994B312CD022DCA207AA2254880D2FCC9_122(__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B value)
{
___D76478B994B312CD022DCA207AA2254880D2FCC9_122 = value;
}
inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; }
inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123 = value;
}
inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; }
inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_124(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___DA19DB47B583EFCF7825D2E39D661D2354F28219_124 = value;
}
inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125)); }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; }
inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value)
{
___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125 = value;
}
inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; }
inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126 = value;
}
inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_127)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_127() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_127; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_127; }
inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_127(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___E1827270A5FE1C85F5352A66FD87BA747213D006_127 = value;
}
inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; }
inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128 = value;
}
inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_129)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_129() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_129; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_129; }
inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_129(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___E75835D001C843F156FBA01B001DFE1B8029AC17_129 = value;
}
inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_130)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_130() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_130; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_130; }
inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_130(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___E92B39D8233061927D9ACDE54665E68E7535635A_130 = value;
}
inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_131)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_131() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_131; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return &___EA9506959484C55CFE0C139C624DF6060E285866_131; }
inline void set_EA9506959484C55CFE0C139C624DF6060E285866_131(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___EA9506959484C55CFE0C139C624DF6060E285866_131 = value;
}
inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132)); }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; }
inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value)
{
___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132 = value;
}
inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; }
inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_133(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___EBF68F411848D603D059DFDEA2321C5A5EA78044_133 = value;
}
inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; }
inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134 = value;
}
inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; }
inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135 = value;
}
inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; }
inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136 = value;
}
inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; }
inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137 = value;
}
inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_138)); }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_138() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_138; }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_138; }
inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_138(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value)
{
___F073AA332018FDA0D572E99448FFF1D6422BD520_138 = value;
}
inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; }
inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_139(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___F34B0E10653402E8F788F8BC3F7CD7090928A429_139 = value;
}
inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; }
inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140 = value;
}
inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141)); }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; }
inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_141(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value)
{
___F512A9ABF88066AAEB92684F95CC05D8101B462B_141 = value;
}
inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; }
inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142 = value;
}
inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143)); }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; }
inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value)
{
___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143 = value;
}
};
// Mono.RuntimeEventHandle
struct RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9
{
public:
// System.IntPtr Mono.RuntimeEventHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9, ___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;
}
};
// Mono.RuntimePropertyHandle
struct RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB
{
public:
// System.IntPtr Mono.RuntimePropertyHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB, ___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;
}
};
// Mono.SafeGPtrArrayHandle
struct SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE
{
public:
// Mono.RuntimeGPtrArrayHandle Mono.SafeGPtrArrayHandle::handle
RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B ___handle_0;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE, ___handle_0)); }
inline RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B get_handle_0() const { return ___handle_0; }
inline RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B * get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B value)
{
___handle_0 = value;
}
};
// Mono.SafeStringMarshal
struct SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F
{
public:
// System.String Mono.SafeStringMarshal::str
String_t* ___str_0;
// System.IntPtr Mono.SafeStringMarshal::marshaled_string
intptr_t ___marshaled_string_1;
public:
inline static int32_t get_offset_of_str_0() { return static_cast<int32_t>(offsetof(SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F, ___str_0)); }
inline String_t* get_str_0() const { return ___str_0; }
inline String_t** get_address_of_str_0() { return &___str_0; }
inline void set_str_0(String_t* value)
{
___str_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___str_0), (void*)value);
}
inline static int32_t get_offset_of_marshaled_string_1() { return static_cast<int32_t>(offsetof(SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F, ___marshaled_string_1)); }
inline intptr_t get_marshaled_string_1() const { return ___marshaled_string_1; }
inline intptr_t* get_address_of_marshaled_string_1() { return &___marshaled_string_1; }
inline void set_marshaled_string_1(intptr_t value)
{
___marshaled_string_1 = value;
}
};
// Native definition for P/Invoke marshalling of Mono.SafeStringMarshal
struct SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F_marshaled_pinvoke
{
char* ___str_0;
intptr_t ___marshaled_string_1;
};
// Native definition for COM marshalling of Mono.SafeStringMarshal
struct SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F_marshaled_com
{
Il2CppChar* ___str_0;
intptr_t ___marshaled_string_1;
};
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_1;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_2;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_3;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_4;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_6;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_7;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_8;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_9;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_10;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_occupancy_2() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); }
inline int32_t get_occupancy_2() const { return ___occupancy_2; }
inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; }
inline void set_occupancy_2(int32_t value)
{
___occupancy_2 = value;
}
inline static int32_t get_offset_of_loadsize_3() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); }
inline int32_t get_loadsize_3() const { return ___loadsize_3; }
inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; }
inline void set_loadsize_3(int32_t value)
{
___loadsize_3 = value;
}
inline static int32_t get_offset_of_loadFactor_4() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); }
inline float get_loadFactor_4() const { return ___loadFactor_4; }
inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; }
inline void set_loadFactor_4(float value)
{
___loadFactor_4 = value;
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); }
inline int32_t get_version_5() const { return ___version_5; }
inline int32_t* get_address_of_version_5() { return &___version_5; }
inline void set_version_5(int32_t value)
{
___version_5 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); }
inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; }
inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; }
inline void set_isWriterInProgress_6(bool value)
{
___isWriterInProgress_6 = value;
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); }
inline RuntimeObject* get_keys_7() const { return ___keys_7; }
inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(RuntimeObject* value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); }
inline RuntimeObject* get_values_8() const { return ___values_8; }
inline RuntimeObject** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(RuntimeObject* value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__keycomparer_9() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); }
inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; }
inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; }
inline void set__keycomparer_9(RuntimeObject* value)
{
____keycomparer_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_9), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); }
inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; }
inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; }
inline void set__syncRoot_10(RuntimeObject * value)
{
____syncRoot_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_10), (void*)value);
}
};
// System.Configuration.Assemblies.AssemblyHashAlgorithm
struct AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9
{
public:
// System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Configuration.Assemblies.AssemblyVersionCompatibility
struct AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C
{
public:
// System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.Globalization.NumberStyles
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
{
public:
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.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_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
// System.Object System.Reflection.Assembly::_evidence
RuntimeObject * ____evidence_2;
// System.Object System.Reflection.Assembly::_minimum
RuntimeObject * ____minimum_3;
// System.Object System.Reflection.Assembly::_optional
RuntimeObject * ____optional_4;
// System.Object System.Reflection.Assembly::_refuse
RuntimeObject * ____refuse_5;
// System.Object System.Reflection.Assembly::_granted
RuntimeObject * ____granted_6;
// System.Object System.Reflection.Assembly::_denied
RuntimeObject * ____denied_7;
// System.Boolean System.Reflection.Assembly::fromByteArray
bool ___fromByteArray_8;
// System.String System.Reflection.Assembly::assemblyName
String_t* ___assemblyName_9;
public:
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(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<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
{
___resolve_event_holder_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value);
}
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
inline void set__evidence_2(RuntimeObject * value)
{
____evidence_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value);
}
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
inline void set__minimum_3(RuntimeObject * value)
{
____minimum_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value);
}
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
inline void set__optional_4(RuntimeObject * value)
{
____optional_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value);
}
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
inline void set__refuse_5(RuntimeObject * value)
{
____refuse_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value);
}
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
inline void set__granted_6(RuntimeObject * value)
{
____granted_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value);
}
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
inline void set__denied_7(RuntimeObject * value)
{
____denied_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value);
}
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(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<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
inline void set_assemblyName_9(String_t* value)
{
___assemblyName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
char* ___assemblyName_9;
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
Il2CppChar* ___assemblyName_9;
};
// System.Reflection.AssemblyContentType
struct AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401
{
public:
// System.Int32 System.Reflection.AssemblyContentType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.AssemblyNameFlags
struct AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256
{
public:
// System.Int32 System.Reflection.AssemblyNameFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.CallingConventions
struct CallingConventions_t495B6EF267B118F780C044F96BCDE78C1982C147
{
public:
// System.Int32 System.Reflection.CallingConventions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CallingConventions_t495B6EF267B118F780C044F96BCDE78C1982C147, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF : public MethodBase_t
{
public:
public:
};
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_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<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___ConstructorName_0)); }
inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; }
inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; }
inline void set_ConstructorName_0(String_t* value)
{
___ConstructorName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value);
}
inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___TypeConstructorName_1)); }
inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; }
inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; }
inline void set_TypeConstructorName_1(String_t* value)
{
___TypeConstructorName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value);
}
};
// System.Reflection.FieldAttributes
struct FieldAttributes_t53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1
{
public:
// System.Int32 System.Reflection.FieldAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FieldAttributes_t53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.GenericParameterAttributes
struct GenericParameterAttributes_t63450AEBA1F27F81502722CE89E01BD01E27A8CE
{
public:
// System.Int32 System.Reflection.GenericParameterAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GenericParameterAttributes_t63450AEBA1F27F81502722CE89E01BD01E27A8CE, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.MemberTypes
struct MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041
{
public:
// System.Int32 System.Reflection.MemberTypes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
public:
public:
};
// System.Reflection.ParameterAttributes
struct ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110
{
public:
// System.Int32 System.Reflection.ParameterAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.ProcessorArchitecture
struct ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7
{
public:
// System.Int32 System.Reflection.ProcessorArchitecture::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.RuntimeEventInfo
struct RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 : public EventInfo_t
{
public:
public:
};
// System.Reflection.RuntimeFieldInfo
struct RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 : public FieldInfo_t
{
public:
public:
};
// System.Reflection.RuntimePropertyInfo
struct RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 : public PropertyInfo_t
{
public:
public:
};
// System.Reflection.TypeAttributes
struct TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30
{
public:
// System.Int32 System.Reflection.TypeAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.InteropServices.CharSet
struct CharSet_t2DEB2DA03477AAFC8FD2E1EC33F49904F85632A5
{
public:
// System.Int32 System.Runtime.InteropServices.CharSet::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CharSet_t2DEB2DA03477AAFC8FD2E1EC33F49904F85632A5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.InteropServices.LayoutKind
struct LayoutKind_tF648228CEEEBB6A34BD31D56F626D5056728309C
{
public:
// System.Int32 System.Runtime.InteropServices.LayoutKind::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LayoutKind_tF648228CEEEBB6A34BD31D56F626D5056728309C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.Serialization.SerializationFieldInfo
struct SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 : public FieldInfo_t
{
public:
// System.Reflection.RuntimeFieldInfo System.Runtime.Serialization.SerializationFieldInfo::m_field
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * ___m_field_0;
// System.String System.Runtime.Serialization.SerializationFieldInfo::m_serializationName
String_t* ___m_serializationName_1;
public:
inline static int32_t get_offset_of_m_field_0() { return static_cast<int32_t>(offsetof(SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201, ___m_field_0)); }
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * get_m_field_0() const { return ___m_field_0; }
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 ** get_address_of_m_field_0() { return &___m_field_0; }
inline void set_m_field_0(RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * value)
{
___m_field_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_field_0), (void*)value);
}
inline static int32_t get_offset_of_m_serializationName_1() { return static_cast<int32_t>(offsetof(SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201, ___m_serializationName_1)); }
inline String_t* get_m_serializationName_1() const { return ___m_serializationName_1; }
inline String_t** get_address_of_m_serializationName_1() { return &___m_serializationName_1; }
inline void set_m_serializationName_1(String_t* value)
{
___m_serializationName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_serializationName_1), (void*)value);
}
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeArgumentHandle
struct RuntimeArgumentHandle_t6118B2666F632AA0A554B476D9A447ACDBF08C46
{
public:
// System.IntPtr System.RuntimeArgumentHandle::args
intptr_t ___args_0;
public:
inline static int32_t get_offset_of_args_0() { return static_cast<int32_t>(offsetof(RuntimeArgumentHandle_t6118B2666F632AA0A554B476D9A447ACDBF08C46, ___args_0)); }
inline intptr_t get_args_0() const { return ___args_0; }
inline intptr_t* get_address_of_args_0() { return &___args_0; }
inline void set_args_0(intptr_t value)
{
___args_0 = value;
}
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.RuntimeMethodHandle
struct RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F
{
public:
// System.IntPtr System.RuntimeMethodHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.RuntimeType_MemberListType
struct MemberListType_tD77EECAE81FBFC68FD3A772FDBF75C478329C5AF
{
public:
// System.Int32 System.RuntimeType_MemberListType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MemberListType_tD77EECAE81FBFC68FD3A772FDBF75C478329C5AF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.SByteEnum
struct SByteEnum_t0EC157A9E311E27D76141202576E15FA4E83E0EE
{
public:
// System.SByte System.SByteEnum::value__
int8_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SByteEnum_t0EC157A9E311E27D76141202576E15FA4E83E0EE, ___value___2)); }
inline int8_t get_value___2() const { return ___value___2; }
inline int8_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int8_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.AccessControlSections
struct AccessControlSections_tE9836C6543DBEA9F2CD73D15DD92CB59357910AB
{
public:
// System.Int32 System.Security.AccessControl.AccessControlSections::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AccessControlSections_tE9836C6543DBEA9F2CD73D15DD92CB59357910AB, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.AccessControlType
struct AccessControlType_t6E3CBE7C7EF3958F872F6F281E4608EF80BF851E
{
public:
// System.Int32 System.Security.AccessControl.AccessControlType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AccessControlType_t6E3CBE7C7EF3958F872F6F281E4608EF80BF851E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.AceFlags
struct AceFlags_tD330EDE638E769935EAD5EC53CE8B49F3938A9AE
{
public:
// System.Byte System.Security.AccessControl.AceFlags::value__
uint8_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AceFlags_tD330EDE638E769935EAD5EC53CE8B49F3938A9AE, ___value___2)); }
inline uint8_t get_value___2() const { return ___value___2; }
inline uint8_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint8_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.AceQualifier
struct AceQualifier_tF423849F801DD7199100D88803986612B2C681E5
{
public:
// System.Int32 System.Security.AccessControl.AceQualifier::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AceQualifier_tF423849F801DD7199100D88803986612B2C681E5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.AceType
struct AceType_tAE0F61AC1651E5EDF023A1ED7944677C9CF48FD9
{
public:
// System.Byte System.Security.AccessControl.AceType::value__
uint8_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AceType_tAE0F61AC1651E5EDF023A1ED7944677C9CF48FD9, ___value___2)); }
inline uint8_t get_value___2() const { return ___value___2; }
inline uint8_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint8_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.AuditFlags
struct AuditFlags_t5EBB9AB11C58A6045611B42F11ED770A6375BAFB
{
public:
// System.Int32 System.Security.AccessControl.AuditFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AuditFlags_t5EBB9AB11C58A6045611B42F11ED770A6375BAFB, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.ControlFlags
struct ControlFlags_t27A891AC918982EBFB528F2275D553FCA51A3545
{
public:
// System.Int32 System.Security.AccessControl.ControlFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ControlFlags_t27A891AC918982EBFB528F2275D553FCA51A3545, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.DiscretionaryAcl
struct DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 : public CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542
{
public:
public:
};
// System.Security.AccessControl.InheritanceFlags
struct InheritanceFlags_t093938029DAFE597D81C5B99CDB45B22A67F1E68
{
public:
// System.Int32 System.Security.AccessControl.InheritanceFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InheritanceFlags_t093938029DAFE597D81C5B99CDB45B22A67F1E68, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.ObjectAceFlags
struct ObjectAceFlags_t4A3BA890E88D18DBEF34BB1B3AE9DA99C8503BD4
{
public:
// System.Int32 System.Security.AccessControl.ObjectAceFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ObjectAceFlags_t4A3BA890E88D18DBEF34BB1B3AE9DA99C8503BD4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.PropagationFlags
struct PropagationFlags_tD809F3F8043018E35732039C38B011D386E35A0C
{
public:
// System.Int32 System.Security.AccessControl.PropagationFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PropagationFlags_tD809F3F8043018E35732039C38B011D386E35A0C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.ResourceType
struct ResourceType_tA865277F227411F045B4055C9FE1F15477B339DA
{
public:
// System.Int32 System.Security.AccessControl.ResourceType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ResourceType_tA865277F227411F045B4055C9FE1F15477B339DA, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.SystemAcl
struct SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 : public CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542
{
public:
public:
};
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Threading.StackCrawlMark
struct StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943
{
public:
// System.Int32 System.Threading.StackCrawlMark::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.TypeCode
struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6
{
public:
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.TypeNameFormatFlags
struct TypeNameFormatFlags_tDAD267AC4A655D16C608DD230B5C97F8226E94C8
{
public:
// System.Int32 System.TypeNameFormatFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeNameFormatFlags_tDAD267AC4A655D16C608DD230B5C97F8226E94C8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.TypeNameKind
struct TypeNameKind_t200043F25E9EACB6294E8B825E5FED441F04C2BF
{
public:
// System.Int32 System.TypeNameKind::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeNameKind_t200043F25E9EACB6294E8B825E5FED441F04C2BF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
{
public:
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
public:
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___numberGroupSizes_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value);
}
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___currencyGroupSizes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value);
}
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___percentGroupSizes_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value);
}
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
inline void set_positiveSign_4(String_t* value)
{
___positiveSign_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value);
}
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
inline void set_negativeSign_5(String_t* value)
{
___negativeSign_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value);
}
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
inline void set_numberDecimalSeparator_6(String_t* value)
{
___numberDecimalSeparator_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value);
}
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
inline void set_numberGroupSeparator_7(String_t* value)
{
___numberGroupSeparator_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value);
}
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
inline void set_currencyGroupSeparator_8(String_t* value)
{
___currencyGroupSeparator_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value);
}
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
inline void set_currencyDecimalSeparator_9(String_t* value)
{
___currencyDecimalSeparator_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value);
}
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
inline void set_currencySymbol_10(String_t* value)
{
___currencySymbol_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value);
}
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
inline void set_ansiCurrencySymbol_11(String_t* value)
{
___ansiCurrencySymbol_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value);
}
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
inline void set_nanSymbol_12(String_t* value)
{
___nanSymbol_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value);
}
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
inline void set_positiveInfinitySymbol_13(String_t* value)
{
___positiveInfinitySymbol_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value);
}
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
inline void set_negativeInfinitySymbol_14(String_t* value)
{
___negativeInfinitySymbol_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value);
}
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
inline void set_percentDecimalSeparator_15(String_t* value)
{
___percentDecimalSeparator_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value);
}
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
inline void set_percentGroupSeparator_16(String_t* value)
{
___percentGroupSeparator_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value);
}
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
inline void set_percentSymbol_17(String_t* value)
{
___percentSymbol_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value);
}
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
inline void set_perMilleSymbol_18(String_t* value)
{
___perMilleSymbol_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value);
}
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___nativeDigits_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value);
}
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
inline void set_m_dataItem_20(int32_t value)
{
___m_dataItem_20 = value;
}
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
inline void set_numberDecimalDigits_21(int32_t value)
{
___numberDecimalDigits_21 = value;
}
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
inline void set_currencyDecimalDigits_22(int32_t value)
{
___currencyDecimalDigits_22 = value;
}
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
inline void set_currencyPositivePattern_23(int32_t value)
{
___currencyPositivePattern_23 = value;
}
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
inline void set_currencyNegativePattern_24(int32_t value)
{
___currencyNegativePattern_24 = value;
}
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
inline void set_numberNegativePattern_25(int32_t value)
{
___numberNegativePattern_25 = value;
}
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
inline void set_percentPositivePattern_26(int32_t value)
{
___percentPositivePattern_26 = value;
}
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
inline void set_percentNegativePattern_27(int32_t value)
{
___percentNegativePattern_27 = value;
}
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
inline void set_percentDecimalDigits_28(int32_t value)
{
___percentDecimalDigits_28 = value;
}
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
inline void set_digitSubstitution_29(int32_t value)
{
___digitSubstitution_29 = value;
}
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
inline void set_isReadOnly_30(bool value)
{
___isReadOnly_30 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
inline void set_m_useUserOverride_31(bool value)
{
___m_useUserOverride_31 = value;
}
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
inline void set_m_isInvariant_32(bool value)
{
___m_isInvariant_32 = value;
}
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
inline void set_validForParseAsNumber_33(bool value)
{
___validForParseAsNumber_33 = value;
}
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
inline void set_validForParseAsCurrency_34(bool value)
{
___validForParseAsCurrency_34 = value;
}
};
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
{
public:
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
}
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 : 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___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_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
// System.Byte[] System.Reflection.AssemblyName::publicKey
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___publicKey_10;
// System.Byte[] System.Reflection.AssemblyName::keyToken
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keyToken_11;
// System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat
int32_t ___versioncompat_12;
// System.Version System.Reflection.AssemblyName::version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
// System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture
int32_t ___processor_architecture_14;
// System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType
int32_t ___contentType_15;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___name_0)); }
inline String_t* get_name_0() const { return ___name_0; }
inline String_t** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(String_t* value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
}
inline static int32_t get_offset_of_codebase_1() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___codebase_1)); }
inline String_t* get_codebase_1() const { return ___codebase_1; }
inline String_t** get_address_of_codebase_1() { return &___codebase_1; }
inline void set_codebase_1(String_t* value)
{
___codebase_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___codebase_1), (void*)value);
}
inline static int32_t get_offset_of_major_2() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___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<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___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<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___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<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___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<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___cultureinfo_6)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_cultureinfo_6() const { return ___cultureinfo_6; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; }
inline void set_cultureinfo_6(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___cultureinfo_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cultureinfo_6), (void*)value);
}
inline static int32_t get_offset_of_flags_7() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___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<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___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<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___keypair_9)); }
inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * get_keypair_9() const { return ___keypair_9; }
inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD ** get_address_of_keypair_9() { return &___keypair_9; }
inline void set_keypair_9(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * value)
{
___keypair_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keypair_9), (void*)value);
}
inline static int32_t get_offset_of_publicKey_10() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___publicKey_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_publicKey_10() const { return ___publicKey_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_publicKey_10() { return &___publicKey_10; }
inline void set_publicKey_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___publicKey_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___publicKey_10), (void*)value);
}
inline static int32_t get_offset_of_keyToken_11() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___keyToken_11)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_keyToken_11() const { return ___keyToken_11; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_keyToken_11() { return &___keyToken_11; }
inline void set_keyToken_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___keyToken_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keyToken_11), (void*)value);
}
inline static int32_t get_offset_of_versioncompat_12() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___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<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___version_13)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_13() const { return ___version_13; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_13() { return &___version_13; }
inline void set_version_13(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___version_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___version_13), (void*)value);
}
inline static int32_t get_offset_of_processor_architecture_14() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___processor_architecture_14)); }
inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; }
inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; }
inline void set_processor_architecture_14(int32_t value)
{
___processor_architecture_14 = value;
}
inline static int32_t get_offset_of_contentType_15() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___contentType_15)); }
inline int32_t get_contentType_15() const { return ___contentType_15; }
inline int32_t* get_address_of_contentType_15() { return &___contentType_15; }
inline void set_contentType_15(int32_t value)
{
___contentType_15 = value;
}
};
// Native definition for P/Invoke marshalling of System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_pinvoke
{
char* ___name_0;
char* ___codebase_1;
int32_t ___major_2;
int32_t ___minor_3;
int32_t ___build_4;
int32_t ___revision_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___cultureinfo_6;
int32_t ___flags_7;
int32_t ___hashalg_8;
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
Il2CppSafeArray/*NONE*/* ___publicKey_10;
Il2CppSafeArray/*NONE*/* ___keyToken_11;
int32_t ___versioncompat_12;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
int32_t ___processor_architecture_14;
int32_t ___contentType_15;
};
// Native definition for COM marshalling of System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___codebase_1;
int32_t ___major_2;
int32_t ___minor_3;
int32_t ___build_4;
int32_t ___revision_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___cultureinfo_6;
int32_t ___flags_7;
int32_t ___hashalg_8;
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
Il2CppSafeArray/*NONE*/* ___publicKey_10;
Il2CppSafeArray/*NONE*/* ___keyToken_11;
int32_t ___versioncompat_12;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
int32_t ___processor_architecture_14;
int32_t ___contentType_15;
};
// System.Reflection.Module
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 : public RuntimeObject
{
public:
// System.IntPtr System.Reflection.Module::_impl
intptr_t ____impl_2;
// System.Reflection.Assembly System.Reflection.Module::assembly
Assembly_t * ___assembly_3;
// System.String System.Reflection.Module::fqname
String_t* ___fqname_4;
// System.String System.Reflection.Module::name
String_t* ___name_5;
// System.String System.Reflection.Module::scopename
String_t* ___scopename_6;
// System.Boolean System.Reflection.Module::is_resource
bool ___is_resource_7;
// System.Int32 System.Reflection.Module::token
int32_t ___token_8;
public:
inline static int32_t get_offset_of__impl_2() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ____impl_2)); }
inline intptr_t get__impl_2() const { return ____impl_2; }
inline intptr_t* get_address_of__impl_2() { return &____impl_2; }
inline void set__impl_2(intptr_t value)
{
____impl_2 = value;
}
inline static int32_t get_offset_of_assembly_3() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___assembly_3)); }
inline Assembly_t * get_assembly_3() const { return ___assembly_3; }
inline Assembly_t ** get_address_of_assembly_3() { return &___assembly_3; }
inline void set_assembly_3(Assembly_t * value)
{
___assembly_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assembly_3), (void*)value);
}
inline static int32_t get_offset_of_fqname_4() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___fqname_4)); }
inline String_t* get_fqname_4() const { return ___fqname_4; }
inline String_t** get_address_of_fqname_4() { return &___fqname_4; }
inline void set_fqname_4(String_t* value)
{
___fqname_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fqname_4), (void*)value);
}
inline static int32_t get_offset_of_name_5() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___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((void**)(&___name_5), (void*)value);
}
inline static int32_t get_offset_of_scopename_6() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___scopename_6)); }
inline String_t* get_scopename_6() const { return ___scopename_6; }
inline String_t** get_address_of_scopename_6() { return &___scopename_6; }
inline void set_scopename_6(String_t* value)
{
___scopename_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___scopename_6), (void*)value);
}
inline static int32_t get_offset_of_is_resource_7() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___is_resource_7)); }
inline bool get_is_resource_7() const { return ___is_resource_7; }
inline bool* get_address_of_is_resource_7() { return &___is_resource_7; }
inline void set_is_resource_7(bool value)
{
___is_resource_7 = value;
}
inline static int32_t get_offset_of_token_8() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___token_8)); }
inline int32_t get_token_8() const { return ___token_8; }
inline int32_t* get_address_of_token_8() { return &___token_8; }
inline void set_token_8(int32_t value)
{
___token_8 = value;
}
};
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields
{
public:
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName
TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * ___FilterTypeName_0;
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase
TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * ___FilterTypeNameIgnoreCase_1;
public:
inline static int32_t get_offset_of_FilterTypeName_0() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields, ___FilterTypeName_0)); }
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * get_FilterTypeName_0() const { return ___FilterTypeName_0; }
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 ** get_address_of_FilterTypeName_0() { return &___FilterTypeName_0; }
inline void set_FilterTypeName_0(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * value)
{
___FilterTypeName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeName_0), (void*)value);
}
inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_1() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields, ___FilterTypeNameIgnoreCase_1)); }
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * get_FilterTypeNameIgnoreCase_1() const { return ___FilterTypeNameIgnoreCase_1; }
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 ** get_address_of_FilterTypeNameIgnoreCase_1() { return &___FilterTypeNameIgnoreCase_1; }
inline void set_FilterTypeNameIgnoreCase_1(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * value)
{
___FilterTypeNameIgnoreCase_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeNameIgnoreCase_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.Module
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_pinvoke
{
intptr_t ____impl_2;
Assembly_t_marshaled_pinvoke* ___assembly_3;
char* ___fqname_4;
char* ___name_5;
char* ___scopename_6;
int32_t ___is_resource_7;
int32_t ___token_8;
};
// Native definition for COM marshalling of System.Reflection.Module
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_com
{
intptr_t ____impl_2;
Assembly_t_marshaled_com* ___assembly_3;
Il2CppChar* ___fqname_4;
Il2CppChar* ___name_5;
Il2CppChar* ___scopename_6;
int32_t ___is_resource_7;
int32_t ___token_8;
};
// System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB : public RuntimeObject
{
public:
// System.Type System.Reflection.ParameterInfo::ClassImpl
Type_t * ___ClassImpl_0;
// System.Object System.Reflection.ParameterInfo::DefaultValueImpl
RuntimeObject * ___DefaultValueImpl_1;
// System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl
MemberInfo_t * ___MemberImpl_2;
// System.String System.Reflection.ParameterInfo::NameImpl
String_t* ___NameImpl_3;
// System.Int32 System.Reflection.ParameterInfo::PositionImpl
int32_t ___PositionImpl_4;
// System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl
int32_t ___AttrsImpl_5;
// System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
public:
inline static int32_t get_offset_of_ClassImpl_0() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___ClassImpl_0)); }
inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; }
inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; }
inline void set_ClassImpl_0(Type_t * value)
{
___ClassImpl_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value);
}
inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___DefaultValueImpl_1)); }
inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; }
inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; }
inline void set_DefaultValueImpl_1(RuntimeObject * value)
{
___DefaultValueImpl_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value);
}
inline static int32_t get_offset_of_MemberImpl_2() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___MemberImpl_2)); }
inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; }
inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; }
inline void set_MemberImpl_2(MemberInfo_t * value)
{
___MemberImpl_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value);
}
inline static int32_t get_offset_of_NameImpl_3() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___NameImpl_3)); }
inline String_t* get_NameImpl_3() const { return ___NameImpl_3; }
inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; }
inline void set_NameImpl_3(String_t* value)
{
___NameImpl_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value);
}
inline static int32_t get_offset_of_PositionImpl_4() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___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<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___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<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___marshalAs_6)); }
inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * get_marshalAs_6() const { return ___marshalAs_6; }
inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 ** get_address_of_marshalAs_6() { return &___marshalAs_6; }
inline void set_marshalAs_6(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * value)
{
___marshalAs_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_pinvoke
{
Type_t * ___ClassImpl_0;
Il2CppIUnknown* ___DefaultValueImpl_1;
MemberInfo_t * ___MemberImpl_2;
char* ___NameImpl_3;
int32_t ___PositionImpl_4;
int32_t ___AttrsImpl_5;
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
};
// Native definition for COM marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_com
{
Type_t * ___ClassImpl_0;
Il2CppIUnknown* ___DefaultValueImpl_1;
MemberInfo_t * ___MemberImpl_2;
Il2CppChar* ___NameImpl_3;
int32_t ___PositionImpl_4;
int32_t ___AttrsImpl_5;
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
};
// System.Reflection.RtFieldInfo
struct RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 : public RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7
{
public:
public:
};
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 : public Assembly_t
{
public:
public:
};
// System.Reflection.RuntimeConstructorInfo
struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D : public ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF
{
public:
public:
};
// System.Reflection.RuntimeMethodInfo
struct RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E : public MethodInfo_t
{
public:
public:
};
// System.Runtime.InteropServices.StructLayoutAttribute
struct StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Runtime.InteropServices.LayoutKind System.Runtime.InteropServices.StructLayoutAttribute::_val
int32_t ____val_0;
// System.Int32 System.Runtime.InteropServices.StructLayoutAttribute::Pack
int32_t ___Pack_1;
// System.Int32 System.Runtime.InteropServices.StructLayoutAttribute::Size
int32_t ___Size_2;
// System.Runtime.InteropServices.CharSet System.Runtime.InteropServices.StructLayoutAttribute::CharSet
int32_t ___CharSet_3;
public:
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ____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;
}
inline static int32_t get_offset_of_Pack_1() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ___Pack_1)); }
inline int32_t get_Pack_1() const { return ___Pack_1; }
inline int32_t* get_address_of_Pack_1() { return &___Pack_1; }
inline void set_Pack_1(int32_t value)
{
___Pack_1 = value;
}
inline static int32_t get_offset_of_Size_2() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ___Size_2)); }
inline int32_t get_Size_2() const { return ___Size_2; }
inline int32_t* get_address_of_Size_2() { return &___Size_2; }
inline void set_Size_2(int32_t value)
{
___Size_2 = value;
}
inline static int32_t get_offset_of_CharSet_3() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ___CharSet_3)); }
inline int32_t get_CharSet_3() const { return ___CharSet_3; }
inline int32_t* get_address_of_CharSet_3() { return &___CharSet_3; }
inline void set_CharSet_3(int32_t value)
{
___CharSet_3 = value;
}
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.Security.AccessControl.CommonSecurityDescriptor
struct CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 : public GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0
{
public:
// System.Boolean System.Security.AccessControl.CommonSecurityDescriptor::is_container
bool ___is_container_0;
// System.Boolean System.Security.AccessControl.CommonSecurityDescriptor::is_ds
bool ___is_ds_1;
// System.Security.AccessControl.ControlFlags System.Security.AccessControl.CommonSecurityDescriptor::flags
int32_t ___flags_2;
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.CommonSecurityDescriptor::owner
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___owner_3;
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.CommonSecurityDescriptor::group
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___group_4;
// System.Security.AccessControl.SystemAcl System.Security.AccessControl.CommonSecurityDescriptor::system_acl
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * ___system_acl_5;
// System.Security.AccessControl.DiscretionaryAcl System.Security.AccessControl.CommonSecurityDescriptor::discretionary_acl
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * ___discretionary_acl_6;
public:
inline static int32_t get_offset_of_is_container_0() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___is_container_0)); }
inline bool get_is_container_0() const { return ___is_container_0; }
inline bool* get_address_of_is_container_0() { return &___is_container_0; }
inline void set_is_container_0(bool value)
{
___is_container_0 = value;
}
inline static int32_t get_offset_of_is_ds_1() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___is_ds_1)); }
inline bool get_is_ds_1() const { return ___is_ds_1; }
inline bool* get_address_of_is_ds_1() { return &___is_ds_1; }
inline void set_is_ds_1(bool value)
{
___is_ds_1 = value;
}
inline static int32_t get_offset_of_flags_2() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___flags_2)); }
inline int32_t get_flags_2() const { return ___flags_2; }
inline int32_t* get_address_of_flags_2() { return &___flags_2; }
inline void set_flags_2(int32_t value)
{
___flags_2 = value;
}
inline static int32_t get_offset_of_owner_3() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___owner_3)); }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * get_owner_3() const { return ___owner_3; }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE ** get_address_of_owner_3() { return &___owner_3; }
inline void set_owner_3(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * value)
{
___owner_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_3), (void*)value);
}
inline static int32_t get_offset_of_group_4() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___group_4)); }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * get_group_4() const { return ___group_4; }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE ** get_address_of_group_4() { return &___group_4; }
inline void set_group_4(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * value)
{
___group_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___group_4), (void*)value);
}
inline static int32_t get_offset_of_system_acl_5() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___system_acl_5)); }
inline SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * get_system_acl_5() const { return ___system_acl_5; }
inline SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 ** get_address_of_system_acl_5() { return &___system_acl_5; }
inline void set_system_acl_5(SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * value)
{
___system_acl_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___system_acl_5), (void*)value);
}
inline static int32_t get_offset_of_discretionary_acl_6() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___discretionary_acl_6)); }
inline DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * get_discretionary_acl_6() const { return ___discretionary_acl_6; }
inline DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 ** get_address_of_discretionary_acl_6() { return &___discretionary_acl_6; }
inline void set_discretionary_acl_6(DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * value)
{
___discretionary_acl_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___discretionary_acl_6), (void*)value);
}
};
// System.Security.AccessControl.GenericAce
struct GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA : public RuntimeObject
{
public:
// System.Security.AccessControl.AceFlags System.Security.AccessControl.GenericAce::ace_flags
uint8_t ___ace_flags_0;
// System.Security.AccessControl.AceType System.Security.AccessControl.GenericAce::ace_type
uint8_t ___ace_type_1;
public:
inline static int32_t get_offset_of_ace_flags_0() { return static_cast<int32_t>(offsetof(GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA, ___ace_flags_0)); }
inline uint8_t get_ace_flags_0() const { return ___ace_flags_0; }
inline uint8_t* get_address_of_ace_flags_0() { return &___ace_flags_0; }
inline void set_ace_flags_0(uint8_t value)
{
___ace_flags_0 = value;
}
inline static int32_t get_offset_of_ace_type_1() { return static_cast<int32_t>(offsetof(GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA, ___ace_type_1)); }
inline uint8_t get_ace_type_1() const { return ___ace_type_1; }
inline uint8_t* get_address_of_ace_type_1() { return &___ace_type_1; }
inline void set_ace_type_1(uint8_t value)
{
___ace_type_1 = value;
}
};
// System.Security.AccessControl.ObjectSecurity
struct ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 : public RuntimeObject
{
public:
// System.Security.AccessControl.CommonSecurityDescriptor System.Security.AccessControl.ObjectSecurity::descriptor
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * ___descriptor_0;
// System.Security.AccessControl.AccessControlSections System.Security.AccessControl.ObjectSecurity::sections_modified
int32_t ___sections_modified_1;
// System.Threading.ReaderWriterLock System.Security.AccessControl.ObjectSecurity::rw_lock
ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * ___rw_lock_2;
public:
inline static int32_t get_offset_of_descriptor_0() { return static_cast<int32_t>(offsetof(ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8, ___descriptor_0)); }
inline CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * get_descriptor_0() const { return ___descriptor_0; }
inline CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 ** get_address_of_descriptor_0() { return &___descriptor_0; }
inline void set_descriptor_0(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * value)
{
___descriptor_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___descriptor_0), (void*)value);
}
inline static int32_t get_offset_of_sections_modified_1() { return static_cast<int32_t>(offsetof(ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8, ___sections_modified_1)); }
inline int32_t get_sections_modified_1() const { return ___sections_modified_1; }
inline int32_t* get_address_of_sections_modified_1() { return &___sections_modified_1; }
inline void set_sections_modified_1(int32_t value)
{
___sections_modified_1 = value;
}
inline static int32_t get_offset_of_rw_lock_2() { return static_cast<int32_t>(offsetof(ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8, ___rw_lock_2)); }
inline ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * get_rw_lock_2() const { return ___rw_lock_2; }
inline ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 ** get_address_of_rw_lock_2() { return &___rw_lock_2; }
inline void set_rw_lock_2(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * value)
{
___rw_lock_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rw_lock_2), (void*)value);
}
};
// System.Security.AccessControl.RawSecurityDescriptor
struct RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 : public GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0
{
public:
// System.Security.AccessControl.ControlFlags System.Security.AccessControl.RawSecurityDescriptor::control_flags
int32_t ___control_flags_0;
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.RawSecurityDescriptor::owner_sid
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___owner_sid_1;
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.RawSecurityDescriptor::group_sid
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___group_sid_2;
// System.Security.AccessControl.RawAcl System.Security.AccessControl.RawSecurityDescriptor::system_acl
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___system_acl_3;
// System.Security.AccessControl.RawAcl System.Security.AccessControl.RawSecurityDescriptor::discretionary_acl
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___discretionary_acl_4;
// System.Byte System.Security.AccessControl.RawSecurityDescriptor::resourcemgr_control
uint8_t ___resourcemgr_control_5;
public:
inline static int32_t get_offset_of_control_flags_0() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___control_flags_0)); }
inline int32_t get_control_flags_0() const { return ___control_flags_0; }
inline int32_t* get_address_of_control_flags_0() { return &___control_flags_0; }
inline void set_control_flags_0(int32_t value)
{
___control_flags_0 = value;
}
inline static int32_t get_offset_of_owner_sid_1() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___owner_sid_1)); }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * get_owner_sid_1() const { return ___owner_sid_1; }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE ** get_address_of_owner_sid_1() { return &___owner_sid_1; }
inline void set_owner_sid_1(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * value)
{
___owner_sid_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_sid_1), (void*)value);
}
inline static int32_t get_offset_of_group_sid_2() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___group_sid_2)); }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * get_group_sid_2() const { return ___group_sid_2; }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE ** get_address_of_group_sid_2() { return &___group_sid_2; }
inline void set_group_sid_2(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * value)
{
___group_sid_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___group_sid_2), (void*)value);
}
inline static int32_t get_offset_of_system_acl_3() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___system_acl_3)); }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * get_system_acl_3() const { return ___system_acl_3; }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 ** get_address_of_system_acl_3() { return &___system_acl_3; }
inline void set_system_acl_3(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * value)
{
___system_acl_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___system_acl_3), (void*)value);
}
inline static int32_t get_offset_of_discretionary_acl_4() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___discretionary_acl_4)); }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * get_discretionary_acl_4() const { return ___discretionary_acl_4; }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 ** get_address_of_discretionary_acl_4() { return &___discretionary_acl_4; }
inline void set_discretionary_acl_4(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * value)
{
___discretionary_acl_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___discretionary_acl_4), (void*)value);
}
inline static int32_t get_offset_of_resourcemgr_control_5() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___resourcemgr_control_5)); }
inline uint8_t get_resourcemgr_control_5() const { return ___resourcemgr_control_5; }
inline uint8_t* get_address_of_resourcemgr_control_5() { return &___resourcemgr_control_5; }
inline void set_resourcemgr_control_5(uint8_t value)
{
___resourcemgr_control_5 = value;
}
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// System.TypedReference
struct TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8
{
public:
// System.RuntimeTypeHandle System.TypedReference::type
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___type_0;
// System.IntPtr System.TypedReference::Value
intptr_t ___Value_1;
// System.IntPtr System.TypedReference::Type
intptr_t ___Type_2;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8, ___type_0)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get_type_0() const { return ___type_0; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of_type_0() { return &___type_0; }
inline void set_type_0(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
___type_0 = value;
}
inline static int32_t get_offset_of_Value_1() { return static_cast<int32_t>(offsetof(TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8, ___Value_1)); }
inline intptr_t get_Value_1() const { return ___Value_1; }
inline intptr_t* get_address_of_Value_1() { return &___Value_1; }
inline void set_Value_1(intptr_t value)
{
___Value_1 = value;
}
inline static int32_t get_offset_of_Type_2() { return static_cast<int32_t>(offsetof(TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8, ___Type_2)); }
inline intptr_t get_Type_2() const { return ___Type_2; }
inline intptr_t* get_address_of_Type_2() { return &___Type_2; }
inline void set_Type_2(intptr_t value)
{
___Type_2 = value;
}
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
}
};
// System.ArithmeticException
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>
struct EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 : public MulticastDelegate_t
{
public:
public:
};
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.MemberAccessException
struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NullReferenceException
struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Reflection.AmbiguousMatchException
struct AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Reflection.MonoCMethod
struct MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 : public RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D
{
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<int32_t>(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___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<int32_t>(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___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((void**)(&___name_3), (void*)value);
}
inline static int32_t get_offset_of_reftype_4() { return static_cast<int32_t>(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___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((void**)(&___reftype_4), (void*)value);
}
};
// System.Reflection.MonoField
struct MonoField_t : public RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579
{
public:
// System.IntPtr System.Reflection.MonoField::klass
intptr_t ___klass_0;
// System.RuntimeFieldHandle System.Reflection.MonoField::fhandle
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___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<int32_t>(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<int32_t>(offsetof(MonoField_t, ___fhandle_1)); }
inline RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF get_fhandle_1() const { return ___fhandle_1; }
inline RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * get_address_of_fhandle_1() { return &___fhandle_1; }
inline void set_fhandle_1(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF value)
{
___fhandle_1 = value;
}
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(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((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(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((void**)(&___type_3), (void*)value);
}
inline static int32_t get_offset_of_attrs_4() { return static_cast<int32_t>(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;
}
};
// System.Reflection.MonoMethod
struct MonoMethod_t : public RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E
{
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<int32_t>(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<int32_t>(offsetof(MonoMethod_t, ___name_1)); }
inline String_t* get_name_1() const { return ___name_1; }
inline String_t** get_address_of_name_1() { return &___name_1; }
inline void set_name_1(String_t* value)
{
___name_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value);
}
inline static int32_t get_offset_of_reftype_2() { return static_cast<int32_t>(offsetof(MonoMethod_t, ___reftype_2)); }
inline Type_t * get_reftype_2() const { return ___reftype_2; }
inline Type_t ** get_address_of_reftype_2() { return &___reftype_2; }
inline void set_reftype_2(Type_t * value)
{
___reftype_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reftype_2), (void*)value);
}
};
// System.Reflection.RuntimeModule
struct RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD : public Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7
{
public:
public:
};
// System.Reflection.TypeInfo
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t
{
public:
public:
};
// System.Runtime.Serialization.DeserializationEventHandler
struct DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF : public MulticastDelegate_t
{
public:
public:
};
// System.Runtime.Serialization.ObjectManager
struct ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 : public RuntimeObject
{
public:
// System.Runtime.Serialization.DeserializationEventHandler System.Runtime.Serialization.ObjectManager::m_onDeserializationHandler
DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * ___m_onDeserializationHandler_0;
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.ObjectManager::m_onDeserializedHandler
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___m_onDeserializedHandler_1;
// System.Runtime.Serialization.ObjectHolder[] System.Runtime.Serialization.ObjectManager::m_objects
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* ___m_objects_2;
// System.Object System.Runtime.Serialization.ObjectManager::m_topObject
RuntimeObject * ___m_topObject_3;
// System.Runtime.Serialization.ObjectHolderList System.Runtime.Serialization.ObjectManager::m_specialFixupObjects
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * ___m_specialFixupObjects_4;
// System.Int64 System.Runtime.Serialization.ObjectManager::m_fixupCount
int64_t ___m_fixupCount_5;
// System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.ObjectManager::m_selector
RuntimeObject* ___m_selector_6;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.ObjectManager::m_context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_context_7;
public:
inline static int32_t get_offset_of_m_onDeserializationHandler_0() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_onDeserializationHandler_0)); }
inline DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * get_m_onDeserializationHandler_0() const { return ___m_onDeserializationHandler_0; }
inline DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF ** get_address_of_m_onDeserializationHandler_0() { return &___m_onDeserializationHandler_0; }
inline void set_m_onDeserializationHandler_0(DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * value)
{
___m_onDeserializationHandler_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_onDeserializationHandler_0), (void*)value);
}
inline static int32_t get_offset_of_m_onDeserializedHandler_1() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_onDeserializedHandler_1)); }
inline SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * get_m_onDeserializedHandler_1() const { return ___m_onDeserializedHandler_1; }
inline SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A ** get_address_of_m_onDeserializedHandler_1() { return &___m_onDeserializedHandler_1; }
inline void set_m_onDeserializedHandler_1(SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * value)
{
___m_onDeserializedHandler_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_onDeserializedHandler_1), (void*)value);
}
inline static int32_t get_offset_of_m_objects_2() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_objects_2)); }
inline ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* get_m_objects_2() const { return ___m_objects_2; }
inline ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202** get_address_of_m_objects_2() { return &___m_objects_2; }
inline void set_m_objects_2(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* value)
{
___m_objects_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_objects_2), (void*)value);
}
inline static int32_t get_offset_of_m_topObject_3() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_topObject_3)); }
inline RuntimeObject * get_m_topObject_3() const { return ___m_topObject_3; }
inline RuntimeObject ** get_address_of_m_topObject_3() { return &___m_topObject_3; }
inline void set_m_topObject_3(RuntimeObject * value)
{
___m_topObject_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_topObject_3), (void*)value);
}
inline static int32_t get_offset_of_m_specialFixupObjects_4() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_specialFixupObjects_4)); }
inline ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * get_m_specialFixupObjects_4() const { return ___m_specialFixupObjects_4; }
inline ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 ** get_address_of_m_specialFixupObjects_4() { return &___m_specialFixupObjects_4; }
inline void set_m_specialFixupObjects_4(ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * value)
{
___m_specialFixupObjects_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_specialFixupObjects_4), (void*)value);
}
inline static int32_t get_offset_of_m_fixupCount_5() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_fixupCount_5)); }
inline int64_t get_m_fixupCount_5() const { return ___m_fixupCount_5; }
inline int64_t* get_address_of_m_fixupCount_5() { return &___m_fixupCount_5; }
inline void set_m_fixupCount_5(int64_t value)
{
___m_fixupCount_5 = value;
}
inline static int32_t get_offset_of_m_selector_6() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_selector_6)); }
inline RuntimeObject* get_m_selector_6() const { return ___m_selector_6; }
inline RuntimeObject** get_address_of_m_selector_6() { return &___m_selector_6; }
inline void set_m_selector_6(RuntimeObject* value)
{
___m_selector_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_selector_6), (void*)value);
}
inline static int32_t get_offset_of_m_context_7() { return static_cast<int32_t>(offsetof(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281, ___m_context_7)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_context_7() const { return ___m_context_7; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_context_7() { return &___m_context_7; }
inline void set_m_context_7(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_context_7 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_7))->___m_additionalContext_0), (void*)NULL);
}
};
// System.Runtime.Serialization.SafeSerializationEventArgs
struct SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.SafeSerializationEventArgs::m_streamingContext
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_streamingContext_1;
// System.Collections.Generic.List`1<System.Object> System.Runtime.Serialization.SafeSerializationEventArgs::m_serializedStates
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___m_serializedStates_2;
public:
inline static int32_t get_offset_of_m_streamingContext_1() { return static_cast<int32_t>(offsetof(SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD, ___m_streamingContext_1)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_streamingContext_1() const { return ___m_streamingContext_1; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_streamingContext_1() { return &___m_streamingContext_1; }
inline void set_m_streamingContext_1(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_streamingContext_1 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_streamingContext_1))->___m_additionalContext_0), (void*)NULL);
}
inline static int32_t get_offset_of_m_serializedStates_2() { return static_cast<int32_t>(offsetof(SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD, ___m_serializedStates_2)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_m_serializedStates_2() const { return ___m_serializedStates_2; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_m_serializedStates_2() { return &___m_serializedStates_2; }
inline void set_m_serializedStates_2(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___m_serializedStates_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_serializedStates_2), (void*)value);
}
};
// System.Runtime.Serialization.SerializationEventHandler
struct SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A : public MulticastDelegate_t
{
public:
public:
};
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields
{
public:
// System.String System.Runtime.Serialization.SerializationException::_nullMessage
String_t* ____nullMessage_17;
public:
inline static int32_t get_offset_of__nullMessage_17() { return static_cast<int32_t>(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); }
inline String_t* get__nullMessage_17() const { return ____nullMessage_17; }
inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; }
inline void set__nullMessage_17(String_t* value)
{
____nullMessage_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value);
}
};
// System.Runtime.Serialization.SerializationObjectManager
struct SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA : public RuntimeObject
{
public:
// System.Collections.Hashtable System.Runtime.Serialization.SerializationObjectManager::m_objectSeenTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___m_objectSeenTable_0;
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationObjectManager::m_onSerializedHandler
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___m_onSerializedHandler_1;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.SerializationObjectManager::m_context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_context_2;
public:
inline static int32_t get_offset_of_m_objectSeenTable_0() { return static_cast<int32_t>(offsetof(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA, ___m_objectSeenTable_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_m_objectSeenTable_0() const { return ___m_objectSeenTable_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_m_objectSeenTable_0() { return &___m_objectSeenTable_0; }
inline void set_m_objectSeenTable_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___m_objectSeenTable_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_objectSeenTable_0), (void*)value);
}
inline static int32_t get_offset_of_m_onSerializedHandler_1() { return static_cast<int32_t>(offsetof(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA, ___m_onSerializedHandler_1)); }
inline SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * get_m_onSerializedHandler_1() const { return ___m_onSerializedHandler_1; }
inline SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A ** get_address_of_m_onSerializedHandler_1() { return &___m_onSerializedHandler_1; }
inline void set_m_onSerializedHandler_1(SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * value)
{
___m_onSerializedHandler_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_onSerializedHandler_1), (void*)value);
}
inline static int32_t get_offset_of_m_context_2() { return static_cast<int32_t>(offsetof(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA, ___m_context_2)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_context_2() const { return ___m_context_2; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_context_2() { return &___m_context_2; }
inline void set_m_context_2(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_context_2 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_2))->___m_additionalContext_0), (void*)NULL);
}
};
// System.Security.AccessControl.CommonAcl_RemoveAcesCallback`1<System.Security.AccessControl.GenericAce>
struct RemoveAcesCallback_1_t2B78A79ADDCC66EE1B0355C1030346847E672B52 : public MulticastDelegate_t
{
public:
public:
};
// System.Security.AccessControl.CommonObjectSecurity
struct CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16 : public ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8
{
public:
public:
};
// System.Security.AccessControl.KnownAce
struct KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA : public GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA
{
public:
// System.Int32 System.Security.AccessControl.KnownAce::access_mask
int32_t ___access_mask_2;
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.KnownAce::identifier
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___identifier_3;
public:
inline static int32_t get_offset_of_access_mask_2() { return static_cast<int32_t>(offsetof(KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA, ___access_mask_2)); }
inline int32_t get_access_mask_2() const { return ___access_mask_2; }
inline int32_t* get_address_of_access_mask_2() { return &___access_mask_2; }
inline void set_access_mask_2(int32_t value)
{
___access_mask_2 = value;
}
inline static int32_t get_offset_of_identifier_3() { return static_cast<int32_t>(offsetof(KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA, ___identifier_3)); }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * get_identifier_3() const { return ___identifier_3; }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE ** get_address_of_identifier_3() { return &___identifier_3; }
inline void set_identifier_3(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * value)
{
___identifier_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___identifier_3), (void*)value);
}
};
// System.TypeLoadException
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.TypeLoadException::ClassName
String_t* ___ClassName_17;
// System.String System.TypeLoadException::AssemblyName
String_t* ___AssemblyName_18;
// System.String System.TypeLoadException::MessageArg
String_t* ___MessageArg_19;
// System.Int32 System.TypeLoadException::ResourceId
int32_t ___ResourceId_20;
public:
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ClassName_17)); }
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
inline void set_ClassName_17(String_t* value)
{
___ClassName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value);
}
inline static int32_t get_offset_of_AssemblyName_18() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___AssemblyName_18)); }
inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; }
inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; }
inline void set_AssemblyName_18(String_t* value)
{
___AssemblyName_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_18), (void*)value);
}
inline static int32_t get_offset_of_MessageArg_19() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___MessageArg_19)); }
inline String_t* get_MessageArg_19() const { return ___MessageArg_19; }
inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; }
inline void set_MessageArg_19(String_t* value)
{
___MessageArg_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MessageArg_19), (void*)value);
}
inline static int32_t get_offset_of_ResourceId_20() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ResourceId_20)); }
inline int32_t get_ResourceId_20() const { return ___ResourceId_20; }
inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; }
inline void set_ResourceId_20(int32_t value)
{
___ResourceId_20 = value;
}
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
}
};
// System.MissingMemberException
struct MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0
{
public:
// System.String System.MissingMemberException::ClassName
String_t* ___ClassName_17;
// System.String System.MissingMemberException::MemberName
String_t* ___MemberName_18;
// System.Byte[] System.MissingMemberException::Signature
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Signature_19;
public:
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___ClassName_17)); }
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
inline void set_ClassName_17(String_t* value)
{
___ClassName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value);
}
inline static int32_t get_offset_of_MemberName_18() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___MemberName_18)); }
inline String_t* get_MemberName_18() const { return ___MemberName_18; }
inline String_t** get_address_of_MemberName_18() { return &___MemberName_18; }
inline void set_MemberName_18(String_t* value)
{
___MemberName_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MemberName_18), (void*)value);
}
inline static int32_t get_offset_of_Signature_19() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___Signature_19)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Signature_19() const { return ___Signature_19; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Signature_19() { return &___Signature_19; }
inline void set_Signature_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Signature_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Signature_19), (void*)value);
}
};
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
{
public:
public:
};
// System.RuntimeType
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F : public TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC
{
public:
// System.MonoTypeInfo System.RuntimeType::type_info
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * ___type_info_26;
// System.Object System.RuntimeType::GenericCache
RuntimeObject * ___GenericCache_27;
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___m_serializationCtor_28;
public:
inline static int32_t get_offset_of_type_info_26() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___type_info_26)); }
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * get_type_info_26() const { return ___type_info_26; }
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D ** get_address_of_type_info_26() { return &___type_info_26; }
inline void set_type_info_26(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * value)
{
___type_info_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value);
}
inline static int32_t get_offset_of_GenericCache_27() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___GenericCache_27)); }
inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; }
inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; }
inline void set_GenericCache_27(RuntimeObject * value)
{
___GenericCache_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value);
}
inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___m_serializationCtor_28)); }
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; }
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; }
inline void set_m_serializationCtor_28(RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value)
{
___m_serializationCtor_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value);
}
};
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields
{
public:
// System.RuntimeType System.RuntimeType::ValueType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ValueType_10;
// System.RuntimeType System.RuntimeType::EnumType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___EnumType_11;
// System.RuntimeType System.RuntimeType::ObjectType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ObjectType_12;
// System.RuntimeType System.RuntimeType::StringType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___StringType_13;
// System.RuntimeType System.RuntimeType::DelegateType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___DelegateType_14;
// System.Type[] System.RuntimeType::s_SICtorParamTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___s_SICtorParamTypes_15;
// System.RuntimeType System.RuntimeType::s_typedRef
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___s_typedRef_25;
public:
inline static int32_t get_offset_of_ValueType_10() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ValueType_10)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ValueType_10() const { return ___ValueType_10; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ValueType_10() { return &___ValueType_10; }
inline void set_ValueType_10(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___ValueType_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value);
}
inline static int32_t get_offset_of_EnumType_11() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___EnumType_11)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_EnumType_11() const { return ___EnumType_11; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_EnumType_11() { return &___EnumType_11; }
inline void set_EnumType_11(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___EnumType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value);
}
inline static int32_t get_offset_of_ObjectType_12() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ObjectType_12)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ObjectType_12() const { return ___ObjectType_12; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ObjectType_12() { return &___ObjectType_12; }
inline void set_ObjectType_12(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___ObjectType_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value);
}
inline static int32_t get_offset_of_StringType_13() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___StringType_13)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_StringType_13() const { return ___StringType_13; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_StringType_13() { return &___StringType_13; }
inline void set_StringType_13(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___StringType_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value);
}
inline static int32_t get_offset_of_DelegateType_14() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___DelegateType_14)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_DelegateType_14() const { return ___DelegateType_14; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_DelegateType_14() { return &___DelegateType_14; }
inline void set_DelegateType_14(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___DelegateType_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value);
}
inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_SICtorParamTypes_15)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; }
inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___s_SICtorParamTypes_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value);
}
inline static int32_t get_offset_of_s_typedRef_25() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_typedRef_25)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_s_typedRef_25() const { return ___s_typedRef_25; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; }
inline void set_s_typedRef_25(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___s_typedRef_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value);
}
};
// System.Security.AccessControl.NativeObjectSecurity
struct NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A : public CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16
{
public:
// System.Security.AccessControl.NativeObjectSecurity_ExceptionFromErrorCode System.Security.AccessControl.NativeObjectSecurity::exception_from_error_code
ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * ___exception_from_error_code_3;
// System.Security.AccessControl.ResourceType System.Security.AccessControl.NativeObjectSecurity::resource_type
int32_t ___resource_type_4;
public:
inline static int32_t get_offset_of_exception_from_error_code_3() { return static_cast<int32_t>(offsetof(NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A, ___exception_from_error_code_3)); }
inline ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * get_exception_from_error_code_3() const { return ___exception_from_error_code_3; }
inline ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 ** get_address_of_exception_from_error_code_3() { return &___exception_from_error_code_3; }
inline void set_exception_from_error_code_3(ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * value)
{
___exception_from_error_code_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___exception_from_error_code_3), (void*)value);
}
inline static int32_t get_offset_of_resource_type_4() { return static_cast<int32_t>(offsetof(NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A, ___resource_type_4)); }
inline int32_t get_resource_type_4() const { return ___resource_type_4; }
inline int32_t* get_address_of_resource_type_4() { return &___resource_type_4; }
inline void set_resource_type_4(int32_t value)
{
___resource_type_4 = value;
}
};
// System.Security.AccessControl.QualifiedAce
struct QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F : public KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA
{
public:
// System.Byte[] System.Security.AccessControl.QualifiedAce::opaque
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque_4;
public:
inline static int32_t get_offset_of_opaque_4() { return static_cast<int32_t>(offsetof(QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F, ___opaque_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_opaque_4() const { return ___opaque_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_opaque_4() { return &___opaque_4; }
inline void set_opaque_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___opaque_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___opaque_4), (void*)value);
}
};
// System.MissingFieldException
struct MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD
{
public:
public:
};
// System.MissingMethodException
struct MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD
{
public:
// System.String System.MissingMethodException::signature
String_t* ___signature_20;
public:
inline static int32_t get_offset_of_signature_20() { return static_cast<int32_t>(offsetof(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498, ___signature_20)); }
inline String_t* get_signature_20() const { return ___signature_20; }
inline String_t** get_address_of_signature_20() { return &___signature_20; }
inline void set_signature_20(String_t* value)
{
___signature_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___signature_20), (void*)value);
}
};
// System.ReflectionOnlyType
struct ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5 : public RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F
{
public:
public:
};
// System.Security.AccessControl.CommonAce
struct CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E : public QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F
{
public:
public:
};
// System.Security.AccessControl.CryptoKeySecurity
struct CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 : public NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A
{
public:
public:
};
// System.Security.AccessControl.FileSystemSecurity
struct FileSystemSecurity_t2040080A9EC514AFE69F2042F720059E7C10ECA1 : public NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A
{
public:
public:
};
// System.Security.AccessControl.ObjectAce
struct ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 : public QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F
{
public:
// System.Guid System.Security.AccessControl.ObjectAce::object_ace_type
Guid_t ___object_ace_type_5;
// System.Guid System.Security.AccessControl.ObjectAce::inherited_object_type
Guid_t ___inherited_object_type_6;
// System.Security.AccessControl.ObjectAceFlags System.Security.AccessControl.ObjectAce::object_ace_flags
int32_t ___object_ace_flags_7;
public:
inline static int32_t get_offset_of_object_ace_type_5() { return static_cast<int32_t>(offsetof(ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8, ___object_ace_type_5)); }
inline Guid_t get_object_ace_type_5() const { return ___object_ace_type_5; }
inline Guid_t * get_address_of_object_ace_type_5() { return &___object_ace_type_5; }
inline void set_object_ace_type_5(Guid_t value)
{
___object_ace_type_5 = value;
}
inline static int32_t get_offset_of_inherited_object_type_6() { return static_cast<int32_t>(offsetof(ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8, ___inherited_object_type_6)); }
inline Guid_t get_inherited_object_type_6() const { return ___inherited_object_type_6; }
inline Guid_t * get_address_of_inherited_object_type_6() { return &___inherited_object_type_6; }
inline void set_inherited_object_type_6(Guid_t value)
{
___inherited_object_type_6 = value;
}
inline static int32_t get_offset_of_object_ace_flags_7() { return static_cast<int32_t>(offsetof(ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8, ___object_ace_flags_7)); }
inline int32_t get_object_ace_flags_7() const { return ___object_ace_flags_7; }
inline int32_t* get_address_of_object_ace_flags_7() { return &___object_ace_flags_7; }
inline void set_object_ace_flags_7(int32_t value)
{
___object_ace_flags_7 = value;
}
};
// System.Security.AccessControl.DirectorySecurity
struct DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F : public FileSystemSecurity_t2040080A9EC514AFE69F2042F720059E7C10ECA1
{
public:
public:
};
// System.Security.AccessControl.FileSecurity
struct FileSecurity_tA80D4B624306EBC4FAC7F92F258703CC1B5349F2 : public FileSystemSecurity_t2040080A9EC514AFE69F2042F720059E7C10ECA1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Runtime.Serialization.ObjectHolder[]
struct ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202 : public RuntimeArray
{
public:
ALIGN_FIELD (8) ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * m_Items[1];
public:
inline ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** 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, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Int64[]
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F : 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.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.FieldInfo[]
struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value);
}
};
// System.Runtime.Serialization.FixupHolder[]
struct FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641 : public RuntimeArray
{
public:
ALIGN_FIELD (8) FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * m_Items[1];
public:
inline FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 ** 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, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.MethodInfo[]
struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value);
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : public RuntimeArray
{
public:
ALIGN_FIELD (8) Type_t * m_Items[1];
public:
inline Type_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Type_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Type_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : 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.RuntimeType[]
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * m_Items[1];
public:
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.ParameterInfo[]
struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694 : public RuntimeArray
{
public:
ALIGN_FIELD (8) ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * m_Items[1];
public:
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** 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_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.RuntimeMethodInfo[]
struct RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * m_Items[1];
public:
inline RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E ** 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, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.RuntimeConstructorInfo[]
struct RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * m_Items[1];
public:
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** 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, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.RuntimePropertyInfo[]
struct RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * m_Items[1];
public:
inline RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 ** 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, RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.RuntimeEventInfo[]
struct RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * m_Items[1];
public:
inline RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 ** 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, RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.RuntimeFieldInfo[]
struct RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * m_Items[1];
public:
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 ** 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, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.ConstructorInfo[]
struct ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E : public RuntimeArray
{
public:
ALIGN_FIELD (8) ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * m_Items[1];
public:
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** 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_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.PropertyInfo[]
struct PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.EventInfo[]
struct EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.ParameterModifier[]
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA : public RuntimeArray
{
public:
ALIGN_FIELD (8) ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E m_Items[1];
public:
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * 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_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
}
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
}
};
// System.Reflection.MethodBase[]
struct MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914 : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.MemberInfo[]
struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6 : public RuntimeArray
{
public:
ALIGN_FIELD (8) MemberInfo_t * m_Items[1];
public:
inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline MemberInfo_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, MemberInfo_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.UInt64[]
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint64_t m_Items[1];
public:
inline uint64_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint64_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint64_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value)
{
m_Items[index] = value;
}
};
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_back(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled);
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_cleanup(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.EventHandler`1<System.Object>::Invoke(System.Object,TEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_mBF3979EE17B68658C4C1AB3A8D64B24F263E3B98_gshared (EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3 * __this, RuntimeObject * ___sender0, RuntimeObject * ___e1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Reverse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Reverse_m72D0A68F3695A2828EFA0CD851D1A88BEA4827A4_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m56FBD260A4D190AD833E9B108B1E80A574AA62C4_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsKey(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m786A1D72D4E499C0776742D3B2921F47E3A54545_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t* ___value1, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Object>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeType/ListBuilder`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, const RuntimeMethod* method);
// T System.RuntimeType/ListBuilder`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// T[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Object>::CopyTo(System.Object[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Object>(T[],T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Int32 System.Array::BinarySearch<System.UInt64>(T[],T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_gshared (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___array0, uint64_t ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_CopyTo_m54E18E9C1ECE23383EF0EA1E98330235DEAD7B39_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, const RuntimeMethod* method);
// T[] System.Array::Empty<System.Object>()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemoveAcesCallback_1__ctor_mBF6BEB719482B36B63590DB9113549A9230C8434_gshared (RemoveAcesCallback_1_t8F652608BA8F69184F96130C2A0A1209B7E08BE7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::RemoveAces<System.Object>(System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_RemoveAces_TisRuntimeObject_mBFFDD4E661722D4AE6BB79A1980F40800D10C8DF_gshared (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, RemoveAcesCallback_1_t8F652608BA8F69184F96130C2A0A1209B7E08BE7 * ___callback0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolderList::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolderList__ctor_m12403A7A5A3F460E1D51AB7A378FFD47ED68119B (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, int32_t ___startingSize0, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolderList::EnlargeArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolderList_EnlargeArray_mB292C8EA578152793743F1F5F0B6BE56A3D726D9 (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolderListEnumerator::.ctor(System.Runtime.Serialization.ObjectHolderList,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolderListEnumerator__ctor_m93E59861F58512098A8597F9190DB0F891FA27F7 (ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * __this, ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * ___list0, bool ___isFixupEnumerator1, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.ObjectHolderList::get_Version()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ObjectHolderList_get_Version_m25BCE64363B779807792CB9AA9F313008BFAF20F_inline (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.ObjectHolderList::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ObjectHolderList_get_Count_mF679AB6F5C3AABEEB9CD9C8F5CE546E11B15232B_inline (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CompletelyFixed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_CompletelyFixed_mCB9B60E727690F4A7876465310999B608859E75C (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::GetHashCode(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_GetHashCode_mB357C67BC7D5C014F6F51FE93E200F140DF7A40B (RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.ObjectIDGenerator::FindElement(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectIDGenerator_FindElement_mD244B7FDAA17380EDA470FB4E50DD1D8BA3A7830 (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * __this, RuntimeObject * ___obj0, bool* ___found1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectIDGenerator::Rehash()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectIDGenerator_Rehash_m9E8755018CCAE45A1ABA6EC675479C42A05DC89A (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolderList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolderList__ctor_mB3663B182FBA986BEDDBF02CB23D06EC73446159 (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectManager::FindObjectHolder(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ObjectManager_FindObjectHolder_m96D3ACB5419638069ADAF74C633857BDEA8B327B (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, int64_t ___objectID0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::.ctor(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder__ctor_mD09C113B9970246B75AA90D463775A50522D75C0 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int64_t ___objID0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::AddObjectHolder(System.Runtime.Serialization.ObjectHolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_AddObjectHolder_m018504885D2FC2403CC90C1092557D40ABF15DB2 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.ObjectHolder::get_ObjectValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.ObjectHolderList System.Runtime.Serialization.ObjectManager::get_SpecialFixupObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * ObjectManager_get_SpecialFixupObjects_m0AF376C0567766BCD952B7903F387D73183F39A3 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CanObjectValueChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_CanObjectValueChange_m87A726C30DD43D52B356528FDC5123D421C7B648 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_IsIncompleteObjectReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_HasSurrogate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_HasSurrogate_m9ADAB8C187E28A50A9B50D7A36EC995255829509 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ObjectHolder::get_Surrogate()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* ObjectHolder_get_Surrogate_mF212AFFD8843047FA5EFDF30CE1F7879AA946982_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.ObjectHolder::get_SerializationInfo()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ObjectHolder_get_SerializationInfo_m84FC91DB76282D6FADFB1B3B281FD6FE2A779066_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CanSurrogatedObjectValueChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::SetObjectValue(System.Object,System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, RuntimeObject * ___obj0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::SetFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::CompleteISerializableObject(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___obj0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_SerializationInfo(System.Runtime.Serialization.SerializationInfo)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectHolder_set_SerializationInfo_m5F3BCCE0FFFFC46EE20D20B19D15734F9EF2AA8B_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_RequiresSerInfoFixup(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_set_RequiresSerInfoFixup_m4331E5585D2470E6A9E4DAAECB618870D66DB1BA (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresValueTypeFixup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_ValueTypeFixupPerformed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_ValueTypeFixupPerformed_mBF8D77CB31CA7B6A3F4BB4BB7CD8EB34C677F3C5 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectManager::DoValueTypeFixup(System.Reflection.FieldInfo,System.Runtime.Serialization.ObjectHolder,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectManager_DoValueTypeFixup_mC65D4BAF4714AEC2173E5BC47B63A4BA4D7357F9 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, FieldInfo_t * ___memberToFix0, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::DoNewlyRegisteredObjectFixups(System.Runtime.Serialization.ObjectHolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_DoNewlyRegisteredObjectFixups_mB6F644A079DCE6DE406CCF47A20FCDE55C9B551E (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_IsIncompleteObjectReference(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_set_IsIncompleteObjectReference_m4BCF55184AB2230F0B5E6758FCD789C3CCDF421E (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method);
// System.Runtime.Serialization.ValueTypeFixupInfo System.Runtime.Serialization.ObjectHolder::get_ValueFixup()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * ObjectHolder_get_ValueFixup_m3889D9D6C49E7A3E2886C5197AEFB096CCA51369_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Reflection.FieldInfo System.Runtime.Serialization.ValueTypeFixupInfo::get_ParentField()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR FieldInfo_t * ValueTypeFixupInfo_get_ParentField_m0A81FF0C88D22219613C250FD431A107BF4411E3_inline (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.ValueTypeFixupInfo::get_ContainerID()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208_inline (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method);
// System.Type System.Nullable::GetUnderlyingType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04 (Type_t * ___nullableType0, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Int32[] System.Runtime.Serialization.ValueTypeFixupInfo::get_ParentIndex()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ValueTypeFixupInfo_get_ParentIndex_m6B7ADD6FF8AC73C8DDBF4FAA49AF2CA484EE7816_inline (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.FieldInfo::op_Equality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7 (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method);
// System.Reflection.RuntimeFieldInfo System.Runtime.Serialization.SerializationFieldInfo::get_FieldInfo()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * SerializationFieldInfo_get_FieldInfo_m9DB3AFCBC6FC49294E177759911C49CEC4E2C400_inline (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method);
// System.TypedReference System.TypedReference::MakeTypedReference(System.Object,System.Reflection.FieldInfo[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 TypedReference_MakeTypedReference_m4258853ADBD3EA5DB6AB0B3F48C82F81DBA1C1DC (RuntimeObject * ___target0, FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* ___flds1, const RuntimeMethod* method);
// System.Void System.TypedReference::SetTypedReference(System.TypedReference,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedReference_SetTypedReference_mCA19C65317890F40F1D808976B785A5368DFE411 (TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 ___target0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.FormatterServices::SerializationSetValue(System.Reflection.MemberInfo,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8 (MemberInfo_t * ___fi0, RuntimeObject * ___target1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Void System.Array::SetValue(System.Object,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380 (RuntimeArray * __this, RuntimeObject * ___value0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___indices1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_HasISerializable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_HasISerializable_mC8D2D7573215A1FBC882E199180589811F6D1CC7 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectManager::GetCompletionInfo(System.Runtime.Serialization.FixupHolder,System.Runtime.Serialization.ObjectHolder&,System.Object&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * ___fixup0, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** ___holder1, RuntimeObject ** ___member2, bool ___bThrowIfMissing3, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectManager::CanCallGetType(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectManager_CanCallGetType_m67051FEB946EFE1D28B0B7AB80899D63C7C5C68C (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::UpdateValue(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_UpdateValue_m061390F667AABBC605E266D5BCED0825FC503B95 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::DecrementFixupsRemaining(System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_DecrementFixupsRemaining_m2F114685D046305C36544FAB9380611BBADF8610 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::RemoveDependency(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_RemoveDependency_mB068D101C147BCF3E0EA4424175C0CD6DD1F0BCD (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int64_t ___id0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_TypeLoadExceptionReachable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_TypeLoadExceptionReachable_m4FA18072BED6923D10C3E7F4EA01CF88F2939D5D (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.TypeLoadExceptionHolder System.Runtime.Serialization.ObjectHolder::get_TypeLoadException()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ObjectHolder_get_TypeLoadException_mCA525F13C1D26F7CA141168F8A588FE0A51014A2_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_TypeLoadException(System.Runtime.Serialization.TypeLoadExceptionHolder)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectHolder_set_TypeLoadException_mB667695A35EFE191C78F4BA1728F1154171CD45F_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ___value0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_Reachable()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ObjectHolder_get_Reachable_mFDECFB4F4A367DC43A3ECA44E6DDC8D16F0E4A5B_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.TypeLoadExceptionHolder::get_TypeName()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TypeLoadExceptionHolder_get_TypeName_mF0C5975316A9B33FFF5082F76342E267A3C2448C_inline (TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_Reachable(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectHolder_set_Reachable_mFB16438A63E2826E46B4F960A87E667FF082BF65_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_ValueTypeFixupPerformed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_set_ValueTypeFixupPerformed_mDB05BB7533D6843BA90BED3B255CDF77DC0FF75D (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method);
// System.Runtime.Serialization.LongList System.Runtime.Serialization.ObjectHolder::get_DependentObjects()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ObjectHolder_get_DependentObjects_mDFC4777887B126AAE5AA159DC6B53EA6317F2730_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.LongList::StartEnumeration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongList_StartEnumeration_m4E6DDBB1951E7F29C343F0D6ECEAB0C18D7E70DE (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.LongList::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t LongList_get_Current_m649324984B7195FAC0AB7FE8E69A876B44F8382E (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.ObjectHolder::get_DirectlyDependentObjects()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ObjectHolder_get_DirectlyDependentObjects_m48EAF5128C57434025E116C42594469274B85956_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::CompleteObject(System.Runtime.Serialization.ObjectHolder,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, bool ___bObjectFullyComplete1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::MarkForCompletionWhenAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_MarkForCompletionWhenAvailable_mB326E7C7256268F9B5CD53AF49E83AC9EA46B854 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.LongList::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LongList_MoveNext_m0E6B42DAFB2C0943AC5364A16D02478DE6AF726F (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::.ctor(System.String,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.ISerializationSurrogate,System.Int64,System.Reflection.FieldInfo,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder__ctor_m20F07562B30D6414CE96FB24ADD30FE2205C87E1 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, String_t* ___obj0, int64_t ___objID1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info2, RuntimeObject* ___surrogate3, int64_t ___idOfContainingObj4, FieldInfo_t * ___field5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___arrayIndex6, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_mAFFDD84E1AF346532192B32FA8787E64072B4F5B (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.DeserializationEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeserializationEventHandler__ctor_m85B06052B9622557AFAB56EACF642E914070F3D4 (DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Object System.Array::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::.ctor(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.ISerializationSurrogate,System.Int64,System.Reflection.FieldInfo,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, RuntimeObject * ___obj0, int64_t ___objID1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info2, RuntimeObject* ___surrogate3, int64_t ___idOfContainingObj4, FieldInfo_t * ___field5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___arrayIndex6, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresDelayedFixup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresDelayedFixup_m963B681056565723391FAED9A9F50B6519F9C9CA (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::UpdateData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.ISerializationSurrogate,System.Int64,System.Reflection.FieldInfo,System.Int32[],System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, RuntimeObject * ___obj0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, RuntimeObject* ___surrogate2, int64_t ___idOfContainer3, FieldInfo_t * ___field4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___arrayIndex5, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager6, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_DependentObjects(System.Runtime.Serialization.LongList)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectHolder_set_DependentObjects_m3D873FB6D0BBB1D45851F36052BAB41AABCD6917_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ___value0, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.ObjectHolder::get_TotalDependentObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectHolder_get_TotalDependentObjects_m44FFE14229ACD115115BEA715E0950E586BFBE57 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Reflection.RuntimeConstructorInfo System.Runtime.Serialization.ObjectManager::GetConstructor(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___t0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_mCCC70F63CC8A3BC77B50CFA582D9DB1256846921 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.Reflection.RuntimeConstructorInfo::SerializationInvoke(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeConstructorInfo_SerializationInvoke_m82AC24A00E831F777B18A7C5BECD98D870BC8B7E (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, RuntimeObject * ___target0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method);
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::GetSerializationCtor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.ConstructorInfo::op_Equality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method);
// System.Runtime.Serialization.ObjectHolderListEnumerator System.Runtime.Serialization.ObjectHolderList::GetFixupEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * ObjectHolderList_GetFixupEnumerator_m08588A8D7F9150BA039A14A5C8692CC5936ABA86 (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectHolderListEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ObjectHolderListEnumerator_get_Current_m3262527F9830E141E3A4FCDFF11CEB7ECE525FDB (ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresSerInfoFixup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresSerInfoFixup_m12FF7D6A2E8B94BC220234353D586C797FBA8591 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::FixupSpecialObject(System.Runtime.Serialization.ObjectHolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_FixupSpecialObject_mA11ACC941A6554F3F5707FBE4061523E08FFC1FA (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectManager::ResolveObjectReference(System.Runtime.Serialization.ObjectHolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectManager_ResolveObjectReference_m90EF800476089742D85776D1EA32EBB03A34278E (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolderListEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolderListEnumerator_MoveNext_mC4EA193D162605DD30FB2CB1EB28DEBD5F036014 (ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.ObjectManager::get_TopObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764_inline (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectManager::FindOrCreateObjectHolder(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ObjectManager_FindOrCreateObjectHolder_mFAB81D05972F152A1B22F656083D703B45D7F0B1 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, int64_t ___objectID0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::AddFixup(System.Runtime.Serialization.FixupHolder,System.Runtime.Serialization.ObjectManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_AddFixup_mAD6AAF901FE52337C44D7CF8B6BC19922DF1342E (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * ___fixup0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::AddDependency(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolder_AddDependency_mE072892D26BAF0441611F504021EE19814DABFC2 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int64_t ___dependentObject0, const RuntimeMethod* method);
// System.Boolean System.Reflection.MemberInfo::op_Equality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9 (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.FixupHolder::.ctor(System.Int64,System.Object,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixupHolder__ctor_m71B470BA2DCA3C1978457308B20BAE6250989D55 (FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * __this, int64_t ___id0, RuntimeObject * ___fixupInfo1, int32_t ___fixupType2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::RegisterFixup(System.Runtime.Serialization.FixupHolder,System.Int64,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * ___fixup0, int64_t ___objectToBeFixed1, int64_t ___objectRequired2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEventHandler::Invoke(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.DeserializationEventHandler::Invoke(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeserializationEventHandler_Invoke_mE08F6E81D9791C6A69EA7BFCF50FA33B237B35D3 (DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * __this, RuntimeObject * ___sender0, const RuntimeMethod* method);
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationEvents System.Runtime.Serialization.SerializationEventsCache::GetSerializationEventsForType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D (Type_t * ___t0, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnDeserialized(System.Object,System.Runtime.Serialization.SerializationEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * SerializationEvents_AddOnDeserialized_mE2F40EFC894379A1619142E849F06A848C0029BF (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___handler1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnDeserialized(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnDeserializing(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnDeserializing_mDB3CA1550BB4B43830409F402E4C7AE6265671ED (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
inline void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.EventArgs::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7 (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValueNoThrow(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::op_Equality(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SafeSerializationEventArgs::.ctor(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext0, const RuntimeMethod* method);
// System.Void System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>::Invoke(System.Object,TEventArgs)
inline void EventHandler_1_Invoke_m14375BE57616E7AE2D6D258E09CE89856005305D (EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * __this, RuntimeObject * ___sender0, SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * ___e1, const RuntimeMethod* method)
{
(( void (*) (EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 *, RuntimeObject *, SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD *, const RuntimeMethod*))EventHandler_1_Invoke_mBF3979EE17B68658C4C1AB3A8D64B24F263E3B98_gshared)(__this, ___sender0, ___e1, method);
}
// System.Collections.Generic.IList`1<System.Object> System.Runtime.Serialization.SafeSerializationEventArgs::get_SerializedStates()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* SafeSerializationEventArgs_get_SerializedStates_m31C8F7B805E2DF3B7D0650D9459D07AA5C689CBA_inline (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.Collections.Stack::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.FormatterServices::GetUninitializedObject(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D (Type_t * ___type0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationEntry::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationEntry::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEntry::.ctor(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor()
inline void List_1__ctor_mFBB7F821AAC1F0F68A578448DD892C8F1D7CC7D2 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Add(T)
inline void List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, MethodInfo_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, MethodInfo_t *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Reverse()
inline void List_1_Reverse_m084236AFEFCAB20C24D5EA26B04AB0731D9A8C17 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, const RuntimeMethod*))List_1_Reverse_m72D0A68F3695A2828EFA0CD851D1A88BEA4827A4_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodInfo>::get_Count()
inline int32_t List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_inline (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::GetMethodsWithAttribute(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, Type_t * ___attribute0, Type_t * ___t1, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Reflection.MethodInfo>::GetEnumerator()
inline Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, const RuntimeMethod* method)
{
return (( Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::get_Current()
inline MethodInfo_t * Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline (Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 * __this, const RuntimeMethod* method)
{
return (( MethodInfo_t * (*) (Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Delegate System.Delegate::CreateDelegateNoSecurityCheck(System.RuntimeType,System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::MoveNext()
inline bool Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA (Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::Dispose()
inline void Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E (Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEvents::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents__ctor_m465833D124EE42F097421B325F909C504D3D7C0B (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, Type_t * ___t0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Exception::SetErrorCode(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7 (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Reflection.FieldInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo__ctor_mA7155594B8A101D076F12CC45AE64020834924DB (FieldInfo_t * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.Void System.Reflection.RtFieldInfo::CheckConsistency(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___target0, const RuntimeMethod* method);
// System.Object System.Reflection.RtFieldInfo::UnsafeGetValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RtFieldInfo_UnsafeGetValue_m9B9ACFD585730B17FE5E4CE36C3F0BE529D62E3A (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Reflection.RtFieldInfo::UnsafeSetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo_UnsafeSetValue_m84A4DDE188235CFC2DAB59032535FB93B32D0D9B (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, RuntimeObject* ___converter1, bool ___requireSameTokenInPartialTrust2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::.ctor()
inline void Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, const RuntimeMethod*))Dictionary_2__ctor_m56FBD260A4D190AD833E9B108B1E80A574AA62C4_gshared)(__this, method);
}
// System.Type System.Runtime.Serialization.SerializationInfo::get_ObjectType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::DemandForUnsafeAssemblyNameAssignments(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_DemandForUnsafeAssemblyNameAssignments_m7B407928E8E2C372A2E91B42F62698A7839376A5 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::IsAssemblyNameAssignmentSafe(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, String_t* ___assemblyName0, const RuntimeMethod* method);
// System.String System.Reflection.AssemblyName::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method);
// System.Byte[] System.Reflection.AssemblyName::GetPublicKeyToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::Compare(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_Compare_m61A144004D04A85C542088F47D83003C0434576F (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___a0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfoEnumerator::.ctor(System.String[],System.Object[],System.Type[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator__ctor_m2409FCB25F7F2284C04B53473E7F01DE9D5FCE2E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___members0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___info1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, int32_t ___numItems3, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValueInternal(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared)(__this, ___key0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::Add(TKey,TValue)
inline void Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m786A1D72D4E499C0776742D3B2921F47E3A54545_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Runtime.Serialization.SerializationInfo::ExpandArrays()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.SerializationInfo::FindElement(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, int32_t* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared)(__this, ___key0, ___value1, method);
}
// System.Object System.Runtime.Serialization.SerializationInfo::GetElement(System.String,System.Type&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetElementNoThrow(System.String,System.Type&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElementNoThrow_mFE4934788659C1A7E0DABBCE844CEA1E45BA78D1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationEvents::get_HasOnSerializingEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationEvents_get_HasOnSerializingEvents_mDB714D13D6BC0532FB54A4A7780EF45AC5E3C70E (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnSerializing(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationObjectManager::AddOnSerialized(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31 (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnSerialized(System.Object,System.Runtime.Serialization.SerializationEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___handler1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, int32_t ___state0, RuntimeObject * ___additional1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, int32_t ___state0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.StreamingContext::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.StreamingContext::GetHashCode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::get_State()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsValueType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8 (Type_t * __this, const RuntimeMethod* method);
// System.Void System.RuntimeFieldHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_inline (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeFieldHandle::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_inline (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method);
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
// System.String Locale::GetText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method);
// System.Void System.RuntimeFieldHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Reflection.FieldInfo System.Reflection.FieldInfo::GetFieldFromHandle(System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * FieldInfo_GetFieldFromHandle_m4559B3EB75D60B9573FF47FB04F91F4752F1EDD6 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___handle0, const RuntimeMethod* method);
// System.Void System.RuntimeFieldHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Boolean System.RuntimeFieldHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.IntPtr::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A (intptr_t* __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeFieldHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeFieldHandle_GetHashCode_mAC7E78F6C0F0A58E6A349467E3B9F8DC602B7F88 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method);
// System.Void System.RuntimeFieldHandle::SetValueInternal(System.Reflection.FieldInfo,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_SetValueInternal_mE6BD08A86D02F8A8136A0DF684A9AA228DAE7711 (FieldInfo_t * ___fi0, RuntimeObject * ___obj1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Void System.RuntimeMethodHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeMethodHandle::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method);
// System.Void System.RuntimeMethodHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandle(System.RuntimeMethodHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F ___handle0, const RuntimeMethod* method);
// System.Void System.RuntimeMethodHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Boolean System.RuntimeMethodHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.RuntimeMethodHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.RuntimeMethodHandle::IsNullHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPointer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsByRef()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510 (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType::ThrowIfTypeNeverValidGenericArgument(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mA235A9DBC602A4C97D8708F51720E0BAE3CD7D84 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.String System.String::ToLower(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Boolean System.String::EndsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.Void System.RuntimeType::FilterHelper(System.Reflection.BindingFlags,System.String&,System.Boolean,System.Boolean&,System.Boolean&,System.RuntimeType/MemberListType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222 (int32_t ___bindingFlags0, String_t** ___name1, bool ___allowPrefixLookup2, bool* ___prefixLookup3, bool* ___ignoreCase4, int32_t* ___listType5, const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::FilterApplyPrefixLookup(System.Reflection.MemberInfo,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E (MemberInfo_t * ___memberInfo0, String_t* ___name1, bool ___ignoreCase2, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::get_IsVirtual()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4 (MethodBase_t * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::get_IsAbstract()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsAbstract_mFE6CAF80BCF511BE090A541FD179CF5C418176A0 (MethodBase_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNestedPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedPublic_m214CC3E241549EDCA1B438E5A66E4B3C66EA5C14 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPublic_mC1B34517A62C56867856DFFE5C7797E7B6CF536C (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNestedAssembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedAssembly_m26AFF83CEEB59FB7F2E571EA55FA2E217BEC8CA8 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::FilterApplyBase(System.Reflection.MemberInfo,System.Reflection.BindingFlags,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0 (MemberInfo_t * ___memberInfo0, int32_t ___bindingFlags1, bool ___isPublic2, bool ___isNonProtectedInternal3, bool ___isStatic4, String_t* ___name5, bool ___prefixLookup6, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Reflection.BindingFlags System.Reflection.RuntimeMethodInfo::get_BindingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMethodInfo_get_BindingFlags_m1BC8F7AB8FB3F40008C870B95DAA0EBDA5586AED (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::FilterApplyMethodBase(System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F (MethodBase_t * ___methodBase0, int32_t ___methodFlags1, int32_t ___bindingFlags2, int32_t ___callConv3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes4, const RuntimeMethod* method);
// System.Reflection.BindingFlags System.Reflection.RuntimeConstructorInfo::get_BindingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeConstructorInfo_get_BindingFlags_m51C818D2BF78AA374716BBB16692D7DC6CB59405 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.ParameterInfo::get_IsOptional()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_m54B4A2CA619395E36020C512595DA8C7016CAB8D (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE (Type_t * __this, const RuntimeMethod* method);
// System.Void System.Reflection.TypeInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInfo__ctor_m90553BFFBD15E94439312991D2B1118F1EEB2114 (TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// System.RuntimeType System.RuntimeType::GetBaseType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::op_Inequality(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method);
// System.Reflection.RuntimeMethodInfo[] System.RuntimeType::GetMethodsByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___ignoreCase2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType3, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m32D9E0C35E7CEB5E814E7B58072FA144E475CF0A (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Boolean System.RuntimeType::FilterApplyMethodInfo(System.Reflection.RuntimeMethodInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * ___method0, int32_t ___bindingFlags1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes3, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::Add(T)
inline void ListBuilder_1_Add_m9CE383F0AD6CFD16107A80D4A4CF93D593B87316 (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, MethodInfo_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, MethodInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127 (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Reflection.RuntimeConstructorInfo[] System.RuntimeType::GetConstructors_internal(System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType1, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::FilterApplyConstructorInfo(System.Reflection.RuntimeConstructorInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___constructor0, int32_t ___bindingFlags1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes3, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::Add(T)
inline void ListBuilder_1_Add_m0449D396E56C02B54DC580D843A31B254583FCE8 (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.Reflection.RuntimePropertyInfo[] System.RuntimeType::GetPropertiesByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___icase2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType3, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m33F9EB5F27514C07B825941EB7CAC61F40A66A8C (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Reflection.BindingFlags System.Reflection.RuntimePropertyInfo::get_BindingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimePropertyInfo_get_BindingFlags_m497D0104C05C57E739255F1AAF881343F3885524 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::Add(T)
inline void ListBuilder_1_Add_m917BD524246AE07B85994761733791695631662C (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, PropertyInfo_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, PropertyInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.Reflection.RuntimeEventInfo[] System.RuntimeType::GetEvents_internal(System.String,System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType2, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m9D45CD85CEEE349148BADBD5F71559ED1572AD8A (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Reflection.BindingFlags System.Reflection.RuntimeEventInfo::get_BindingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::Add(T)
inline void ListBuilder_1_Add_m84BFFBE17034415D6777D75EEA8FC08579956CEF (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, EventInfo_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, EventInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.Reflection.RuntimeFieldInfo[] System.RuntimeType::GetFields_internal(System.String,System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType2, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m7B093C8CBD5EB15804418528B695E5770F9F7CDD (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Reflection.BindingFlags System.Reflection.RuntimeFieldInfo::get_BindingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::Add(T)
inline void ListBuilder_1_Add_m31C60F34F4D857ED06C8A6C1B0CC4C918F0F8674 (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, FieldInfo_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, FieldInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.Void System.RuntimeType::SplitName(System.String,System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD (String_t* ___fullname0, String_t** ___name1, String_t** ___ns2, const RuntimeMethod* method);
// System.RuntimeType[] System.RuntimeType::GetNestedTypes_internal(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___displayName0, int32_t ___bindingAttr1, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Type>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m5C06A0A5A34060BE13F097F7DEC45CC40A946006 (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Boolean System.RuntimeType::FilterApplyType(System.Type,System.Reflection.BindingFlags,System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B (Type_t * ___type0, int32_t ___bindingFlags1, String_t* ___name2, bool ___prefixLookup3, String_t* ___ns4, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Type>::Add(T)
inline void ListBuilder_1_Add_m12F6228E5254FDEB30600445713B6694082358D4 (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, Type_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, Type_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo> System.RuntimeType::GetMethodCandidates(System.String,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, bool ___allowPrefixLookup4, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::ToArray()
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957 (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, const RuntimeMethod* method)
{
return (( MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo> System.RuntimeType::GetConstructorCandidates(System.String,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, bool ___allowPrefixLookup4, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::ToArray()
inline ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68 (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, const RuntimeMethod* method)
{
return (( ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo> System.RuntimeType::GetPropertyCandidates(System.String,System.Reflection.BindingFlags,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, bool ___allowPrefixLookup3, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::ToArray()
inline PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358 (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, const RuntimeMethod* method)
{
return (( PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo> System.RuntimeType::GetEventCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::ToArray()
inline EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, const RuntimeMethod* method)
{
return (( EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo> System.RuntimeType::GetFieldCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::ToArray()
inline FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6 (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, const RuntimeMethod* method)
{
return (( FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Type> System.RuntimeType::GetNestedTypeCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___fullname0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Type>::ToArray()
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539 (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, const RuntimeMethod* method)
{
return (( TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// T System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Item(System.Int32)
inline MethodInfo_t * ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3 (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( MethodInfo_t * (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, int32_t, const RuntimeMethod*))ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared)(__this, ___index0, method);
}
// System.Boolean System.DefaultBinder::CompareMethodSigAndName(System.Reflection.MethodBase,System.Reflection.MethodBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBinder_CompareMethodSigAndName_m2E53A4C0A12CF4A53183A897155EC8C33D3208A6 (MethodBase_t * ___m10, MethodBase_t * ___m21, const RuntimeMethod* method);
// System.Void System.Reflection.AmbiguousMatchException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006 (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Reflection.MethodBase System.DefaultBinder::FindMostDerivedNewSlotMeth(System.Reflection.MethodBase[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20 (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___match0, int32_t ___cMatches1, const RuntimeMethod* method);
// System.Reflection.Binder System.Type::get_DefaultBinder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0 (const RuntimeMethod* method);
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_inline (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// T System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::get_Item(System.Int32)
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ListBuilder_1_get_Item_m7B500BF0174C0022A3640EF28C8073785B51C086 (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, int32_t, const RuntimeMethod*))ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared)(__this, ___index0, method);
}
// System.Reflection.MethodBase System.DefaultBinder::ExactBinding(System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * DefaultBinder_ExactBinding_m56EE01D30656F6D879BCAD9B72DDA7345227EA15 (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___match0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers2, const RuntimeMethod* method);
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_inline (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// T System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Item(System.Int32)
inline PropertyInfo_t * ListBuilder_1_get_Item_mC6769FA8DE3006C896635E2968EFC1808266F0D6 (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( PropertyInfo_t * (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, int32_t, const RuntimeMethod*))ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared)(__this, ___index0, method);
}
// System.Reflection.PropertyInfo System.DefaultBinder::ExactPropertyBinding(System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * DefaultBinder_ExactPropertyBinding_m6D048B3D226B1A390F574721D3E7771E0BDF7221 (PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* ___match0, Type_t * ___returnType1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers3, const RuntimeMethod* method);
// System.Void System.RuntimeType::FilterHelper(System.Reflection.BindingFlags,System.String&,System.Boolean&,System.RuntimeType/MemberListType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A (int32_t ___bindingFlags0, String_t** ___name1, bool* ___ignoreCase2, int32_t* ___listType3, const RuntimeMethod* method);
// System.Boolean System.Reflection.EventInfo::op_Inequality(System.Reflection.EventInfo,System.Reflection.EventInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInfo_op_Inequality_mC7E27E2551DF4073E8DC033A89A705596AFF344C (EventInfo_t * ___left0, EventInfo_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsInterface()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED (Type_t * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.RuntimeType>::.ctor(System.Int32)
inline void List_1__ctor_m534F6D996605B0739761E25FA7A92CC53C1B1EDB (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.List`1<System.RuntimeType>::Add(T)
inline void List_1_Add_m220585D0CD917FCC4803EA75B4546432400E08EE (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * __this, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 *, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// T[] System.Collections.Generic.List`1<System.RuntimeType>::ToArray()
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* List_1_ToArray_m24F99552D5E83E9A8EF7EB22E346D97C063E86CA (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * __this, const RuntimeMethod* method)
{
return (( RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* (*) (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method);
}
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_inline (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_inline (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// System.Int32 System.RuntimeType/ListBuilder`1<System.Type>::get_Count()
inline int32_t ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_inline (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_m21987C9AE717D0F789B32C75A11BB0C95EC5CA1E (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_mF93A09E07BED4F405182C55CB3BDBFD40E539DDF (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_mA8C93F1F7084CE87BBDB8B21A8C3150A2E51521D (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_mB8EBE6B3140C4D78EE2DF3F7D8356613A9D3CBA1 (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_m05AF97C6C7AA6B0606757F3B3A49F95DA652A56E (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Type>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_m9C08B2F46A9C6341CB5638E303466D0F3F2CA45A (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Reflection.RuntimeModule System.RuntimeType::GetRuntimeModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Reflection.RuntimeModule System.RuntimeTypeHandle::GetModule(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.RuntimeAssembly System.RuntimeType::GetRuntimeAssembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeType_GetRuntimeAssembly_m34E13B557A24CE6438916C08EC329EFD16AEBAE4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Reflection.RuntimeAssembly System.RuntimeTypeHandle::GetAssembly(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void System.RuntimeTypeHandle::.ctor(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsInstanceOfType(System.RuntimeType,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsInstanceOfType_m0365B2D0D74E056282F0D71C0CCDF827AF50C21D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeObject * ___o1, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::CanCastTo(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_CanCastTo_mFF4E6B20B50C8639B20F1E536996AA060A95E8CC (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___target1, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsEquivalentTo(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsEquivalentTo_m356C4E5D763BAF26689FECDFAD439D134B6FDEB9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___rtType10, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___rtType21, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsGenericVariable(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.RuntimeType System.RuntimeTypeHandle::GetBaseType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.TypeAttributes System.RuntimeTypeHandle::GetAttributes(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsContextful(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsByRef(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsPrimitive(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsPointer(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsComObject(System.RuntimeType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsComObject_m6BEC1E54C1ECA6622CB12AD31CA804665198A39A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, bool ___isGenericCOM1, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::HasElementType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasElementType_m844E596F2213BFE1DBB19D22021A9F900516E72D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.GenericParameterAttributes System.RuntimeType::GetGenericParameterAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetGenericParameterAttributes_mC198CEF42B645A4360E6F0473D33625069FD6E52 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsSzArray(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsSzArray_m77E81D2403CD09CF447E55AC5EEE000887400D53 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsArray(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetArrayRank(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.RuntimeType System.RuntimeTypeHandle::GetElementType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeTypeHandle_GetElementType_m9769655111CDDEAD1297476CAAF2B88717F946C2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
// System.String[] System.Enum::InternalGetNames(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method);
// System.UInt64[] System.Enum::InternalGetValues(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method);
// System.Array System.Array::UnsafeCreateInstance(System.Type,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B (Type_t * ___elementType0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengths1, const RuntimeMethod* method);
// System.Object System.Enum::ToObject(System.Type,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05 (Type_t * ___enumType0, uint64_t ___value1, const RuntimeMethod* method);
// System.Void System.Array::SetValue(System.Object,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method);
// System.RuntimeType System.Enum::InternalGetUnderlyingType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * Enum_InternalGetUnderlyingType_m0BD79F3F8CD17913493226A8F3D07898D94CCB50 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Object>(T[],T)
inline int32_t Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, RuntimeObject *, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared)(___array0, ___value1, method);
}
// System.Boolean System.Type::IsIntegerType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_IsIntegerType_m19478B79237AE0C92BE81AEEAD7D9DD36DFC0B27 (Type_t * ___t0, const RuntimeMethod* method);
// System.UInt64 System.Enum::ToUInt64(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5 (RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Int32 System.Array::BinarySearch<System.UInt64>(T[],T)
inline int32_t Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3 (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___array0, uint64_t ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*, uint64_t, const RuntimeMethod*))Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_gshared)(___array0, ___value1, method);
}
// System.Type[] System.RuntimeType::GetGenericArgumentsInternal(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___runtimeArray0, const RuntimeMethod* method);
// System.Type System.Reflection.Emit.TypeBuilderInstantiation::MakeGenericType(System.Type,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeBuilderInstantiation_MakeGenericType_m6EA0D8A23A3197C63ACE9848425637D48E8689D4 (Type_t * ___type0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___typeArguments1, const RuntimeMethod* method);
// System.RuntimeType[] System.RuntimeType::GetGenericArgumentsInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType::SanityCheckGenericArguments(System.RuntimeType[],System.RuntimeType[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1 (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ___genericArguments0, RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ___genericParamters1, const RuntimeMethod* method);
// System.Type System.RuntimeType::MakeGenericType(System.Type,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E (Type_t * ___gt0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, const RuntimeMethod* method);
// System.Void System.TypeLoadException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadException__ctor_mEF05D23A192E0B9BFAAA97A77A0FC1BCBE7B4355 (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsGenericTypeDefinition(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Int32 System.RuntimeType::GetGenericParameterPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Type System.RuntimeTypeHandle::GetGenericTypeDefinition(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeTypeHandle_GetGenericTypeDefinition_m4B55E662D7F56EB1D85FEA06EC92E295158684B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::HasInstantiation(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.String System.RuntimeType::GetDefaultMemberName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Reflection.MemberInfo[] System.Type::GetMember(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* Type_GetMember_m715D5865845665F5A72E927F52FB5CFA1BB3D800 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.String>(T[],T)
inline int32_t Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, String_t* ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared)(___array0, ___value1, method);
}
// System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m8514197681D9771380014317A84B751EC31DBBC0 (Type_t * ___type0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method);
// System.Object System.Array::GetValue(System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m3CEA4EB8E2DAB2C0B9CCC8D6E597F15F82C2C97C (RuntimeArray * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___indices0, const RuntimeMethod* method);
// System.Void System.MissingFieldException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingFieldException__ctor_mF260FD0D1BE406C65C594B5D91E62788A7AD649E (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * __this, String_t* ___className0, String_t* ___fieldName1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor(System.Int32)
inline void List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::CopyTo(T[])
inline void List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___array0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*, const RuntimeMethod*))List_1_CopyTo_m54E18E9C1ECE23383EF0EA1E98330235DEAD7B39_gshared)(__this, ___array0, method);
}
// System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::op_Equality(System.Reflection.MethodBase,System.Reflection.MethodBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method);
// System.Void System.MissingMethodException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_mEE8869A7C1042B1286DCD4D91DA67BF0D06E0452 (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, String_t* ___className0, String_t* ___methodName1, const RuntimeMethod* method);
// System.Void System.UnitySerializationHolder::GetUnitySerializationInfo(System.Runtime.Serialization.SerializationInfo,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetUnitySerializationInfo_m45D2EDC32022880C84BBE25124F5EDCA12B57ED2 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type1, const RuntimeMethod* method);
// System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method);
// System.Boolean System.MonoCustomAttrs::IsDefined(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method);
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.Reflection.CustomAttributeData::GetCustomAttributesInternal(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributesInternal_m8D1C3A30B4A14B6CC103B0AADC90BC8FDBF14E2C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___target0, const RuntimeMethod* method);
// System.String System.RuntimeType::GetCachedName(System.TypeNameKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___kind0, const RuntimeMethod* method);
// System.Type System.Type::GetRootElementType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetRootElementType_mE4F0579E18FAAEEB2DB86F1315BFBEC1A9A2FD56 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNested()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNested_m0191026EDE15331C2DD97FC106E1C86825722F37 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPrimitive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNotPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNotPublic_mF21439101FF78B7EB47B92C99EB20F179FCFDE76 (Type_t * __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetToken(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetToken_mBA9485A17FFB3C3FC461F0BD531A802F6F8CA37E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.RuntimeType::CreateInstanceCheckThis()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::IsGenericCOMObjectImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsGenericCOMObjectImpl_m87E93B03329D1536B8457E72D1E4454B5DBC5305 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Object System.RuntimeType::CreateInstanceDefaultCtor(System.Boolean,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___publicOnly0, bool ___skipCheckThis1, bool ___fillCache2, int32_t* ___stackMark3, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::.ctor(System.Int32)
inline void List_1__ctor_mDA08C802E7E05B23AD01A4A1B0F070F4F8674079 (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::Add(T)
inline void List_1_Add_m8B99C3701CFCC899DBDF5C0A4D5A1513E7C9341E (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * __this, MethodBase_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, MethodBase_t *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodBase>::get_Count()
inline int32_t List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02_inline (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::CopyTo(T[])
inline void List_1_CopyTo_m77751034BB3A419B9DEF628B0A0F3F5020ABF4A2 (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * __this, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___array0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, const RuntimeMethod*))List_1_CopyTo_m54E18E9C1ECE23383EF0EA1E98330235DEAD7B39_gshared)(__this, ___array0, method);
}
// System.Void System.MissingMethodException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9 (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, String_t* ___message0, const RuntimeMethod* method);
// T[] System.Array::Empty<System.Object>()
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline (const RuntimeMethod* method)
{
return (( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline)(method);
}
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method);
// System.Object System.Activator::CreateInstance(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3 (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method);
// System.Type System.Type::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m6C9E6D55EC53587A0851176DA1D27A165724773E (Type_t * __this, const RuntimeMethod* method);
// System.Object System.RuntimeType::CreateInstanceSlow(System.Boolean,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceSlow_m47028D1E7CA30192D9245848E65C501A76937572 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___publicOnly0, bool ___skipCheckThis1, bool ___fillCache2, int32_t* ___stackMark3, const RuntimeMethod* method);
// System.Void System.MonoTypeInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTypeInfo__ctor_mB3C8C989BCE5AA95EFF2C6ED45C8ACB28ABF3A46 (MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * __this, const RuntimeMethod* method);
// System.String System.Reflection.DefaultMemberAttribute::get_MemberName()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultMemberAttribute_get_MemberName_mC3A880116EB62C9DC66420EBE8C2F68BCC915121_inline (DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 * __this, const RuntimeMethod* method);
// System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * Type_GetConstructor_mD740DE730AFCDC50893503C3D5FBA7D56FA56C47 (Type_t * __this, int32_t ___bindingAttr0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers4, const RuntimeMethod* method);
// System.Object System.RuntimeType::CreateInstanceMono(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___nonPublic0, const RuntimeMethod* method);
// System.Reflection.MonoCMethod System.RuntimeType::GetDefaultConstructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::get_IsPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B (MethodBase_t * __this, const RuntimeMethod* method);
// System.Object System.RuntimeType::CreateInstanceInternal(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45 (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsAbstract()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m769E8E92F368822B8AB5354BB0D123BDDD605D09 (Type_t * __this, const RuntimeMethod* method);
// System.String Locale::GetText(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF (String_t* ___fmt0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Object System.Reflection.MonoCMethod::InternalInvoke(System.Object,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, const RuntimeMethod* method);
// System.Object System.RuntimeType::TryConvertToType(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, bool* ___failed1, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487 (const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method);
// System.Type System.Enum::GetUnderlyingType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1 (Type_t * ___enumType0, const RuntimeMethod* method);
// System.Object System.RuntimeType::IsConvertibleToPrimitiveType(System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849 (RuntimeObject * ___value0, Type_t * ___targetType1, const RuntimeMethod* method);
// System.TypeCode System.Type::GetTypeCode(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F (Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method);
// System.Type System.RuntimeType::make_array_type(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___rank0, const RuntimeMethod* method);
// System.Void System.IndexOutOfRangeException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1 (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, const RuntimeMethod* method);
// System.Void System.TypeLoadException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m80951BFF6EB67A1ED3052D05569EF70D038B1581 (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Type System.RuntimeType::make_byref_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_make_byref_type_m6EBA540F277AD0BD68BC6ACA9E74212911DA61FA (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Type System.RuntimeType::MakePointerType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656 (Type_t * ___type0, const RuntimeMethod* method);
// System.Runtime.InteropServices.StructLayoutAttribute System.Runtime.InteropServices.StructLayoutAttribute::GetCustomAttribute(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * StructLayoutAttribute_GetCustomAttribute_mA2F1C51358077E122570A45D50617D4BEED50521 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.Type::get_HasElementType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF (Type_t * __this, const RuntimeMethod* method);
// System.IntPtr System.RuntimeTypeHandle::GetGenericParameterInfo(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void Mono.RuntimeGenericParamInfoHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGenericParamInfoHandle__ctor_m3B4F5CE2051F2FA4C757AD760BA1D5A50A66464D (RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE * __this, intptr_t ___ptr0, const RuntimeMethod* method);
// System.Type[] Mono.RuntimeGenericParamInfoHandle::get_Constraints()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeGenericParamInfoHandle_get_Constraints_m4C1E15BA3021B157AFBA94DE19A79CBCAFF2F172 (RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE * __this, const RuntimeMethod* method);
// System.Void Mono.SafeStringMarshal::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73 (SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F * __this, String_t* ___str0, const RuntimeMethod* method);
// System.IntPtr Mono.SafeStringMarshal::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5 (SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F * __this, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetMethodsByName_native(System.IntPtr,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetMethodsByName_native_m8444A129F5BBF3B4B1C953FDA2EA4207CAB42CEB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___namePtr0, int32_t ___bindingAttr1, bool ___ignoreCase2, const RuntimeMethod* method);
// System.Void Mono.SafeGPtrArrayHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE (SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE * __this, intptr_t ___ptr0, const RuntimeMethod* method);
// System.Int32 Mono.SafeGPtrArrayHandle::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59 (SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE * __this, const RuntimeMethod* method);
// System.IntPtr Mono.SafeGPtrArrayHandle::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04 (SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleNoGenericCheck(System.RuntimeMethodHandle,System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleNoGenericCheck_m2889FEAC3D9354D34642A904DCEC82CDBBE7AC78 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___reflectedType1, const RuntimeMethod* method);
// System.Void Mono.SafeGPtrArrayHandle::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476 (SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE * __this, const RuntimeMethod* method);
// System.Void Mono.SafeStringMarshal::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898 (SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F * __this, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetConstructors_native(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetConstructors_native_m722B23E093BC758F23A9907A7F193E3CDFB6C153 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetPropertiesByName_native(System.IntPtr,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetPropertiesByName_native_m468AD061D846A11516F0E3BC2EFDB1E6D077020F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, bool ___icase2, const RuntimeMethod* method);
// System.Void Mono.RuntimePropertyHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimePropertyHandle__ctor_m00C7A705D1521572DD6CBCBBACDA2168E7174495_inline (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.Reflection.PropertyInfo System.Reflection.PropertyInfo::GetPropertyFromHandle(Mono.RuntimePropertyHandle,System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___reflectedType1, const RuntimeMethod* method);
// System.Void System.RuntimeType::GetInterfaceMapData(System.Type,System.Type,System.Reflection.MethodInfo[]&,System.Reflection.MethodInfo[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_GetInterfaceMapData_m02C48C7B119D19217B751EE04CAAC91CAC55B049 (Type_t * ___t0, Type_t * ___iface1, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** ___targets2, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** ___methods3, const RuntimeMethod* method);
// System.String System.Runtime.InteropServices.GuidAttribute::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GuidAttribute_get_Value_m0FE8674D80D3832285CAAACC30D3471E024E8CC1_inline (GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34 * __this, const RuntimeMethod* method);
// System.Void System.Guid::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method);
// System.TypeCode System.RuntimeType::GetTypeCodeImplInternal(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetTypeCodeImplInternal_mBCAAEF9659FC5ECD36D537C118C70EC53D127CBD (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.RuntimeType::getFullName(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___full_name0, bool ___assembly_qualified1, const RuntimeMethod* method);
// System.Reflection.GenericParameterAttributes Mono.RuntimeGenericParamInfoHandle::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeGenericParamInfoHandle_get_Attributes_m586EC8111BF51DC3C3D03C59509DB4F7CE5822EA (RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE * __this, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetFields_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetFields_native_m81C0286628E40BA1823A5AF8D60DEFF95B7EF6FE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method);
// System.Reflection.FieldInfo System.Reflection.FieldInfo::GetFieldFromHandle(System.RuntimeFieldHandle,System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * FieldInfo_GetFieldFromHandle_mE960F954664B1B0CB3877F166CAC66AAE10B7BF5 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___declaringType1, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetEvents_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetEvents_native_m28435040299789557DD4FB1C8D64BD70D923436E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method);
// System.Void Mono.RuntimeEventHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeEventHandle__ctor_m74BEE789797EFEE15B634C7AA44F68AF747DB1B2_inline (RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.Reflection.EventInfo System.Reflection.EventInfo::GetEventFromHandle(Mono.RuntimeEventHandle,System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInfo_t * EventInfo_GetEventFromHandle_m32D668E4C0CB872EED2FFF1E0714B9B73680C897 (RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___reflectedType1, const RuntimeMethod* method);
// System.TypeIdentifier System.TypeIdentifiers::FromDisplay(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeIdentifiers_FromDisplay_m08FB8BE03D80603F9A030774E218310DC96693CE (String_t* ___displayName0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetNestedTypes_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetNestedTypes_native_m463687CC2CB6DF3063FE441FDB0289011D597336 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method);
// System.Void System.RuntimeTypeHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_inline (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, intptr_t ___val0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeTypeHandle::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method);
// System.Int32 System.IntPtr::op_Explicit(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F (intptr_t ___value0, const RuntimeMethod* method);
// System.Void System.RuntimeTypeHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.RuntimeTypeHandle System.Type::GetTypeHandle(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D Type_GetTypeHandle_mF4790808C172FB5701365C8AA48EC9A132AD60B9 (RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Void System.RuntimeTypeHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetMetadataToken(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Type System.RuntimeTypeHandle::GetGenericTypeDefinition_impl(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsComObject(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.TypeAttributes System.Type::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_get_Attributes_m8B229CC7A4DDE25E0EEB1A9F09FC61C499A72163 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::type_is_assignable_from(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_type_is_assignable_from_mE6A9B9581955D9B3432124CFB9298F8A06D8F3BA (Type_t * ___a0, Type_t * ___b1, const RuntimeMethod* method);
// System.Int32 System.SByte::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.SByte::CompareTo(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mE2BEEEA7A6B69C30725249CC16088C768068C1C8 (int8_t* __this, int8_t ___value0, const RuntimeMethod* method);
// System.Boolean System.SByte::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144 (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.SByte::Equals(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8 (int8_t* __this, int8_t ___obj0, const RuntimeMethod* method);
// System.Int32 System.SByte::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F (int8_t* __this, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9 (const RuntimeMethod* method);
// System.String System.Number::FormatInt32(System.Int32,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984 (int32_t ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
// System.String System.SByte::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566 (int8_t* __this, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A (RuntimeObject* ___formatProvider0, const RuntimeMethod* method);
// System.String System.SByte::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m9297ABA82168D557F8616CAF5E23BCE9B3763906 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.SByte::ToString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48 (int8_t* __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info1, const RuntimeMethod* method);
// System.String System.SByte::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1 (int8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.String System.Number::FormatUInt32(System.UInt32,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatUInt32_m585E2571063A256E46836A51BC4A54CFF151BDEE (uint32_t ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
// System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
// System.Void System.Globalization.NumberFormatInfo::ValidateParseStyleInteger(System.Globalization.NumberStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_ValidateParseStyleInteger_m5BD1C04C26D5589F0DFA5953294B72E1DDC2B7E3 (int32_t ___style0, const RuntimeMethod* method);
// System.Int32 System.Number::ParseInt32(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_ParseInt32_mF4B8DA28891C736EAC85641489780C2E91F8AECF (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
// System.Void System.OverflowException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m15CD001EEB2E79D7497E101546B04D9A5520357E (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.OverflowException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.SByte::TryParse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.SByte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_TryParse_m7D6C5659BDCDD4C97F7DD6F2E7EEFE2FC0F3C51B (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, int8_t* ___result3, const RuntimeMethod* method);
// System.Boolean System.Number::TryParseInt32(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseInt32_mF9FA8AD887CFF429B3C9DCAED08CBF7746DB250D (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, int32_t* ___result3, const RuntimeMethod* method);
// System.TypeCode System.SByte::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461 (int8_t* __this, const RuntimeMethod* method);
// System.Boolean System.Convert::ToBoolean(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mB7E94BAE3523E19C8743457112EC6B76B775AC44 (int8_t ___value0, const RuntimeMethod* method);
// System.Boolean System.SByte::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Char System.Convert::ToChar(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m5A1F3909973CE4894614B7444B430BE562456F8C (int8_t ___value0, const RuntimeMethod* method);
// System.Char System.SByte::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.SByte System.SByte::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_System_IConvertible_ToSByte_m294499739C5D5B037AEF9CC6579CFA7599397687 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m7D3D6E8B30620A208FC31EE6C29087EA6FDFF923 (int8_t ___value0, const RuntimeMethod* method);
// System.Byte System.SByte::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m53B289D51E0000689AD2D0D8B64C9FC52E25382D (int8_t ___value0, const RuntimeMethod* method);
// System.Int16 System.SByte::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt16 System.Convert::ToUInt16(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3A0BC273AC75E936BBAA48B0D451DB161CEC11CE (int8_t ___value0, const RuntimeMethod* method);
// System.UInt16 System.SByte::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int32 System.SByte::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_System_IConvertible_ToInt32_m1BA4F4D3E5E2CF9B5B74C252B12DB67ACBD493FD (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt32 System.Convert::ToUInt32(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m78245CD2AE3D0369F5A99FF013AF73FFBB8CF869 (int8_t ___value0, const RuntimeMethod* method);
// System.UInt32 System.SByte::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mE4A030ED672D453F0704069D7024934D040D326A (int8_t ___value0, const RuntimeMethod* method);
// System.Int64 System.SByte::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt64 System.Convert::ToUInt64(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m24AAA55A63E618B389C773AC090EB4F664BFC729 (int8_t ___value0, const RuntimeMethod* method);
// System.UInt64 System.SByte::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Single System.Convert::ToSingle(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m6594D24976A20E820938E5DE88A63082EAFED0F4 (int8_t ___value0, const RuntimeMethod* method);
// System.Single System.SByte::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Double System.Convert::ToDouble(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m236422548F1BC40280491F59EBD3D1B22AA84F97 (int8_t ___value0, const RuntimeMethod* method);
// System.Double System.SByte::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Decimal System.Convert::ToDecimal(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m4AC31B36EF41A7409233DEDB9389EA97FB981FDA (int8_t ___value0, const RuntimeMethod* method);
// System.Decimal System.SByte::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Void System.InvalidCastException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812 (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * __this, String_t* ___message0, const RuntimeMethod* method);
// System.DateTime System.SByte::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3 (RuntimeObject* ___value0, Type_t * ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Object System.SByte::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51 (int8_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Security.AccessControl.GenericAce System.Security.AccessControl.AceEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * AceEnumerator_get_Current_m842AAFD8E7101FEFF23244DDC4C42863B92BAC45 (AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * __this, const RuntimeMethod* method);
// System.Security.AccessControl.AceType System.Security.AccessControl.CommonAce::ConvertType(System.Security.AccessControl.AceQualifier,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CommonAce_ConvertType_mDA190F90AEF6B8062A4DBF267911E01B6170B417 (int32_t ___qualifier0, bool ___isCallback1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.QualifiedAce::.ctor(System.Security.AccessControl.AceType,System.Security.AccessControl.AceFlags,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualifiedAce__ctor_mE4F36A606FAA8D11F84480AF38B8DAB1CB31FEB7 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, uint8_t ___type0, uint8_t ___flags1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque2, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.KnownAce::set_AccessMask(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void KnownAce_set_AccessMask_m9F4390BD828ED4D7EC8C2011BC614F7BB0F67771_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.KnownAce::set_SecurityIdentifier(System.Security.Principal.SecurityIdentifier)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void KnownAce_set_SecurityIdentifier_m6B9E64CBB21F892BDF99FC2625CC4CA492F80490_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___value0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.QualifiedAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualifiedAce__ctor_mAFAE27AAA918499A0A4A898FA6310919D026FCCB (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.UInt16 System.Security.AccessControl.GenericAce::ReadUShort(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GenericAce_ReadUShort_m37019B0557F34804AE52CF2B801B5186CCB6DDBA (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.GenericAce::ReadInt(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GenericAce_ReadInt_m6C1BF0995701C2A5028F81E3A0BA326F712E7FD7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.Principal.SecurityIdentifier::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityIdentifier__ctor_mAC9DF9ABE74C86AD3505E99FAB308FF2AB13F8F0 (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.KnownAce::get_SecurityIdentifier()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, const RuntimeMethod* method);
// System.Int32 System.Security.Principal.SecurityIdentifier::get_BinaryLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecurityIdentifier_get_BinaryLength_mE5A1A7C77853A066CE9A7A681FD090EA13FDF94E (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * __this, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.QualifiedAce::SetOpaque(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualifiedAce_SetOpaque_m6D5086D5675F43C19A89EEB9BAB4EC59E7C2B0A1 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque0, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.QualifiedAce::get_OpaqueLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualifiedAce_get_OpaqueLength_m731AD69FD7E296E70BAF4BE03C243614C1FD6825 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method);
// System.Security.AccessControl.AceType System.Security.AccessControl.GenericAce::get_AceType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method);
// System.Security.AccessControl.AceFlags System.Security.AccessControl.GenericAce::get_AceFlags()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t GenericAce_get_AceFlags_m739DFEF208355207EB179BC7022C819CD75F3011_inline (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.GenericAce::WriteUShort(System.UInt16,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAce_WriteUShort_m593E1F86C20BD19EBE7463F3B49522FA64CD2DAB (uint16_t ___val0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.KnownAce::get_AccessMask()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KnownAce_get_AccessMask_mADE66B04303B8A63969CF045F63674BE4784BB49_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.GenericAce::WriteInt(System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAce_WriteInt_m6B3C47FBD83D540728F2E32B14EC9D7FED5DC114 (int32_t ___val0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, const RuntimeMethod* method);
// System.Void System.Security.Principal.SecurityIdentifier::GetBinaryForm(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityIdentifier_GetBinaryForm_mFC4794B23E526093466A7D415AC3886916CF7D35 (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Byte[] System.Security.AccessControl.QualifiedAce::GetOpaque()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* QualifiedAce_GetOpaque_m1BA930EAEE6E70366DD9CBA196CC1C1616DE5853 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.GenericAcl::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAcl__ctor_m4A5207D2FE5C79E97A6FEB19D0A24A836045D507 (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.RawAcl::.ctor(System.Byte,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl__ctor_m0DC30A9FA96788E9D6C7C27AF87561AF090FF93F (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, uint8_t ___revision0, int32_t ___capacity1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.RawAcl::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7 (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::Init(System.Boolean,System.Boolean,System.Security.AccessControl.RawAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_Init_mAF1719D0C9CF4CBCFBD251D8FAF7BCAF1562E93B (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___isContainer0, bool ___isDS1, RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___rawAcl2, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::.ctor(System.Boolean,System.Boolean,System.Byte,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl__ctor_m6B2D28C976B178E77C8294BF8595E13AD7F9DD9E (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___isContainer0, bool ___isDS1, uint8_t ___revision2, int32_t ___capacity3, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::CanonicalizeAndClearAefa()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_CanonicalizeAndClearAefa_mADC0D5F9E15496E22A4A9ACA1035306B6134E644 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method);
// System.Security.AccessControl.GenericAce System.Security.AccessControl.CommonAcl::CopyAce(System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * CommonAcl_CopyAce_m0ACA9157FD841CF80B497F99B786AEF713C1C641 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace0, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.CommonAcl::get_IsCanonical()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonAcl_get_IsCanonical_mE8CE886087E6C1104E1C96DC0CC11A435003A502_inline (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<System.Security.AccessControl.GenericAce>::.ctor(System.Object,System.IntPtr)
inline void RemoveAcesCallback_1__ctor_mA004514FDA32CDF8B08FBD3B8383F9C9C0F76AA9 (RemoveAcesCallback_1_t2B78A79ADDCC66EE1B0355C1030346847E672B52 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (RemoveAcesCallback_1_t2B78A79ADDCC66EE1B0355C1030346847E672B52 *, RuntimeObject *, intptr_t, const RuntimeMethod*))RemoveAcesCallback_1__ctor_mBF6BEB719482B36B63590DB9113549A9230C8434_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Security.AccessControl.CommonAcl::RemoveAces<System.Security.AccessControl.GenericAce>(System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<T>)
inline void CommonAcl_RemoveAces_TisGenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA_m52CE29FDEF568206C06FE0563310DBA4C7E5D4B7 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, RemoveAcesCallback_1_t2B78A79ADDCC66EE1B0355C1030346847E672B52 * ___callback0, const RuntimeMethod* method)
{
(( void (*) (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 *, RemoveAcesCallback_1_t2B78A79ADDCC66EE1B0355C1030346847E672B52 *, const RuntimeMethod*))CommonAcl_RemoveAces_TisRuntimeObject_mBFFDD4E661722D4AE6BB79A1980F40800D10C8DF_gshared)(__this, ___callback0, method);
}
// System.Boolean System.Security.AccessControl.CommonAcl::TestCanonicity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonAcl_TestCanonicity_m630F3095C4109A8E686216448C47F6026959FEE0 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::MergeExplicitAces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_MergeExplicitAces_mB4EF5510BB37E6499F4A17D82B61604D49C4BBC9 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::set_IsAefa(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CommonAcl_set_IsAefa_m3DFC33D054950E1F36B4ABDD442C5FA15BCC5897_inline (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.GenericAce::op_Inequality(System.Security.AccessControl.GenericAce,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___left0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___right1, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.CommonAcl::get_IsContainer()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonAcl_get_IsContainer_mD1CB842B43478E3B8F2216E108F5AD81A68B1441_inline (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method);
// System.Security.AccessControl.AceEnumerator System.Security.AccessControl.GenericAcl::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * GenericAcl_GetEnumerator_mB1067EB35EEBC0160F852340FEBCC75F6E7104FA (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.AceEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AceEnumerator_MoveNext_m8461B5C8A3E33240613E483379405BE64B8D1FF5 (AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.GenericAce::get_IsInherited()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_get_IsInherited_m43260CE3684E38A3A0F01EFD9A1C65F0DDDAAF3F (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method);
// System.Security.AccessControl.AceQualifier System.Security.AccessControl.QualifiedAce::get_AceQualifier()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.GenericAce::op_Equality(System.Security.AccessControl.GenericAce,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_op_Equality_m74177533EFFCF807A61750F01AD159BC7AB52C95 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___left0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___right1, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.CommonAcl::GetCanonicalExplicitAceCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonAcl_GetCanonicalExplicitAceCount_m2E2FCD4AF9A708259CB72774D0019A57D8D52CBC (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method);
// System.Security.AccessControl.GenericAce System.Security.AccessControl.CommonAcl::MergeExplicitAcePair(System.Security.AccessControl.GenericAce,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * CommonAcl_MergeExplicitAcePair_m79700C2D6DE1CFF9278C78A936CDCFB24D6BD9E2 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace10, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace21, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.RawAcl::RemoveAce(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl_RemoveAce_m6A6094B90D15C186429C059BC34D7395081FFFD3 (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Boolean System.Security.Principal.SecurityIdentifier::op_Equality(System.Security.Principal.SecurityIdentifier,System.Security.Principal.SecurityIdentifier)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityIdentifier_op_Equality_m89AEB8C7882FB65270AD66D9DC2DCD482EDFFDCE (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___left0, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___right1, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.QualifiedAce::get_IsCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QualifiedAce_get_IsCallback_m33BB8001B7B847BEFEA06CB115043C5B0C2B26E2 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAce::.ctor(System.Security.AccessControl.AceFlags,System.Security.AccessControl.AceQualifier,System.Int32,System.Security.Principal.SecurityIdentifier,System.Boolean,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAce__ctor_m72F22B26AD538F77016DD392D367A2C842F30620 (CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * __this, uint8_t ___flags0, int32_t ___qualifier1, int32_t ___accessMask2, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid3, bool ___isCallback4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque5, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::GetObjectAceTypeGuids(System.Security.AccessControl.ObjectAce,System.Guid&,System.Guid&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_GetObjectAceTypeGuids_m0745F7469FD3EF1E07B89314244E9CB65A7EE6E7 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * ___ace0, Guid_t * ___type1, Guid_t * ___inheritedType2, const RuntimeMethod* method);
// System.Boolean System.Guid::op_Equality(System.Guid,System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_op_Equality_m3D98BA18CDAF0C6C329F86720B5CD61A170A3E52 (Guid_t ___a0, Guid_t ___b1, const RuntimeMethod* method);
// System.Security.AccessControl.ObjectAceFlags System.Security.AccessControl.ObjectAce::get_ObjectAceFlags()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method);
// System.Guid System.Security.AccessControl.ObjectAce::get_ObjectAceType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Guid_t ObjectAce_get_ObjectAceType_m07AE269B542364C13FAAD9F2D19CF35AECF7B73C_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method);
// System.Guid System.Security.AccessControl.ObjectAce::get_InheritedObjectAceType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Guid_t ObjectAce_get_InheritedObjectAceType_mB21B003BCA610E21265704B7D1AEAFE4BB37E714_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectAce::.ctor(System.Security.AccessControl.AceFlags,System.Security.AccessControl.AceQualifier,System.Int32,System.Security.Principal.SecurityIdentifier,System.Security.AccessControl.ObjectAceFlags,System.Guid,System.Guid,System.Boolean,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectAce__ctor_m5F74A1557F53FABFA7EACD5F9579441C53EC79BD (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, uint8_t ___aceFlags0, int32_t ___qualifier1, int32_t ___accessMask2, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid3, int32_t ___flags4, Guid_t ___type5, Guid_t ___inheritedType6, bool ___isCallback7, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque8, const RuntimeMethod* method);
// System.Int32 System.Security.Principal.SecurityIdentifier::CompareTo(System.Security.Principal.SecurityIdentifier)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecurityIdentifier_CompareTo_mC2D472CEA38E6FF0978F7C3CF2F442B21D12421A (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * __this, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid0, const RuntimeMethod* method);
// System.Security.AccessControl.QualifiedAce System.Security.AccessControl.CommonAcl::AddAceGetQualifiedAce(System.Security.AccessControl.AceQualifier,System.Security.Principal.SecurityIdentifier,System.Int32,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * CommonAcl_AddAceGetQualifiedAce_mDFFBD5E4FB18BAEB2B965358AE9C98E7CE1148E6 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___aceQualifier0, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid1, int32_t ___accessMask2, int32_t ___inheritanceFlags3, int32_t ___propagationFlags4, int32_t ___auditFlags5, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::AddAce(System.Security.AccessControl.QualifiedAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_AddAce_m8C11A29136CAB2F9DCCF5CEBD045F93F02769EFB (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * ___newAce0, const RuntimeMethod* method);
// System.Security.AccessControl.AceFlags System.Security.AccessControl.CommonAcl::GetAceFlags(System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CommonAcl_GetAceFlags_mB5D83E182296FF908C2F25FCB929B2A4A28D8FA2 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___inheritanceFlags0, int32_t ___propagationFlags1, int32_t ___auditFlags2, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::RequireCanonicity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_RequireCanonicity_mA2ABFA121BBC18DB45B43FB14FB25E1BF3A3B183 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.RawAcl::InsertAce(System.Int32,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl_InsertAce_m2C47252403D2E1F7FC0B12967518936491E800F4 (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, int32_t ___index0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace1, const RuntimeMethod* method);
// System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAce::CreateFromBinaryForm(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * GenericAce_CreateFromBinaryForm_m9350031471C5CD0D91CB2501CC8C2D70B9B7A02A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectSecurity::.ctor(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity__ctor_mDCCDBBF3227181B454383AE5AFA02EFBA43A0BC4 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, bool ___isContainer0, bool ___isDS1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.GenericSecurityDescriptor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericSecurityDescriptor__ctor_m1662AA7E0E8A9DC932DD4E9FEADDD55FEBE19915 (GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.RawSecurityDescriptor::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawSecurityDescriptor__ctor_mE71220B9D7FBEF5FE06477CAD68FD316731B6C3D (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::Init(System.Boolean,System.Boolean,System.Security.AccessControl.RawSecurityDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_Init_m48860643BC35B871C51BC0D317A62CBF5C42F851 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, bool ___isContainer0, bool ___isDS1, RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * ___rawSecurityDescriptor2, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::Init(System.Boolean,System.Boolean,System.Security.AccessControl.ControlFlags,System.Security.Principal.SecurityIdentifier,System.Security.Principal.SecurityIdentifier,System.Security.AccessControl.SystemAcl,System.Security.AccessControl.DiscretionaryAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_Init_m4DE292DE299217B51FAC9DD9E5878A876700C6D5 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, bool ___isContainer0, bool ___isDS1, int32_t ___flags2, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___owner3, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___group4, SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * ___systemAcl5, DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * ___discretionaryAcl6, const RuntimeMethod* method);
// System.Security.AccessControl.RawAcl System.Security.AccessControl.RawSecurityDescriptor::get_SystemAcl()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * RawSecurityDescriptor_get_SystemAcl_mAC455963FEA84A48D086B448B883B4BEBDF080E7_inline (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.SystemAcl::.ctor(System.Boolean,System.Boolean,System.Security.AccessControl.RawAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemAcl__ctor_m820F032268B5BD91BA94104D304B10C3386120F3 (SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * __this, bool ___isContainer0, bool ___isDS1, RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___rawAcl2, const RuntimeMethod* method);
// System.Security.AccessControl.RawAcl System.Security.AccessControl.RawSecurityDescriptor::get_DiscretionaryAcl()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * RawSecurityDescriptor_get_DiscretionaryAcl_m8D70A0E534E134C4AB7C51981D2E560495A7CDA4_inline (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.DiscretionaryAcl::.ctor(System.Boolean,System.Boolean,System.Security.AccessControl.RawAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscretionaryAcl__ctor_mE115BDED0201A8B69ACC9822A75B1C2D255777E9 (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * __this, bool ___isContainer0, bool ___isDS1, RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___rawAcl2, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::set_SystemAcl(System.Security.AccessControl.SystemAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_set_SystemAcl_mBDE853A14D09AFD9F16F5AE52EF33206E6BA7DF3 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * ___value0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::set_DiscretionaryAcl(System.Security.AccessControl.DiscretionaryAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_set_DiscretionaryAcl_mF28ADCAB105C646F13024D07BE19EF73B2B91C4F (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * ___value0, const RuntimeMethod* method);
// System.Security.AccessControl.SystemAcl System.Security.AccessControl.CommonSecurityDescriptor::get_SystemAcl()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * CommonSecurityDescriptor_get_SystemAcl_mDF0FDA356302E2FD9E7DE71204D936C6F2C90FDC_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.CommonSecurityDescriptor::get_IsContainer()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonSecurityDescriptor_get_IsContainer_mB4ADC8B13E0218DA38E54D983DC2D95FC77E1E68_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.CommonSecurityDescriptor::get_IsDS()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonSecurityDescriptor_get_IsDS_m41886ECFD6797054FDB83C440665BC83AE0D23A7_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.DiscretionaryAcl::.ctor(System.Boolean,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscretionaryAcl__ctor_m911CBE9E5B13329AC3E7E9FEAED60C5A9740BAC9 (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * __this, bool ___isContainer0, bool ___isDS1, int32_t ___capacity2, const RuntimeMethod* method);
// System.Void System.Security.Principal.SecurityIdentifier::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityIdentifier__ctor_mB29C0A291349A023389BB3B7A7413706CDAE2808 (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * __this, String_t* ___sddlForm0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.DiscretionaryAcl::AddAccess(System.Security.AccessControl.AccessControlType,System.Security.Principal.SecurityIdentifier,System.Int32,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscretionaryAcl_AddAccess_mD27B608216470D047B1939E3248C2CA63317535A (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * __this, int32_t ___accessType0, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid1, int32_t ___accessMask2, int32_t ___inheritanceFlags3, int32_t ___propagationFlags4, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::CheckAclConsistency(System.Security.AccessControl.CommonAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_CheckAclConsistency_m3161D6B255101538520D33914F1012F0D7BB2061 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * ___acl0, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.CommonAcl::get_IsDS()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonAcl_get_IsDS_mAA52BE37856F2D3F383D979FE218174FE5F39E69_inline (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.FileSystemSecurity::.ctor(System.Boolean,System.String,System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemSecurity__ctor_m8E00976A845E9E5A728DF1939ED1F0DD7F2893F9 (FileSystemSecurity_t2040080A9EC514AFE69F2042F720059E7C10ECA1 * __this, bool ___isContainer0, String_t* ___name1, int32_t ___includeSections2, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::.ctor(System.Boolean,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl__ctor_m0D5CE6B1F3A8579E150B10484B53F0E07473EDFB (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___isContainer0, bool ___isDS1, int32_t ___capacity2, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::.ctor(System.Boolean,System.Boolean,System.Security.AccessControl.RawAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl__ctor_m9645D418BD6073E02B9BBD83D5A5EB040C8A1C51 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___isContainer0, bool ___isDS1, RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___rawAcl2, const RuntimeMethod* method);
// System.Security.AccessControl.AceQualifier System.Security.AccessControl.DiscretionaryAcl::GetAceQualifier(System.Security.AccessControl.AccessControlType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DiscretionaryAcl_GetAceQualifier_m00B36218A4580D068EFD0FA20B3C360083538579 (int32_t ___accessType0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::AddAce(System.Security.AccessControl.AceQualifier,System.Security.Principal.SecurityIdentifier,System.Int32,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_AddAce_mB858398C17C9112FF5DE648D63EA667D1130A89B (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___aceQualifier0, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid1, int32_t ___accessMask2, int32_t ___inheritanceFlags3, int32_t ___propagationFlags4, int32_t ___auditFlags5, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.CommonAcl::GetCanonicalExplicitDenyAceCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonAcl_GetCanonicalExplicitDenyAceCount_m6597DAAA78F85396B213FEEC871DD24BD778263F (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::ApplyCanonicalSortToExplicitAces(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_ApplyCanonicalSortToExplicitAces_m33CC63406F58065CF6919096F67FC8F33F82F9A5 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___start0, int32_t ___count1, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.CommonAcl::IsAceMeaningless(System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonAcl_IsAceMeaningless_m04D78F50226DF8F9BDBEF3B590070AF584A2E057 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace0, const RuntimeMethod* method);
// System.Security.AccessControl.AuditFlags System.Security.AccessControl.GenericAce::get_AuditFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GenericAce_get_AuditFlags_m6F51B4F6C8EE22FE2D397C2ACF1CB87D95F05F9C (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.NativeObjectSecurity::.ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.String,System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeObjectSecurity__ctor_m87590263221BFB8F8D074F008D4E89A830F1A3C4 (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, bool ___isContainer0, int32_t ___resourceType1, String_t* ___name2, int32_t ___includeSections3, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.GenericAce::IsObjectType(System.Security.AccessControl.AceType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_IsObjectType_mE283F1DE0F9ABBF13524FCA8A3519F6A5C132143 (uint8_t ___type0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectAce__ctor_mC2F66EB85CB22718B288FC24B95B86F355E9AA39 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAce__ctor_m29D7F1CFA59F87AB1F1A5641F6D7FF3B7AAF4E8C (CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.ObjectHolderList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolderList__ctor_mB3663B182FBA986BEDDBF02CB23D06EC73446159 (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method)
{
{
ObjectHolderList__ctor_m12403A7A5A3F460E1D51AB7A378FFD47ED68119B(__this, 8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolderList::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolderList__ctor_m12403A7A5A3F460E1D51AB7A378FFD47ED68119B (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, int32_t ___startingSize0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolderList__ctor_m12403A7A5A3F460E1D51AB7A378FFD47ED68119B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_count_1(0);
int32_t L_0 = ___startingSize0;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_1 = (ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202*)(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202*)SZArrayNew(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202_il2cpp_TypeInfo_var, (uint32_t)L_0);
__this->set_m_values_0(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolderList::Add(System.Runtime.Serialization.ObjectHolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolderList_Add_m8A4F146C50F68403F391A6276C066AE302554DDE (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___value0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_count_1();
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_1 = __this->get_m_values_0();
NullCheck(L_1);
if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))))
{
goto IL_0016;
}
}
{
ObjectHolderList_EnlargeArray_mB292C8EA578152793743F1F5F0B6BE56A3D726D9(__this, /*hidden argument*/NULL);
}
IL_0016:
{
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_2 = __this->get_m_values_0();
int32_t L_3 = __this->get_m_count_1();
V_0 = L_3;
int32_t L_4 = V_0;
__this->set_m_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
int32_t L_5 = V_0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_6 = ___value0;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_6);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)L_6);
return;
}
}
// System.Runtime.Serialization.ObjectHolderListEnumerator System.Runtime.Serialization.ObjectHolderList::GetFixupEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * ObjectHolderList_GetFixupEnumerator_m08588A8D7F9150BA039A14A5C8692CC5936ABA86 (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolderList_GetFixupEnumerator_m08588A8D7F9150BA039A14A5C8692CC5936ABA86_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * L_0 = (ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF *)il2cpp_codegen_object_new(ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF_il2cpp_TypeInfo_var);
ObjectHolderListEnumerator__ctor_m93E59861F58512098A8597F9190DB0F891FA27F7(L_0, __this, (bool)1, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolderList::EnlargeArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolderList_EnlargeArray_mB292C8EA578152793743F1F5F0B6BE56A3D726D9 (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolderList_EnlargeArray_mB292C8EA578152793743F1F5F0B6BE56A3D726D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* V_1 = NULL;
{
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_0 = __this->get_m_values_0();
NullCheck(L_0);
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))), (int32_t)2));
int32_t L_1 = V_0;
if ((((int32_t)L_1) >= ((int32_t)0)))
{
goto IL_002d;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)2147483647LL)))))
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF24CF99E96113662C653A0A7A521BF07D7A516B9, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ObjectHolderList_EnlargeArray_mB292C8EA578152793743F1F5F0B6BE56A3D726D9_RuntimeMethod_var);
}
IL_0027:
{
V_0 = ((int32_t)2147483647LL);
}
IL_002d:
{
int32_t L_5 = V_0;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_6 = (ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202*)(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202*)SZArrayNew(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_1 = L_6;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_7 = __this->get_m_values_0();
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_8 = V_1;
int32_t L_9 = __this->get_m_count_1();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL);
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_10 = V_1;
__this->set_m_values_0(L_10);
return;
}
}
// System.Int32 System.Runtime.Serialization.ObjectHolderList::get_Version()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectHolderList_get_Version_m25BCE64363B779807792CB9AA9F313008BFAF20F (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_count_1();
return L_0;
}
}
// System.Int32 System.Runtime.Serialization.ObjectHolderList::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectHolderList_get_Count_mF679AB6F5C3AABEEB9CD9C8F5CE546E11B15232B (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_count_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.ObjectHolderListEnumerator::.ctor(System.Runtime.Serialization.ObjectHolderList,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHolderListEnumerator__ctor_m93E59861F58512098A8597F9190DB0F891FA27F7 (ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * __this, ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * ___list0, bool ___isFixupEnumerator1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_0 = ___list0;
__this->set_m_list_1(L_0);
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_1 = __this->get_m_list_1();
NullCheck(L_1);
int32_t L_2 = ObjectHolderList_get_Version_m25BCE64363B779807792CB9AA9F313008BFAF20F_inline(L_1, /*hidden argument*/NULL);
__this->set_m_startingVersion_2(L_2);
__this->set_m_currPos_3((-1));
bool L_3 = ___isFixupEnumerator1;
__this->set_m_isFixupEnumerator_0(L_3);
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolderListEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectHolderListEnumerator_MoveNext_mC4EA193D162605DD30FB2CB1EB28DEBD5F036014 (ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = __this->get_m_isFixupEnumerator_0();
if (!L_0)
{
goto IL_0056;
}
}
IL_0008:
{
int32_t L_1 = __this->get_m_currPos_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
__this->set_m_currPos_3(L_2);
int32_t L_3 = V_0;
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_4 = __this->get_m_list_1();
NullCheck(L_4);
int32_t L_5 = ObjectHolderList_get_Count_mF679AB6F5C3AABEEB9CD9C8F5CE546E11B15232B_inline(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_3) >= ((int32_t)L_5)))
{
goto IL_003f;
}
}
{
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_6 = __this->get_m_list_1();
NullCheck(L_6);
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_7 = L_6->get_m_values_0();
int32_t L_8 = __this->get_m_currPos_3();
NullCheck(L_7);
int32_t L_9 = L_8;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_10);
bool L_11 = ObjectHolder_get_CompletelyFixed_mCB9B60E727690F4A7876465310999B608859E75C(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0008;
}
}
IL_003f:
{
int32_t L_12 = __this->get_m_currPos_3();
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_13 = __this->get_m_list_1();
NullCheck(L_13);
int32_t L_14 = ObjectHolderList_get_Count_mF679AB6F5C3AABEEB9CD9C8F5CE546E11B15232B_inline(L_13, /*hidden argument*/NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)L_14))))
{
goto IL_0054;
}
}
{
return (bool)0;
}
IL_0054:
{
return (bool)1;
}
IL_0056:
{
int32_t L_15 = __this->get_m_currPos_3();
__this->set_m_currPos_3(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)));
int32_t L_16 = __this->get_m_currPos_3();
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_17 = __this->get_m_list_1();
NullCheck(L_17);
int32_t L_18 = ObjectHolderList_get_Count_mF679AB6F5C3AABEEB9CD9C8F5CE546E11B15232B_inline(L_17, /*hidden argument*/NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)L_18))))
{
goto IL_0079;
}
}
{
return (bool)0;
}
IL_0079:
{
return (bool)1;
}
}
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectHolderListEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ObjectHolderListEnumerator_get_Current_m3262527F9830E141E3A4FCDFF11CEB7ECE525FDB (ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * __this, const RuntimeMethod* method)
{
{
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_0 = __this->get_m_list_1();
NullCheck(L_0);
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_1 = L_0->get_m_values_0();
int32_t L_2 = __this->get_m_currPos_3();
NullCheck(L_1);
int32_t L_3 = L_2;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.ObjectIDGenerator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectIDGenerator__ctor_mD9F36DD4AC2562F8A6883111DEC03695AEF83D8B (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectIDGenerator__ctor_mD9F36DD4AC2562F8A6883111DEC03695AEF83D8B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_currentCount_0(1);
IL2CPP_RUNTIME_CLASS_INIT(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields*)il2cpp_codegen_static_fields_for(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var))->get_sizes_4();
NullCheck(L_0);
int32_t L_1 = 0;
int32_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
__this->set_m_currentSize_1(L_2);
int32_t L_3 = __this->get_m_currentSize_1();
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_4 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)4)));
__this->set_m_ids_2(L_4);
int32_t L_5 = __this->get_m_currentSize_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)4)));
__this->set_m_objs_3(L_6);
return;
}
}
// System.Int32 System.Runtime.Serialization.ObjectIDGenerator::FindElement(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectIDGenerator_FindElement_mD244B7FDAA17380EDA470FB4E50DD1D8BA3A7830 (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * __this, RuntimeObject * ___obj0, bool* ___found1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
RuntimeObject * L_0 = ___obj0;
int32_t L_1 = RuntimeHelpers_GetHashCode_mB357C67BC7D5C014F6F51FE93E200F140DF7A40B(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
int32_t L_3 = __this->get_m_currentSize_1();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)2147483647LL)))%(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2))))));
}
IL_001a:
{
int32_t L_4 = V_0;
int32_t L_5 = __this->get_m_currentSize_1();
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)2147483647LL)))%(int32_t)L_5)), (int32_t)4));
int32_t L_6 = V_2;
V_3 = L_6;
goto IL_0052;
}
IL_002f:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get_m_objs_3();
int32_t L_8 = V_3;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeObject * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
if (L_10)
{
goto IL_003e;
}
}
{
bool* L_11 = ___found1;
*((int8_t*)L_11) = (int8_t)0;
int32_t L_12 = V_3;
return L_12;
}
IL_003e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_m_objs_3();
int32_t L_14 = V_3;
NullCheck(L_13);
int32_t L_15 = L_14;
RuntimeObject * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
RuntimeObject * L_17 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_16) == ((RuntimeObject*)(RuntimeObject *)L_17))))
{
goto IL_004e;
}
}
{
bool* L_18 = ___found1;
*((int8_t*)L_18) = (int8_t)1;
int32_t L_19 = V_3;
return L_19;
}
IL_004e:
{
int32_t L_20 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_0052:
{
int32_t L_21 = V_3;
int32_t L_22 = V_2;
if ((((int32_t)L_21) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)4)))))
{
goto IL_002f;
}
}
{
int32_t L_23 = V_0;
int32_t L_24 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24));
goto IL_001a;
}
}
// System.Int64 System.Runtime.Serialization.ObjectIDGenerator::GetId(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ObjectIDGenerator_GetId_m7FD6BCE1EF50077CE7F0B5DAF954B84AB137627D (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * __this, RuntimeObject * ___obj0, bool* ___firstTime1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectIDGenerator_GetId_m7FD6BCE1EF50077CE7F0B5DAF954B84AB137627D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int64_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0B2F6DA49F1EAC197064F7D8B56931A145C07F43, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ObjectIDGenerator_GetId_m7FD6BCE1EF50077CE7F0B5DAF954B84AB137627D_RuntimeMethod_var);
}
IL_0018:
{
RuntimeObject * L_3 = ___obj0;
int32_t L_4 = ObjectIDGenerator_FindElement_mD244B7FDAA17380EDA470FB4E50DD1D8BA3A7830(__this, L_3, (bool*)(&V_0), /*hidden argument*/NULL);
V_2 = L_4;
bool L_5 = V_0;
if (L_5)
{
goto IL_006b;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = __this->get_m_objs_3();
int32_t L_7 = V_2;
RuntimeObject * L_8 = ___obj0;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject *)L_8);
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_9 = __this->get_m_ids_2();
int32_t L_10 = V_2;
int32_t L_11 = __this->get_m_currentCount_0();
V_3 = L_11;
int32_t L_12 = V_3;
__this->set_m_currentCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
int32_t L_13 = V_3;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (int64_t)(((int64_t)((int64_t)L_13))));
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_14 = __this->get_m_ids_2();
int32_t L_15 = V_2;
NullCheck(L_14);
int32_t L_16 = L_15;
int64_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_1 = L_17;
int32_t L_18 = __this->get_m_currentCount_0();
int32_t L_19 = __this->get_m_currentSize_1();
if ((((int32_t)L_18) <= ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)4))/(int32_t)2)))))
{
goto IL_0074;
}
}
{
ObjectIDGenerator_Rehash_m9E8755018CCAE45A1ABA6EC675479C42A05DC89A(__this, /*hidden argument*/NULL);
goto IL_0074;
}
IL_006b:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_20 = __this->get_m_ids_2();
int32_t L_21 = V_2;
NullCheck(L_20);
int32_t L_22 = L_21;
int64_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
V_1 = L_23;
}
IL_0074:
{
bool* L_24 = ___firstTime1;
bool L_25 = V_0;
*((int8_t*)L_24) = (int8_t)((((int32_t)L_25) == ((int32_t)0))? 1 : 0);
int64_t L_26 = V_1;
return L_26;
}
}
// System.Int64 System.Runtime.Serialization.ObjectIDGenerator::HasId(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ObjectIDGenerator_HasId_m458D522E85FEEDDBEC01CADF8AA67310A54866F1 (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * __this, RuntimeObject * ___obj0, bool* ___firstTime1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectIDGenerator_HasId_m458D522E85FEEDDBEC01CADF8AA67310A54866F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0B2F6DA49F1EAC197064F7D8B56931A145C07F43, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ObjectIDGenerator_HasId_m458D522E85FEEDDBEC01CADF8AA67310A54866F1_RuntimeMethod_var);
}
IL_0018:
{
RuntimeObject * L_3 = ___obj0;
int32_t L_4 = ObjectIDGenerator_FindElement_mD244B7FDAA17380EDA470FB4E50DD1D8BA3A7830(__this, L_3, (bool*)(&V_0), /*hidden argument*/NULL);
V_1 = L_4;
bool L_5 = V_0;
if (!L_5)
{
goto IL_0031;
}
}
{
bool* L_6 = ___firstTime1;
*((int8_t*)L_6) = (int8_t)0;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_7 = __this->get_m_ids_2();
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
int64_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
return L_10;
}
IL_0031:
{
bool* L_11 = ___firstTime1;
*((int8_t*)L_11) = (int8_t)1;
return (((int64_t)((int64_t)0)));
}
}
// System.Void System.Runtime.Serialization.ObjectIDGenerator::Rehash()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectIDGenerator_Rehash_m9E8755018CCAE45A1ABA6EC675479C42A05DC89A (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectIDGenerator_Rehash_m9E8755018CCAE45A1ABA6EC675479C42A05DC89A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* V_2 = NULL;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* V_3 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_4 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_5 = NULL;
bool V_6 = false;
int32_t V_7 = 0;
int32_t V_8 = 0;
{
V_0 = 0;
int32_t L_0 = __this->get_m_currentSize_1();
V_7 = L_0;
goto IL_0010;
}
IL_000c:
{
int32_t L_1 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1));
}
IL_0010:
{
int32_t L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = ((ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields*)il2cpp_codegen_static_fields_for(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var))->get_sizes_4();
NullCheck(L_3);
if ((((int32_t)L_2) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))
{
goto IL_0025;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = ((ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields*)il2cpp_codegen_static_fields_for(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var))->get_sizes_4();
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
int32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
int32_t L_8 = V_7;
if ((((int32_t)L_7) <= ((int32_t)L_8)))
{
goto IL_000c;
}
}
IL_0025:
{
int32_t L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = ((ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields*)il2cpp_codegen_static_fields_for(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var))->get_sizes_4();
NullCheck(L_10);
if ((!(((uint32_t)L_9) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))))))
{
goto IL_003f;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF24CF99E96113662C653A0A7A521BF07D7A516B9, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ObjectIDGenerator_Rehash_m9E8755018CCAE45A1ABA6EC675479C42A05DC89A_RuntimeMethod_var);
}
IL_003f:
{
IL2CPP_RUNTIME_CLASS_INIT(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = ((ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields*)il2cpp_codegen_static_fields_for(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var))->get_sizes_4();
int32_t L_14 = V_0;
NullCheck(L_13);
int32_t L_15 = L_14;
int32_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
__this->set_m_currentSize_1(L_16);
int32_t L_17 = __this->get_m_currentSize_1();
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_18 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)4)));
V_2 = L_18;
int32_t L_19 = __this->get_m_currentSize_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)4)));
V_4 = L_20;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_21 = __this->get_m_ids_2();
V_3 = L_21;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = __this->get_m_objs_3();
V_5 = L_22;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_23 = V_2;
__this->set_m_ids_2(L_23);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = V_4;
__this->set_m_objs_3(L_24);
V_8 = 0;
goto IL_00c0;
}
IL_008c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = V_5;
int32_t L_26 = V_8;
NullCheck(L_25);
int32_t L_27 = L_26;
RuntimeObject * L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
if (!L_28)
{
goto IL_00ba;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = V_5;
int32_t L_30 = V_8;
NullCheck(L_29);
int32_t L_31 = L_30;
RuntimeObject * L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
int32_t L_33 = ObjectIDGenerator_FindElement_mD244B7FDAA17380EDA470FB4E50DD1D8BA3A7830(__this, L_32, (bool*)(&V_6), /*hidden argument*/NULL);
V_1 = L_33;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = __this->get_m_objs_3();
int32_t L_35 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_36 = V_5;
int32_t L_37 = V_8;
NullCheck(L_36);
int32_t L_38 = L_37;
RuntimeObject * L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_39);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(L_35), (RuntimeObject *)L_39);
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_40 = __this->get_m_ids_2();
int32_t L_41 = V_1;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_42 = V_3;
int32_t L_43 = V_8;
NullCheck(L_42);
int32_t L_44 = L_43;
int64_t L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
NullCheck(L_40);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (int64_t)L_45);
}
IL_00ba:
{
int32_t L_46 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
}
IL_00c0:
{
int32_t L_47 = V_8;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = V_5;
NullCheck(L_48);
if ((((int32_t)L_47) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))))
{
goto IL_008c;
}
}
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectIDGenerator::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectIDGenerator__cctor_m2EE8186884AD1241FF8B08D7E36AEF9125FCD01D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectIDGenerator__cctor_m2EE8186884AD1241FF8B08D7E36AEF9125FCD01D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)21));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields*)il2cpp_codegen_static_fields_for(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var))->set_sizes_4(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.ObjectManager::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager__ctor_m332F1ACA2633B436B019BA0AC4F51E292532D2F3 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject* ___selector0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, bool ___checkSecurity2, bool ___isCrossAppDomain3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager__ctor_m332F1ACA2633B436B019BA0AC4F51E292532D2F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
bool L_0 = ___checkSecurity2;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_1 = (ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202*)(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202*)SZArrayNew(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_m_objects_2(L_1);
RuntimeObject* L_2 = ___selector0;
__this->set_m_selector_6(L_2);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_3 = ___context1;
__this->set_m_context_7(L_3);
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectManager::CanCallGetType(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectManager_CanCallGetType_m67051FEB946EFE1D28B0B7AB80899D63C7C5C68C (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::set_TopObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_set_TopObject_mCC3DCA7923123F42665B374460B58D4429A3693B (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
__this->set_m_topObject_3(L_0);
return;
}
}
// System.Object System.Runtime.Serialization.ObjectManager::get_TopObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_topObject_3();
return L_0;
}
}
// System.Runtime.Serialization.ObjectHolderList System.Runtime.Serialization.ObjectManager::get_SpecialFixupObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * ObjectManager_get_SpecialFixupObjects_m0AF376C0567766BCD952B7903F387D73183F39A3 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_get_SpecialFixupObjects_m0AF376C0567766BCD952B7903F387D73183F39A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_0 = __this->get_m_specialFixupObjects_4();
if (L_0)
{
goto IL_0013;
}
}
{
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_1 = (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 *)il2cpp_codegen_object_new(ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7_il2cpp_TypeInfo_var);
ObjectHolderList__ctor_mB3663B182FBA986BEDDBF02CB23D06EC73446159(L_1, /*hidden argument*/NULL);
__this->set_m_specialFixupObjects_4(L_1);
}
IL_0013:
{
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_2 = __this->get_m_specialFixupObjects_4();
return L_2;
}
}
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectManager::FindObjectHolder(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ObjectManager_FindObjectHolder_m96D3ACB5419638069ADAF74C633857BDEA8B327B (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, int64_t ___objectID0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_1 = NULL;
{
int64_t L_0 = ___objectID0;
V_0 = (((int32_t)((int32_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((int64_t)((int32_t)4095)))))))));
int32_t L_1 = V_0;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_2 = __this->get_m_objects_2();
NullCheck(L_2);
if ((((int32_t)L_1) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))))
{
goto IL_0017;
}
}
{
return (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)NULL;
}
IL_0017:
{
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_3 = __this->get_m_objects_2();
int32_t L_4 = V_0;
NullCheck(L_3);
int32_t L_5 = L_4;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_1 = L_6;
goto IL_0034;
}
IL_0022:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_7 = V_1;
NullCheck(L_7);
int64_t L_8 = L_7->get_m_id_1();
int64_t L_9 = ___objectID0;
if ((!(((uint64_t)L_8) == ((uint64_t)L_9))))
{
goto IL_002d;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_10 = V_1;
return L_10;
}
IL_002d:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_11 = V_1;
NullCheck(L_11);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_12 = L_11->get_m_next_8();
V_1 = L_12;
}
IL_0034:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_13 = V_1;
if (L_13)
{
goto IL_0022;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_14 = V_1;
return L_14;
}
}
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectManager::FindOrCreateObjectHolder(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ObjectManager_FindOrCreateObjectHolder_mFAB81D05972F152A1B22F656083D703B45D7F0B1 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, int64_t ___objectID0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_FindOrCreateObjectHolder_mFAB81D05972F152A1B22F656083D703B45D7F0B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_0 = NULL;
{
int64_t L_0 = ___objectID0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_1 = ObjectManager_FindObjectHolder_m96D3ACB5419638069ADAF74C633857BDEA8B327B(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_2 = V_0;
if (L_2)
{
goto IL_0019;
}
}
{
int64_t L_3 = ___objectID0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_4 = (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)il2cpp_codegen_object_new(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942_il2cpp_TypeInfo_var);
ObjectHolder__ctor_mD09C113B9970246B75AA90D463775A50522D75C0(L_4, L_3, /*hidden argument*/NULL);
V_0 = L_4;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_5 = V_0;
ObjectManager_AddObjectHolder_m018504885D2FC2403CC90C1092557D40ABF15DB2(__this, L_5, /*hidden argument*/NULL);
}
IL_0019:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_6 = V_0;
return L_6;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::AddObjectHolder(System.Runtime.Serialization.ObjectHolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_AddObjectHolder_m018504885D2FC2403CC90C1092557D40ABF15DB2 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_AddObjectHolder_m018504885D2FC2403CC90C1092557D40ABF15DB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_1 = NULL;
int32_t V_2 = 0;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* V_3 = NULL;
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_0 = ___holder0;
NullCheck(L_0);
int64_t L_1 = L_0->get_m_id_1();
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_2 = __this->get_m_objects_2();
NullCheck(L_2);
if ((((int64_t)L_1) < ((int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))))))))
{
goto IL_0087;
}
}
{
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_3 = __this->get_m_objects_2();
NullCheck(L_3);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) == ((int32_t)((int32_t)4096))))
{
goto IL_0087;
}
}
{
V_2 = ((int32_t)4096);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_4 = ___holder0;
NullCheck(L_4);
int64_t L_5 = L_4->get_m_id_1();
if ((((int64_t)L_5) >= ((int64_t)(((int64_t)((int64_t)((int32_t)2048)))))))
{
goto IL_0065;
}
}
{
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_6 = __this->get_m_objects_2();
NullCheck(L_6);
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), (int32_t)2));
goto IL_0045;
}
IL_0041:
{
int32_t L_7 = V_2;
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2));
}
IL_0045:
{
int32_t L_8 = V_2;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_9 = ___holder0;
NullCheck(L_9);
int64_t L_10 = L_9->get_m_id_1();
if ((((int64_t)(((int64_t)((int64_t)L_8)))) > ((int64_t)L_10)))
{
goto IL_0057;
}
}
{
int32_t L_11 = V_2;
if ((((int32_t)L_11) < ((int32_t)((int32_t)4096))))
{
goto IL_0041;
}
}
IL_0057:
{
int32_t L_12 = V_2;
if ((((int32_t)L_12) <= ((int32_t)((int32_t)4096))))
{
goto IL_0065;
}
}
{
V_2 = ((int32_t)4096);
}
IL_0065:
{
int32_t L_13 = V_2;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_14 = (ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202*)(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202*)SZArrayNew(ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202_il2cpp_TypeInfo_var, (uint32_t)L_13);
V_3 = L_14;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_15 = __this->get_m_objects_2();
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_16 = V_3;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_17 = __this->get_m_objects_2();
NullCheck(L_17);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_15, (RuntimeArray *)(RuntimeArray *)L_16, (((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))), /*hidden argument*/NULL);
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_18 = V_3;
__this->set_m_objects_2(L_18);
}
IL_0087:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_19 = ___holder0;
NullCheck(L_19);
int64_t L_20 = L_19->get_m_id_1();
V_0 = (((int32_t)((int32_t)((int64_t)((int64_t)L_20&(int64_t)(((int64_t)((int64_t)((int32_t)4095)))))))));
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_21 = __this->get_m_objects_2();
int32_t L_22 = V_0;
NullCheck(L_21);
int32_t L_23 = L_22;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
V_1 = L_24;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_25 = ___holder0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_26 = V_1;
NullCheck(L_25);
L_25->set_m_next_8(L_26);
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_27 = __this->get_m_objects_2();
int32_t L_28 = V_0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_29 = ___holder0;
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_29);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)L_29);
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectManager::GetCompletionInfo(System.Runtime.Serialization.FixupHolder,System.Runtime.Serialization.ObjectHolder&,System.Object&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * ___fixup0, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** ___holder1, RuntimeObject ** ___member2, bool ___bThrowIfMissing3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject ** L_0 = ___member2;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_1 = ___fixup0;
NullCheck(L_1);
RuntimeObject * L_2 = L_1->get_m_fixupInfo_1();
*((RuntimeObject **)L_0) = (RuntimeObject *)L_2;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_2);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** L_3 = ___holder1;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_4 = ___fixup0;
NullCheck(L_4);
int64_t L_5 = L_4->get_m_id_0();
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_6 = ObjectManager_FindObjectHolder_m96D3ACB5419638069ADAF74C633857BDEA8B327B(__this, L_5, /*hidden argument*/NULL);
*((RuntimeObject **)L_3) = (RuntimeObject *)L_6;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_6);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** L_7 = ___holder1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_8 = *((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)L_7);
NullCheck(L_8);
bool L_9 = ObjectHolder_get_CompletelyFixed_mCB9B60E727690F4A7876465310999B608859E75C(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0045;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** L_10 = ___holder1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_11 = *((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)L_10);
NullCheck(L_11);
RuntimeObject * L_12 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0045;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** L_13 = ___holder1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_14 = *((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)L_13);
NullCheck(L_14);
RuntimeObject * L_15 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_14, /*hidden argument*/NULL);
if (!((ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF *)IsInstClass((RuntimeObject*)L_15, ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_il2cpp_TypeInfo_var)))
{
goto IL_0045;
}
}
{
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_16 = ObjectManager_get_SpecialFixupObjects_m0AF376C0567766BCD952B7903F387D73183F39A3(__this, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** L_17 = ___holder1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_18 = *((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)L_17);
NullCheck(L_16);
VirtActionInvoker1< ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * >::Invoke(4 /* System.Void System.Runtime.Serialization.ObjectHolderList::Add(System.Runtime.Serialization.ObjectHolder) */, L_16, L_18);
return (bool)0;
}
IL_0045:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** L_19 = ___holder1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_20 = *((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)L_19);
if (!L_20)
{
goto IL_005b;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** L_21 = ___holder1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_22 = *((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)L_21);
NullCheck(L_22);
bool L_23 = ObjectHolder_get_CanObjectValueChange_m87A726C30DD43D52B356528FDC5123D421C7B648(L_22, /*hidden argument*/NULL);
if (L_23)
{
goto IL_005b;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** L_24 = ___holder1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_25 = *((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)L_24);
NullCheck(L_25);
RuntimeObject * L_26 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_25, /*hidden argument*/NULL);
if (L_26)
{
goto IL_00da;
}
}
IL_005b:
{
bool L_27 = ___bThrowIfMissing3;
if (!L_27)
{
goto IL_00d8;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** L_28 = ___holder1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_29 = *((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)L_28);
if (L_29)
{
goto IL_0087;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_30;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_32 = ___fixup0;
NullCheck(L_32);
int64_t L_33 = L_32->get_m_id_0();
int64_t L_34 = L_33;
RuntimeObject * L_35 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_34);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_35);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_35);
String_t* L_36 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEC8A92ECEE1C61F167081A15453BFB0102DD0DF3, L_31, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_37 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_37, L_36, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077_RuntimeMethod_var);
}
IL_0087:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 ** L_38 = ___holder1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_39 = *((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)L_38);
NullCheck(L_39);
bool L_40 = ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416(L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_00b4;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = L_41;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_43 = ___fixup0;
NullCheck(L_43);
int64_t L_44 = L_43->get_m_id_0();
int64_t L_45 = L_44;
RuntimeObject * L_46 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_45);
NullCheck(L_42);
ArrayElementTypeCheck (L_42, L_46);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_46);
String_t* L_47 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral9D14EC96FF61D9EF3BDDF6D8EC0B1F79685510AE, L_42, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_48 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_48, L_47, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077_RuntimeMethod_var);
}
IL_00b4:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_50 = L_49;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_51 = ___fixup0;
NullCheck(L_51);
int64_t L_52 = L_51->get_m_id_0();
int64_t L_53 = L_52;
RuntimeObject * L_54 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_53);
NullCheck(L_50);
ArrayElementTypeCheck (L_50, L_54);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_54);
String_t* L_55 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral07189467B71456291F6EE48553EB211F903FBA83, L_50, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_56 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_56, L_55, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077_RuntimeMethod_var);
}
IL_00d8:
{
return (bool)0;
}
IL_00da:
{
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::FixupSpecialObject(System.Runtime.Serialization.ObjectHolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_FixupSpecialObject_mA11ACC941A6554F3F5707FBE4061523E08FFC1FA (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_FixupSpecialObject_mA11ACC941A6554F3F5707FBE4061523E08FFC1FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject * V_2 = NULL;
{
V_0 = (RuntimeObject*)NULL;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_0 = ___holder0;
NullCheck(L_0);
bool L_1 = ObjectHolder_get_HasSurrogate_m9ADAB8C187E28A50A9B50D7A36EC995255829509(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_007b;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_2 = ___holder0;
NullCheck(L_2);
RuntimeObject* L_3 = ObjectHolder_get_Surrogate_mF212AFFD8843047FA5EFDF30CE1F7879AA946982_inline(L_2, /*hidden argument*/NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_5 = ___holder0;
NullCheck(L_5);
RuntimeObject * L_6 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_5, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_7 = ___holder0;
NullCheck(L_7);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ObjectHolder_get_SerializationInfo_m84FC91DB76282D6FADFB1B3B281FD6FE2A779066_inline(L_7, /*hidden argument*/NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_9 = __this->get_m_context_7();
RuntimeObject* L_10 = V_0;
NullCheck(L_4);
RuntimeObject * L_11 = InterfaceFuncInvoker4< RuntimeObject *, RuntimeObject *, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , RuntimeObject* >::Invoke(1 /* System.Object System.Runtime.Serialization.ISerializationSurrogate::SetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector) */, ISerializationSurrogate_t23038B6F4E182A38826DE971AAC78E29FDBFA816_il2cpp_TypeInfo_var, L_4, L_6, L_8, L_9, L_10);
V_2 = L_11;
RuntimeObject * L_12 = V_2;
if (!L_12)
{
goto IL_006c;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_13 = ___holder0;
NullCheck(L_13);
bool L_14 = ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F(L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_0064;
}
}
{
RuntimeObject * L_15 = V_2;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_16 = ___holder0;
NullCheck(L_16);
RuntimeObject * L_17 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_16, /*hidden argument*/NULL);
if ((((RuntimeObject*)(RuntimeObject *)L_15) == ((RuntimeObject*)(RuntimeObject *)L_17)))
{
goto IL_0064;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCC743477223F3867C752B63781EFA4304E1DD6D5, /*hidden argument*/NULL);
RuntimeObject* L_20 = V_1;
NullCheck(L_20);
Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL);
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_21);
String_t* L_23 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_18, L_19, L_22, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_24 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ObjectManager_FixupSpecialObject_mA11ACC941A6554F3F5707FBE4061523E08FFC1FA_RuntimeMethod_var);
}
IL_0064:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_25 = ___holder0;
RuntimeObject * L_26 = V_2;
NullCheck(L_25);
ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952(L_25, L_26, __this, /*hidden argument*/NULL);
}
IL_006c:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_27 = ___holder0;
NullCheck(L_27);
L_27->set_m_surrogate_5((RuntimeObject*)NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_28 = ___holder0;
NullCheck(L_28);
ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3(L_28, /*hidden argument*/NULL);
goto IL_0093;
}
IL_007b:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_29 = ___holder0;
NullCheck(L_29);
RuntimeObject * L_30 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_29, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_31 = ___holder0;
NullCheck(L_31);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_32 = ObjectHolder_get_SerializationInfo_m84FC91DB76282D6FADFB1B3B281FD6FE2A779066_inline(L_31, /*hidden argument*/NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_33 = __this->get_m_context_7();
ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437(__this, L_30, L_32, L_33, /*hidden argument*/NULL);
}
IL_0093:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_34 = ___holder0;
NullCheck(L_34);
ObjectHolder_set_SerializationInfo_m5F3BCCE0FFFFC46EE20D20B19D15734F9EF2AA8B_inline(L_34, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)NULL, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_35 = ___holder0;
NullCheck(L_35);
ObjectHolder_set_RequiresSerInfoFixup_m4331E5585D2470E6A9E4DAAECB618870D66DB1BA(L_35, (bool)0, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_36 = ___holder0;
NullCheck(L_36);
bool L_37 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00c0;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_38 = ___holder0;
NullCheck(L_38);
bool L_39 = ObjectHolder_get_ValueTypeFixupPerformed_mBF8D77CB31CA7B6A3F4BB4BB7CD8EB34C677F3C5(L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_00c0;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_40 = ___holder0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_41 = ___holder0;
NullCheck(L_41);
RuntimeObject * L_42 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_41, /*hidden argument*/NULL);
ObjectManager_DoValueTypeFixup_mC65D4BAF4714AEC2173E5BC47B63A4BA4D7357F9(__this, (FieldInfo_t *)NULL, L_40, L_42, /*hidden argument*/NULL);
}
IL_00c0:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_43 = ___holder0;
ObjectManager_DoNewlyRegisteredObjectFixups_mB6F644A079DCE6DE406CCF47A20FCDE55C9B551E(__this, L_43, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectManager::ResolveObjectReference(System.Runtime.Serialization.ObjectHolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectManager_ResolveObjectReference_m90EF800476089742D85776D1EA32EBB03A34278E (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_ResolveObjectReference_m90EF800476089742D85776D1EA32EBB03A34278E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_1 = 0;
}
IL_0002:
try
{ // begin try (depth: 1)
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_0 = ___holder0;
NullCheck(L_0);
RuntimeObject * L_1 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_2 = ___holder0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_3 = ___holder0;
NullCheck(L_3);
RuntimeObject * L_4 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_3, /*hidden argument*/NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = __this->get_m_context_7();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var)));
RuntimeObject * L_6 = InterfaceFuncInvoker1< RuntimeObject *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(0 /* System.Object System.Runtime.Serialization.IObjectReference::GetRealObject(System.Runtime.Serialization.StreamingContext) */, IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var)), L_5);
NullCheck(L_2);
ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952(L_2, L_6, __this, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_7 = ___holder0;
NullCheck(L_7);
RuntimeObject * L_8 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_003a;
}
}
IL_002e:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_9 = ___holder0;
RuntimeObject * L_10 = V_0;
NullCheck(L_9);
ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952(L_9, L_10, __this, /*hidden argument*/NULL);
V_2 = (bool)0;
goto IL_0080;
}
IL_003a:
{
int32_t L_11 = V_1;
int32_t L_12 = L_11;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)100)))))
{
goto IL_0053;
}
}
IL_0043:
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF2F6389D1A4A4791476CE96AFAE0E94690838A1A, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_14 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ObjectManager_ResolveObjectReference_m90EF800476089742D85776D1EA32EBB03A34278E_RuntimeMethod_var);
}
IL_0053:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_15 = ___holder0;
NullCheck(L_15);
RuntimeObject * L_16 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_15, /*hidden argument*/NULL);
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_16, IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var)))
{
goto IL_0069;
}
}
IL_0060:
{
RuntimeObject * L_17 = V_0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_18 = ___holder0;
NullCheck(L_18);
RuntimeObject * L_19 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_18, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(RuntimeObject *)L_17) == ((RuntimeObject*)(RuntimeObject *)L_19))))
{
goto IL_0002;
}
}
IL_0069:
{
goto IL_0070;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_006b;
throw e;
}
CATCH_006b:
{ // begin catch(System.NullReferenceException)
V_2 = (bool)0;
goto IL_0080;
} // end catch (depth: 1)
IL_0070:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_20 = ___holder0;
NullCheck(L_20);
ObjectHolder_set_IsIncompleteObjectReference_m4BCF55184AB2230F0B5E6758FCD789C3CCDF421E(L_20, (bool)0, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_21 = ___holder0;
ObjectManager_DoNewlyRegisteredObjectFixups_mB6F644A079DCE6DE406CCF47A20FCDE55C9B551E(__this, L_21, /*hidden argument*/NULL);
return (bool)1;
}
IL_0080:
{
bool L_22 = V_2;
return L_22;
}
}
// System.Boolean System.Runtime.Serialization.ObjectManager::DoValueTypeFixup(System.Reflection.FieldInfo,System.Runtime.Serialization.ObjectHolder,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectManager_DoValueTypeFixup_mC65D4BAF4714AEC2173E5BC47B63A4BA4D7357F9 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, FieldInfo_t * ___memberToFix0, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_DoValueTypeFixup_mC65D4BAF4714AEC2173E5BC47B63A4BA4D7357F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 V_0;
memset((&V_0), 0, sizeof(V_0));
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_1 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_2 = NULL;
int32_t V_3 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_4 = NULL;
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * V_5 = NULL;
RuntimeObject * V_6 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_7 = NULL;
FieldInfo_t * V_8 = NULL;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_9 = NULL;
int32_t V_10 = 0;
FieldInfo_t * V_11 = NULL;
SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * V_12 = NULL;
int32_t G_B18_0 = 0;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B18_1 = NULL;
int32_t G_B17_0 = 0;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B17_1 = NULL;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * G_B19_0 = NULL;
int32_t G_B19_1 = 0;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B19_2 = NULL;
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_0 = (FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)(FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)SZArrayNew(FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var, (uint32_t)4);
V_1 = L_0;
V_2 = (FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)NULL;
V_3 = 0;
V_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
V_5 = (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC *)NULL;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_1 = ___holder1;
NullCheck(L_1);
RuntimeObject * L_2 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_1, /*hidden argument*/NULL);
V_6 = L_2;
goto IL_00df;
}
IL_001e:
{
int32_t L_3 = V_3;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_4 = V_1;
NullCheck(L_4);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))))
{
goto IL_0040;
}
}
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_5 = V_1;
NullCheck(L_5);
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_6 = (FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)(FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)SZArrayNew(FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), (int32_t)2)));
V_7 = L_6;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_7 = V_1;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_8 = V_7;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_9 = V_1;
NullCheck(L_9);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_7, (RuntimeArray *)(RuntimeArray *)L_8, (((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), /*hidden argument*/NULL);
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_10 = V_7;
V_1 = L_10;
}
IL_0040:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_11 = ___holder1;
NullCheck(L_11);
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_12 = ObjectHolder_get_ValueFixup_m3889D9D6C49E7A3E2886C5197AEFB096CCA51369_inline(L_11, /*hidden argument*/NULL);
V_5 = L_12;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_13 = ___holder1;
NullCheck(L_13);
RuntimeObject * L_14 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_13, /*hidden argument*/NULL);
V_6 = L_14;
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_15 = V_5;
NullCheck(L_15);
FieldInfo_t * L_16 = ValueTypeFixupInfo_get_ParentField_m0A81FF0C88D22219613C250FD431A107BF4411E3_inline(L_15, /*hidden argument*/NULL);
bool L_17 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_16, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_00bd;
}
}
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_18 = V_5;
NullCheck(L_18);
FieldInfo_t * L_19 = ValueTypeFixupInfo_get_ParentField_m0A81FF0C88D22219613C250FD431A107BF4411E3_inline(L_18, /*hidden argument*/NULL);
V_8 = L_19;
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_20 = V_5;
NullCheck(L_20);
int64_t L_21 = ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208_inline(L_20, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_22 = ObjectManager_FindObjectHolder_m96D3ACB5419638069ADAF74C633857BDEA8B327B(__this, L_21, /*hidden argument*/NULL);
V_9 = L_22;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_23 = V_9;
NullCheck(L_23);
RuntimeObject * L_24 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00ea;
}
}
{
FieldInfo_t * L_25 = V_8;
NullCheck(L_25);
Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_25);
Type_t * L_27 = Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04(L_26, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_28 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_27, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00ae;
}
}
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_29 = V_1;
int32_t L_30 = V_3;
FieldInfo_t * L_31 = V_8;
NullCheck(L_31);
Type_t * L_32 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_31);
NullCheck(L_32);
FieldInfo_t * L_33 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(49 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_32, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, ((int32_t)36));
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_33);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (FieldInfo_t *)L_33);
int32_t L_34 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
}
IL_00ae:
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_35 = V_1;
int32_t L_36 = V_3;
FieldInfo_t * L_37 = V_8;
NullCheck(L_35);
ArrayElementTypeCheck (L_35, L_37);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(L_36), (FieldInfo_t *)L_37);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_38 = V_9;
___holder1 = L_38;
int32_t L_39 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
goto IL_00df;
}
IL_00bd:
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_40 = V_5;
NullCheck(L_40);
int64_t L_41 = ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208_inline(L_40, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_42 = ObjectManager_FindObjectHolder_m96D3ACB5419638069ADAF74C633857BDEA8B327B(__this, L_41, /*hidden argument*/NULL);
___holder1 = L_42;
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_43 = V_5;
NullCheck(L_43);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_44 = ValueTypeFixupInfo_get_ParentIndex_m6B7ADD6FF8AC73C8DDBF4FAA49AF2CA484EE7816_inline(L_43, /*hidden argument*/NULL);
V_4 = L_44;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_45 = ___holder1;
NullCheck(L_45);
RuntimeObject * L_46 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_45, /*hidden argument*/NULL);
if (L_46)
{
goto IL_00ea;
}
}
{
goto IL_00ea;
}
IL_00df:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_47 = ___holder1;
NullCheck(L_47);
bool L_48 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(L_47, /*hidden argument*/NULL);
if (L_48)
{
goto IL_001e;
}
}
IL_00ea:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_49 = ___holder1;
NullCheck(L_49);
RuntimeObject * L_50 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_49, /*hidden argument*/NULL);
if (((RuntimeArray *)IsInstClass((RuntimeObject*)L_50, RuntimeArray_il2cpp_TypeInfo_var)))
{
goto IL_0107;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_51 = ___holder1;
NullCheck(L_51);
RuntimeObject * L_52 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_51, /*hidden argument*/NULL);
if (!L_52)
{
goto IL_0107;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_53 = ___holder1;
NullCheck(L_53);
RuntimeObject * L_54 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_53, /*hidden argument*/NULL);
V_6 = L_54;
}
IL_0107:
{
int32_t L_55 = V_3;
if (!L_55)
{
goto IL_0177;
}
}
{
int32_t L_56 = V_3;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_57 = (FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)(FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)SZArrayNew(FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var, (uint32_t)L_56);
V_2 = L_57;
V_10 = 0;
goto IL_0148;
}
IL_0116:
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_58 = V_1;
int32_t L_59 = V_3;
int32_t L_60 = V_10;
NullCheck(L_58);
int32_t L_61 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)), (int32_t)L_60));
FieldInfo_t * L_62 = (L_58)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
V_11 = L_62;
FieldInfo_t * L_63 = V_11;
V_12 = ((SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 *)IsInstSealed((RuntimeObject*)L_63, SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201_il2cpp_TypeInfo_var));
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_64 = V_2;
int32_t L_65 = V_10;
SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * L_66 = V_12;
bool L_67 = FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7(L_66, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
G_B17_0 = L_65;
G_B17_1 = L_64;
if (L_67)
{
G_B18_0 = L_65;
G_B18_1 = L_64;
goto IL_013f;
}
}
{
SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * L_68 = V_12;
NullCheck(L_68);
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_69 = SerializationFieldInfo_get_FieldInfo_m9DB3AFCBC6FC49294E177759911C49CEC4E2C400_inline(L_68, /*hidden argument*/NULL);
G_B19_0 = L_69;
G_B19_1 = G_B17_0;
G_B19_2 = G_B17_1;
goto IL_0141;
}
IL_013f:
{
FieldInfo_t * L_70 = V_11;
G_B19_0 = ((RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)(L_70));
G_B19_1 = G_B18_0;
G_B19_2 = G_B18_1;
}
IL_0141:
{
NullCheck(G_B19_2);
ArrayElementTypeCheck (G_B19_2, G_B19_0);
(G_B19_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B19_1), (FieldInfo_t *)G_B19_0);
int32_t L_71 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
}
IL_0148:
{
int32_t L_72 = V_10;
int32_t L_73 = V_3;
if ((((int32_t)L_72) < ((int32_t)L_73)))
{
goto IL_0116;
}
}
{
RuntimeObject * L_74 = V_6;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_75 = V_2;
TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 L_76 = TypedReference_MakeTypedReference_m4258853ADBD3EA5DB6AB0B3F48C82F81DBA1C1DC(L_74, L_75, /*hidden argument*/NULL);
V_0 = L_76;
FieldInfo_t * L_77 = ___memberToFix0;
bool L_78 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_77, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_78)
{
goto IL_016e;
}
}
{
FieldInfo_t * L_79 = ___memberToFix0;
TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 L_80 = V_0;
RuntimeObject * L_81 = ___value2;
NullCheck(((RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)CastclassClass((RuntimeObject*)L_79, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var)));
VirtActionInvoker2< TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 , RuntimeObject * >::Invoke(26 /* System.Void System.Reflection.FieldInfo::SetValueDirect(System.TypedReference,System.Object) */, ((RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)CastclassClass((RuntimeObject*)L_79, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var)), L_80, L_81);
goto IL_0189;
}
IL_016e:
{
TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 L_82 = V_0;
RuntimeObject * L_83 = ___value2;
TypedReference_SetTypedReference_mCA19C65317890F40F1D808976B785A5368DFE411(L_82, L_83, /*hidden argument*/NULL);
goto IL_0189;
}
IL_0177:
{
FieldInfo_t * L_84 = ___memberToFix0;
bool L_85 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_84, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_85)
{
goto IL_0189;
}
}
{
FieldInfo_t * L_86 = ___memberToFix0;
RuntimeObject * L_87 = V_6;
RuntimeObject * L_88 = ___value2;
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8(L_86, L_87, L_88, /*hidden argument*/NULL);
}
IL_0189:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_89 = V_4;
if (!L_89)
{
goto IL_01a9;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_90 = ___holder1;
NullCheck(L_90);
RuntimeObject * L_91 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_90, /*hidden argument*/NULL);
if (!L_91)
{
goto IL_01a9;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_92 = ___holder1;
NullCheck(L_92);
RuntimeObject * L_93 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_92, /*hidden argument*/NULL);
RuntimeObject * L_94 = V_6;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_95 = V_4;
NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_93, RuntimeArray_il2cpp_TypeInfo_var)));
Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380(((RuntimeArray *)CastclassClass((RuntimeObject*)L_93, RuntimeArray_il2cpp_TypeInfo_var)), L_94, L_95, /*hidden argument*/NULL);
}
IL_01a9:
{
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::CompleteObject(System.Runtime.Serialization.ObjectHolder,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, bool ___bObjectFullyComplete1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * V_0 = NULL;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * V_1 = NULL;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * V_2 = NULL;
RuntimeObject * V_3 = NULL;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
RuntimeObject * V_7 = NULL;
int32_t V_8 = 0;
int32_t V_9 = 0;
MemberInfo_t * V_10 = NULL;
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_0 = ___holder0;
NullCheck(L_0);
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_1 = L_0->get_m_missingElements_6();
V_0 = L_1;
V_3 = NULL;
V_4 = (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)NULL;
V_5 = 0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_2 = ___holder0;
NullCheck(L_2);
RuntimeObject * L_3 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_6 = ___holder0;
NullCheck(L_6);
int64_t L_7 = L_6->get_m_id_1();
int64_t L_8 = L_7;
RuntimeObject * L_9 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_8);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_9);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_9);
String_t* L_10 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralC903F2A656B7A7A2D3BD175389D0ADF6401A7771, L_5, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_11 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var);
}
IL_003b:
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_12 = V_0;
if (L_12)
{
goto IL_003f;
}
}
{
return;
}
IL_003f:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_13 = ___holder0;
NullCheck(L_13);
bool L_14 = ObjectHolder_get_HasSurrogate_m9ADAB8C187E28A50A9B50D7A36EC995255829509(L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_0052;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_15 = ___holder0;
NullCheck(L_15);
bool L_16 = ObjectHolder_get_HasISerializable_mC8D2D7573215A1FBC882E199180589811F6D1CC7(L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_011c;
}
}
IL_0052:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_17 = ___holder0;
NullCheck(L_17);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_18 = L_17->get_m_serInfo_4();
V_2 = L_18;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_19 = V_2;
if (L_19)
{
goto IL_006c;
}
}
{
String_t* L_20 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0358A5ACEF510E739E796FB6AA9402BDAA1F1174, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_21 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_21, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var);
}
IL_006c:
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_22 = V_0;
if (!L_22)
{
goto IL_02b2;
}
}
{
V_6 = 0;
goto IL_010a;
}
IL_007a:
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_23 = V_0;
NullCheck(L_23);
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_24 = L_23->get_m_values_0();
int32_t L_25 = V_6;
NullCheck(L_24);
int32_t L_26 = L_25;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
if (!L_27)
{
goto IL_0104;
}
}
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_28 = V_0;
NullCheck(L_28);
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_29 = L_28->get_m_values_0();
int32_t L_30 = V_6;
NullCheck(L_29);
int32_t L_31 = L_30;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
bool L_33 = ___bObjectFullyComplete1;
bool L_34 = ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077(__this, L_32, (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)(&V_4), (RuntimeObject **)(&V_3), L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0104;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_35 = V_4;
NullCheck(L_35);
RuntimeObject * L_36 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_35, /*hidden argument*/NULL);
V_7 = L_36;
RuntimeObject * L_37 = V_7;
bool L_38 = ObjectManager_CanCallGetType_m67051FEB946EFE1D28B0B7AB80899D63C7C5C68C(__this, L_37, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_00c5;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_39 = V_2;
RuntimeObject * L_40 = V_3;
RuntimeObject * L_41 = V_7;
RuntimeObject * L_42 = V_7;
NullCheck(L_42);
Type_t * L_43 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_42, /*hidden argument*/NULL);
NullCheck(L_39);
SerializationInfo_UpdateValue_m061390F667AABBC605E266D5BCED0825FC503B95(L_39, ((String_t*)CastclassSealed((RuntimeObject*)L_40, String_t_il2cpp_TypeInfo_var)), L_41, L_43, /*hidden argument*/NULL);
goto IL_00dd;
}
IL_00c5:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_44 = V_2;
RuntimeObject * L_45 = V_3;
RuntimeObject * L_46 = V_7;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_47 = { reinterpret_cast<intptr_t> (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_48 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_47, /*hidden argument*/NULL);
NullCheck(L_44);
SerializationInfo_UpdateValue_m061390F667AABBC605E266D5BCED0825FC503B95(L_44, ((String_t*)CastclassSealed((RuntimeObject*)L_45, String_t_il2cpp_TypeInfo_var)), L_46, L_48, /*hidden argument*/NULL);
}
IL_00dd:
{
int32_t L_49 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_50 = V_0;
NullCheck(L_50);
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_51 = L_50->get_m_values_0();
int32_t L_52 = V_6;
NullCheck(L_51);
ArrayElementTypeCheck (L_51, NULL);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(L_52), (FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 *)NULL);
bool L_53 = ___bObjectFullyComplete1;
if (L_53)
{
goto IL_0104;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_54 = ___holder0;
NullCheck(L_54);
ObjectHolder_DecrementFixupsRemaining_m2F114685D046305C36544FAB9380611BBADF8610(L_54, __this, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_55 = V_4;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_56 = ___holder0;
NullCheck(L_56);
int64_t L_57 = L_56->get_m_id_1();
NullCheck(L_55);
ObjectHolder_RemoveDependency_mB068D101C147BCF3E0EA4424175C0CD6DD1F0BCD(L_55, L_57, /*hidden argument*/NULL);
}
IL_0104:
{
int32_t L_58 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
}
IL_010a:
{
int32_t L_59 = V_6;
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_60 = V_0;
NullCheck(L_60);
int32_t L_61 = L_60->get_m_count_1();
if ((((int32_t)L_59) < ((int32_t)L_61)))
{
goto IL_007a;
}
}
{
goto IL_02b2;
}
IL_011c:
{
V_8 = 0;
goto IL_02a5;
}
IL_0124:
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_62 = V_0;
NullCheck(L_62);
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_63 = L_62->get_m_values_0();
int32_t L_64 = V_8;
NullCheck(L_63);
int32_t L_65 = L_64;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_66 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
V_1 = L_66;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_67 = V_1;
if (!L_67)
{
goto IL_029f;
}
}
{
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_68 = V_1;
bool L_69 = ___bObjectFullyComplete1;
bool L_70 = ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077(__this, L_68, (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 **)(&V_4), (RuntimeObject **)(&V_3), L_69, /*hidden argument*/NULL);
if (!L_70)
{
goto IL_029f;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_71 = V_4;
NullCheck(L_71);
bool L_72 = ObjectHolder_get_TypeLoadExceptionReachable_m4FA18072BED6923D10C3E7F4EA01CF88F2939D5D(L_71, /*hidden argument*/NULL);
if (!L_72)
{
goto IL_0187;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_73 = ___holder0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_74 = V_4;
NullCheck(L_74);
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_75 = ObjectHolder_get_TypeLoadException_mCA525F13C1D26F7CA141168F8A588FE0A51014A2_inline(L_74, /*hidden argument*/NULL);
NullCheck(L_73);
ObjectHolder_set_TypeLoadException_mB667695A35EFE191C78F4BA1728F1154171CD45F_inline(L_73, L_75, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_76 = ___holder0;
NullCheck(L_76);
bool L_77 = ObjectHolder_get_Reachable_mFDECFB4F4A367DC43A3ECA44E6DDC8D16F0E4A5B_inline(L_76, /*hidden argument*/NULL);
if (!L_77)
{
goto IL_0187;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_78 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_79 = L_78;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_80 = ___holder0;
NullCheck(L_80);
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_81 = ObjectHolder_get_TypeLoadException_mCA525F13C1D26F7CA141168F8A588FE0A51014A2_inline(L_80, /*hidden argument*/NULL);
NullCheck(L_81);
String_t* L_82 = TypeLoadExceptionHolder_get_TypeName_mF0C5975316A9B33FFF5082F76342E267A3C2448C_inline(L_81, /*hidden argument*/NULL);
NullCheck(L_79);
ArrayElementTypeCheck (L_79, L_82);
(L_79)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_82);
String_t* L_83 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral4C7349E80F6107DB1F2060BFA2C691980B4B5250, L_79, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_84 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_84, L_83, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var);
}
IL_0187:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_85 = ___holder0;
NullCheck(L_85);
bool L_86 = ObjectHolder_get_Reachable_mFDECFB4F4A367DC43A3ECA44E6DDC8D16F0E4A5B_inline(L_85, /*hidden argument*/NULL);
if (!L_86)
{
goto IL_0197;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_87 = V_4;
NullCheck(L_87);
ObjectHolder_set_Reachable_mFB16438A63E2826E46B4F960A87E667FF082BF65_inline(L_87, (bool)1, /*hidden argument*/NULL);
}
IL_0197:
{
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_88 = V_1;
NullCheck(L_88);
int32_t L_89 = L_88->get_m_fixupType_2();
V_9 = L_89;
int32_t L_90 = V_9;
if ((((int32_t)L_90) == ((int32_t)1)))
{
goto IL_01ae;
}
}
{
int32_t L_91 = V_9;
if ((((int32_t)L_91) == ((int32_t)2)))
{
goto IL_01e8;
}
}
{
goto IL_0268;
}
IL_01ae:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_92 = ___holder0;
NullCheck(L_92);
bool L_93 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(L_92, /*hidden argument*/NULL);
if (!L_93)
{
goto IL_01c6;
}
}
{
String_t* L_94 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral206DC9750C0C858C78D9CF448626BC7A0EAEA035, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_95 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_95, L_94, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_95, ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var);
}
IL_01c6:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_96 = ___holder0;
NullCheck(L_96);
RuntimeObject * L_97 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_96, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_98 = V_4;
NullCheck(L_98);
RuntimeObject * L_99 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_98, /*hidden argument*/NULL);
RuntimeObject * L_100 = V_3;
NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_97, RuntimeArray_il2cpp_TypeInfo_var)));
Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380(((RuntimeArray *)CastclassClass((RuntimeObject*)L_97, RuntimeArray_il2cpp_TypeInfo_var)), L_99, ((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)Castclass((RuntimeObject*)L_100, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
goto IL_0278;
}
IL_01e8:
{
RuntimeObject * L_101 = V_3;
V_10 = ((MemberInfo_t *)CastclassClass((RuntimeObject*)L_101, MemberInfo_t_il2cpp_TypeInfo_var));
MemberInfo_t * L_102 = V_10;
NullCheck(L_102);
int32_t L_103 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_102);
if ((!(((uint32_t)L_103) == ((uint32_t)4))))
{
goto IL_0258;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_104 = ___holder0;
NullCheck(L_104);
bool L_105 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(L_104, /*hidden argument*/NULL);
if (!L_105)
{
goto IL_0231;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_106 = ___holder0;
NullCheck(L_106);
bool L_107 = ObjectHolder_get_ValueTypeFixupPerformed_mBF8D77CB31CA7B6A3F4BB4BB7CD8EB34C677F3C5(L_106, /*hidden argument*/NULL);
if (!L_107)
{
goto IL_0231;
}
}
{
MemberInfo_t * L_108 = V_10;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_109 = ___holder0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_110 = V_4;
NullCheck(L_110);
RuntimeObject * L_111 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_110, /*hidden argument*/NULL);
bool L_112 = ObjectManager_DoValueTypeFixup_mC65D4BAF4714AEC2173E5BC47B63A4BA4D7357F9(__this, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_108, FieldInfo_t_il2cpp_TypeInfo_var)), L_109, L_111, /*hidden argument*/NULL);
if (L_112)
{
goto IL_0245;
}
}
{
String_t* L_113 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0089878B4F96D1BD215D2242C6D10CBEC2A3EF97, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_114 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_114, L_113, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_114, ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var);
}
IL_0231:
{
MemberInfo_t * L_115 = V_10;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_116 = ___holder0;
NullCheck(L_116);
RuntimeObject * L_117 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_116, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_118 = V_4;
NullCheck(L_118);
RuntimeObject * L_119 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_118, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
FormatterServices_SerializationSetValue_m4277908E966FB3154EC947CBAE127A71DBE4B5B8(L_115, L_117, L_119, /*hidden argument*/NULL);
}
IL_0245:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_120 = V_4;
NullCheck(L_120);
bool L_121 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(L_120, /*hidden argument*/NULL);
if (!L_121)
{
goto IL_0278;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_122 = V_4;
NullCheck(L_122);
ObjectHolder_set_ValueTypeFixupPerformed_mDB05BB7533D6843BA90BED3B255CDF77DC0FF75D(L_122, (bool)1, /*hidden argument*/NULL);
goto IL_0278;
}
IL_0258:
{
String_t* L_123 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAB6D2252C3B04657480866DF4D9F85495295E4E8, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_124 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_124, L_123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_124, ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var);
}
IL_0268:
{
String_t* L_125 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAB6D2252C3B04657480866DF4D9F85495295E4E8, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_126 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_126, L_125, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_126, ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var);
}
IL_0278:
{
int32_t L_127 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1));
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_128 = V_0;
NullCheck(L_128);
FixupHolderU5BU5D_t3269EFD2C49D072C893E7A70C2D94A808C114641* L_129 = L_128->get_m_values_0();
int32_t L_130 = V_8;
NullCheck(L_129);
ArrayElementTypeCheck (L_129, NULL);
(L_129)->SetAt(static_cast<il2cpp_array_size_t>(L_130), (FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 *)NULL);
bool L_131 = ___bObjectFullyComplete1;
if (L_131)
{
goto IL_029f;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_132 = ___holder0;
NullCheck(L_132);
ObjectHolder_DecrementFixupsRemaining_m2F114685D046305C36544FAB9380611BBADF8610(L_132, __this, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_133 = V_4;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_134 = ___holder0;
NullCheck(L_134);
int64_t L_135 = L_134->get_m_id_1();
NullCheck(L_133);
ObjectHolder_RemoveDependency_mB068D101C147BCF3E0EA4424175C0CD6DD1F0BCD(L_133, L_135, /*hidden argument*/NULL);
}
IL_029f:
{
int32_t L_136 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1));
}
IL_02a5:
{
int32_t L_137 = V_8;
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_138 = V_0;
NullCheck(L_138);
int32_t L_139 = L_138->get_m_count_1();
if ((((int32_t)L_137) < ((int32_t)L_139)))
{
goto IL_0124;
}
}
IL_02b2:
{
int64_t L_140 = __this->get_m_fixupCount_5();
int32_t L_141 = V_5;
__this->set_m_fixupCount_5(((int64_t)il2cpp_codegen_subtract((int64_t)L_140, (int64_t)(((int64_t)((int64_t)L_141))))));
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_142 = V_0;
NullCheck(L_142);
int32_t L_143 = L_142->get_m_count_1();
int32_t L_144 = V_5;
if ((!(((uint32_t)L_143) == ((uint32_t)L_144))))
{
goto IL_02d3;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_145 = ___holder0;
NullCheck(L_145);
L_145->set_m_missingElements_6((FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A *)NULL);
}
IL_02d3:
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::DoNewlyRegisteredObjectFixups(System.Runtime.Serialization.ObjectHolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_DoNewlyRegisteredObjectFixups_mB6F644A079DCE6DE406CCF47A20FCDE55C9B551E (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, const RuntimeMethod* method)
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_0 = NULL;
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * V_1 = NULL;
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_0 = ___holder0;
NullCheck(L_0);
bool L_1 = ObjectHolder_get_CanObjectValueChange_m87A726C30DD43D52B356528FDC5123D421C7B648(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_2 = ___holder0;
NullCheck(L_2);
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_3 = ObjectHolder_get_DependentObjects_mDFC4777887B126AAE5AA159DC6B53EA6317F2730_inline(L_2, /*hidden argument*/NULL);
V_1 = L_3;
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_4 = V_1;
if (L_4)
{
goto IL_0014;
}
}
{
return;
}
IL_0014:
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_5 = V_1;
NullCheck(L_5);
LongList_StartEnumeration_m4E6DDBB1951E7F29C343F0D6ECEAB0C18D7E70DE(L_5, /*hidden argument*/NULL);
goto IL_0050;
}
IL_001c:
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_6 = V_1;
NullCheck(L_6);
int64_t L_7 = LongList_get_Current_m649324984B7195FAC0AB7FE8E69A876B44F8382E(L_6, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_8 = ObjectManager_FindObjectHolder_m96D3ACB5419638069ADAF74C633857BDEA8B327B(__this, L_7, /*hidden argument*/NULL);
V_0 = L_8;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_9 = V_0;
NullCheck(L_9);
ObjectHolder_DecrementFixupsRemaining_m2F114685D046305C36544FAB9380611BBADF8610(L_9, __this, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = ObjectHolder_get_DirectlyDependentObjects_m48EAF5128C57434025E116C42594469274B85956_inline(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0050;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_12 = V_0;
NullCheck(L_12);
RuntimeObject * L_13 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_004a;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_14 = V_0;
ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3(__this, L_14, (bool)1, /*hidden argument*/NULL);
goto IL_0050;
}
IL_004a:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_15 = V_0;
NullCheck(L_15);
ObjectHolder_MarkForCompletionWhenAvailable_mB326E7C7256268F9B5CD53AF49E83AC9EA46B854(L_15, /*hidden argument*/NULL);
}
IL_0050:
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_16 = V_1;
NullCheck(L_16);
bool L_17 = LongList_MoveNext_m0E6B42DAFB2C0943AC5364A16D02478DE6AF726F(L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_001c;
}
}
{
return;
}
}
// System.Object System.Runtime.Serialization.ObjectManager::GetObject(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ObjectManager_GetObject_mF6E8F9B8CE9253DAAD5D42AE0DC2027C4BE25BFB (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, int64_t ___objectID0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_GetObject_mF6E8F9B8CE9253DAAD5D42AE0DC2027C4BE25BFB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_0 = NULL;
{
int64_t L_0 = ___objectID0;
if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral564603A8DFD8923458B39CE2B9B4B98487AC87AD, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral188E73411EE3827D6A21A268691B7E57AFEFD35F, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ObjectManager_GetObject_mF6E8F9B8CE9253DAAD5D42AE0DC2027C4BE25BFB_RuntimeMethod_var);
}
IL_001a:
{
int64_t L_3 = ___objectID0;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_4 = ObjectManager_FindObjectHolder_m96D3ACB5419638069ADAF74C633857BDEA8B327B(__this, L_3, /*hidden argument*/NULL);
V_0 = L_4;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_5 = V_0;
if (!L_5)
{
goto IL_002d;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_6 = V_0;
NullCheck(L_6);
bool L_7 = ObjectHolder_get_CanObjectValueChange_m87A726C30DD43D52B356528FDC5123D421C7B648(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_002f;
}
}
IL_002d:
{
return NULL;
}
IL_002f:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_8 = V_0;
NullCheck(L_8);
RuntimeObject * L_9 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::RegisterString(System.String,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_RegisterString_m7EA5C4CE4DEE8F81021CD64397B370728C87B27B (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, String_t* ___obj0, int64_t ___objectID1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info2, int64_t ___idOfContainingObj3, MemberInfo_t * ___member4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_RegisterString_m7EA5C4CE4DEE8F81021CD64397B370728C87B27B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_0 = NULL;
{
String_t* L_0 = ___obj0;
int64_t L_1 = ___objectID1;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info2;
int64_t L_3 = ___idOfContainingObj3;
MemberInfo_t * L_4 = ___member4;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_5 = (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)il2cpp_codegen_object_new(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942_il2cpp_TypeInfo_var);
ObjectHolder__ctor_m20F07562B30D6414CE96FB24ADD30FE2205C87E1(L_5, L_0, L_1, L_2, (RuntimeObject*)NULL, L_3, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var)), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL, /*hidden argument*/NULL);
V_0 = L_5;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_6 = V_0;
ObjectManager_AddObjectHolder_m018504885D2FC2403CC90C1092557D40ABF15DB2(__this, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___obj0, int64_t ___objectID1, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info2, int64_t ___idOfContainingObj3, MemberInfo_t * ___member4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___arrayIndex5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
Type_t * V_3 = NULL;
DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * V_4 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053_RuntimeMethod_var);
}
IL_000e:
{
int64_t L_2 = ___objectID1;
if ((((int64_t)L_2) > ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0028;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral564603A8DFD8923458B39CE2B9B4B98487AC87AD, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral188E73411EE3827D6A21A268691B7E57AFEFD35F, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053_RuntimeMethod_var);
}
IL_0028:
{
MemberInfo_t * L_5 = ___member4;
bool L_6 = MemberInfo_op_Inequality_mAFFDD84E1AF346532192B32FA8787E64072B4F5B(L_5, (MemberInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0054;
}
}
{
MemberInfo_t * L_7 = ___member4;
if (((RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)IsInstClass((RuntimeObject*)L_7, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var)))
{
goto IL_0054;
}
}
{
MemberInfo_t * L_8 = ___member4;
if (((SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 *)IsInstSealed((RuntimeObject*)L_8, SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201_il2cpp_TypeInfo_var)))
{
goto IL_0054;
}
}
{
String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCDDC42993148A2E661BBD422B8FFB1D0C5F9FC48, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_10 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053_RuntimeMethod_var);
}
IL_0054:
{
V_1 = (RuntimeObject*)NULL;
RuntimeObject* L_11 = __this->get_m_selector_6();
if (!L_11)
{
goto IL_0092;
}
}
{
V_3 = (Type_t *)NULL;
RuntimeObject * L_12 = ___obj0;
bool L_13 = ObjectManager_CanCallGetType_m67051FEB946EFE1D28B0B7AB80899D63C7C5C68C(__this, L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0072;
}
}
{
RuntimeObject * L_14 = ___obj0;
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
V_3 = L_15;
goto IL_007d;
}
IL_0072:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast<intptr_t> (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_17 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_16, /*hidden argument*/NULL);
V_3 = L_17;
}
IL_007d:
{
RuntimeObject* L_18 = __this->get_m_selector_6();
Type_t * L_19 = V_3;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_20 = __this->get_m_context_7();
NullCheck(L_18);
RuntimeObject* L_21 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA_il2cpp_TypeInfo_var, L_18, L_19, L_20, (RuntimeObject**)(&V_2));
V_1 = L_21;
}
IL_0092:
{
RuntimeObject * L_22 = ___obj0;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDeserializationCallback_t5C1534C9F1DCD3210770154062D21CBCC6F0E27A_il2cpp_TypeInfo_var)))
{
goto IL_00b6;
}
}
{
RuntimeObject * L_23 = ___obj0;
RuntimeObject* L_24 = ((RuntimeObject*)Castclass((RuntimeObject*)L_23, IDeserializationCallback_t5C1534C9F1DCD3210770154062D21CBCC6F0E27A_il2cpp_TypeInfo_var));
DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * L_25 = (DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF *)il2cpp_codegen_object_new(DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF_il2cpp_TypeInfo_var);
DeserializationEventHandler__ctor_m85B06052B9622557AFAB56EACF642E914070F3D4(L_25, L_24, (intptr_t)((intptr_t)GetInterfaceMethodInfo(L_24, 0, IDeserializationCallback_t5C1534C9F1DCD3210770154062D21CBCC6F0E27A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_4 = L_25;
DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * L_26 = V_4;
VirtActionInvoker1< DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * >::Invoke(10 /* System.Void System.Runtime.Serialization.ObjectManager::AddOnDeserialization(System.Runtime.Serialization.DeserializationEventHandler) */, __this, L_26);
}
IL_00b6:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = ___arrayIndex5;
if (!L_27)
{
goto IL_00c8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = ___arrayIndex5;
NullCheck((RuntimeArray *)(RuntimeArray *)L_28);
RuntimeObject * L_29 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_28, /*hidden argument*/NULL);
___arrayIndex5 = ((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)Castclass((RuntimeObject*)L_29, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var));
}
IL_00c8:
{
int64_t L_30 = ___objectID1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_31 = ObjectManager_FindObjectHolder_m96D3ACB5419638069ADAF74C633857BDEA8B327B(__this, L_30, /*hidden argument*/NULL);
V_0 = L_31;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_32 = V_0;
if (L_32)
{
goto IL_010b;
}
}
{
RuntimeObject * L_33 = ___obj0;
int64_t L_34 = ___objectID1;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_35 = ___info2;
RuntimeObject* L_36 = V_1;
int64_t L_37 = ___idOfContainingObj3;
MemberInfo_t * L_38 = ___member4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_39 = ___arrayIndex5;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_40 = (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)il2cpp_codegen_object_new(ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942_il2cpp_TypeInfo_var);
ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444(L_40, L_33, L_34, L_35, L_36, L_37, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_38, FieldInfo_t_il2cpp_TypeInfo_var)), L_39, /*hidden argument*/NULL);
V_0 = L_40;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_41 = V_0;
ObjectManager_AddObjectHolder_m018504885D2FC2403CC90C1092557D40ABF15DB2(__this, L_41, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_42 = V_0;
NullCheck(L_42);
bool L_43 = ObjectHolder_get_RequiresDelayedFixup_m963B681056565723391FAED9A9F50B6519F9C9CA(L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_0103;
}
}
{
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_44 = ObjectManager_get_SpecialFixupObjects_m0AF376C0567766BCD952B7903F387D73183F39A3(__this, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_45 = V_0;
NullCheck(L_44);
VirtActionInvoker1< ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * >::Invoke(4 /* System.Void System.Runtime.Serialization.ObjectHolderList::Add(System.Runtime.Serialization.ObjectHolder) */, L_44, L_45);
}
IL_0103:
{
RuntimeObject * L_46 = ___obj0;
VirtActionInvoker1< RuntimeObject * >::Invoke(11 /* System.Void System.Runtime.Serialization.ObjectManager::AddOnDeserialized(System.Object) */, __this, L_46);
return;
}
IL_010b:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_47 = V_0;
NullCheck(L_47);
RuntimeObject * L_48 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_47, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_0123;
}
}
{
String_t* L_49 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD0C535352D8FD4CE7802B9E1C2BEC0EFF262669F, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_50 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_50, L_49, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053_RuntimeMethod_var);
}
IL_0123:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_51 = V_0;
RuntimeObject * L_52 = ___obj0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_53 = ___info2;
RuntimeObject* L_54 = V_1;
int64_t L_55 = ___idOfContainingObj3;
MemberInfo_t * L_56 = ___member4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_57 = ___arrayIndex5;
NullCheck(L_51);
ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1(L_51, L_52, L_53, L_54, L_55, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_56, FieldInfo_t_il2cpp_TypeInfo_var)), L_57, __this, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_58 = V_0;
NullCheck(L_58);
int32_t L_59 = ObjectHolder_get_DirectlyDependentObjects_m48EAF5128C57434025E116C42594469274B85956_inline(L_58, /*hidden argument*/NULL);
if ((((int32_t)L_59) <= ((int32_t)0)))
{
goto IL_0149;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_60 = V_0;
ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3(__this, L_60, (bool)0, /*hidden argument*/NULL);
}
IL_0149:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_61 = V_0;
NullCheck(L_61);
bool L_62 = ObjectHolder_get_RequiresDelayedFixup_m963B681056565723391FAED9A9F50B6519F9C9CA(L_61, /*hidden argument*/NULL);
if (!L_62)
{
goto IL_015d;
}
}
{
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_63 = ObjectManager_get_SpecialFixupObjects_m0AF376C0567766BCD952B7903F387D73183F39A3(__this, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_64 = V_0;
NullCheck(L_63);
VirtActionInvoker1< ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * >::Invoke(4 /* System.Void System.Runtime.Serialization.ObjectHolderList::Add(System.Runtime.Serialization.ObjectHolder) */, L_63, L_64);
}
IL_015d:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_65 = V_0;
NullCheck(L_65);
bool L_66 = ObjectHolder_get_CompletelyFixed_mCB9B60E727690F4A7876465310999B608859E75C(L_65, /*hidden argument*/NULL);
if (!L_66)
{
goto IL_0173;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_67 = V_0;
ObjectManager_DoNewlyRegisteredObjectFixups_mB6F644A079DCE6DE406CCF47A20FCDE55C9B551E(__this, L_67, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_68 = V_0;
NullCheck(L_68);
ObjectHolder_set_DependentObjects_m3D873FB6D0BBB1D45851F36052BAB41AABCD6917_inline(L_68, (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF *)NULL, /*hidden argument*/NULL);
}
IL_0173:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_69 = V_0;
NullCheck(L_69);
int32_t L_70 = ObjectHolder_get_TotalDependentObjects_m44FFE14229ACD115115BEA715E0950E586BFBE57(L_69, /*hidden argument*/NULL);
if ((((int32_t)L_70) <= ((int32_t)0)))
{
goto IL_0184;
}
}
{
RuntimeObject * L_71 = ___obj0;
VirtActionInvoker1< RuntimeObject * >::Invoke(11 /* System.Void System.Runtime.Serialization.ObjectManager::AddOnDeserialized(System.Object) */, __this, L_71);
return;
}
IL_0184:
{
RuntimeObject * L_72 = ___obj0;
VirtActionInvoker1< RuntimeObject * >::Invoke(12 /* System.Void System.Runtime.Serialization.ObjectManager::RaiseOnDeserializedEvent(System.Object) */, __this, L_72);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::CompleteISerializableObject(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___obj0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * V_0 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
Exception_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___obj0;
if (((RuntimeObject*)IsInst((RuntimeObject*)L_2, ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var)))
{
goto IL_0026;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral22529BD9CD4C1CD8ACF5044A5AAFD96688165F5B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437_RuntimeMethod_var);
}
IL_0026:
{
V_0 = (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)NULL;
RuntimeObject * L_5 = ___obj0;
NullCheck(L_5);
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_5, /*hidden argument*/NULL);
V_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_6, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
}
IL_0034:
try
{ // begin try (depth: 1)
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_7 = V_1;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_8 = ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405(L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0059;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003d;
throw e;
}
CATCH_003d:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = V_1;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_11);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
String_t* L_12 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralD63534BE237999A34E036355EB3FA1733E081A21, L_10, /*hidden argument*/NULL);
Exception_t * L_13 = V_2;
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_14 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_mCCC70F63CC8A3BC77B50CFA582D9DB1256846921(L_14, L_12, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0059:
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_15 = V_0;
RuntimeObject * L_16 = ___obj0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_17 = ___info1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_18 = ___context2;
NullCheck(L_15);
RuntimeConstructorInfo_SerializationInvoke_m82AC24A00E831F777B18A7C5BECD98D870BC8B7E(L_15, L_16, L_17, L_18, /*hidden argument*/NULL);
return;
}
}
// System.Reflection.RuntimeConstructorInfo System.Runtime.Serialization.ObjectManager::GetConstructor(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * V_0 = NULL;
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___t0;
NullCheck(L_0);
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_1 = RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966(L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_3 = ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53(L_2, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = ___t0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_6);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
String_t* L_8 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralD63534BE237999A34E036355EB3FA1733E081A21, L_5, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_9 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405_RuntimeMethod_var);
}
IL_002f:
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_10 = V_0;
return L_10;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::DoFixups()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_DoFixups_mBB082B5973C7972C465B33A3CCB3B4F7724B552E (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_DoFixups_mBB082B5973C7972C465B33A3CCB3B4F7724B552E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_0 = NULL;
int32_t V_1 = 0;
ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * V_2 = NULL;
int32_t V_3 = 0;
{
V_1 = (-1);
goto IL_0094;
}
IL_0007:
{
V_1 = 0;
ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * L_0 = ObjectManager_get_SpecialFixupObjects_m0AF376C0567766BCD952B7903F387D73183F39A3(__this, /*hidden argument*/NULL);
NullCheck(L_0);
ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * L_1 = ObjectHolderList_GetFixupEnumerator_m08588A8D7F9150BA039A14A5C8692CC5936ABA86(L_0, /*hidden argument*/NULL);
V_2 = L_1;
goto IL_008c;
}
IL_0017:
{
ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * L_2 = V_2;
NullCheck(L_2);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_3 = ObjectHolderListEnumerator_get_Current_m3262527F9830E141E3A4FCDFF11CEB7ECE525FDB(L_2, /*hidden argument*/NULL);
V_0 = L_3;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_4 = V_0;
NullCheck(L_4);
RuntimeObject * L_5 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_004a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_8 = V_0;
NullCheck(L_8);
int64_t L_9 = L_8->get_m_id_1();
int64_t L_10 = L_9;
RuntimeObject * L_11 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_11);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
String_t* L_12 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral07189467B71456291F6EE48553EB211F903FBA83, L_7, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_13 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ObjectManager_DoFixups_mBB082B5973C7972C465B33A3CCB3B4F7724B552E_RuntimeMethod_var);
}
IL_004a:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_14 = V_0;
NullCheck(L_14);
int32_t L_15 = ObjectHolder_get_TotalDependentObjects_m44FFE14229ACD115115BEA715E0950E586BFBE57(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_008c;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_16 = V_0;
NullCheck(L_16);
bool L_17 = ObjectHolder_get_RequiresSerInfoFixup_m12FF7D6A2E8B94BC220234353D586C797FBA8591(L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0067;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_18 = V_0;
ObjectManager_FixupSpecialObject_mA11ACC941A6554F3F5707FBE4061523E08FFC1FA(__this, L_18, /*hidden argument*/NULL);
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
goto IL_0077;
}
IL_0067:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_20 = V_0;
NullCheck(L_20);
bool L_21 = ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416(L_20, /*hidden argument*/NULL);
if (L_21)
{
goto IL_0077;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_22 = V_0;
ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3(__this, L_22, (bool)1, /*hidden argument*/NULL);
}
IL_0077:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_23 = V_0;
NullCheck(L_23);
bool L_24 = ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416(L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_008c;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_25 = V_0;
bool L_26 = ObjectManager_ResolveObjectReference_m90EF800476089742D85776D1EA32EBB03A34278E(__this, L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_008c;
}
}
{
int32_t L_27 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_008c:
{
ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * L_28 = V_2;
NullCheck(L_28);
bool L_29 = ObjectHolderListEnumerator_MoveNext_mC4EA193D162605DD30FB2CB1EB28DEBD5F036014(L_28, /*hidden argument*/NULL);
if (L_29)
{
goto IL_0017;
}
}
IL_0094:
{
int32_t L_30 = V_1;
if (L_30)
{
goto IL_0007;
}
}
{
int64_t L_31 = __this->get_m_fixupCount_5();
if (L_31)
{
goto IL_00d9;
}
}
{
RuntimeObject * L_32 = ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764_inline(__this, /*hidden argument*/NULL);
if (!((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)IsInstClass((RuntimeObject*)L_32, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)))
{
goto IL_00d8;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_33;
RuntimeObject * L_35 = ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764_inline(__this, /*hidden argument*/NULL);
NullCheck(((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)CastclassClass((RuntimeObject*)L_35, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)));
String_t* L_36 = TypeLoadExceptionHolder_get_TypeName_mF0C5975316A9B33FFF5082F76342E267A3C2448C_inline(((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)CastclassClass((RuntimeObject*)L_35, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_36);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_36);
String_t* L_37 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral4C7349E80F6107DB1F2060BFA2C691980B4B5250, L_34, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_38 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_38, L_37, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ObjectManager_DoFixups_mBB082B5973C7972C465B33A3CCB3B4F7724B552E_RuntimeMethod_var);
}
IL_00d8:
{
return;
}
IL_00d9:
{
V_3 = 0;
goto IL_0110;
}
IL_00dd:
{
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_39 = __this->get_m_objects_2();
int32_t L_40 = V_3;
NullCheck(L_39);
int32_t L_41 = L_40;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
V_0 = L_42;
goto IL_0100;
}
IL_00e8:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_43 = V_0;
NullCheck(L_43);
int32_t L_44 = ObjectHolder_get_TotalDependentObjects_m44FFE14229ACD115115BEA715E0950E586BFBE57(L_43, /*hidden argument*/NULL);
if ((((int32_t)L_44) <= ((int32_t)0)))
{
goto IL_00f9;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_45 = V_0;
ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3(__this, L_45, (bool)1, /*hidden argument*/NULL);
}
IL_00f9:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_46 = V_0;
NullCheck(L_46);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_47 = L_46->get_m_next_8();
V_0 = L_47;
}
IL_0100:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_48 = V_0;
if (L_48)
{
goto IL_00e8;
}
}
{
int64_t L_49 = __this->get_m_fixupCount_5();
if (L_49)
{
goto IL_010c;
}
}
{
return;
}
IL_010c:
{
int32_t L_50 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
}
IL_0110:
{
int32_t L_51 = V_3;
ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202* L_52 = __this->get_m_objects_2();
NullCheck(L_52);
if ((((int32_t)L_51) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))))
{
goto IL_00dd;
}
}
{
String_t* L_53 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF019334BB53F61BB46F9F801915054829CCB3E82, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_54 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_54, L_53, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, ObjectManager_DoFixups_mBB082B5973C7972C465B33A3CCB3B4F7724B552E_RuntimeMethod_var);
}
}
// System.Void System.Runtime.Serialization.ObjectManager::RegisterFixup(System.Runtime.Serialization.FixupHolder,System.Int64,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * ___fixup0, int64_t ___objectToBeFixed1, int64_t ___objectRequired2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * G_B3_0 = NULL;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * G_B1_0 = NULL;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * G_B2_0 = NULL;
{
int64_t L_0 = ___objectToBeFixed1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_1 = ObjectManager_FindOrCreateObjectHolder_mFAB81D05972F152A1B22F656083D703B45D7F0B1(__this, L_0, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_2 = L_1;
NullCheck(L_2);
bool L_3 = ObjectHolder_get_RequiresSerInfoFixup_m12FF7D6A2E8B94BC220234353D586C797FBA8591(L_2, /*hidden argument*/NULL);
G_B1_0 = L_2;
if (!L_3)
{
G_B3_0 = L_2;
goto IL_0028;
}
}
{
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_4 = ___fixup0;
NullCheck(L_4);
int32_t L_5 = L_4->get_m_fixupType_2();
G_B2_0 = G_B1_0;
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
G_B3_0 = G_B1_0;
goto IL_0028;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD984C20E734630217B900C10DE133FAA1F7AC891, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_7 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264_RuntimeMethod_var);
}
IL_0028:
{
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_8 = ___fixup0;
NullCheck(G_B3_0);
ObjectHolder_AddFixup_mAD6AAF901FE52337C44D7CF8B6BC19922DF1342E(G_B3_0, L_8, __this, /*hidden argument*/NULL);
int64_t L_9 = ___objectRequired2;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_10 = ObjectManager_FindOrCreateObjectHolder_mFAB81D05972F152A1B22F656083D703B45D7F0B1(__this, L_9, /*hidden argument*/NULL);
int64_t L_11 = ___objectToBeFixed1;
NullCheck(L_10);
ObjectHolder_AddDependency_mE072892D26BAF0441611F504021EE19814DABFC2(L_10, L_11, /*hidden argument*/NULL);
int64_t L_12 = __this->get_m_fixupCount_5();
__this->set_m_fixupCount_5(((int64_t)il2cpp_codegen_add((int64_t)L_12, (int64_t)(((int64_t)((int64_t)1))))));
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::RecordFixup(System.Int64,System.Reflection.MemberInfo,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_RecordFixup_mC61C6E8F9B0B033E14D6336DF7042EFE9C81A9F3 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, int64_t ___objectToBeFixed0, MemberInfo_t * ___member1, int64_t ___objectRequired2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_RecordFixup_mC61C6E8F9B0B033E14D6336DF7042EFE9C81A9F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * V_0 = NULL;
String_t* G_B5_0 = NULL;
{
int64_t L_0 = ___objectToBeFixed0;
if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_000a;
}
}
{
int64_t L_1 = ___objectRequired2;
if ((((int64_t)L_1) > ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
int64_t L_2 = ___objectToBeFixed0;
if ((((int64_t)L_2) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralCFE9D4E8D50E363B49EFE03E4D5616FA588C1773;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralCEE1BD1EC47F72F8B6E1AC54170D898090A03A93;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCF18227C20788845FBC9DF3586A5727BA0E2C994, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ObjectManager_RecordFixup_mC61C6E8F9B0B033E14D6336DF7042EFE9C81A9F3_RuntimeMethod_var);
}
IL_002b:
{
MemberInfo_t * L_5 = ___member1;
bool L_6 = MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9(L_5, (MemberInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_003f;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_7 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_7, _stringLiteral6467BAA3B187373E3931422E2A8EF22F3E447D77, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ObjectManager_RecordFixup_mC61C6E8F9B0B033E14D6336DF7042EFE9C81A9F3_RuntimeMethod_var);
}
IL_003f:
{
MemberInfo_t * L_8 = ___member1;
if (((RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)IsInstClass((RuntimeObject*)L_8, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var)))
{
goto IL_0073;
}
}
{
MemberInfo_t * L_9 = ___member1;
if (((SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 *)IsInstSealed((RuntimeObject*)L_9, SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201_il2cpp_TypeInfo_var)))
{
goto IL_0073;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
MemberInfo_t * L_12 = ___member1;
NullCheck(L_12);
Type_t * L_13 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_14);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
String_t* L_15 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral4975019776955B496F12DDE572B06527D53A3D69, L_11, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_16 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ObjectManager_RecordFixup_mC61C6E8F9B0B033E14D6336DF7042EFE9C81A9F3_RuntimeMethod_var);
}
IL_0073:
{
int64_t L_17 = ___objectRequired2;
MemberInfo_t * L_18 = ___member1;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_19 = (FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 *)il2cpp_codegen_object_new(FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117_il2cpp_TypeInfo_var);
FixupHolder__ctor_m71B470BA2DCA3C1978457308B20BAE6250989D55(L_19, L_17, L_18, 2, /*hidden argument*/NULL);
V_0 = L_19;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_20 = V_0;
int64_t L_21 = ___objectToBeFixed0;
int64_t L_22 = ___objectRequired2;
ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264(__this, L_20, L_21, L_22, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::RecordDelayedFixup(System.Int64,System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_RecordDelayedFixup_mBD59AEB4BD952A269F8C713F1B5BC543D2EC60A2 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, int64_t ___objectToBeFixed0, String_t* ___memberName1, int64_t ___objectRequired2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_RecordDelayedFixup_mBD59AEB4BD952A269F8C713F1B5BC543D2EC60A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * V_0 = NULL;
String_t* G_B5_0 = NULL;
{
int64_t L_0 = ___objectToBeFixed0;
if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_000a;
}
}
{
int64_t L_1 = ___objectRequired2;
if ((((int64_t)L_1) > ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
int64_t L_2 = ___objectToBeFixed0;
if ((((int64_t)L_2) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralCFE9D4E8D50E363B49EFE03E4D5616FA588C1773;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralCEE1BD1EC47F72F8B6E1AC54170D898090A03A93;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCF18227C20788845FBC9DF3586A5727BA0E2C994, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ObjectManager_RecordDelayedFixup_mBD59AEB4BD952A269F8C713F1B5BC543D2EC60A2_RuntimeMethod_var);
}
IL_002b:
{
String_t* L_5 = ___memberName1;
if (L_5)
{
goto IL_0039;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteralA36A9DE46257EEA62C8F60F28B8CCE38582B7239, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ObjectManager_RecordDelayedFixup_mBD59AEB4BD952A269F8C713F1B5BC543D2EC60A2_RuntimeMethod_var);
}
IL_0039:
{
int64_t L_7 = ___objectRequired2;
String_t* L_8 = ___memberName1;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_9 = (FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 *)il2cpp_codegen_object_new(FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117_il2cpp_TypeInfo_var);
FixupHolder__ctor_m71B470BA2DCA3C1978457308B20BAE6250989D55(L_9, L_7, L_8, 4, /*hidden argument*/NULL);
V_0 = L_9;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_10 = V_0;
int64_t L_11 = ___objectToBeFixed0;
int64_t L_12 = ___objectRequired2;
ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264(__this, L_10, L_11, L_12, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::RecordArrayElementFixup(System.Int64,System.Int32[],System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_RecordArrayElementFixup_m7CD50372A084D707E13A5FD8A69BE7D097D33517 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, int64_t ___arrayToBeFixed0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___indices1, int64_t ___objectRequired2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_RecordArrayElementFixup_m7CD50372A084D707E13A5FD8A69BE7D097D33517_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * V_0 = NULL;
String_t* G_B5_0 = NULL;
{
int64_t L_0 = ___arrayToBeFixed0;
if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_000a;
}
}
{
int64_t L_1 = ___objectRequired2;
if ((((int64_t)L_1) > ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
int64_t L_2 = ___arrayToBeFixed0;
if ((((int64_t)L_2) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralCFE9D4E8D50E363B49EFE03E4D5616FA588C1773;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralCEE1BD1EC47F72F8B6E1AC54170D898090A03A93;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCF18227C20788845FBC9DF3586A5727BA0E2C994, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ObjectManager_RecordArrayElementFixup_m7CD50372A084D707E13A5FD8A69BE7D097D33517_RuntimeMethod_var);
}
IL_002b:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ___indices1;
if (L_5)
{
goto IL_0039;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteral1E01512B1E7D3EA5B69D1F71AC90A9451071D646, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ObjectManager_RecordArrayElementFixup_m7CD50372A084D707E13A5FD8A69BE7D097D33517_RuntimeMethod_var);
}
IL_0039:
{
int64_t L_7 = ___objectRequired2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = ___indices1;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_9 = (FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 *)il2cpp_codegen_object_new(FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117_il2cpp_TypeInfo_var);
FixupHolder__ctor_m71B470BA2DCA3C1978457308B20BAE6250989D55(L_9, L_7, (RuntimeObject *)(RuntimeObject *)L_8, 1, /*hidden argument*/NULL);
V_0 = L_9;
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_10 = V_0;
int64_t L_11 = ___arrayToBeFixed0;
int64_t L_12 = ___objectRequired2;
ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264(__this, L_10, L_11, L_12, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::RaiseDeserializationEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_RaiseDeserializationEvent_mA6F489C42722E6AFB8B47964579C5D0A2E5FEE96 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, const RuntimeMethod* method)
{
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_0 = __this->get_m_onDeserializedHandler_1();
if (!L_0)
{
goto IL_0019;
}
}
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_1 = __this->get_m_onDeserializedHandler_1();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = __this->get_m_context_7();
NullCheck(L_1);
SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E(L_1, L_2, /*hidden argument*/NULL);
}
IL_0019:
{
DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * L_3 = __this->get_m_onDeserializationHandler_0();
if (!L_3)
{
goto IL_002d;
}
}
{
DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * L_4 = __this->get_m_onDeserializationHandler_0();
NullCheck(L_4);
DeserializationEventHandler_Invoke_mE08F6E81D9791C6A69EA7BFCF50FA33B237B35D3(L_4, NULL, /*hidden argument*/NULL);
}
IL_002d:
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::AddOnDeserialization(System.Runtime.Serialization.DeserializationEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_AddOnDeserialization_mCE4961D1A5B85A6373DF03B9FFE313178E1EC1EE (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * ___handler0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_AddOnDeserialization_mCE4961D1A5B85A6373DF03B9FFE313178E1EC1EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * L_0 = __this->get_m_onDeserializationHandler_0();
DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF * L_1 = ___handler0;
Delegate_t * L_2 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_0, L_1, /*hidden argument*/NULL);
__this->set_m_onDeserializationHandler_0(((DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF *)CastclassSealed((RuntimeObject*)L_2, DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF_il2cpp_TypeInfo_var)));
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::AddOnDeserialized(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_AddOnDeserialized_m36070F3D966B6A0DA8AE5990F5F4B7FCFC7F05E3 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_AddOnDeserialized_m36070F3D966B6A0DA8AE5990F5F4B7FCFC7F05E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_2 = SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D(L_1, /*hidden argument*/NULL);
V_0 = L_2;
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_3 = V_0;
RuntimeObject * L_4 = ___obj0;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_5 = __this->get_m_onDeserializedHandler_1();
NullCheck(L_3);
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_6 = SerializationEvents_AddOnDeserialized_mE2F40EFC894379A1619142E849F06A848C0029BF(L_3, L_4, L_5, /*hidden argument*/NULL);
__this->set_m_onDeserializedHandler_1(L_6);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::RaiseOnDeserializedEvent(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_RaiseOnDeserializedEvent_m42772A44765F7C311F7BB9685663742B292BD74E (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_RaiseOnDeserializedEvent_m42772A44765F7C311F7BB9685663742B292BD74E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_2 = SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D(L_1, /*hidden argument*/NULL);
RuntimeObject * L_3 = ___obj0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_4 = __this->get_m_context_7();
NullCheck(L_2);
SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44(L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::RaiseOnDeserializingEvent(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectManager_RaiseOnDeserializingEvent_mC6657622A304FF49362A573E5C7D317CA754B8AC (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectManager_RaiseOnDeserializingEvent_mC6657622A304FF49362A573E5C7D317CA754B8AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_2 = SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D(L_1, /*hidden argument*/NULL);
RuntimeObject * L_3 = ___obj0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_4 = __this->get_m_context_7();
NullCheck(L_2);
SerializationEvents_InvokeOnDeserializing_mDB3CA1550BB4B43830409F402E4C7AE6265671ED(L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.OnDeserializedAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDeserializedAttribute__ctor_mA4F69BE401B6AED55B8469E7F3A0E3BF77395BA2 (OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.OnDeserializingAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDeserializingAttribute__ctor_m0520B9BCE93ED57B8D38AEE193610A82C32D5459 (OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767 * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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.Runtime.Serialization.OnSerializingAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnSerializingAttribute__ctor_m06A15846303434D94336FA94E882E3EC77E28E47 (OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630 * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.OptionalFieldAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalFieldAttribute__ctor_m65066504277EAF18DCB7FCDBA4F5BFAB1030B54E (OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384 * __this, const RuntimeMethod* method)
{
{
__this->set_versionAdded_0(1);
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.OptionalFieldAttribute::set_VersionAdded(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4 (OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)1)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1A33762A46A67DAB82E3E0CE396F238137506B86, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_3 = ___value0;
__this->set_versionAdded_0(L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SafeSerializationEventArgs::.ctor(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var);
List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3(L_0, /*hidden argument*/List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_RuntimeMethod_var);
__this->set_m_serializedStates_2(L_0);
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext0;
__this->set_m_streamingContext_1(L_1);
return;
}
}
// System.Collections.Generic.IList`1<System.Object> System.Runtime.Serialization.SafeSerializationEventArgs::get_SerializedStates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SafeSerializationEventArgs_get_SerializedStates_m31C8F7B805E2DF3B7D0650D9459D07AA5C689CBA (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, const RuntimeMethod* method)
{
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = __this->get_m_serializedStates_2();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SafeSerializationManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager__ctor_mB5F471396A3FDEB14E216389830B1589AFC4857A (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SafeSerializationManager::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager__ctor_mA7F7A11473E650A9B45525BF99AD65ED991E48CF (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager__ctor_mA7F7A11473E650A9B45525BF99AD65ED991E48CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
RuntimeObject * L_3 = SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF(L_0, _stringLiteralB3F1F8862F10AF31969AAE8EBED44E63494CBA60, L_2, /*hidden argument*/NULL);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_5 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_004b;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralEAE5371D7C48DFAD0AE39B4B2F0D509E8E1E564A, L_8, /*hidden argument*/NULL);
__this->set_m_serializedStates_0(((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)IsInstClass((RuntimeObject*)L_9, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var)));
return;
}
IL_004b:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0;
__this->set_m_realType_3(L_10);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = ___info0;
__this->set_m_savedSerializationInfo_1(L_11);
return;
}
}
// System.Boolean System.Runtime.Serialization.SafeSerializationManager::get_IsActive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeSerializationManager_get_IsActive_m66AE1987E10E73E7CB019E3CE14D7FFD7856AD4B (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, const RuntimeMethod* method)
{
{
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * L_0 = __this->get_SerializeObjectState_4();
return (bool)((!(((RuntimeObject*)(EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Runtime.Serialization.SafeSerializationManager::CompleteSerialization(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_CompleteSerialization_mC577DAFEBD7AA3E14807DCA75864D835475231CB (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, RuntimeObject * ___serializedObject0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager_CompleteSerialization_mC577DAFEBD7AA3E14807DCA75864D835475231CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * V_0 = NULL;
SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * V_1 = NULL;
{
__this->set_m_serializedStates_0((RuntimeObject*)NULL);
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * L_0 = __this->get_SerializeObjectState_4();
V_0 = L_0;
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * L_1 = V_0;
if (!L_1)
{
goto IL_0057;
}
}
{
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = ___context2;
SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * L_3 = (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD *)il2cpp_codegen_object_new(SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD_il2cpp_TypeInfo_var);
SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A(L_3, L_2, /*hidden argument*/NULL);
V_1 = L_3;
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * L_4 = V_0;
RuntimeObject * L_5 = ___serializedObject0;
SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * L_6 = V_1;
NullCheck(L_4);
EventHandler_1_Invoke_m14375BE57616E7AE2D6D258E09CE89856005305D(L_4, L_5, L_6, /*hidden argument*/EventHandler_1_Invoke_m14375BE57616E7AE2D6D258E09CE89856005305D_RuntimeMethod_var);
SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * L_7 = V_1;
NullCheck(L_7);
RuntimeObject* L_8 = SafeSerializationEventArgs_get_SerializedStates_m31C8F7B805E2DF3B7D0650D9459D07AA5C689CBA_inline(L_7, /*hidden argument*/NULL);
__this->set_m_serializedStates_0(L_8);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = ___info1;
RuntimeObject * L_10 = ___serializedObject0;
NullCheck(L_10);
Type_t * L_11 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_10, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_9);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_9, _stringLiteralB3F1F8862F10AF31969AAE8EBED44E63494CBA60, L_11, L_13, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_0_0_0_var) };
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784(L_14, L_16, /*hidden argument*/NULL);
}
IL_0057:
{
return;
}
}
// System.Void System.Runtime.Serialization.SafeSerializationManager::CompleteDeserialization(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_CompleteDeserialization_mC041209DDA3C3D765E7045DCA34682108858E3B1 (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, RuntimeObject * ___deserializedObject0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager_CompleteDeserialization_mC041209DDA3C3D765E7045DCA34682108858E3B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject* L_0 = __this->get_m_serializedStates_0();
if (!L_0)
{
goto IL_003b;
}
}
{
RuntimeObject* L_1 = __this->get_m_serializedStates_0();
NullCheck(L_1);
RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Object>::GetEnumerator() */, IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73_il2cpp_TypeInfo_var, L_1);
V_0 = L_2;
}
IL_0014:
try
{ // begin try (depth: 1)
{
goto IL_0027;
}
IL_0016:
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Object>::get_Current() */, IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8_il2cpp_TypeInfo_var, L_3);
RuntimeObject * L_5 = ___deserializedObject0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, ISafeSerializationData_t18C2979D24583D957C9908CB90D566FA31E1117E_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void System.Runtime.Serialization.ISafeSerializationData::CompleteDeserialization(System.Object) */, ISafeSerializationData_t18C2979D24583D957C9908CB90D566FA31E1117E_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, ISafeSerializationData_t18C2979D24583D957C9908CB90D566FA31E1117E_il2cpp_TypeInfo_var)), L_5);
}
IL_0027:
{
RuntimeObject* L_6 = V_0;
NullCheck(L_6);
bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_6);
if (L_7)
{
goto IL_0016;
}
}
IL_002f:
{
IL2CPP_LEAVE(0x3B, FINALLY_0031);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0031;
}
FINALLY_0031:
{ // begin finally (depth: 1)
{
RuntimeObject* L_8 = V_0;
if (!L_8)
{
goto IL_003a;
}
}
IL_0034:
{
RuntimeObject* L_9 = V_0;
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_9);
}
IL_003a:
{
IL2CPP_END_FINALLY(49)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(49)
{
IL2CPP_JUMP_TBL(0x3B, IL_003b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003b:
{
return;
}
}
// System.Void System.Runtime.Serialization.SafeSerializationManager::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_System_Runtime_Serialization_ISerializable_GetObjectData_mED0E65908FFAD4A5E6A1D26CA0A210FCF828D995 (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager_System_Runtime_Serialization_ISerializable_GetObjectData_mED0E65908FFAD4A5E6A1D26CA0A210FCF828D995_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
RuntimeObject* L_1 = __this->get_m_serializedStates_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (List_1_t1DE2798BA3743A4EC617029480011B4D301F319B_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
NullCheck(L_0);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_0, _stringLiteralEAE5371D7C48DFAD0AE39B4B2F0D509E8E1E564A, L_1, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Object System.Runtime.Serialization.SafeSerializationManager::System.Runtime.Serialization.IObjectReference.GetRealObject(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SafeSerializationManager_System_Runtime_Serialization_IObjectReference_GetRealObject_m2BC90F983CD9F11E58BEBADFF14880890524510B (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager_System_Runtime_Serialization_IObjectReference_GetRealObject_m2BC90F983CD9F11E58BEBADFF14880890524510B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * V_0 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * V_2 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_3 = NULL;
RuntimeObject * V_4 = NULL;
{
RuntimeObject * L_0 = __this->get_m_realObject_2();
if (!L_0)
{
goto IL_000f;
}
}
{
RuntimeObject * L_1 = __this->get_m_realObject_2();
return L_1;
}
IL_000f:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = __this->get_m_realType_3();
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_3 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_2, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001f;
}
}
{
return __this;
}
IL_001f:
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_4 = (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 *)il2cpp_codegen_object_new(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var);
Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08(L_4, /*hidden argument*/NULL);
V_0 = L_4;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_5 = __this->get_m_realType_3();
V_1 = L_5;
}
IL_002c:
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_6 = V_0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_7 = V_1;
NullCheck(L_6);
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_6, L_7);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_1;
NullCheck(L_8);
Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_8);
V_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_9, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
bool L_13 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_10, L_12, /*hidden argument*/NULL);
if (L_13)
{
goto IL_002c;
}
}
{
V_2 = (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)NULL;
V_3 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL;
}
IL_0055:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_14 = V_1;
V_3 = L_14;
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_15 = V_0;
NullCheck(L_15);
RuntimeObject * L_16 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_15);
V_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_16, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_1;
NullCheck(L_17);
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_18 = RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966(L_17, /*hidden argument*/NULL);
V_2 = L_18;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_19 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_20 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_19, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_007b;
}
}
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_21 = V_2;
NullCheck(L_21);
bool L_22 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsSecurityCritical() */, L_21);
if (L_22)
{
goto IL_0055;
}
}
IL_007b:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_23 = V_3;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_24 = ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405(L_23, /*hidden argument*/NULL);
V_2 = L_24;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = __this->get_m_realType_3();
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
RuntimeObject * L_26 = FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D(L_25, /*hidden argument*/NULL);
V_4 = L_26;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_27 = V_2;
RuntimeObject * L_28 = V_4;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_29 = __this->get_m_savedSerializationInfo_1();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_30 = ___context0;
NullCheck(L_27);
RuntimeConstructorInfo_SerializationInvoke_m82AC24A00E831F777B18A7C5BECD98D870BC8B7E(L_27, L_28, L_29, L_30, /*hidden argument*/NULL);
__this->set_m_savedSerializationInfo_1((SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)NULL);
__this->set_m_realType_3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL);
RuntimeObject * L_31 = V_4;
__this->set_m_realObject_2(L_31);
RuntimeObject * L_32 = V_4;
return L_32;
}
}
// System.Void System.Runtime.Serialization.SafeSerializationManager::OnDeserialized(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_OnDeserialized_mFF500D6C8A9C7C058BF42FD256A54D7D53450938 (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager_OnDeserialized_mFF500D6C8A9C7C058BF42FD256A54D7D53450938_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get_m_realObject_2();
if (!L_0)
{
goto IL_002b;
}
}
{
RuntimeObject * L_1 = __this->get_m_realObject_2();
NullCheck(L_1);
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_3 = SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D(L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = __this->get_m_realObject_2();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = ___context0;
NullCheck(L_3);
SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44(L_3, L_4, L_5, /*hidden argument*/NULL);
__this->set_m_realObject_2(NULL);
}
IL_002b:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SerializationBinder::BindToName(System.Type,System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationBinder_BindToName_m2ABD8E3130F82F23CEDEE08E919E2B585EA918FA (SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * __this, Type_t * ___serializedType0, String_t** ___assemblyName1, String_t** ___typeName2, const RuntimeMethod* method)
{
{
String_t** L_0 = ___assemblyName1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL);
String_t** L_1 = ___typeName2;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationBinder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationBinder__ctor_m6561AFDA7048873AC600F63E0C7EA19C5253E811 (SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Runtime.Serialization.SerializationEntry
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_pinvoke(const SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA& unmarshaled, SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL);
}
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_pinvoke_back(const SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke& marshaled, SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA& unmarshaled)
{
Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Runtime.Serialization.SerializationEntry
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_pinvoke_cleanup(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Runtime.Serialization.SerializationEntry
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_com(const SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA& unmarshaled, SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com& marshaled)
{
Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL);
}
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_com_back(const SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com& marshaled, SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA& unmarshaled)
{
Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Runtime.Serialization.SerializationEntry
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_com_cleanup(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com& marshaled)
{
}
// System.Object System.Runtime.Serialization.SerializationEntry::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048 (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * _thisAdjusted = reinterpret_cast<SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *>(__this + _offset);
return SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_inline(_thisAdjusted, method);
}
// System.String System.Runtime.Serialization.SerializationEntry::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4 (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_2();
return L_0;
}
}
IL2CPP_EXTERN_C String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * _thisAdjusted = reinterpret_cast<SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *>(__this + _offset);
return SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_inline(_thisAdjusted, method);
}
// System.Void System.Runtime.Serialization.SerializationEntry::.ctor(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___entryValue1;
__this->set_m_value_1(L_0);
String_t* L_1 = ___entryName0;
__this->set_m_name_2(L_1);
Type_t * L_2 = ___entryType2;
__this->set_m_type_0(L_2);
return;
}
}
IL2CPP_EXTERN_C void SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C_AdjustorThunk (RuntimeObject * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method)
{
int32_t _offset = 1;
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * _thisAdjusted = reinterpret_cast<SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *>(__this + _offset);
SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C(_thisAdjusted, ___entryName0, ___entryValue1, ___entryType2, 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
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___context0' to native representation
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke ____context0_marshaled = {};
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke(___context0, ____context0_marshaled);
// Native function invocation
il2cppPInvokeFunc(____context0_marshaled);
// Marshaling cleanup of parameter '___context0' native representation
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_cleanup(____context0_marshaled);
}
// System.Void System.Runtime.Serialization.SerializationEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler__ctor_mE3FFE0BDC7F2A76C8C96AFFD5586A59E562A7F8A (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void System.Runtime.Serialization.SerializationEventHandler::Invoke(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___context0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___context0, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && 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< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(targetMethod, targetThis, ___context0);
else
GenericVirtActionInvoker1< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(targetMethod, targetThis, ___context0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___context0);
else
VirtActionInvoker1< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___context0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___context0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast<RuntimeObject*>(&___context0) - 1), targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___context0, targetMethod);
}
}
}
}
}
// System.IAsyncResult System.Runtime.Serialization.SerializationEventHandler::BeginInvoke(System.Runtime.Serialization.StreamingContext,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SerializationEventHandler_BeginInvoke_m140A72D2E01E9107E0F2FACFC8CBEE9130B17808 (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEventHandler_BeginInvoke_m140A72D2E01E9107E0F2FACFC8CBEE9130B17808_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var, &___context0);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void System.Runtime.Serialization.SerializationEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler_EndInvoke_m4BD4B67024C85CDC27CE28D09A5B52C85BADE650 (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __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
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::GetMethodsWithAttribute(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, Type_t * ___attribute0, Type_t * ___t1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * V_0 = NULL;
Type_t * V_1 = NULL;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* V_2 = NULL;
int32_t V_3 = 0;
MethodInfo_t * V_4 = NULL;
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)il2cpp_codegen_object_new(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_il2cpp_TypeInfo_var);
List_1__ctor_mFBB7F821AAC1F0F68A578448DD892C8F1D7CC7D2(L_0, /*hidden argument*/List_1__ctor_mFBB7F821AAC1F0F68A578448DD892C8F1D7CC7D2_RuntimeMethod_var);
V_0 = L_0;
Type_t * L_1 = ___t1;
V_1 = L_1;
goto IL_0040;
}
IL_000a:
{
Type_t * L_2 = V_1;
NullCheck(L_2);
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_3 = VirtFuncInvoker1< MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*, int32_t >::Invoke(48 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_2, ((int32_t)54));
V_2 = L_3;
V_3 = 0;
goto IL_0033;
}
IL_0017:
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_4 = V_2;
int32_t L_5 = V_3;
NullCheck(L_4);
int32_t L_6 = L_5;
MethodInfo_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_4 = L_7;
MethodInfo_t * L_8 = V_4;
Type_t * L_9 = ___attribute0;
NullCheck(L_8);
bool L_10 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_8, L_9, (bool)0);
if (!L_10)
{
goto IL_002f;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_11 = V_0;
MethodInfo_t * L_12 = V_4;
NullCheck(L_11);
List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94(L_11, L_12, /*hidden argument*/List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var);
}
IL_002f:
{
int32_t L_13 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0033:
{
int32_t L_14 = V_3;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_15 = V_2;
NullCheck(L_15);
if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))))
{
goto IL_0017;
}
}
{
Type_t * L_16 = V_1;
NullCheck(L_16);
Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_16);
V_1 = L_17;
}
IL_0040:
{
Type_t * L_18 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_19 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_18, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_005b;
}
}
{
Type_t * L_20 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
bool L_23 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_20, L_22, /*hidden argument*/NULL);
if (L_23)
{
goto IL_000a;
}
}
IL_005b:
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_24 = V_0;
NullCheck(L_24);
List_1_Reverse_m084236AFEFCAB20C24D5EA26B04AB0731D9A8C17(L_24, /*hidden argument*/List_1_Reverse_m084236AFEFCAB20C24D5EA26B04AB0731D9A8C17_RuntimeMethod_var);
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_25 = V_0;
NullCheck(L_25);
int32_t L_26 = List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_inline(L_25, /*hidden argument*/List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var);
if (!L_26)
{
goto IL_006b;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_27 = V_0;
return L_27;
}
IL_006b:
{
return (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)NULL;
}
}
// System.Void System.Runtime.Serialization.SerializationEvents::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents__ctor_m465833D124EE42F097421B325F909C504D3D7C0B (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, Type_t * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents__ctor_m465833D124EE42F097421B325F909C504D3D7C0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
Type_t * L_2 = ___t0;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_3 = SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9(__this, L_1, L_2, /*hidden argument*/NULL);
__this->set_m_OnSerializingMethods_0(L_3);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (OnSerializedAttribute_tCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A_0_0_0_var) };
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
Type_t * L_6 = ___t0;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_7 = SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9(__this, L_5, L_6, /*hidden argument*/NULL);
__this->set_m_OnSerializedMethods_1(L_7);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767_0_0_0_var) };
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
Type_t * L_10 = ___t0;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_11 = SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9(__this, L_9, L_10, /*hidden argument*/NULL);
__this->set_m_OnDeserializingMethods_2(L_11);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
Type_t * L_14 = ___t0;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_15 = SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9(__this, L_13, L_14, /*hidden argument*/NULL);
__this->set_m_OnDeserializedMethods_3(L_15);
return;
}
}
// System.Boolean System.Runtime.Serialization.SerializationEvents::get_HasOnSerializingEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationEvents_get_HasOnSerializingEvents_mDB714D13D6BC0532FB54A4A7780EF45AC5E3C70E (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, const RuntimeMethod* method)
{
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnSerializingMethods_0();
if (L_0)
{
goto IL_0012;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnSerializedMethods_1();
return (bool)((!(((RuntimeObject*)(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
IL_0012:
{
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnSerializing(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_0 = NULL;
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 V_1;
memset((&V_1), 0, sizeof(V_1));
MethodInfo_t * V_2 = NULL;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnSerializingMethods_0();
if (!L_0)
{
goto IL_0069;
}
}
{
V_0 = (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)NULL;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnSerializingMethods_0();
NullCheck(L_1);
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 L_2 = List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C(L_1, /*hidden argument*/List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var);
V_1 = L_2;
}
IL_0016:
try
{ // begin try (depth: 1)
{
goto IL_0049;
}
IL_0018:
{
MethodInfo_t * L_3 = Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var);
V_2 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ___obj0;
MethodInfo_t * L_7 = V_2;
Delegate_t * L_8 = Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL);
V_3 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_9 = V_0;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_10 = V_3;
Delegate_t * L_11 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_9, L_10, /*hidden argument*/NULL);
V_0 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
}
IL_0049:
{
bool L_12 = Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var);
if (L_12)
{
goto IL_0018;
}
}
IL_0052:
{
IL2CPP_LEAVE(0x62, FINALLY_0054);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0054;
}
FINALLY_0054:
{ // begin finally (depth: 1)
Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var);
IL2CPP_END_FINALLY(84)
} // end finally (depth: 1)
IL2CPP_CLEANUP(84)
{
IL2CPP_JUMP_TBL(0x62, IL_0062)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0062:
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_13 = V_0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_14 = ___context1;
NullCheck(L_13);
SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E(L_13, L_14, /*hidden argument*/NULL);
}
IL_0069:
{
return;
}
}
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnDeserializing(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnDeserializing_mDB3CA1550BB4B43830409F402E4C7AE6265671ED (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_InvokeOnDeserializing_mDB3CA1550BB4B43830409F402E4C7AE6265671ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_0 = NULL;
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 V_1;
memset((&V_1), 0, sizeof(V_1));
MethodInfo_t * V_2 = NULL;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnDeserializingMethods_2();
if (!L_0)
{
goto IL_0069;
}
}
{
V_0 = (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)NULL;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnDeserializingMethods_2();
NullCheck(L_1);
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 L_2 = List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C(L_1, /*hidden argument*/List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var);
V_1 = L_2;
}
IL_0016:
try
{ // begin try (depth: 1)
{
goto IL_0049;
}
IL_0018:
{
MethodInfo_t * L_3 = Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var);
V_2 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ___obj0;
MethodInfo_t * L_7 = V_2;
Delegate_t * L_8 = Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL);
V_3 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_9 = V_0;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_10 = V_3;
Delegate_t * L_11 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_9, L_10, /*hidden argument*/NULL);
V_0 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
}
IL_0049:
{
bool L_12 = Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var);
if (L_12)
{
goto IL_0018;
}
}
IL_0052:
{
IL2CPP_LEAVE(0x62, FINALLY_0054);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0054;
}
FINALLY_0054:
{ // begin finally (depth: 1)
Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var);
IL2CPP_END_FINALLY(84)
} // end finally (depth: 1)
IL2CPP_CLEANUP(84)
{
IL2CPP_JUMP_TBL(0x62, IL_0062)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0062:
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_13 = V_0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_14 = ___context1;
NullCheck(L_13);
SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E(L_13, L_14, /*hidden argument*/NULL);
}
IL_0069:
{
return;
}
}
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnDeserialized(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_0 = NULL;
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 V_1;
memset((&V_1), 0, sizeof(V_1));
MethodInfo_t * V_2 = NULL;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnDeserializedMethods_3();
if (!L_0)
{
goto IL_0069;
}
}
{
V_0 = (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)NULL;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnDeserializedMethods_3();
NullCheck(L_1);
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 L_2 = List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C(L_1, /*hidden argument*/List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var);
V_1 = L_2;
}
IL_0016:
try
{ // begin try (depth: 1)
{
goto IL_0049;
}
IL_0018:
{
MethodInfo_t * L_3 = Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var);
V_2 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ___obj0;
MethodInfo_t * L_7 = V_2;
Delegate_t * L_8 = Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL);
V_3 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_9 = V_0;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_10 = V_3;
Delegate_t * L_11 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_9, L_10, /*hidden argument*/NULL);
V_0 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
}
IL_0049:
{
bool L_12 = Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var);
if (L_12)
{
goto IL_0018;
}
}
IL_0052:
{
IL2CPP_LEAVE(0x62, FINALLY_0054);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0054;
}
FINALLY_0054:
{ // begin finally (depth: 1)
Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var);
IL2CPP_END_FINALLY(84)
} // end finally (depth: 1)
IL2CPP_CLEANUP(84)
{
IL2CPP_JUMP_TBL(0x62, IL_0062)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0062:
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_13 = V_0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_14 = ___context1;
NullCheck(L_13);
SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E(L_13, L_14, /*hidden argument*/NULL);
}
IL_0069:
{
return;
}
}
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnSerialized(System.Object,System.Runtime.Serialization.SerializationEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___handler1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 V_0;
memset((&V_0), 0, sizeof(V_0));
MethodInfo_t * V_1 = NULL;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * 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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnSerializedMethods_1();
if (!L_0)
{
goto IL_0061;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnSerializedMethods_1();
NullCheck(L_1);
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 L_2 = List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C(L_1, /*hidden argument*/List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var);
V_0 = L_2;
}
IL_0014:
try
{ // begin try (depth: 1)
{
goto IL_0048;
}
IL_0016:
{
MethodInfo_t * L_3 = Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var);
V_1 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ___obj0;
MethodInfo_t * L_7 = V_1;
Delegate_t * L_8 = Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL);
V_2 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_9 = ___handler1;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_10 = V_2;
Delegate_t * L_11 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_9, L_10, /*hidden argument*/NULL);
___handler1 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
}
IL_0048:
{
bool L_12 = Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var);
if (L_12)
{
goto IL_0016;
}
}
IL_0051:
{
IL2CPP_LEAVE(0x61, FINALLY_0053);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0053;
}
FINALLY_0053:
{ // begin finally (depth: 1)
Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var);
IL2CPP_END_FINALLY(83)
} // end finally (depth: 1)
IL2CPP_CLEANUP(83)
{
IL2CPP_JUMP_TBL(0x61, IL_0061)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0061:
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_13 = ___handler1;
return L_13;
}
}
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnDeserialized(System.Object,System.Runtime.Serialization.SerializationEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * SerializationEvents_AddOnDeserialized_mE2F40EFC894379A1619142E849F06A848C0029BF (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___handler1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_AddOnDeserialized_mE2F40EFC894379A1619142E849F06A848C0029BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 V_0;
memset((&V_0), 0, sizeof(V_0));
MethodInfo_t * V_1 = NULL;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * 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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnDeserializedMethods_3();
if (!L_0)
{
goto IL_0061;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnDeserializedMethods_3();
NullCheck(L_1);
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 L_2 = List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C(L_1, /*hidden argument*/List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var);
V_0 = L_2;
}
IL_0014:
try
{ // begin try (depth: 1)
{
goto IL_0048;
}
IL_0016:
{
MethodInfo_t * L_3 = Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var);
V_1 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ___obj0;
MethodInfo_t * L_7 = V_1;
Delegate_t * L_8 = Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL);
V_2 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_9 = ___handler1;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_10 = V_2;
Delegate_t * L_11 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_9, L_10, /*hidden argument*/NULL);
___handler1 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
}
IL_0048:
{
bool L_12 = Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var);
if (L_12)
{
goto IL_0016;
}
}
IL_0051:
{
IL2CPP_LEAVE(0x61, FINALLY_0053);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0053;
}
FINALLY_0053:
{ // begin finally (depth: 1)
Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var);
IL2CPP_END_FINALLY(83)
} // end finally (depth: 1)
IL2CPP_CLEANUP(83)
{
IL2CPP_JUMP_TBL(0x61, IL_0061)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0061:
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_13 = ___handler1;
return L_13;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationEvents System.Runtime.Serialization.SerializationEventsCache::GetSerializationEventsForType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D (Type_t * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * V_0 = NULL;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ((SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var))->get_cache_0();
Type_t * L_1 = ___t0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_3 = ((SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F *)CastclassClass((RuntimeObject*)L_2, SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F_il2cpp_TypeInfo_var));
V_0 = L_3;
if (L_3)
{
goto IL_005c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = ((SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var))->get_cache_0();
NullCheck(L_4);
RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(41 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_4);
V_1 = L_5;
V_2 = (bool)0;
}
IL_0021:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_6 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_6, (bool*)(&V_2), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = ((SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var))->get_cache_0();
Type_t * L_8 = ___t0;
NullCheck(L_7);
RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_10 = ((SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F *)CastclassClass((RuntimeObject*)L_9, SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F_il2cpp_TypeInfo_var));
V_0 = L_10;
if (L_10)
{
goto IL_0050;
}
}
IL_003d:
{
Type_t * L_11 = ___t0;
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_12 = (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F *)il2cpp_codegen_object_new(SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F_il2cpp_TypeInfo_var);
SerializationEvents__ctor_m465833D124EE42F097421B325F909C504D3D7C0B(L_12, L_11, /*hidden argument*/NULL);
V_0 = L_12;
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = ((SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var))->get_cache_0();
Type_t * L_14 = ___t0;
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_15 = V_0;
NullCheck(L_13);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_14, L_15);
}
IL_0050:
{
IL2CPP_LEAVE(0x5C, FINALLY_0052);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0052;
}
FINALLY_0052:
{ // begin finally (depth: 1)
{
bool L_16 = V_2;
if (!L_16)
{
goto IL_005b;
}
}
IL_0055:
{
RuntimeObject * L_17 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_17, /*hidden argument*/NULL);
}
IL_005b:
{
IL2CPP_END_FINALLY(82)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(82)
{
IL2CPP_JUMP_TBL(0x5C, IL_005c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005c:
{
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_18 = V_0;
return L_18;
}
}
// System.Void System.Runtime.Serialization.SerializationEventsCache::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventsCache__cctor_m418D864822B9A38B4A4610CCAA3CE52DCC990E5D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEventsCache__cctor_m418D864822B9A38B4A4610CCAA3CE52DCC990E5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
((SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var))->set_cache_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SerializationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
String_t* L_0 = ((SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields*)il2cpp_codegen_static_fields_for(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var))->get__nullMessage_17();
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233076), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233076), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_mCCC70F63CC8A3BC77B50CFA582D9DB1256846921 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233076), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m4D4FF4D952E30DA5FC3EB1E9D45DEE338070B1C4 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationException::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__cctor_mF1BFF0C24C11C61B811BAF246522AAE4CF9988F6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationException__cctor_mF1BFF0C24C11C61B811BAF246522AAE4CF9988F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2DA62276D50D130F1C059F6E94FD6CCBF5F7C7A4, /*hidden argument*/NULL);
((SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields*)il2cpp_codegen_static_fields_for(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var))->set__nullMessage_17(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.Reflection.Module System.Runtime.Serialization.SerializationFieldInfo::get_Module()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * SerializationFieldInfo_get_Module_m3158E4154CB6CE83F02CCE4BB96E39ECF428E9A5 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_1 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(15 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_0);
return L_1;
}
}
// System.Int32 System.Runtime.Serialization.SerializationFieldInfo::get_MetadataToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationFieldInfo_get_MetadataToken_m1ED08B343A055125AD3848BB0D7A0E1A62A9DF82 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Reflection.MemberInfo::get_MetadataToken() */, L_0);
return L_1;
}
}
// System.Void System.Runtime.Serialization.SerializationFieldInfo::.ctor(System.Reflection.RuntimeFieldInfo,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationFieldInfo__ctor_m1A8B6A31CCEC4966A15DD4F95AB36F20FCBA943E (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * ___field0, String_t* ___namePrefix1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationFieldInfo__ctor_m1A8B6A31CCEC4966A15DD4F95AB36F20FCBA943E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FieldInfo__ctor_mA7155594B8A101D076F12CC45AE64020834924DB(__this, /*hidden argument*/NULL);
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = ___field0;
__this->set_m_field_0(L_0);
String_t* L_1 = ___namePrefix1;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_2 = __this->get_m_field_0();
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2);
String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_1, _stringLiteralA979EF10CC6F6A36DF6B8A323307EE3BB2E2DB9C, L_3, /*hidden argument*/NULL);
__this->set_m_serializationName_1(L_4);
return;
}
}
// System.String System.Runtime.Serialization.SerializationFieldInfo::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationFieldInfo_get_Name_mC3CDC83D569CCA335F2416C309E73DC557AD43D3 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_serializationName_1();
return L_0;
}
}
// System.Type System.Runtime.Serialization.SerializationFieldInfo::get_DeclaringType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationFieldInfo_get_DeclaringType_m14A657B0EAC4C64DA5407EF865C7CEE606C1F67B (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
return L_1;
}
}
// System.Type System.Runtime.Serialization.SerializationFieldInfo::get_ReflectedType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationFieldInfo_get_ReflectedType_mCDBCB195DE25C434FA8D072514A284323E77EB8E (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_0);
return L_1;
}
}
// System.Object[] System.Runtime.Serialization.SerializationFieldInfo::GetCustomAttributes(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* SerializationFieldInfo_GetCustomAttributes_mFCCA36C4E9E321FFC757DE0D66B71D26B2F6E5C1 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, bool ___inherit0, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
bool L_1 = ___inherit0;
NullCheck(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = VirtFuncInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, bool >::Invoke(10 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Boolean) */, L_0, L_1);
return L_2;
}
}
// System.Object[] System.Runtime.Serialization.SerializationFieldInfo::GetCustomAttributes(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* SerializationFieldInfo_GetCustomAttributes_m47D0D20B243139537F777E541CC8468B18E76FDD (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
Type_t * L_1 = ___attributeType0;
bool L_2 = ___inherit1;
NullCheck(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_0, L_1, L_2);
return L_3;
}
}
// System.Boolean System.Runtime.Serialization.SerializationFieldInfo::IsDefined(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationFieldInfo_IsDefined_mA5CA4CADD567EE17DE7E483E7D039A6618495A9E (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
Type_t * L_1 = ___attributeType0;
bool L_2 = ___inherit1;
NullCheck(L_0);
bool L_3 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_1, L_2);
return L_3;
}
}
// System.Type System.Runtime.Serialization.SerializationFieldInfo::get_FieldType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationFieldInfo_get_FieldType_m5B4A91A306FDBB33FE0705B041E55C8601CA9F96 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_0);
return L_1;
}
}
// System.Object System.Runtime.Serialization.SerializationFieldInfo::GetValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationFieldInfo_GetValue_mFA01B21BEA3695D4F252812386764CCF23C3C268 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
RuntimeObject * L_1 = ___obj0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Object System.Runtime.Serialization.SerializationFieldInfo::InternalGetValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationFieldInfo_InternalGetValue_m0415259F9E51640D6045418B670F2D89825F34B5 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationFieldInfo_InternalGetValue_m0415259F9E51640D6045418B670F2D89825F34B5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * V_0 = NULL;
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
V_0 = ((RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 *)IsInstClass((RuntimeObject*)L_0, RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_il2cpp_TypeInfo_var));
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_1 = V_0;
bool L_2 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_1, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0024;
}
}
{
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_3 = V_0;
RuntimeObject * L_4 = ___obj0;
NullCheck(L_3);
RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0(L_3, L_4, /*hidden argument*/NULL);
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_5 = V_0;
RuntimeObject * L_6 = ___obj0;
NullCheck(L_5);
RuntimeObject * L_7 = RtFieldInfo_UnsafeGetValue_m9B9ACFD585730B17FE5E4CE36C3F0BE529D62E3A(L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0024:
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_8 = __this->get_m_field_0();
RuntimeObject * L_9 = ___obj0;
NullCheck(L_8);
RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_8, L_9);
return L_10;
}
}
// System.Void System.Runtime.Serialization.SerializationFieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationFieldInfo_SetValue_mB5B11E4B87301FF642CD2601976DCA997364EA10 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
RuntimeObject * L_1 = ___obj0;
RuntimeObject * L_2 = ___value1;
int32_t L_3 = ___invokeAttr2;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_4 = ___binder3;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = ___culture4;
NullCheck(L_0);
VirtActionInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(23 /* System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) */, L_0, L_1, L_2, L_3, L_4, L_5);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationFieldInfo::InternalSetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationFieldInfo_InternalSetValue_m7B91C46078AA4ACCFA7D973078D409610CD80104 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationFieldInfo_InternalSetValue_m7B91C46078AA4ACCFA7D973078D409610CD80104_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * V_0 = NULL;
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
V_0 = ((RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 *)IsInstClass((RuntimeObject*)L_0, RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_il2cpp_TypeInfo_var));
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_1 = V_0;
bool L_2 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_1, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002a;
}
}
{
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_3 = V_0;
RuntimeObject * L_4 = ___obj0;
NullCheck(L_3);
RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0(L_3, L_4, /*hidden argument*/NULL);
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_5 = V_0;
RuntimeObject * L_6 = ___obj0;
RuntimeObject * L_7 = ___value1;
int32_t L_8 = ___invokeAttr2;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_9 = ___binder3;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___culture4;
NullCheck(L_5);
RtFieldInfo_UnsafeSetValue_m84A4DDE188235CFC2DAB59032535FB93B32D0D9B(L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
return;
}
IL_002a:
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_11 = __this->get_m_field_0();
RuntimeObject * L_12 = ___obj0;
RuntimeObject * L_13 = ___value1;
int32_t L_14 = ___invokeAttr2;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_15 = ___binder3;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = ___culture4;
NullCheck(L_11);
VirtActionInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(23 /* System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) */, L_11, L_12, L_13, L_14, L_15, L_16);
return;
}
}
// System.Reflection.RuntimeFieldInfo System.Runtime.Serialization.SerializationFieldInfo::get_FieldInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * SerializationFieldInfo_get_FieldInfo_m9DB3AFCBC6FC49294E177759911C49CEC4E2C400 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
return L_0;
}
}
// System.RuntimeFieldHandle System.Runtime.Serialization.SerializationFieldInfo::get_FieldHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF SerializationFieldInfo_get_FieldHandle_m518D15B2302068AF3F5D4BC18FCD83AF6503D010 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_1 = VirtFuncInvoker0< RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF >::Invoke(17 /* System.RuntimeFieldHandle System.Reflection.FieldInfo::get_FieldHandle() */, L_0);
return L_1;
}
}
// System.Reflection.FieldAttributes System.Runtime.Serialization.SerializationFieldInfo::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationFieldInfo_get_Attributes_m80C4D124B80AF525BE1275A8D75D8B32E919192D (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, 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.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m38A4B9DDACC89C0C310AB6E48ED817223639EA93 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, RuntimeObject* ___converter1, const RuntimeMethod* method)
{
{
Type_t * L_0 = ___type0;
RuntimeObject* L_1 = ___converter1;
SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, RuntimeObject* ___converter1, bool ___requireSameTokenInPartialTrust2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Type_t * L_0 = ___type0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_RuntimeMethod_var);
}
IL_0014:
{
RuntimeObject* L_2 = ___converter1;
if (L_2)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral2C3199988097E4BB3103E8C34B8DFE8796545D8F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_RuntimeMethod_var);
}
IL_0022:
{
Type_t * L_4 = ___type0;
__this->set_objectType_11(L_4);
Type_t * L_5 = ___type0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_5);
__this->set_m_fullTypeName_9(L_6);
Type_t * L_7 = ___type0;
NullCheck(L_7);
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_8 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(15 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_7);
NullCheck(L_8);
Assembly_t * L_9 = VirtFuncInvoker0< Assembly_t * >::Invoke(9 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_8);
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_9);
__this->set_m_assemName_10(L_10);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_m_members_3(L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_m_data_4(L_12);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_m_types_5(L_13);
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_14 = (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *)il2cpp_codegen_object_new(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62(L_14, /*hidden argument*/Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var);
__this->set_m_nameToIndex_6(L_14);
RuntimeObject* L_15 = ___converter1;
__this->set_m_converter_8(L_15);
bool L_16 = ___requireSameTokenInPartialTrust2;
__this->set_requireSameTokenInPartialTrust_14(L_16);
return;
}
}
// System.String System.Runtime.Serialization.SerializationInfo::get_FullTypeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_FullTypeName_m2FA87CB40BE1AFC52F5B38AA139DB69550F32F54 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_fullTypeName_9();
return L_0;
}
}
// System.String System.Runtime.Serialization.SerializationInfo::get_AssemblyName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_AssemblyName_mF6B32EE20F3EE9F398DFCF6745B0BD1F3D547DC0 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_assemName_10();
return L_0;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___type0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_RuntimeMethod_var);
}
IL_000e:
{
bool L_2 = __this->get_requireSameTokenInPartialTrust_14();
if (!L_2)
{
goto IL_0036;
}
}
{
Type_t * L_3 = SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
Assembly_t * L_4 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_3);
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_4);
Type_t * L_6 = ___type0;
NullCheck(L_6);
Assembly_t * L_7 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_6);
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_7);
SerializationInfo_DemandForUnsafeAssemblyNameAssignments_m7B407928E8E2C372A2E91B42F62698A7839376A5(L_5, L_8, /*hidden argument*/NULL);
}
IL_0036:
{
Type_t * L_9 = __this->get_objectType_11();
Type_t * L_10 = ___type0;
if ((((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_10)))
{
goto IL_0076;
}
}
{
Type_t * L_11 = ___type0;
__this->set_objectType_11(L_11);
Type_t * L_12 = ___type0;
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_12);
__this->set_m_fullTypeName_9(L_13);
Type_t * L_14 = ___type0;
NullCheck(L_14);
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_15 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(15 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_14);
NullCheck(L_15);
Assembly_t * L_16 = VirtFuncInvoker0< Assembly_t * >::Invoke(9 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_15);
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_16);
__this->set_m_assemName_10(L_17);
__this->set_isFullTypeNameSetExplicit_12((bool)0);
__this->set_isAssemblyNameSetExplicit_13((bool)0);
}
IL_0076:
{
return;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::Compare(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_Compare_m61A144004D04A85C542088F47D83003C0434576F (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___a0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___a0;
if (!L_0)
{
goto IL_0016;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___b1;
if (!L_1)
{
goto IL_0016;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___a0;
NullCheck(L_2);
if (!(((RuntimeArray*)L_2)->max_length))
{
goto IL_0016;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___b1;
NullCheck(L_3);
if (!(((RuntimeArray*)L_3)->max_length))
{
goto IL_0016;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___a0;
NullCheck(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___b1;
NullCheck(L_5);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))))
{
goto IL_0018;
}
}
IL_0016:
{
return (bool)0;
}
IL_0018:
{
V_0 = 0;
goto IL_002a;
}
IL_001c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___a0;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___b1;
int32_t L_11 = V_0;
NullCheck(L_10);
int32_t L_12 = L_11;
uint8_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
if ((((int32_t)L_9) == ((int32_t)L_13)))
{
goto IL_0026;
}
}
{
return (bool)0;
}
IL_0026:
{
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_002a:
{
int32_t L_15 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___a0;
NullCheck(L_16);
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
{
goto IL_001c;
}
}
{
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::DemandForUnsafeAssemblyNameAssignments(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_DemandForUnsafeAssemblyNameAssignments_m7B407928E8E2C372A2E91B42F62698A7839376A5 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___originalAssemblyName0;
String_t* L_1 = ___newAssemblyName1;
SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::IsAssemblyNameAssignmentSafe(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * V_0 = NULL;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * V_1 = NULL;
{
String_t* L_0 = ___originalAssemblyName0;
String_t* L_1 = ___newAssemblyName1;
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000b;
}
}
{
return (bool)1;
}
IL_000b:
{
String_t* L_3 = ___originalAssemblyName0;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_4 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var);
AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF(L_4, L_3, /*hidden argument*/NULL);
V_0 = L_4;
String_t* L_5 = ___newAssemblyName1;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_6 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var);
AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF(L_6, L_5, /*hidden argument*/NULL);
V_1 = L_6;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_7 = V_1;
NullCheck(L_7);
String_t* L_8 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline(L_7, /*hidden argument*/NULL);
bool L_9 = String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43(L_8, _stringLiteralAFD6EADC1B6810FA1650AC3B4E0294321C5424BA, 5, /*hidden argument*/NULL);
if (L_9)
{
goto IL_003f;
}
}
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_10 = V_1;
NullCheck(L_10);
String_t* L_11 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline(L_10, /*hidden argument*/NULL);
bool L_12 = String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43(L_11, _stringLiteral3F83668D81A5EFAE08ACCA9672E88B6C4E9A2057, 5, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0041;
}
}
IL_003f:
{
return (bool)0;
}
IL_0041:
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_13 = V_0;
NullCheck(L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0(L_13, /*hidden argument*/NULL);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_15 = V_1;
NullCheck(L_15);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0(L_15, /*hidden argument*/NULL);
bool L_17 = SerializationInfo_Compare_m61A144004D04A85C542088F47D83003C0434576F(L_14, L_16, /*hidden argument*/NULL);
return L_17;
}
}
// System.Int32 System.Runtime.Serialization.SerializationInfo::get_MemberCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_get_MemberCount_mF79476D1586072A40815637E4E3209B1FAACACEC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_currMember_7();
return L_0;
}
}
// System.Type System.Runtime.Serialization.SerializationInfo::get_ObjectType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_objectType_11();
return L_0;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsFullTypeNameSetExplicit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsFullTypeNameSetExplicit_m35B9D2A3CF5D0B4BBA1FF6279CB8DD03D8B402CD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isFullTypeNameSetExplicit_12();
return L_0;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsAssemblyNameSetExplicit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsAssemblyNameSetExplicit_m0570C6F7088735687DE3A5FE6099B6DE2030DEB8 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isAssemblyNameSetExplicit_13();
return L_0;
}
}
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_m_members_3();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get_m_data_4();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = __this->get_m_types_5();
int32_t L_3 = __this->get_m_currMember_7();
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_4 = (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 *)il2cpp_codegen_object_new(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5_il2cpp_TypeInfo_var);
SerializationInfoEnumerator__ctor_m2409FCB25F7F2284C04B53473E7F01DE9D5FCE2E(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::ExpandArrays()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_3 = NULL;
{
int32_t L_0 = __this->get_m_currMember_7();
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2));
int32_t L_1 = V_0;
int32_t L_2 = __this->get_m_currMember_7();
if ((((int32_t)L_1) >= ((int32_t)L_2)))
{
goto IL_0025;
}
}
{
int32_t L_3 = __this->get_m_currMember_7();
if ((((int32_t)((int32_t)2147483647LL)) <= ((int32_t)L_3)))
{
goto IL_0025;
}
}
{
V_0 = ((int32_t)2147483647LL);
}
IL_0025:
{
int32_t L_4 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_1 = L_5;
int32_t L_6 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_2 = L_7;
int32_t L_8 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_8);
V_3 = L_9;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = __this->get_m_members_3();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_1;
int32_t L_12 = __this->get_m_currMember_7();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_10, (RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_m_data_4();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = V_2;
int32_t L_15 = __this->get_m_currMember_7();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_13, (RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = __this->get_m_types_5();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = V_3;
int32_t L_18 = __this->get_m_currMember_7();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_16, (RuntimeArray *)(RuntimeArray *)L_17, L_18, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = V_1;
__this->set_m_members_3(L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = V_2;
__this->set_m_data_4(L_20);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_21 = V_3;
__this->set_m_types_5(L_21);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___type2;
if (L_2)
{
goto IL_001c;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_RuntimeMethod_var);
}
IL_001c:
{
String_t* L_4 = ___name0;
RuntimeObject * L_5 = ___value1;
Type_t * L_6 = ___type2;
SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C(__this, L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value1;
if (L_0)
{
goto IL_0016;
}
}
{
String_t* L_1 = ___name0;
RuntimeObject * L_2 = ___value1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_1, L_2, L_4, /*hidden argument*/NULL);
return;
}
IL_0016:
{
String_t* L_5 = ___name0;
RuntimeObject * L_6 = ___value1;
RuntimeObject * L_7 = ___value1;
NullCheck(L_7);
Type_t * L_8 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_7, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_5, L_6, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
bool L_1 = ___value1;
bool L_2 = L_1;
RuntimeObject * L_3 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Il2CppChar ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
Il2CppChar L_1 = ___value1;
Il2CppChar L_2 = L_1;
RuntimeObject * L_3 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m4877E7BAFE436B280EE47F9C67F62307908413FA (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, uint8_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m4877E7BAFE436B280EE47F9C67F62307908413FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
uint8_t L_1 = ___value1;
uint8_t L_2 = L_1;
RuntimeObject * L_3 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int16_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
int16_t L_1 = ___value1;
int16_t L_2 = L_1;
RuntimeObject * L_3 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
int32_t L_1 = ___value1;
int32_t L_2 = L_1;
RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
int64_t L_1 = ___value1;
int64_t L_2 = L_1;
RuntimeObject * L_3 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, uint64_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
uint64_t L_1 = ___value1;
uint64_t L_2 = L_1;
RuntimeObject * L_3 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m00E7A843A1BB398AAC059B357DF478692285D305 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m00E7A843A1BB398AAC059B357DF478692285D305_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
float L_1 = ___value1;
float L_2 = L_1;
RuntimeObject * L_3 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___value1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = L_1;
RuntimeObject * L_3 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValueInternal(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_0 = __this->get_m_nameToIndex_6();
String_t* L_1 = ___name0;
NullCheck(L_0);
bool L_2 = Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var);
if (!L_2)
{
goto IL_001e;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral906DADDF1D675117DFD9E7AA8C6391C628995607, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_RuntimeMethod_var);
}
IL_001e:
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_5 = __this->get_m_nameToIndex_6();
String_t* L_6 = ___name0;
int32_t L_7 = __this->get_m_currMember_7();
NullCheck(L_5);
Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76_RuntimeMethod_var);
int32_t L_8 = __this->get_m_currMember_7();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = __this->get_m_members_3();
NullCheck(L_9);
if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))))
{
goto IL_0046;
}
}
{
SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734(__this, /*hidden argument*/NULL);
}
IL_0046:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = __this->get_m_members_3();
int32_t L_11 = __this->get_m_currMember_7();
String_t* L_12 = ___name0;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_12);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (String_t*)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_m_data_4();
int32_t L_14 = __this->get_m_currMember_7();
RuntimeObject * L_15 = ___value1;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_15);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (RuntimeObject *)L_15);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = __this->get_m_types_5();
int32_t L_17 = __this->get_m_currMember_7();
Type_t * L_18 = ___type2;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_18);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (Type_t *)L_18);
int32_t L_19 = __this->get_m_currMember_7();
__this->set_m_currMember_7(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)));
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::UpdateValue(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_UpdateValue_m061390F667AABBC605E266D5BCED0825FC503B95 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
int32_t L_1 = SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0016;
}
}
{
String_t* L_3 = ___name0;
RuntimeObject * L_4 = ___value1;
Type_t * L_5 = ___type2;
SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
return;
}
IL_0016:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = __this->get_m_data_4();
int32_t L_7 = V_0;
RuntimeObject * L_8 = ___value1;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject *)L_8);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = __this->get_m_types_5();
int32_t L_10 = V_0;
Type_t * L_11 = ___type2;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (Type_t *)L_11);
return;
}
}
// System.Int32 System.Runtime.Serialization.SerializationInfo::FindElement(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_RuntimeMethod_var);
}
IL_000e:
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_2 = __this->get_m_nameToIndex_6();
String_t* L_3 = ___name0;
NullCheck(L_2);
bool L_4 = Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67(L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67_RuntimeMethod_var);
if (!L_4)
{
goto IL_0020;
}
}
{
int32_t L_5 = V_0;
return L_5;
}
IL_0020:
{
return (-1);
}
}
// System.Object System.Runtime.Serialization.SerializationInfo::GetElement(System.String,System.Type&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
int32_t L_1 = SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_0026;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
String_t* L_5 = ___name0;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral13613C0A4C8E9661B704E532D3481E2DBE252601, L_4, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_7 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_RuntimeMethod_var);
}
IL_0026:
{
Type_t ** L_8 = ___foundType1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = __this->get_m_types_5();
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
Type_t * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
*((RuntimeObject **)L_8) = (RuntimeObject *)L_12;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_m_data_4();
int32_t L_14 = V_0;
NullCheck(L_13);
int32_t L_15 = L_14;
RuntimeObject * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
return L_16;
}
}
// System.Object System.Runtime.Serialization.SerializationInfo::GetElementNoThrow(System.String,System.Type&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElementNoThrow_mFE4934788659C1A7E0DABBCE844CEA1E45BA78D1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
int32_t L_1 = SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_0011;
}
}
{
Type_t ** L_3 = ___foundType1;
*((RuntimeObject **)L_3) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL);
return NULL;
}
IL_0011:
{
Type_t ** L_4 = ___foundType1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = __this->get_m_types_5();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = L_6;
Type_t * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
*((RuntimeObject **)L_4) = (RuntimeObject *)L_8;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = __this->get_m_data_4();
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
RuntimeObject * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
return L_12;
}
}
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
Type_t * L_0 = ___type1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___type1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_3 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002c;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC3A46DF3DE19D92FC498CF4CCD590933A406DA60, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_RuntimeMethod_var);
}
IL_002c:
{
String_t* L_6 = ___name0;
RuntimeObject * L_7 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_6, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_7;
Type_t * L_8 = V_0;
Type_t * L_9 = ___type1;
if ((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_9)))
{
goto IL_0046;
}
}
{
Type_t * L_10 = ___type1;
Type_t * L_11 = V_0;
NullCheck(L_10);
bool L_12 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_10, L_11);
if (L_12)
{
goto IL_0046;
}
}
{
RuntimeObject * L_13 = V_1;
if (L_13)
{
goto IL_0048;
}
}
IL_0046:
{
RuntimeObject * L_14 = V_1;
return L_14;
}
IL_0048:
{
RuntimeObject* L_15 = __this->get_m_converter_8();
RuntimeObject * L_16 = V_1;
Type_t * L_17 = ___type1;
NullCheck(L_15);
RuntimeObject * L_18 = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.Runtime.Serialization.IFormatterConverter::Convert(System.Object,System.Type) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_15, L_16, L_17);
return L_18;
}
}
// System.Object System.Runtime.Serialization.SerializationInfo::GetValueNoThrow(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElementNoThrow_mFE4934788659C1A7E0DABBCE844CEA1E45BA78D1(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
RuntimeObject * L_2 = V_1;
if (L_2)
{
goto IL_000f;
}
}
{
return NULL;
}
IL_000f:
{
Type_t * L_3 = V_0;
Type_t * L_4 = ___type1;
if ((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4)))
{
goto IL_001f;
}
}
{
Type_t * L_5 = ___type1;
Type_t * L_6 = V_0;
NullCheck(L_5);
bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6);
if (L_7)
{
goto IL_001f;
}
}
{
RuntimeObject * L_8 = V_1;
if (L_8)
{
goto IL_0021;
}
}
IL_001f:
{
RuntimeObject * L_9 = V_1;
return L_9;
}
IL_0021:
{
RuntimeObject* L_10 = __this->get_m_converter_8();
RuntimeObject * L_11 = V_1;
Type_t * L_12 = ___type1;
NullCheck(L_10);
RuntimeObject * L_13 = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.Runtime.Serialization.IFormatterConverter::Convert(System.Object,System.Type) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_10, L_11, L_12);
return L_13;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Type_t * L_2 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_001e;
}
}
{
RuntimeObject * L_5 = V_1;
return ((*(bool*)((bool*)UnBox(L_5, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
}
IL_001e:
{
RuntimeObject* L_6 = __this->get_m_converter_8();
RuntimeObject * L_7 = V_1;
NullCheck(L_6);
bool L_8 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(1 /* System.Boolean System.Runtime.Serialization.IFormatterConverter::ToBoolean(System.Object) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_6, L_7);
return L_8;
}
}
// System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Type_t * L_2 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_001e;
}
}
{
RuntimeObject * L_5 = V_1;
return ((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
IL_001e:
{
RuntimeObject* L_6 = __this->get_m_converter_8();
RuntimeObject * L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Runtime.Serialization.IFormatterConverter::ToInt32(System.Object) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_6, L_7);
return L_8;
}
}
// System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Type_t * L_2 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_001e;
}
}
{
RuntimeObject * L_5 = V_1;
return ((*(int64_t*)((int64_t*)UnBox(L_5, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
}
IL_001e:
{
RuntimeObject* L_6 = __this->get_m_converter_8();
RuntimeObject * L_7 = V_1;
NullCheck(L_6);
int64_t L_8 = InterfaceFuncInvoker1< int64_t, RuntimeObject * >::Invoke(3 /* System.Int64 System.Runtime.Serialization.IFormatterConverter::ToInt64(System.Object) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_6, L_7);
return L_8;
}
}
// System.Single System.Runtime.Serialization.SerializationInfo::GetSingle(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SerializationInfo_GetSingle_m8AEE647D41D4C89D5331F2E3EBF17213284EE28D (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetSingle_m8AEE647D41D4C89D5331F2E3EBF17213284EE28D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Type_t * L_2 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_001e;
}
}
{
RuntimeObject * L_5 = V_1;
return ((*(float*)((float*)UnBox(L_5, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
}
IL_001e:
{
RuntimeObject* L_6 = __this->get_m_converter_8();
RuntimeObject * L_7 = V_1;
NullCheck(L_6);
float L_8 = InterfaceFuncInvoker1< float, RuntimeObject * >::Invoke(4 /* System.Single System.Runtime.Serialization.IFormatterConverter::ToSingle(System.Object) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_6, L_7);
return L_8;
}
}
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Type_t * L_2 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
if ((((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))
{
goto IL_001a;
}
}
{
RuntimeObject * L_5 = V_1;
if (L_5)
{
goto IL_0021;
}
}
IL_001a:
{
RuntimeObject * L_6 = V_1;
return ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var));
}
IL_0021:
{
RuntimeObject* L_7 = __this->get_m_converter_8();
RuntimeObject * L_8 = V_1;
NullCheck(L_7);
String_t* L_9 = InterfaceFuncInvoker1< String_t*, RuntimeObject * >::Invoke(5 /* System.String System.Runtime.Serialization.IFormatterConverter::ToString(System.Object) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_7, L_8);
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SerializationInfoEnumerator::.ctor(System.String[],System.Object[],System.Type[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator__ctor_m2409FCB25F7F2284C04B53473E7F01DE9D5FCE2E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___members0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___info1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, int32_t ___numItems3, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___members0;
__this->set_m_members_0(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___info1;
__this->set_m_data_1(L_1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ___types2;
__this->set_m_types_2(L_2);
int32_t L_3 = ___numItems3;
__this->set_m_numItems_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)));
__this->set_m_currItem_4((-1));
__this->set_m_current_5((bool)0);
return;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_currItem_4();
int32_t L_1 = __this->get_m_numItems_3();
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_0025;
}
}
{
int32_t L_2 = __this->get_m_currItem_4();
__this->set_m_currItem_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
__this->set_m_current_5((bool)1);
goto IL_002c;
}
IL_0025:
{
__this->set_m_current_5((bool)0);
}
IL_002c:
{
bool L_3 = __this->get_m_current_5();
return L_3;
}
}
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_current_5();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55_RuntimeMethod_var);
}
IL_0018:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_m_members_0();
int32_t L_4 = __this->get_m_currItem_4();
NullCheck(L_3);
int32_t L_5 = L_4;
String_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get_m_data_1();
int32_t L_8 = __this->get_m_currItem_4();
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeObject * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = __this->get_m_types_2();
int32_t L_12 = __this->get_m_currItem_4();
NullCheck(L_11);
int32_t L_13 = L_12;
Type_t * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA L_15;
memset((&L_15), 0, sizeof(L_15));
SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C((&L_15), L_6, L_10, L_14, /*hidden argument*/NULL);
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA L_16 = L_15;
RuntimeObject * L_17 = Box(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_il2cpp_TypeInfo_var, &L_16);
return L_17;
}
}
// System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_current_5();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33_RuntimeMethod_var);
}
IL_0018:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_m_members_0();
int32_t L_4 = __this->get_m_currItem_4();
NullCheck(L_3);
int32_t L_5 = L_4;
String_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get_m_data_1();
int32_t L_8 = __this->get_m_currItem_4();
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeObject * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = __this->get_m_types_2();
int32_t L_12 = __this->get_m_currItem_4();
NullCheck(L_11);
int32_t L_13 = L_12;
Type_t * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA L_15;
memset((&L_15), 0, sizeof(L_15));
SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C((&L_15), L_6, L_10, L_14, /*hidden argument*/NULL);
return L_15;
}
}
// System.Void System.Runtime.Serialization.SerializationInfoEnumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator_Reset_m6AB5305A2ED1A370080E22C4A6D3FD18397F5961 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
{
__this->set_m_currItem_4((-1));
__this->set_m_current_5((bool)0);
return;
}
}
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_current_5();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E_RuntimeMethod_var);
}
IL_0018:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_m_members_0();
int32_t L_4 = __this->get_m_currItem_4();
NullCheck(L_3);
int32_t L_5 = L_4;
String_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
}
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_current_5();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1_RuntimeMethod_var);
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get_m_data_1();
int32_t L_4 = __this->get_m_currItem_4();
NullCheck(L_3);
int32_t L_5 = L_4;
RuntimeObject * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
}
// System.Type System.Runtime.Serialization.SerializationInfoEnumerator::get_ObjectType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_current_5();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675_RuntimeMethod_var);
}
IL_0018:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = __this->get_m_types_2();
int32_t L_4 = __this->get_m_currItem_4();
NullCheck(L_3);
int32_t L_5 = L_4;
Type_t * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
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.Runtime.Serialization.SerializationObjectManager::.ctor(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager__ctor_m8DD33BF17C11FD16B14FB99A35D662326CA839AE (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationObjectManager__ctor_m8DD33BF17C11FD16B14FB99A35D662326CA839AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
__this->set_m_objectSeenTable_0(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context0;
__this->set_m_context_2(L_1);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_2, /*hidden argument*/NULL);
__this->set_m_objectSeenTable_0(L_2);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationObjectManager::RegisterObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_RegisterObject_m4D04D80712661D02B1BAE41361A97F2DD26A1695 (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationObjectManager_RegisterObject_m4D04D80712661D02B1BAE41361A97F2DD26A1695_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_2 = SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D(L_1, /*hidden argument*/NULL);
V_0 = L_2;
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_3 = V_0;
NullCheck(L_3);
bool L_4 = SerializationEvents_get_HasOnSerializingEvents_mDB714D13D6BC0532FB54A4A7780EF45AC5E3C70E(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0048;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = __this->get_m_objectSeenTable_0();
RuntimeObject * L_6 = ___obj0;
NullCheck(L_5);
RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_5, L_6);
if (L_7)
{
goto IL_0048;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = __this->get_m_objectSeenTable_0();
RuntimeObject * L_9 = ___obj0;
bool L_10 = ((bool)1);
RuntimeObject * L_11 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_8);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_8, L_9, L_11);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_12 = V_0;
RuntimeObject * L_13 = ___obj0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_14 = __this->get_m_context_2();
NullCheck(L_12);
SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823(L_12, L_13, L_14, /*hidden argument*/NULL);
RuntimeObject * L_15 = ___obj0;
SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31(__this, L_15, /*hidden argument*/NULL);
}
IL_0048:
{
return;
}
}
// System.Void System.Runtime.Serialization.SerializationObjectManager::RaiseOnSerializedEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_RaiseOnSerializedEvent_m98A5FBD984680AE8529E3065C885BA5B446CF435 (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, const RuntimeMethod* method)
{
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_0 = __this->get_m_onSerializedHandler_1();
if (!L_0)
{
goto IL_0019;
}
}
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_1 = __this->get_m_onSerializedHandler_1();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = __this->get_m_context_2();
NullCheck(L_1);
SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E(L_1, L_2, /*hidden argument*/NULL);
}
IL_0019:
{
return;
}
}
// System.Void System.Runtime.Serialization.SerializationObjectManager::AddOnSerialized(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31 (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_2 = SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D(L_1, /*hidden argument*/NULL);
V_0 = L_2;
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_3 = V_0;
RuntimeObject * L_4 = ___obj0;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_5 = __this->get_m_onSerializedHandler_1();
NullCheck(L_3);
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_6 = SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B(L_3, L_4, L_5, /*hidden argument*/NULL);
__this->set_m_onSerializedHandler_1(L_6);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Runtime.Serialization.StreamingContext
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled)
{
if (unmarshaled.get_m_additionalContext_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_additionalContext_0()))
{
marshaled.___m_additionalContext_0 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_m_additionalContext_0()));
(marshaled.___m_additionalContext_0)->AddRef();
}
else
{
marshaled.___m_additionalContext_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_m_additionalContext_0());
}
}
else
{
marshaled.___m_additionalContext_0 = NULL;
}
marshaled.___m_state_1 = unmarshaled.get_m_state_1();
}
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_back(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___m_additionalContext_0 != NULL)
{
unmarshaled.set_m_additionalContext_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___m_additionalContext_0, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_additionalContext_0()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_m_additionalContext_0()), Il2CppIUnknown::IID, marshaled.___m_additionalContext_0);
}
}
else
{
unmarshaled.set_m_additionalContext_0(NULL);
}
int32_t unmarshaled_m_state_temp_1 = 0;
unmarshaled_m_state_temp_1 = marshaled.___m_state_1;
unmarshaled.set_m_state_1(unmarshaled_m_state_temp_1);
}
// Conversion method for clean up from marshalling of: System.Runtime.Serialization.StreamingContext
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_cleanup(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled)
{
if (marshaled.___m_additionalContext_0 != NULL)
{
(marshaled.___m_additionalContext_0)->Release();
marshaled.___m_additionalContext_0 = NULL;
}
}
// Conversion methods for marshalling of: System.Runtime.Serialization.StreamingContext
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_com(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com& marshaled)
{
if (unmarshaled.get_m_additionalContext_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_additionalContext_0()))
{
marshaled.___m_additionalContext_0 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_m_additionalContext_0()));
(marshaled.___m_additionalContext_0)->AddRef();
}
else
{
marshaled.___m_additionalContext_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_m_additionalContext_0());
}
}
else
{
marshaled.___m_additionalContext_0 = NULL;
}
marshaled.___m_state_1 = unmarshaled.get_m_state_1();
}
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_com_back(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com& marshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_com_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___m_additionalContext_0 != NULL)
{
unmarshaled.set_m_additionalContext_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___m_additionalContext_0, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_additionalContext_0()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_m_additionalContext_0()), Il2CppIUnknown::IID, marshaled.___m_additionalContext_0);
}
}
else
{
unmarshaled.set_m_additionalContext_0(NULL);
}
int32_t unmarshaled_m_state_temp_1 = 0;
unmarshaled_m_state_temp_1 = marshaled.___m_state_1;
unmarshaled.set_m_state_1(unmarshaled_m_state_temp_1);
}
// Conversion method for clean up from marshalling of: System.Runtime.Serialization.StreamingContext
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_com_cleanup(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com& marshaled)
{
if (marshaled.___m_additionalContext_0 != NULL)
{
(marshaled.___m_additionalContext_0)->Release();
marshaled.___m_additionalContext_0 = NULL;
}
}
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, int32_t ___state0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___state0;
StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)__this, L_0, NULL, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA_AdjustorThunk (RuntimeObject * __this, int32_t ___state0, const RuntimeMethod* method)
{
int32_t _offset = 1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + _offset);
StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA(_thisAdjusted, ___state0, method);
}
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, int32_t ___state0, RuntimeObject * ___additional1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___state0;
__this->set_m_state_1(L_0);
RuntimeObject * L_1 = ___additional1;
__this->set_m_additionalContext_0(L_1);
return;
}
}
IL2CPP_EXTERN_C void StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52_AdjustorThunk (RuntimeObject * __this, int32_t ___state0, RuntimeObject * ___additional1, const RuntimeMethod* method)
{
int32_t _offset = 1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + _offset);
StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52(_thisAdjusted, ___state0, ___additional1, method);
}
// System.Boolean System.Runtime.Serialization.StreamingContext::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
RuntimeObject * L_1 = ___obj0;
RuntimeObject * L_2 = ((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)UnBox(L_1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var))->get_m_additionalContext_0();
RuntimeObject * L_3 = __this->get_m_additionalContext_0();
if ((!(((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)L_3))))
{
goto IL_0032;
}
}
{
RuntimeObject * L_4 = ___obj0;
int32_t L_5 = ((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)UnBox(L_4, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var))->get_m_state_1();
int32_t L_6 = __this->get_m_state_1();
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0032;
}
}
{
return (bool)1;
}
IL_0032:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + _offset);
return StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.Runtime.Serialization.StreamingContext::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_state_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + _offset);
return StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5_inline(_thisAdjusted, method);
}
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::get_State()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_state_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + _offset);
return StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline(_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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.TypeLoadExceptionHolder::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadExceptionHolder__ctor_m0CEBC76DA756F48F4154F3A51C172C71F4AF777F (TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * __this, String_t* ___typeName0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___typeName0;
__this->set_m_typeName_0(L_0);
return;
}
}
// System.String System.Runtime.Serialization.TypeLoadExceptionHolder::get_TypeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeLoadExceptionHolder_get_TypeName_mF0C5975316A9B33FFF5082F76342E267A3C2448C (TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_typeName_0();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.ValueTypeFixupInfo::.ctor(System.Int64,System.Reflection.FieldInfo,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, int64_t ___containerID0, FieldInfo_t * ___member1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___parentIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
FieldInfo_t * L_0 = ___member1;
bool L_1 = FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7(L_0, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0022;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___parentIndex2;
if (L_2)
{
goto IL_0022;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral249DBD06E584477042DE51D82FF72D52F7D7C76D, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_RuntimeMethod_var);
}
IL_0022:
{
int64_t L_5 = ___containerID0;
if (L_5)
{
goto IL_0043;
}
}
{
FieldInfo_t * L_6 = ___member1;
bool L_7 = FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7(L_6, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0043;
}
}
{
int64_t L_8 = ___containerID0;
__this->set_m_containerID_0(L_8);
FieldInfo_t * L_9 = ___member1;
__this->set_m_parentField_1(L_9);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = ___parentIndex2;
__this->set_m_parentIndex_2(L_10);
}
IL_0043:
{
FieldInfo_t * L_11 = ___member1;
bool L_12 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_11, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_007f;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = ___parentIndex2;
if (!L_13)
{
goto IL_005f;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral08D213ABBE49B0ED315827FD621B5CC2D354DDD2, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_RuntimeMethod_var);
}
IL_005f:
{
FieldInfo_t * L_16 = ___member1;
NullCheck(L_16);
Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_16);
NullCheck(L_17);
bool L_18 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_007f;
}
}
{
int64_t L_19 = ___containerID0;
if (L_19)
{
goto IL_007f;
}
}
{
String_t* L_20 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF1FED6EF5E019C661C77B1DB161B69169FA467AC, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_21 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_21, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_RuntimeMethod_var);
}
IL_007f:
{
int64_t L_22 = ___containerID0;
__this->set_m_containerID_0(L_22);
FieldInfo_t * L_23 = ___member1;
__this->set_m_parentField_1(L_23);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_24 = ___parentIndex2;
__this->set_m_parentIndex_2(L_24);
return;
}
}
// System.Int64 System.Runtime.Serialization.ValueTypeFixupInfo::get_ContainerID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208 (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get_m_containerID_0();
return L_0;
}
}
// System.Reflection.FieldInfo System.Runtime.Serialization.ValueTypeFixupInfo::get_ParentField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * ValueTypeFixupInfo_get_ParentField_m0A81FF0C88D22219613C250FD431A107BF4411E3 (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method)
{
{
FieldInfo_t * L_0 = __this->get_m_parentField_1();
return L_0;
}
}
// System.Int32[] System.Runtime.Serialization.ValueTypeFixupInfo::get_ParentIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ValueTypeFixupInfo_get_ParentIndex_m6B7ADD6FF8AC73C8DDBF4FAA49AF2CA484EE7816 (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_parentIndex_2();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Versioning.BinaryCompatibility::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryCompatibility__cctor_m93D7345ABCD06B452C984790479C07F62E12089B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryCompatibility__cctor_m93D7345ABCD06B452C984790479C07F62E12089B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var))->set_TargetsAtLeast_Desktop_V4_5_0((bool)1);
((BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var))->set_TargetsAtLeast_Desktop_V4_5_1_1((bool)1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.RuntimeFieldHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C void RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_AdjustorThunk (RuntimeObject * __this, intptr_t ___v0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_inline(_thisAdjusted, ___v0, method);
}
// System.Void System.RuntimeFieldHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MonoField_t * V_0 = NULL;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF V_1;
memset((&V_1), 0, sizeof(V_1));
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (MonoField_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteralEC1F78FD1B1ED4270616C86AC5F060C76454B471, L_4, /*hidden argument*/NULL);
V_0 = ((MonoField_t *)CastclassClass((RuntimeObject*)L_5, MonoField_t_il2cpp_TypeInfo_var));
MonoField_t * L_6 = V_0;
NullCheck(L_6);
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_7 = VirtFuncInvoker0< RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF >::Invoke(17 /* System.RuntimeFieldHandle System.Reflection.FieldInfo::get_FieldHandle() */, L_6);
V_1 = L_7;
intptr_t L_8 = RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_inline((RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)(&V_1), /*hidden argument*/NULL);
__this->set_value_0((intptr_t)L_8);
intptr_t L_9 = __this->get_value_0();
bool L_10 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_9, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_10)
{
goto IL_005f;
}
}
{
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral724B20103740F89066905DA0B778BAF372F0DFFA, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_RuntimeMethod_var);
}
IL_005f:
{
return;
}
}
IL2CPP_EXTERN_C void RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465(_thisAdjusted, ___info0, ___context1, method);
}
// System.IntPtr System.RuntimeFieldHandle::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C intptr_t RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
return RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_inline(_thisAdjusted, method);
}
// System.Void System.RuntimeFieldHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_RuntimeMethod_var);
}
IL_000e:
{
intptr_t L_2 = __this->get_value_0();
bool L_3 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_2, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002b;
}
}
{
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_4, _stringLiteral5B51336E564989178F263E0CD28F6C75E70F7191, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_RuntimeMethod_var);
}
IL_002b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = (*(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)__this);
FieldInfo_t * L_7 = FieldInfo_GetFieldFromHandle_m4559B3EB75D60B9573FF47FB04F91F4752F1EDD6(L_6, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (MonoField_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteralEC1F78FD1B1ED4270616C86AC5F060C76454B471, ((MonoField_t *)CastclassClass((RuntimeObject*)L_7, MonoField_t_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A(_thisAdjusted, ___info0, ___context1, method);
}
// System.Boolean System.RuntimeFieldHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___obj0;
if (!L_0)
{
goto IL_0020;
}
}
{
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_1 = (*(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)__this);
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = L_1;
RuntimeObject * L_3 = Box(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_il2cpp_TypeInfo_var, &L_2);
NullCheck(L_3);
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
RuntimeObject * L_5 = ___obj0;
NullCheck(L_5);
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_7 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_8 = __this->get_value_0();
RuntimeObject * L_9 = ___obj0;
V_0 = ((*(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)((RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)UnBox(L_9, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_il2cpp_TypeInfo_var))));
intptr_t L_10 = RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_inline((RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)(&V_0), /*hidden argument*/NULL);
bool L_11 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_8, (intptr_t)L_10, /*hidden argument*/NULL);
return L_11;
}
}
IL2CPP_EXTERN_C bool RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
return RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.RuntimeFieldHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeFieldHandle_GetHashCode_mAC7E78F6C0F0A58E6A349467E3B9F8DC602B7F88 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method)
{
{
intptr_t* L_0 = __this->get_address_of_value_0();
int32_t L_1 = IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A((intptr_t*)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t RuntimeFieldHandle_GetHashCode_mAC7E78F6C0F0A58E6A349467E3B9F8DC602B7F88_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
return RuntimeFieldHandle_GetHashCode_mAC7E78F6C0F0A58E6A349467E3B9F8DC602B7F88(_thisAdjusted, method);
}
// System.Void System.RuntimeFieldHandle::SetValueInternal(System.Reflection.FieldInfo,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_SetValueInternal_mE6BD08A86D02F8A8136A0DF684A9AA228DAE7711 (FieldInfo_t * ___fi0, RuntimeObject * ___obj1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
typedef void (*RuntimeFieldHandle_SetValueInternal_mE6BD08A86D02F8A8136A0DF684A9AA228DAE7711_ftn) (FieldInfo_t *, RuntimeObject *, RuntimeObject *);
using namespace il2cpp::icalls;
((RuntimeFieldHandle_SetValueInternal_mE6BD08A86D02F8A8136A0DF684A9AA228DAE7711_ftn)mscorlib::System::RuntimeFieldHandle::SetValueInternal) (___fi0, ___obj1, ___value2);
}
// System.Void System.RuntimeFieldHandle::SetValue(System.Reflection.RtFieldInfo,System.Object,System.Object,System.RuntimeType,System.Reflection.FieldAttributes,System.RuntimeType,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_SetValue_m58A09CAD0FEBE3B8AE003AA2AAD9230406262B73 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * ___field0, RuntimeObject * ___obj1, RuntimeObject * ___value2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___fieldType3, int32_t ___fieldAttr4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___declaringType5, bool* ___domainInitialized6, const RuntimeMethod* method)
{
{
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_0 = ___field0;
RuntimeObject * L_1 = ___obj1;
RuntimeObject * L_2 = ___value2;
RuntimeFieldHandle_SetValueInternal_mE6BD08A86D02F8A8136A0DF684A9AA228DAE7711(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.RuntimeFieldHandle::SetValueDirect(System.Reflection.RtFieldInfo,System.RuntimeType,System.Void*,System.Object,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_SetValueDirect_m24454E1780BB350A036B82D35CA37792DC21A4C7 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * ___field0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___fieldType1, void* ___pTypedRef2, RuntimeObject * ___value3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___contextType4, const RuntimeMethod* method)
{
typedef void (*RuntimeFieldHandle_SetValueDirect_m24454E1780BB350A036B82D35CA37792DC21A4C7_ftn) (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 *, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, void*, RuntimeObject *, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
((RuntimeFieldHandle_SetValueDirect_m24454E1780BB350A036B82D35CA37792DC21A4C7_ftn)mscorlib::System::RuntimeFieldHandle::SetValueDirect) (___field0, ___fieldType1, ___pTypedRef2, ___value3, ___contextType4);
}
#ifdef __clang__
#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.RuntimeMethodHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_AdjustorThunk (RuntimeObject * __this, intptr_t ___v0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline(_thisAdjusted, ___v0, method);
}
// System.Void System.RuntimeMethodHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MonoMethod_t * V_0 = NULL;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F V_1;
memset((&V_1), 0, sizeof(V_1));
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (MonoMethod_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral308DADD8379AA87AD9B6AD01D3328702E3FD5D72, L_4, /*hidden argument*/NULL);
V_0 = ((MonoMethod_t *)CastclassClass((RuntimeObject*)L_5, MonoMethod_t_il2cpp_TypeInfo_var));
MonoMethod_t * L_6 = V_0;
NullCheck(L_6);
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_7 = VirtFuncInvoker0< RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F >::Invoke(19 /* System.RuntimeMethodHandle System.Reflection.MethodBase::get_MethodHandle() */, L_6);
V_1 = L_7;
intptr_t L_8 = RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&V_1), /*hidden argument*/NULL);
__this->set_value_0((intptr_t)L_8);
intptr_t L_9 = __this->get_value_0();
bool L_10 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_9, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_10)
{
goto IL_005f;
}
}
{
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral724B20103740F89066905DA0B778BAF372F0DFFA, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_RuntimeMethod_var);
}
IL_005f:
{
return;
}
}
IL2CPP_EXTERN_C void RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC(_thisAdjusted, ___info0, ___context1, method);
}
// System.IntPtr System.RuntimeMethodHandle::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
return RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline(_thisAdjusted, method);
}
// System.Void System.RuntimeMethodHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_RuntimeMethod_var);
}
IL_000e:
{
intptr_t L_2 = __this->get_value_0();
bool L_3 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_2, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002b;
}
}
{
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_4, _stringLiteral5B51336E564989178F263E0CD28F6C75E70F7191, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_RuntimeMethod_var);
}
IL_002b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_6 = (*(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)__this);
MethodBase_t * L_7 = MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878(L_6, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (MonoMethod_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteral308DADD8379AA87AD9B6AD01D3328702E3FD5D72, ((MonoMethod_t *)CastclassClass((RuntimeObject*)L_7, MonoMethod_t_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5(_thisAdjusted, ___info0, ___context1, method);
}
// System.Boolean System.RuntimeMethodHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___obj0;
if (!L_0)
{
goto IL_0020;
}
}
{
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_1 = (*(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)__this);
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_2 = L_1;
RuntimeObject * L_3 = Box(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_il2cpp_TypeInfo_var, &L_2);
NullCheck(L_3);
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
RuntimeObject * L_5 = ___obj0;
NullCheck(L_5);
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_7 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_8 = __this->get_value_0();
RuntimeObject * L_9 = ___obj0;
V_0 = ((*(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)UnBox(L_9, RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_il2cpp_TypeInfo_var))));
intptr_t L_10 = RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&V_0), /*hidden argument*/NULL);
bool L_11 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_8, (intptr_t)L_10, /*hidden argument*/NULL);
return L_11;
}
}
IL2CPP_EXTERN_C bool RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
return RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.RuntimeMethodHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method)
{
{
intptr_t* L_0 = __this->get_address_of_value_0();
int32_t L_1 = IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A((intptr_t*)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
return RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5(_thisAdjusted, method);
}
// System.String System.RuntimeMethodHandle::ConstructInstantiation(System.Reflection.RuntimeMethodInfo,System.TypeNameFormatFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeMethodHandle_ConstructInstantiation_m86D2B7435447EAA7331C6217AF385968791D569A (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * ___method0, int32_t ___format1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeMethodHandle_ConstructInstantiation_m86D2B7435447EAA7331C6217AF385968791D569A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_1 = ___method0;
NullCheck(L_1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(23 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_1);
V_1 = L_2;
StringBuilder_t * L_3 = V_0;
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, /*hidden argument*/NULL);
V_2 = 0;
goto IL_0040;
}
IL_001d:
{
int32_t L_4 = V_2;
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_002d;
}
}
{
StringBuilder_t * L_5 = V_0;
NullCheck(L_5);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, /*hidden argument*/NULL);
}
IL_002d:
{
StringBuilder_t * L_6 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = V_1;
int32_t L_8 = V_2;
NullCheck(L_7);
int32_t L_9 = L_8;
Type_t * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_10);
NullCheck(L_6);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_6, L_11, /*hidden argument*/NULL);
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0040:
{
int32_t L_13 = V_2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = V_1;
NullCheck(L_14);
if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
{
goto IL_001d;
}
}
{
StringBuilder_t * L_15 = V_0;
NullCheck(L_15);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
StringBuilder_t * L_16 = V_0;
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16);
return L_17;
}
}
// System.Boolean System.RuntimeMethodHandle::IsNullHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
intptr_t L_0 = __this->get_value_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C bool RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
return RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7(_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.RuntimeType::ThrowIfTypeNeverValidGenericArgument(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
NullCheck(L_0);
bool L_1 = Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0022;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___type0;
NullCheck(L_2);
bool L_3 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0022;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ___type0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
bool L_7 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0041;
}
}
IL_0022:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = ___type0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
String_t* L_12 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral1D1BF960A29362D8B5000AB149BCFF821C0F8852, L_9, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_RuntimeMethod_var);
}
IL_0041:
{
return;
}
}
// System.Void System.RuntimeType::SanityCheckGenericArguments(System.RuntimeType[],System.RuntimeType[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1 (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ___genericArguments0, RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ___genericParamters1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_0 = ___genericArguments0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_RuntimeMethod_var);
}
IL_0009:
{
V_0 = 0;
goto IL_002a;
}
IL_000d:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_2 = ___genericArguments0;
int32_t L_3 = V_0;
NullCheck(L_2);
int32_t L_4 = L_3;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_6 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_5, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_001e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_7 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_RuntimeMethod_var);
}
IL_001e:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_8 = ___genericArguments0;
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79(L_11, /*hidden argument*/NULL);
int32_t L_12 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_002a:
{
int32_t L_13 = V_0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_14 = ___genericArguments0;
NullCheck(L_14);
if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
{
goto IL_000d;
}
}
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_15 = ___genericArguments0;
NullCheck(L_15);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_16 = ___genericParamters1;
NullCheck(L_16);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
{
goto IL_0064;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_19 = ___genericArguments0;
NullCheck(L_19);
int32_t L_20 = (((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))));
RuntimeObject * L_21 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_20);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_21);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_21);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_18;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_23 = ___genericParamters1;
NullCheck(L_23);
int32_t L_24 = (((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))));
RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_25);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_25);
String_t* L_26 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral00968CFD06495A68558AFB5381A0F5AEC86F4E6E, L_22, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_27, L_26, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_RuntimeMethod_var);
}
IL_0064:
{
return;
}
}
// System.Void System.RuntimeType::SplitName(System.String,System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD (String_t* ___fullname0, String_t** ___name1, String_t** ___ns2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
String_t** L_0 = ___name1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL);
String_t** L_1 = ___ns2;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL);
String_t* L_2 = ___fullname0;
if (L_2)
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
String_t* L_3 = ___fullname0;
NullCheck(L_3);
int32_t L_4 = String_LastIndexOf_mA235A9DBC602A4C97D8708F51720E0BAE3CD7D84(L_3, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, 4, /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_004e;
}
}
{
String_t** L_6 = ___ns2;
String_t* L_7 = ___fullname0;
int32_t L_8 = V_0;
NullCheck(L_7);
String_t* L_9 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_7, 0, L_8, /*hidden argument*/NULL);
*((RuntimeObject **)L_6) = (RuntimeObject *)L_9;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_9);
String_t* L_10 = ___fullname0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
String_t** L_12 = ___ns2;
String_t* L_13 = *((String_t**)L_12);
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_14)), (int32_t)1));
int32_t L_15 = V_1;
if (!L_15)
{
goto IL_0046;
}
}
{
String_t** L_16 = ___name1;
String_t* L_17 = ___fullname0;
int32_t L_18 = V_0;
int32_t L_19 = V_1;
NullCheck(L_17);
String_t* L_20 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), L_19, /*hidden argument*/NULL);
*((RuntimeObject **)L_16) = (RuntimeObject *)L_20;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_20);
return;
}
IL_0046:
{
String_t** L_21 = ___name1;
*((RuntimeObject **)L_21) = (RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_21, (void*)(RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
return;
}
IL_004e:
{
String_t** L_22 = ___name1;
String_t* L_23 = ___fullname0;
*((RuntimeObject **)L_22) = (RuntimeObject *)L_23;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_22, (void*)(RuntimeObject *)L_23);
return;
}
}
// System.Void System.RuntimeType::FilterHelper(System.Reflection.BindingFlags,System.String&,System.Boolean,System.Boolean&,System.Boolean&,System.RuntimeType_MemberListType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222 (int32_t ___bindingFlags0, String_t** ___name1, bool ___allowPrefixLookup2, bool* ___prefixLookup3, bool* ___ignoreCase4, int32_t* ___listType5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool* L_0 = ___prefixLookup3;
*((int8_t*)L_0) = (int8_t)0;
bool* L_1 = ___ignoreCase4;
*((int8_t*)L_1) = (int8_t)0;
String_t** L_2 = ___name1;
String_t* L_3 = *((String_t**)L_2);
if (!L_3)
{
goto IL_0059;
}
}
{
int32_t L_4 = ___bindingFlags0;
if (!((int32_t)((int32_t)L_4&(int32_t)1)))
{
goto IL_0028;
}
}
{
String_t** L_5 = ___name1;
String_t** L_6 = ___name1;
String_t* L_7 = *((String_t**)L_6);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_7);
String_t* L_9 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_7, L_8, /*hidden argument*/NULL);
*((RuntimeObject **)L_5) = (RuntimeObject *)L_9;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)L_9);
bool* L_10 = ___ignoreCase4;
*((int8_t*)L_10) = (int8_t)1;
int32_t* L_11 = ___listType5;
*((int32_t*)L_11) = (int32_t)2;
goto IL_002c;
}
IL_0028:
{
int32_t* L_12 = ___listType5;
*((int32_t*)L_12) = (int32_t)1;
}
IL_002c:
{
bool L_13 = ___allowPrefixLookup2;
if (!L_13)
{
goto IL_005d;
}
}
{
String_t** L_14 = ___name1;
String_t* L_15 = *((String_t**)L_14);
NullCheck(L_15);
bool L_16 = String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811(L_15, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, 4, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_005d;
}
}
{
String_t** L_17 = ___name1;
String_t** L_18 = ___name1;
String_t* L_19 = *((String_t**)L_18);
String_t** L_20 = ___name1;
String_t* L_21 = *((String_t**)L_20);
NullCheck(L_21);
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_21, /*hidden argument*/NULL);
NullCheck(L_19);
String_t* L_23 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_19, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), /*hidden argument*/NULL);
*((RuntimeObject **)L_17) = (RuntimeObject *)L_23;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_17, (void*)(RuntimeObject *)L_23);
bool* L_24 = ___prefixLookup3;
*((int8_t*)L_24) = (int8_t)1;
int32_t* L_25 = ___listType5;
*((int32_t*)L_25) = (int32_t)0;
return;
}
IL_0059:
{
int32_t* L_26 = ___listType5;
*((int32_t*)L_26) = (int32_t)0;
}
IL_005d:
{
return;
}
}
// System.Void System.RuntimeType::FilterHelper(System.Reflection.BindingFlags,System.String&,System.Boolean&,System.RuntimeType_MemberListType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A (int32_t ___bindingFlags0, String_t** ___name1, bool* ___ignoreCase2, int32_t* ___listType3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
int32_t L_0 = ___bindingFlags0;
String_t** L_1 = ___name1;
bool* L_2 = ___ignoreCase2;
int32_t* L_3 = ___listType3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)L_1, (bool)0, (bool*)(&V_0), (bool*)L_2, (int32_t*)L_3, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.RuntimeType::FilterApplyPrefixLookup(System.Reflection.MemberInfo,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E (MemberInfo_t * ___memberInfo0, String_t* ___name1, bool ___ignoreCase2, const RuntimeMethod* method)
{
{
bool L_0 = ___ignoreCase2;
if (!L_0)
{
goto IL_0014;
}
}
{
MemberInfo_t * L_1 = ___memberInfo0;
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1);
String_t* L_3 = ___name1;
NullCheck(L_2);
bool L_4 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_2, L_3, 5, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0025;
}
}
{
return (bool)0;
}
IL_0014:
{
MemberInfo_t * L_5 = ___memberInfo0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5);
String_t* L_7 = ___name1;
NullCheck(L_6);
bool L_8 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_6, L_7, 4, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0025;
}
}
{
return (bool)0;
}
IL_0025:
{
return (bool)1;
}
}
// System.Boolean System.RuntimeType::FilterApplyBase(System.Reflection.MemberInfo,System.Reflection.BindingFlags,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0 (MemberInfo_t * ___memberInfo0, int32_t ___bindingFlags1, bool ___isPublic2, bool ___isNonProtectedInternal3, bool ___isStatic4, String_t* ___name5, bool ___prefixLookup6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
MethodInfo_t * V_1 = NULL;
{
bool L_0 = ___isPublic2;
if (!L_0)
{
goto IL_000b;
}
}
{
int32_t L_1 = ___bindingFlags1;
if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)16))))
{
goto IL_0013;
}
}
{
return (bool)0;
}
IL_000b:
{
int32_t L_2 = ___bindingFlags1;
if (((int32_t)((int32_t)L_2&(int32_t)((int32_t)32))))
{
goto IL_0013;
}
}
{
return (bool)0;
}
IL_0013:
{
MemberInfo_t * L_3 = ___memberInfo0;
NullCheck(L_3);
Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_3);
MemberInfo_t * L_5 = ___memberInfo0;
NullCheck(L_5);
Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_5);
V_0 = (bool)((((int32_t)((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0);
int32_t L_7 = ___bindingFlags1;
bool L_8 = V_0;
if (!((int32_t)((int32_t)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0)&(int32_t)L_8)))
{
goto IL_0031;
}
}
{
return (bool)0;
}
IL_0031:
{
MemberInfo_t * L_9 = ___memberInfo0;
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_9);
if ((((int32_t)L_10) == ((int32_t)((int32_t)32))))
{
goto IL_0067;
}
}
{
MemberInfo_t * L_11 = ___memberInfo0;
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_11);
if ((((int32_t)L_12) == ((int32_t)((int32_t)128))))
{
goto IL_0067;
}
}
{
bool L_13 = ___isStatic4;
if (!L_13)
{
goto IL_0060;
}
}
{
int32_t L_14 = ___bindingFlags1;
bool L_15 = V_0;
if (!((int32_t)((int32_t)((((int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0)&(int32_t)L_15)))
{
goto IL_0059;
}
}
{
return (bool)0;
}
IL_0059:
{
int32_t L_16 = ___bindingFlags1;
if (((int32_t)((int32_t)L_16&(int32_t)8)))
{
goto IL_0067;
}
}
{
return (bool)0;
}
IL_0060:
{
int32_t L_17 = ___bindingFlags1;
if (((int32_t)((int32_t)L_17&(int32_t)4)))
{
goto IL_0067;
}
}
{
return (bool)0;
}
IL_0067:
{
bool L_18 = ___prefixLookup6;
if (!L_18)
{
goto IL_007d;
}
}
{
MemberInfo_t * L_19 = ___memberInfo0;
String_t* L_20 = ___name5;
int32_t L_21 = ___bindingFlags1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_22 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_19, L_20, (bool)((!(((uint32_t)((int32_t)((int32_t)L_21&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL);
if (L_22)
{
goto IL_007d;
}
}
{
return (bool)0;
}
IL_007d:
{
int32_t L_23 = ___bindingFlags1;
bool L_24 = V_0;
bool L_25 = ___isNonProtectedInternal3;
if (!((int32_t)((int32_t)((int32_t)((int32_t)((((int32_t)((int32_t)((int32_t)L_23&(int32_t)2))) == ((int32_t)0))? 1 : 0)&(int32_t)L_24))&(int32_t)L_25)))
{
goto IL_00bc;
}
}
{
int32_t L_26 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_26&(int32_t)((int32_t)32))))
{
goto IL_00bc;
}
}
{
bool L_27 = ___isStatic4;
if (L_27)
{
goto IL_00bc;
}
}
{
int32_t L_28 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_28&(int32_t)4)))
{
goto IL_00bc;
}
}
{
MemberInfo_t * L_29 = ___memberInfo0;
V_1 = ((MethodInfo_t *)IsInstClass((RuntimeObject*)L_29, MethodInfo_t_il2cpp_TypeInfo_var));
MethodInfo_t * L_30 = V_1;
bool L_31 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_30, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_00aa;
}
}
{
return (bool)0;
}
IL_00aa:
{
MethodInfo_t * L_32 = V_1;
NullCheck(L_32);
bool L_33 = MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4(L_32, /*hidden argument*/NULL);
if (L_33)
{
goto IL_00bc;
}
}
{
MethodInfo_t * L_34 = V_1;
NullCheck(L_34);
bool L_35 = MethodBase_get_IsAbstract_mFE6CAF80BCF511BE090A541FD179CF5C418176A0(L_34, /*hidden argument*/NULL);
if (L_35)
{
goto IL_00bc;
}
}
{
return (bool)0;
}
IL_00bc:
{
return (bool)1;
}
}
// System.Boolean System.RuntimeType::FilterApplyType(System.Type,System.Reflection.BindingFlags,System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B (Type_t * ___type0, int32_t ___bindingFlags1, String_t* ___name2, bool ___prefixLookup3, String_t* ___ns4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B3_0 = 0;
{
Type_t * L_0 = ___type0;
NullCheck(L_0);
bool L_1 = Type_get_IsNestedPublic_m214CC3E241549EDCA1B438E5A66E4B3C66EA5C14(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0010;
}
}
{
Type_t * L_2 = ___type0;
NullCheck(L_2);
bool L_3 = Type_get_IsPublic_mC1B34517A62C56867856DFFE5C7797E7B6CF536C(L_2, /*hidden argument*/NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 1;
}
IL_0011:
{
V_0 = (bool)G_B3_0;
V_1 = (bool)0;
Type_t * L_4 = ___type0;
int32_t L_5 = ___bindingFlags1;
bool L_6 = V_0;
Type_t * L_7 = ___type0;
NullCheck(L_7);
bool L_8 = Type_get_IsNestedAssembly_m26AFF83CEEB59FB7F2E571EA55FA2E217BEC8CA8(L_7, /*hidden argument*/NULL);
bool L_9 = V_1;
String_t* L_10 = ___name2;
bool L_11 = ___prefixLookup3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_12 = RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0(L_4, L_5, L_6, L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0029;
}
}
{
return (bool)0;
}
IL_0029:
{
String_t* L_13 = ___ns4;
if (!L_13)
{
goto IL_003e;
}
}
{
Type_t * L_14 = ___type0;
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Type::get_Namespace() */, L_14);
String_t* L_16 = ___ns4;
NullCheck(L_15);
bool L_17 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_15, L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_003e;
}
}
{
return (bool)0;
}
IL_003e:
{
return (bool)1;
}
}
// System.Boolean System.RuntimeType::FilterApplyMethodInfo(System.Reflection.RuntimeMethodInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * ___method0, int32_t ___bindingFlags1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_0 = ___method0;
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_1 = ___method0;
NullCheck(L_1);
int32_t L_2 = RuntimeMethodInfo_get_BindingFlags_m1BC8F7AB8FB3F40008C870B95DAA0EBDA5586AED(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___bindingFlags1;
int32_t L_4 = ___callConv2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = ___argumentTypes3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_6 = RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F(L_0, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Boolean System.RuntimeType::FilterApplyConstructorInfo(System.Reflection.RuntimeConstructorInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___constructor0, int32_t ___bindingFlags1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_0 = ___constructor0;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_1 = ___constructor0;
NullCheck(L_1);
int32_t L_2 = RuntimeConstructorInfo_get_BindingFlags_m51C818D2BF78AA374716BBB16692D7DC6CB59405(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___bindingFlags1;
int32_t L_4 = ___callConv2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = ___argumentTypes3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_6 = RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F(L_0, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Boolean System.RuntimeType::FilterApplyMethodBase(System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F (MethodBase_t * ___methodBase0, int32_t ___methodFlags1, int32_t ___bindingFlags2, int32_t ___callConv3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_0 = NULL;
bool V_1 = false;
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * V_2 = NULL;
int32_t V_3 = 0;
{
int32_t L_0 = ___bindingFlags2;
___bindingFlags2 = ((int32_t)((int32_t)L_0^(int32_t)2));
int32_t L_1 = ___callConv3;
if (((int32_t)((int32_t)L_1&(int32_t)3)))
{
goto IL_002c;
}
}
{
int32_t L_2 = ___callConv3;
if (!((int32_t)((int32_t)L_2&(int32_t)2)))
{
goto IL_001b;
}
}
{
MethodBase_t * L_3 = ___methodBase0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_3);
if (((int32_t)((int32_t)L_4&(int32_t)2)))
{
goto IL_001b;
}
}
{
return (bool)0;
}
IL_001b:
{
int32_t L_5 = ___callConv3;
if (!((int32_t)((int32_t)L_5&(int32_t)1)))
{
goto IL_002c;
}
}
{
MethodBase_t * L_6 = ___methodBase0;
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_6);
if (((int32_t)((int32_t)L_7&(int32_t)1)))
{
goto IL_002c;
}
}
{
return (bool)0;
}
IL_002c:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = ___argumentTypes4;
if (!L_8)
{
goto IL_0102;
}
}
{
MethodBase_t * L_9 = ___methodBase0;
NullCheck(L_9);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_10 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_9);
V_0 = L_10;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = ___argumentTypes4;
NullCheck(L_11);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_12 = V_0;
NullCheck(L_12);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_00cc;
}
}
{
int32_t L_13 = ___bindingFlags2;
if (((int32_t)((int32_t)L_13&(int32_t)((int32_t)13056))))
{
goto IL_0051;
}
}
{
return (bool)0;
}
IL_0051:
{
V_1 = (bool)0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = ___argumentTypes4;
NullCheck(L_14);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_15 = V_0;
NullCheck(L_15);
if (!((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))))? 1 : 0))
{
goto IL_006c;
}
}
{
MethodBase_t * L_16 = ___methodBase0;
NullCheck(L_16);
int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_16);
if (((int32_t)((int32_t)L_17&(int32_t)2)))
{
goto IL_0088;
}
}
{
V_1 = (bool)1;
goto IL_0088;
}
IL_006c:
{
int32_t L_18 = ___bindingFlags2;
if (((int32_t)((int32_t)L_18&(int32_t)((int32_t)262144))))
{
goto IL_0079;
}
}
{
V_1 = (bool)1;
goto IL_0088;
}
IL_0079:
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_19 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = ___argumentTypes4;
NullCheck(L_20);
NullCheck(L_19);
int32_t L_21 = (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))));
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
NullCheck(L_22);
bool L_23 = ParameterInfo_get_IsOptional_m54B4A2CA619395E36020C512595DA8C7016CAB8D(L_22, /*hidden argument*/NULL);
if (L_23)
{
goto IL_0088;
}
}
{
V_1 = (bool)1;
}
IL_0088:
{
bool L_24 = V_1;
if (!L_24)
{
goto IL_0102;
}
}
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_25 = V_0;
NullCheck(L_25);
if ((((RuntimeArray*)L_25)->max_length))
{
goto IL_0091;
}
}
{
return (bool)0;
}
IL_0091:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_26 = ___argumentTypes4;
NullCheck(L_26);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_27 = V_0;
NullCheck(L_27);
if (!((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))), (int32_t)1))))? 1 : 0))
{
goto IL_00a0;
}
}
{
return (bool)0;
}
IL_00a0:
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_28 = V_0;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_29 = V_0;
NullCheck(L_29);
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))), (int32_t)1));
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
V_2 = L_31;
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_32 = V_2;
NullCheck(L_32);
Type_t * L_33 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_32);
NullCheck(L_33);
bool L_34 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_33, /*hidden argument*/NULL);
if (L_34)
{
goto IL_00b7;
}
}
{
return (bool)0;
}
IL_00b7:
{
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_35 = V_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_36 = { reinterpret_cast<intptr_t> (ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_37 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_36, /*hidden argument*/NULL);
NullCheck(L_35);
bool L_38 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(13 /* System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) */, L_35, L_37, (bool)0);
if (L_38)
{
goto IL_0102;
}
}
{
return (bool)0;
}
IL_00cc:
{
int32_t L_39 = ___bindingFlags2;
if (!((int32_t)((int32_t)L_39&(int32_t)((int32_t)65536))))
{
goto IL_0102;
}
}
{
int32_t L_40 = ___bindingFlags2;
if (((int32_t)((int32_t)L_40&(int32_t)((int32_t)256))))
{
goto IL_0102;
}
}
{
V_3 = 0;
goto IL_00fc;
}
IL_00e2:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_41 = ___argumentTypes4;
int32_t L_42 = V_3;
NullCheck(L_41);
int32_t L_43 = L_42;
Type_t * L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
if (!L_44)
{
goto IL_00f8;
}
}
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_45 = V_0;
int32_t L_46 = V_3;
NullCheck(L_45);
int32_t L_47 = L_46;
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
NullCheck(L_48);
Type_t * L_49 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_48);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_50 = ___argumentTypes4;
int32_t L_51 = V_3;
NullCheck(L_50);
int32_t L_52 = L_51;
Type_t * L_53 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
if ((((RuntimeObject*)(Type_t *)L_49) == ((RuntimeObject*)(Type_t *)L_53)))
{
goto IL_00f8;
}
}
{
return (bool)0;
}
IL_00f8:
{
int32_t L_54 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_00fc:
{
int32_t L_55 = V_3;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_56 = V_0;
NullCheck(L_56);
if ((((int32_t)L_55) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length)))))))
{
goto IL_00e2;
}
}
IL_0102:
{
return (bool)1;
}
}
// System.Void System.RuntimeType::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TypeInfo__ctor_m90553BFFBD15E94439312991D2B1118F1EEB2114(__this, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_RuntimeMethod_var);
}
}
// System.Boolean System.RuntimeType::IsSpecialSerializableType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsSpecialSerializableType_m531BB860EC93F0248F0D013EC176FE337E94A72E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsSpecialSerializableType_m531BB860EC93F0248F0D013EC176FE337E94A72E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
V_0 = __this;
}
IL_0002:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_DelegateType_14();
bool L_2 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_0, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001c;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_EnumType_11();
bool L_5 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_001e;
}
}
IL_001c:
{
return (bool)1;
}
IL_001e:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = V_0;
NullCheck(L_6);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_7 = RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED(L_6, /*hidden argument*/NULL);
V_0 = L_7;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_9 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0002;
}
}
{
return (bool)0;
}
}
// System.RuntimeType_ListBuilder`1<System.Reflection.MethodInfo> System.RuntimeType::GetMethodCandidates(System.String,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, bool ___allowPrefixLookup4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* V_3 = NULL;
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * V_6 = NULL;
{
int32_t L_0 = ___bindingAttr1;
bool L_1 = ___allowPrefixLookup4;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)(&___name0), L_1, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_2 = ___name0;
int32_t L_3 = ___bindingAttr1;
bool L_4 = V_1;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_5 = RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198(__this, L_2, L_3, L_4, __this, /*hidden argument*/NULL);
V_3 = L_5;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_6 = V_3;
NullCheck(L_6);
ListBuilder_1__ctor_m32D9E0C35E7CEB5E814E7B58072FA144E475CF0A((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_4), (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m32D9E0C35E7CEB5E814E7B58072FA144E475CF0A_RuntimeMethod_var);
V_5 = 0;
goto IL_005a;
}
IL_002a:
{
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_7 = V_3;
int32_t L_8 = V_5;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_6 = L_10;
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_11 = V_6;
int32_t L_12 = ___bindingAttr1;
int32_t L_13 = ___callConv2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = ___types3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_15 = RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE(L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0054;
}
}
{
bool L_16 = V_0;
if (!L_16)
{
goto IL_004b;
}
}
{
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_17 = V_6;
String_t* L_18 = ___name0;
bool L_19 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_20 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_17, L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0054;
}
}
IL_004b:
{
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_21 = V_6;
ListBuilder_1_Add_m9CE383F0AD6CFD16107A80D4A4CF93D593B87316((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_4), L_21, /*hidden argument*/ListBuilder_1_Add_m9CE383F0AD6CFD16107A80D4A4CF93D593B87316_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_22 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_005a:
{
int32_t L_23 = V_5;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_24 = V_3;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_002a;
}
}
{
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 L_25 = V_4;
return L_25;
}
}
// System.RuntimeType_ListBuilder`1<System.Reflection.ConstructorInfo> System.RuntimeType::GetConstructorCandidates(System.String,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, bool ___allowPrefixLookup4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* V_3 = NULL;
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * V_6 = NULL;
{
int32_t L_0 = ___bindingAttr1;
bool L_1 = ___allowPrefixLookup4;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)(&___name0), L_1, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_2 = ___name0;
if (!L_2)
{
goto IL_0034;
}
}
{
String_t* L_3 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
String_t* L_4 = ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var))->get_ConstructorName_0();
bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0034;
}
}
{
String_t* L_6 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
String_t* L_7 = ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var))->get_TypeConstructorName_1();
bool L_8 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0034;
}
}
{
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B L_9;
memset((&L_9), 0, sizeof(L_9));
ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127((&L_9), 0, /*hidden argument*/ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127_RuntimeMethod_var);
return L_9;
}
IL_0034:
{
int32_t L_10 = ___bindingAttr1;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_11 = RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E(__this, L_10, __this, /*hidden argument*/NULL);
V_3 = L_11;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_12 = V_3;
NullCheck(L_12);
ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_4), (((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127_RuntimeMethod_var);
V_5 = 0;
goto IL_007c;
}
IL_004c:
{
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_13 = V_3;
int32_t L_14 = V_5;
NullCheck(L_13);
int32_t L_15 = L_14;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
V_6 = L_16;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_17 = V_6;
int32_t L_18 = ___bindingAttr1;
int32_t L_19 = ___callConv2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = ___types3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_21 = RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9(L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0076;
}
}
{
bool L_22 = V_0;
if (!L_22)
{
goto IL_006d;
}
}
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_23 = V_6;
String_t* L_24 = ___name0;
bool L_25 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_26 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_23, L_24, L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_0076;
}
}
IL_006d:
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_27 = V_6;
ListBuilder_1_Add_m0449D396E56C02B54DC580D843A31B254583FCE8((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_4), L_27, /*hidden argument*/ListBuilder_1_Add_m0449D396E56C02B54DC580D843A31B254583FCE8_RuntimeMethod_var);
}
IL_0076:
{
int32_t L_28 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_007c:
{
int32_t L_29 = V_5;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_30 = V_3;
NullCheck(L_30);
if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))))
{
goto IL_004c;
}
}
{
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B L_31 = V_4;
return L_31;
}
}
// System.RuntimeType_ListBuilder`1<System.Reflection.PropertyInfo> System.RuntimeType::GetPropertyCandidates(System.String,System.Reflection.BindingFlags,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, bool ___allowPrefixLookup3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* V_3 = NULL;
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * V_6 = NULL;
{
int32_t L_0 = ___bindingAttr1;
bool L_1 = ___allowPrefixLookup3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)(&___name0), L_1, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_2 = ___name0;
int32_t L_3 = ___bindingAttr1;
bool L_4 = V_1;
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_5 = RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1(__this, L_2, L_3, L_4, __this, /*hidden argument*/NULL);
V_3 = L_5;
int32_t L_6 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_6^(int32_t)2));
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_7 = V_3;
NullCheck(L_7);
ListBuilder_1__ctor_m33F9EB5F27514C07B825941EB7CAC61F40A66A8C((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_4), (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m33F9EB5F27514C07B825941EB7CAC61F40A66A8C_RuntimeMethod_var);
V_5 = 0;
goto IL_0075;
}
IL_002f:
{
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_8 = V_3;
int32_t L_9 = V_5;
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_6 = L_11;
int32_t L_12 = ___bindingAttr1;
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_13 = V_6;
NullCheck(L_13);
int32_t L_14 = RuntimePropertyInfo_get_BindingFlags_m497D0104C05C57E739255F1AAF881343F3885524(L_13, /*hidden argument*/NULL);
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_15 = V_6;
NullCheck(L_15);
int32_t L_16 = RuntimePropertyInfo_get_BindingFlags_m497D0104C05C57E739255F1AAF881343F3885524(L_15, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_12&(int32_t)L_14))) == ((uint32_t)L_16))))
{
goto IL_006f;
}
}
{
bool L_17 = V_0;
if (!L_17)
{
goto IL_0055;
}
}
{
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_18 = V_6;
String_t* L_19 = ___name0;
bool L_20 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_21 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_18, L_19, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_006f;
}
}
IL_0055:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_22 = ___types2;
if (!L_22)
{
goto IL_0066;
}
}
{
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_23 = V_6;
NullCheck(L_23);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_24 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(23 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_23);
NullCheck(L_24);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_25 = ___types2;
NullCheck(L_25);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))))))))
{
goto IL_006f;
}
}
IL_0066:
{
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_26 = V_6;
ListBuilder_1_Add_m917BD524246AE07B85994761733791695631662C((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_4), L_26, /*hidden argument*/ListBuilder_1_Add_m917BD524246AE07B85994761733791695631662C_RuntimeMethod_var);
}
IL_006f:
{
int32_t L_27 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_0075:
{
int32_t L_28 = V_5;
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* 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_002f;
}
}
{
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 L_30 = V_4;
return L_30;
}
}
// System.RuntimeType_ListBuilder`1<System.Reflection.EventInfo> System.RuntimeType::GetEventCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* V_3 = NULL;
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * V_6 = NULL;
{
int32_t L_0 = ___bindingAttr1;
bool L_1 = ___allowPrefixLookup2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)(&___name0), L_1, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_2 = ___name0;
int32_t L_3 = ___bindingAttr1;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_4 = RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348(__this, L_2, L_3, __this, /*hidden argument*/NULL);
V_3 = L_4;
int32_t L_5 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_5^(int32_t)2));
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_6 = V_3;
NullCheck(L_6);
ListBuilder_1__ctor_m9D45CD85CEEE349148BADBD5F71559ED1572AD8A((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_4), (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m9D45CD85CEEE349148BADBD5F71559ED1572AD8A_RuntimeMethod_var);
V_5 = 0;
goto IL_0062;
}
IL_002d:
{
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_7 = V_3;
int32_t L_8 = V_5;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_6 = L_10;
int32_t L_11 = ___bindingAttr1;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_12 = V_6;
NullCheck(L_12);
int32_t L_13 = RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D(L_12, /*hidden argument*/NULL);
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_14 = V_6;
NullCheck(L_14);
int32_t L_15 = RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D(L_14, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)L_13))) == ((uint32_t)L_15))))
{
goto IL_005c;
}
}
{
bool L_16 = V_0;
if (!L_16)
{
goto IL_0053;
}
}
{
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_17 = V_6;
String_t* L_18 = ___name0;
bool L_19 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_20 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_17, L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_005c;
}
}
IL_0053:
{
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_21 = V_6;
ListBuilder_1_Add_m84BFFBE17034415D6777D75EEA8FC08579956CEF((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_4), L_21, /*hidden argument*/ListBuilder_1_Add_m84BFFBE17034415D6777D75EEA8FC08579956CEF_RuntimeMethod_var);
}
IL_005c:
{
int32_t L_22 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0062:
{
int32_t L_23 = V_5;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_24 = V_3;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_002d;
}
}
{
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC L_25 = V_4;
return L_25;
}
}
// System.RuntimeType_ListBuilder`1<System.Reflection.FieldInfo> System.RuntimeType::GetFieldCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* V_3 = NULL;
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * V_6 = NULL;
{
int32_t L_0 = ___bindingAttr1;
bool L_1 = ___allowPrefixLookup2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)(&___name0), L_1, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_2 = ___name0;
int32_t L_3 = ___bindingAttr1;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_4 = RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9(__this, L_2, L_3, __this, /*hidden argument*/NULL);
V_3 = L_4;
int32_t L_5 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_5^(int32_t)2));
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_6 = V_3;
NullCheck(L_6);
ListBuilder_1__ctor_m7B093C8CBD5EB15804418528B695E5770F9F7CDD((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m7B093C8CBD5EB15804418528B695E5770F9F7CDD_RuntimeMethod_var);
V_5 = 0;
goto IL_0062;
}
IL_002d:
{
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_7 = V_3;
int32_t L_8 = V_5;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_6 = L_10;
int32_t L_11 = ___bindingAttr1;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_12 = V_6;
NullCheck(L_12);
int32_t L_13 = RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010(L_12, /*hidden argument*/NULL);
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_14 = V_6;
NullCheck(L_14);
int32_t L_15 = RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010(L_14, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)L_13))) == ((uint32_t)L_15))))
{
goto IL_005c;
}
}
{
bool L_16 = V_0;
if (!L_16)
{
goto IL_0053;
}
}
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_17 = V_6;
String_t* L_18 = ___name0;
bool L_19 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_20 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_17, L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_005c;
}
}
IL_0053:
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_21 = V_6;
ListBuilder_1_Add_m31C60F34F4D857ED06C8A6C1B0CC4C918F0F8674((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), L_21, /*hidden argument*/ListBuilder_1_Add_m31C60F34F4D857ED06C8A6C1B0CC4C918F0F8674_RuntimeMethod_var);
}
IL_005c:
{
int32_t L_22 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0062:
{
int32_t L_23 = V_5;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_24 = V_3;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_002d;
}
}
{
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 L_25 = V_4;
return L_25;
}
}
// System.RuntimeType_ListBuilder`1<System.Type> System.RuntimeType::GetNestedTypeCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___fullname0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
int32_t V_4 = 0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_5 = NULL;
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t V_7 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_8 = NULL;
{
int32_t L_0 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)-9)));
String_t* L_1 = ___fullname0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD(L_1, (String_t**)(&V_2), (String_t**)(&V_3), /*hidden argument*/NULL);
int32_t L_2 = ___bindingAttr1;
bool L_3 = ___allowPrefixLookup2;
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_2, (String_t**)(&V_2), L_3, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_4), /*hidden argument*/NULL);
String_t* L_4 = V_2;
int32_t L_5 = ___bindingAttr1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_6 = RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A(__this, L_4, L_5, /*hidden argument*/NULL);
V_5 = L_6;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_7 = V_5;
NullCheck(L_7);
ListBuilder_1__ctor_m5C06A0A5A34060BE13F097F7DEC45CC40A946006((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_6), (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m5C06A0A5A34060BE13F097F7DEC45CC40A946006_RuntimeMethod_var);
V_7 = 0;
goto IL_005c;
}
IL_0039:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_8 = V_5;
int32_t L_9 = V_7;
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_8 = L_11;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_8;
int32_t L_13 = ___bindingAttr1;
String_t* L_14 = V_2;
bool L_15 = V_0;
String_t* L_16 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_17 = RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B(L_12, L_13, L_14, L_15, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0056;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_18 = V_8;
ListBuilder_1_Add_m12F6228E5254FDEB30600445713B6694082358D4((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_6), L_18, /*hidden argument*/ListBuilder_1_Add_m12F6228E5254FDEB30600445713B6694082358D4_RuntimeMethod_var);
}
IL_0056:
{
int32_t L_19 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_005c:
{
int32_t L_20 = V_7;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_21 = V_5;
NullCheck(L_21);
if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))))
{
goto IL_0039;
}
}
{
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB L_22 = V_6;
return L_22;
}
}
// System.Reflection.MethodInfo[] System.RuntimeType::GetMethods(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* RuntimeType_GetMethods_mA3C0E2C9110B28047C22CE6A2492E5823D182391 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetMethods_mA3C0E2C9110B28047C22CE6A2492E5823D182391_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 L_1 = RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF(__this, (String_t*)NULL, L_0, 3, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_2 = ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var);
return L_2;
}
}
// System.Reflection.ConstructorInfo[] System.RuntimeType::GetConstructors(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* RuntimeType_GetConstructors_m109BE52B52B4C63B4548E74EC22B591D0BCCBF92 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetConstructors_m109BE52B52B4C63B4548E74EC22B591D0BCCBF92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B L_1 = RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136(__this, (String_t*)NULL, L_0, 3, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_2 = ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var);
return L_2;
}
}
// System.Reflection.PropertyInfo[] System.RuntimeType::GetProperties(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* RuntimeType_GetProperties_m40A5860A8810F7AE94A2E7B73B14CC3019CF8578 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetProperties_m40A5860A8810F7AE94A2E7B73B14CC3019CF8578_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 L_1 = RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD(__this, (String_t*)NULL, L_0, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_2 = ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var);
return L_2;
}
}
// System.Reflection.EventInfo[] System.RuntimeType::GetEvents(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* RuntimeType_GetEvents_m31AE45CE1F5A8033A3967C2E61E4BC5BB084809D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEvents_m31AE45CE1F5A8033A3967C2E61E4BC5BB084809D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC L_1 = RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38(__this, (String_t*)NULL, L_0, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* L_2 = ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B_RuntimeMethod_var);
return L_2;
}
}
// System.Reflection.FieldInfo[] System.RuntimeType::GetFields(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* RuntimeType_GetFields_m7134BB0A4968080D1F4FF3FC807C0B001945A13C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetFields_m7134BB0A4968080D1F4FF3FC807C0B001945A13C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 L_1 = RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5(__this, (String_t*)NULL, L_0, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_2 = ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6_RuntimeMethod_var);
return L_2;
}
}
// System.Type[] System.RuntimeType::GetNestedTypes(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetNestedTypes_m04009C7748597E89481D7FEFF967ECE982B86977 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetNestedTypes_m04009C7748597E89481D7FEFF967ECE982B86977_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB L_1 = RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9(__this, (String_t*)NULL, L_0, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539_RuntimeMethod_var);
return L_2;
}
}
// System.Reflection.MethodInfo System.RuntimeType::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, int32_t ___callConv3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types4, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 V_0;
memset((&V_0), 0, sizeof(V_0));
MethodInfo_t * V_1 = NULL;
int32_t V_2 = 0;
{
String_t* L_0 = ___name0;
int32_t L_1 = ___bindingAttr1;
int32_t L_2 = ___callConv3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = ___types4;
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 L_4 = RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF(__this, L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
if (L_5)
{
goto IL_0019;
}
}
{
return (MethodInfo_t *)NULL;
}
IL_0019:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = ___types4;
if (!L_6)
{
goto IL_0022;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = ___types4;
NullCheck(L_7);
if ((((RuntimeArray*)L_7)->max_length))
{
goto IL_0086;
}
}
IL_0022:
{
MethodInfo_t * L_8 = ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), 0, /*hidden argument*/ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3_RuntimeMethod_var);
V_1 = L_8;
int32_t L_9 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
{
goto IL_0037;
}
}
{
MethodInfo_t * L_10 = V_1;
return L_10;
}
IL_0037:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = ___types4;
if (L_11)
{
goto IL_0086;
}
}
{
V_2 = 1;
goto IL_0063;
}
IL_003f:
{
int32_t L_12 = V_2;
MethodInfo_t * L_13 = ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), L_12, /*hidden argument*/ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3_RuntimeMethod_var);
MethodInfo_t * L_14 = V_1;
bool L_15 = DefaultBinder_CompareMethodSigAndName_m2E53A4C0A12CF4A53183A897155EC8C33D3208A6(L_13, L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_005f;
}
}
{
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_17 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69_RuntimeMethod_var);
}
IL_005f:
{
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0063:
{
int32_t L_19 = V_2;
int32_t L_20 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_003f;
}
}
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_21 = ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var);
int32_t L_22 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
MethodBase_t * L_23 = DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20((MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)L_21, L_22, /*hidden argument*/NULL);
return ((MethodInfo_t *)IsInstClass((RuntimeObject*)L_23, MethodInfo_t_il2cpp_TypeInfo_var));
}
IL_0086:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_24 = ___binder2;
if (L_24)
{
goto IL_0090;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_25 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
___binder2 = L_25;
}
IL_0090:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_26 = ___binder2;
int32_t L_27 = ___bindingAttr1;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_28 = ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_29 = ___types4;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_30 = ___modifiers5;
NullCheck(L_26);
MethodBase_t * L_31 = VirtFuncInvoker4< MethodBase_t *, int32_t, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* >::Invoke(6 /* System.Reflection.MethodBase System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) */, L_26, L_27, (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)L_28, L_29, L_30);
return ((MethodInfo_t *)IsInstClass((RuntimeObject*)L_31, MethodInfo_t_il2cpp_TypeInfo_var));
}
}
// System.Reflection.ConstructorInfo System.RuntimeType::GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * RuntimeType_GetConstructorImpl_mA7BE24A891DF3B2D04367B69C7D58C38617F37D2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetConstructorImpl_mA7BE24A891DF3B2D04367B69C7D58C38617F37D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B V_0;
memset((&V_0), 0, sizeof(V_0));
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * V_1 = NULL;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_2 = NULL;
{
int32_t L_0 = ___bindingAttr0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ___types3;
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B L_2 = RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136(__this, (String_t*)NULL, L_0, 3, L_1, (bool)0, /*hidden argument*/NULL);
V_0 = L_2;
int32_t L_3 = ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_inline((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var);
if (L_3)
{
goto IL_0018;
}
}
{
return (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL;
}
IL_0018:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = ___types3;
NullCheck(L_4);
if ((((RuntimeArray*)L_4)->max_length))
{
goto IL_0040;
}
}
{
int32_t L_5 = ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_inline((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var);
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_0040;
}
}
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_6 = ListBuilder_1_get_Item_m7B500BF0174C0022A3640EF28C8073785B51C086((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), 0, /*hidden argument*/ListBuilder_1_get_Item_m7B500BF0174C0022A3640EF28C8073785B51C086_RuntimeMethod_var);
V_1 = L_6;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_7 = V_1;
NullCheck(L_7);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_8 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_7);
V_2 = L_8;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_9 = V_2;
if (!L_9)
{
goto IL_003e;
}
}
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_10 = V_2;
NullCheck(L_10);
if ((((RuntimeArray*)L_10)->max_length))
{
goto IL_0040;
}
}
IL_003e:
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_11 = V_1;
return L_11;
}
IL_0040:
{
int32_t L_12 = ___bindingAttr0;
if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)65536))))
{
goto IL_005f;
}
}
{
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_13 = ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = ___types3;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_15 = ___modifiers4;
MethodBase_t * L_16 = DefaultBinder_ExactBinding_m56EE01D30656F6D879BCAD9B72DDA7345227EA15((MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)L_13, L_14, L_15, /*hidden argument*/NULL);
return ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)IsInstClass((RuntimeObject*)L_16, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var));
}
IL_005f:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_17 = ___binder1;
if (L_17)
{
goto IL_0069;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_18 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
___binder1 = L_18;
}
IL_0069:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_19 = ___binder1;
int32_t L_20 = ___bindingAttr0;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_21 = ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_22 = ___types3;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_23 = ___modifiers4;
NullCheck(L_19);
MethodBase_t * L_24 = VirtFuncInvoker4< MethodBase_t *, int32_t, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* >::Invoke(6 /* System.Reflection.MethodBase System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) */, L_19, L_20, (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)L_21, L_22, L_23);
return ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)IsInstClass((RuntimeObject*)L_24, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var));
}
}
// System.Reflection.PropertyInfo System.RuntimeType::GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types4, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 V_0;
memset((&V_0), 0, sizeof(V_0));
PropertyInfo_t * V_1 = NULL;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_RuntimeMethod_var);
}
IL_0009:
{
String_t* L_2 = ___name0;
int32_t L_3 = ___bindingAttr1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = ___types4;
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 L_5 = RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD(__this, L_2, L_3, L_4, (bool)0, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_inline((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var);
if (L_6)
{
goto IL_0020;
}
}
{
return (PropertyInfo_t *)NULL;
}
IL_0020:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = ___types4;
if (!L_7)
{
goto IL_0029;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = ___types4;
NullCheck(L_8);
if ((((RuntimeArray*)L_8)->max_length))
{
goto IL_0067;
}
}
IL_0029:
{
int32_t L_9 = ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_inline((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var);
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
{
goto IL_0053;
}
}
{
PropertyInfo_t * L_10 = ListBuilder_1_get_Item_mC6769FA8DE3006C896635E2968EFC1808266F0D6((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), 0, /*hidden argument*/ListBuilder_1_get_Item_mC6769FA8DE3006C896635E2968EFC1808266F0D6_RuntimeMethod_var);
V_1 = L_10;
Type_t * L_11 = ___returnType3;
if (!L_11)
{
goto IL_0051;
}
}
{
Type_t * L_12 = ___returnType3;
PropertyInfo_t * L_13 = V_1;
NullCheck(L_13);
Type_t * L_14 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_13);
NullCheck(L_12);
bool L_15 = VirtFuncInvoker1< bool, Type_t * >::Invoke(140 /* System.Boolean System.Type::IsEquivalentTo(System.Type) */, L_12, L_14);
if (L_15)
{
goto IL_0051;
}
}
{
return (PropertyInfo_t *)NULL;
}
IL_0051:
{
PropertyInfo_t * L_16 = V_1;
return L_16;
}
IL_0053:
{
Type_t * L_17 = ___returnType3;
if (L_17)
{
goto IL_0067;
}
}
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_19 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_RuntimeMethod_var);
}
IL_0067:
{
int32_t L_20 = ___bindingAttr1;
if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)65536))))
{
goto IL_0083;
}
}
{
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_21 = ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var);
Type_t * L_22 = ___returnType3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = ___types4;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_24 = ___modifiers5;
PropertyInfo_t * L_25 = DefaultBinder_ExactPropertyBinding_m6D048B3D226B1A390F574721D3E7771E0BDF7221(L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
return L_25;
}
IL_0083:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_26 = ___binder2;
if (L_26)
{
goto IL_008d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_27 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
___binder2 = L_27;
}
IL_008d:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_28 = ___binder2;
int32_t L_29 = ___bindingAttr1;
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_30 = ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var);
Type_t * L_31 = ___returnType3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = ___types4;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_33 = ___modifiers5;
NullCheck(L_28);
PropertyInfo_t * L_34 = VirtFuncInvoker5< PropertyInfo_t *, int32_t, PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E*, Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* >::Invoke(7 /* System.Reflection.PropertyInfo System.Reflection.Binder::SelectProperty(System.Reflection.BindingFlags,System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[]) */, L_28, L_29, L_30, L_31, L_32, L_33);
return L_34;
}
}
// System.Reflection.EventInfo System.RuntimeType::GetEvent(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInfo_t * RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* V_2 = NULL;
EventInfo_t * V_3 = NULL;
int32_t V_4 = 0;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * V_5 = NULL;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_RuntimeMethod_var);
}
IL_0009:
{
int32_t L_2 = ___bindingAttr1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A(L_2, (String_t**)(&___name0), (bool*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
String_t* L_3 = ___name0;
int32_t L_4 = ___bindingAttr1;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_5 = RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348(__this, L_3, L_4, __this, /*hidden argument*/NULL);
V_2 = L_5;
V_3 = (EventInfo_t *)NULL;
int32_t L_6 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_6^(int32_t)2));
V_4 = 0;
goto IL_0065;
}
IL_002b:
{
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_7 = V_2;
int32_t L_8 = V_4;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_5 = L_10;
int32_t L_11 = ___bindingAttr1;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_12 = V_5;
NullCheck(L_12);
int32_t L_13 = RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D(L_12, /*hidden argument*/NULL);
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_14 = V_5;
NullCheck(L_14);
int32_t L_15 = RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D(L_14, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)L_13))) == ((uint32_t)L_15))))
{
goto IL_005f;
}
}
{
EventInfo_t * L_16 = V_3;
bool L_17 = EventInfo_op_Inequality_mC7E27E2551DF4073E8DC033A89A705596AFF344C(L_16, (EventInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_005c;
}
}
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_19 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_RuntimeMethod_var);
}
IL_005c:
{
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_20 = V_5;
V_3 = L_20;
}
IL_005f:
{
int32_t L_21 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0065:
{
int32_t L_22 = V_4;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_23 = V_2;
NullCheck(L_23);
if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))))
{
goto IL_002b;
}
}
{
EventInfo_t * L_24 = V_3;
return L_24;
}
}
// System.Reflection.FieldInfo System.RuntimeType::GetField(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* V_2 = NULL;
FieldInfo_t * V_3 = NULL;
bool V_4 = false;
int32_t V_5 = 0;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * V_6 = NULL;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_RuntimeMethod_var);
}
IL_0009:
{
int32_t L_2 = ___bindingAttr1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A(L_2, (String_t**)(&___name0), (bool*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
String_t* L_3 = ___name0;
int32_t L_4 = ___bindingAttr1;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_5 = RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9(__this, L_3, L_4, __this, /*hidden argument*/NULL);
V_2 = L_5;
V_3 = (FieldInfo_t *)NULL;
int32_t L_6 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_6^(int32_t)2));
V_4 = (bool)0;
V_5 = 0;
goto IL_00c2;
}
IL_0031:
{
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_7 = V_2;
int32_t L_8 = V_5;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_6 = L_10;
int32_t L_11 = ___bindingAttr1;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_12 = V_6;
NullCheck(L_12);
int32_t L_13 = RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010(L_12, /*hidden argument*/NULL);
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_14 = V_6;
NullCheck(L_14);
int32_t L_15 = RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010(L_14, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)L_13))) == ((uint32_t)L_15))))
{
goto IL_00bc;
}
}
{
FieldInfo_t * L_16 = V_3;
bool L_17 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_16, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_008f;
}
}
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_18 = V_6;
NullCheck(L_18);
Type_t * L_19 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_18);
FieldInfo_t * L_20 = V_3;
NullCheck(L_20);
Type_t * L_21 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_20);
if ((!(((RuntimeObject*)(Type_t *)L_19) == ((RuntimeObject*)(Type_t *)L_21))))
{
goto IL_0071;
}
}
{
String_t* L_22 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_23 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_RuntimeMethod_var);
}
IL_0071:
{
FieldInfo_t * L_24 = V_3;
NullCheck(L_24);
Type_t * L_25 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_24);
NullCheck(L_25);
bool L_26 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_008f;
}
}
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_27 = V_6;
NullCheck(L_27);
Type_t * L_28 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_27);
NullCheck(L_28);
bool L_29 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_008f;
}
}
{
V_4 = (bool)1;
}
IL_008f:
{
FieldInfo_t * L_30 = V_3;
bool L_31 = FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7(L_30, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (L_31)
{
goto IL_00b9;
}
}
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_32 = V_6;
NullCheck(L_32);
Type_t * L_33 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_32);
FieldInfo_t * L_34 = V_3;
NullCheck(L_34);
Type_t * L_35 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_34);
NullCheck(L_33);
bool L_36 = VirtFuncInvoker1< bool, Type_t * >::Invoke(137 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_33, L_35);
if (L_36)
{
goto IL_00b9;
}
}
{
FieldInfo_t * L_37 = V_3;
NullCheck(L_37);
Type_t * L_38 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_37);
NullCheck(L_38);
bool L_39 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_00bc;
}
}
IL_00b9:
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_40 = V_6;
V_3 = L_40;
}
IL_00bc:
{
int32_t L_41 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
}
IL_00c2:
{
int32_t L_42 = V_5;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_43 = V_2;
NullCheck(L_43);
if ((((int32_t)L_42) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))))
{
goto IL_0031;
}
}
{
bool L_44 = V_4;
if (!L_44)
{
goto IL_00ed;
}
}
{
FieldInfo_t * L_45 = V_3;
NullCheck(L_45);
Type_t * L_46 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_45);
NullCheck(L_46);
bool L_47 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_46, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_00ed;
}
}
{
String_t* L_48 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_49 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_49, L_48, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_RuntimeMethod_var);
}
IL_00ed:
{
FieldInfo_t * L_50 = V_3;
return L_50;
}
}
// System.Type System.RuntimeType::GetInterface(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___fullname0, bool ___ignoreCase1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * V_4 = NULL;
int32_t V_5 = 0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_6 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_7 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_8 = NULL;
int32_t V_9 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_10 = NULL;
int32_t V_11 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_12 = NULL;
int32_t G_B7_0 = 0;
{
String_t* L_0 = ___fullname0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6_RuntimeMethod_var);
}
IL_0009:
{
V_0 = ((int32_t)48);
int32_t L_2 = V_0;
V_0 = ((int32_t)((int32_t)L_2&(int32_t)((int32_t)-9)));
bool L_3 = ___ignoreCase1;
if (!L_3)
{
goto IL_0018;
}
}
{
int32_t L_4 = V_0;
V_0 = ((int32_t)((int32_t)L_4|(int32_t)1));
}
IL_0018:
{
String_t* L_5 = ___fullname0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD(L_5, (String_t**)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL);
int32_t L_6 = V_0;
RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A(L_6, (String_t**)(&V_1), (bool*)(&___ignoreCase1), (int32_t*)(&V_3), /*hidden argument*/NULL);
V_4 = (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 *)NULL;
bool L_7 = ___ignoreCase1;
if (L_7)
{
goto IL_0037;
}
}
{
G_B7_0 = 4;
goto IL_0038;
}
IL_0037:
{
G_B7_0 = 5;
}
IL_0038:
{
V_5 = G_B7_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(54 /* System.Type[] System.Type::GetInterfaces() */, __this);
V_8 = L_8;
V_9 = 0;
goto IL_007f;
}
IL_0047:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = V_8;
int32_t L_10 = V_9;
NullCheck(L_9);
int32_t L_11 = L_10;
Type_t * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_10 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_12, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_13 = V_10;
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13);
String_t* L_15 = V_1;
int32_t L_16 = V_5;
bool L_17 = String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43(L_14, L_15, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0079;
}
}
{
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * L_18 = V_4;
if (L_18)
{
goto IL_0070;
}
}
{
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * L_19 = (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 *)il2cpp_codegen_object_new(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621_il2cpp_TypeInfo_var);
List_1__ctor_m534F6D996605B0739761E25FA7A92CC53C1B1EDB(L_19, 2, /*hidden argument*/List_1__ctor_m534F6D996605B0739761E25FA7A92CC53C1B1EDB_RuntimeMethod_var);
V_4 = L_19;
}
IL_0070:
{
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * L_20 = V_4;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_21 = V_10;
NullCheck(L_20);
List_1_Add_m220585D0CD917FCC4803EA75B4546432400E08EE(L_20, L_21, /*hidden argument*/List_1_Add_m220585D0CD917FCC4803EA75B4546432400E08EE_RuntimeMethod_var);
}
IL_0079:
{
int32_t L_22 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_007f:
{
int32_t L_23 = V_9;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = V_8;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_0047;
}
}
{
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * L_25 = V_4;
if (L_25)
{
goto IL_008d;
}
}
{
return (Type_t *)NULL;
}
IL_008d:
{
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * L_26 = V_4;
NullCheck(L_26);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_27 = List_1_ToArray_m24F99552D5E83E9A8EF7EB22E346D97C063E86CA(L_26, /*hidden argument*/List_1_ToArray_m24F99552D5E83E9A8EF7EB22E346D97C063E86CA_RuntimeMethod_var);
V_6 = L_27;
V_7 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL;
V_11 = 0;
goto IL_00d6;
}
IL_009e:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_28 = V_6;
int32_t L_29 = V_11;
NullCheck(L_28);
int32_t L_30 = L_29;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
V_12 = L_31;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_32 = V_12;
int32_t L_33 = V_0;
String_t* L_34 = V_1;
String_t* L_35 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_36 = RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B(L_32, L_33, L_34, (bool)0, L_35, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00d0;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_37 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_38 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_37, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_00cc;
}
}
{
String_t* L_39 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_40 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_40, L_39, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6_RuntimeMethod_var);
}
IL_00cc:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_41 = V_12;
V_7 = L_41;
}
IL_00d0:
{
int32_t L_42 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
}
IL_00d6:
{
int32_t L_43 = V_11;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_44 = V_6;
NullCheck(L_44);
if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))))
{
goto IL_009e;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_45 = V_7;
return L_45;
}
}
// System.Type System.RuntimeType::GetNestedType(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___fullname0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_4 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_5 = NULL;
int32_t V_6 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_7 = NULL;
{
String_t* L_0 = ___fullname0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_RuntimeMethod_var);
}
IL_0009:
{
int32_t L_2 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_2&(int32_t)((int32_t)-9)));
String_t* L_3 = ___fullname0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD(L_3, (String_t**)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL);
int32_t L_4 = ___bindingAttr1;
RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A(L_4, (String_t**)(&V_1), (bool*)(&V_0), (int32_t*)(&V_3), /*hidden argument*/NULL);
String_t* L_5 = V_1;
int32_t L_6 = ___bindingAttr1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_7 = RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A(__this, L_5, L_6, /*hidden argument*/NULL);
V_4 = L_7;
V_5 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL;
V_6 = 0;
goto IL_006f;
}
IL_0037:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_8 = V_4;
int32_t L_9 = V_6;
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_7 = L_11;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_7;
int32_t L_13 = ___bindingAttr1;
String_t* L_14 = V_1;
String_t* L_15 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_16 = RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B(L_12, L_13, L_14, (bool)0, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0069;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_18 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_17, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0065;
}
}
{
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_20 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_RuntimeMethod_var);
}
IL_0065:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_21 = V_7;
V_5 = L_21;
}
IL_0069:
{
int32_t L_22 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_006f:
{
int32_t L_23 = V_6;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_24 = V_4;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_0037;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_5;
return L_25;
}
}
// System.Reflection.MemberInfo[] System.RuntimeType::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___type1, int32_t ___bindingAttr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 V_0;
memset((&V_0), 0, sizeof(V_0));
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B V_1;
memset((&V_1), 0, sizeof(V_1));
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 V_2;
memset((&V_2), 0, sizeof(V_2));
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC V_3;
memset((&V_3), 0, sizeof(V_3));
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 V_4;
memset((&V_4), 0, sizeof(V_4));
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_7 = NULL;
int32_t V_8 = 0;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* G_B30_0 = NULL;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED_RuntimeMethod_var);
}
IL_0009:
{
il2cpp_codegen_initobj((&V_0), sizeof(ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 ));
il2cpp_codegen_initobj((&V_1), sizeof(ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B ));
il2cpp_codegen_initobj((&V_2), sizeof(ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 ));
il2cpp_codegen_initobj((&V_3), sizeof(ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC ));
il2cpp_codegen_initobj((&V_4), sizeof(ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 ));
il2cpp_codegen_initobj((&V_5), sizeof(ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB ));
V_6 = 0;
int32_t L_2 = ___type1;
if (!((int32_t)((int32_t)L_2&(int32_t)8)))
{
goto IL_0065;
}
}
{
String_t* L_3 = ___name0;
int32_t L_4 = ___bindingAttr2;
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 L_5 = RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF(__this, L_3, L_4, 3, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)1, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = ___type1;
if ((!(((uint32_t)L_6) == ((uint32_t)8))))
{
goto IL_0059;
}
}
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_7 = ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_7;
}
IL_0059:
{
int32_t L_8 = V_6;
int32_t L_9 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9));
}
IL_0065:
{
int32_t L_10 = ___type1;
if (!((int32_t)((int32_t)L_10&(int32_t)1)))
{
goto IL_008e;
}
}
{
String_t* L_11 = ___name0;
int32_t L_12 = ___bindingAttr2;
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B L_13 = RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136(__this, L_11, L_12, 3, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)1, /*hidden argument*/NULL);
V_1 = L_13;
int32_t L_14 = ___type1;
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_0082;
}
}
{
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_15 = ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_1), /*hidden argument*/ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_15;
}
IL_0082:
{
int32_t L_16 = V_6;
int32_t L_17 = ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_inline((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_1), /*hidden argument*/ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17));
}
IL_008e:
{
int32_t L_18 = ___type1;
if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)16))))
{
goto IL_00b8;
}
}
{
String_t* L_19 = ___name0;
int32_t L_20 = ___bindingAttr2;
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 L_21 = RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD(__this, L_19, L_20, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)1, /*hidden argument*/NULL);
V_2 = L_21;
int32_t L_22 = ___type1;
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)16)))))
{
goto IL_00ac;
}
}
{
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_23 = ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_2), /*hidden argument*/ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_23;
}
IL_00ac:
{
int32_t L_24 = V_6;
int32_t L_25 = ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_inline((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_2), /*hidden argument*/ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25));
}
IL_00b8:
{
int32_t L_26 = ___type1;
if (!((int32_t)((int32_t)L_26&(int32_t)2)))
{
goto IL_00df;
}
}
{
String_t* L_27 = ___name0;
int32_t L_28 = ___bindingAttr2;
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC L_29 = RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38(__this, L_27, L_28, (bool)1, /*hidden argument*/NULL);
V_3 = L_29;
int32_t L_30 = ___type1;
if ((!(((uint32_t)L_30) == ((uint32_t)2))))
{
goto IL_00d3;
}
}
{
EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* L_31 = ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_3), /*hidden argument*/ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_31;
}
IL_00d3:
{
int32_t L_32 = V_6;
int32_t L_33 = ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_inline((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_3), /*hidden argument*/ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33));
}
IL_00df:
{
int32_t L_34 = ___type1;
if (!((int32_t)((int32_t)L_34&(int32_t)4)))
{
goto IL_0107;
}
}
{
String_t* L_35 = ___name0;
int32_t L_36 = ___bindingAttr2;
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 L_37 = RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5(__this, L_35, L_36, (bool)1, /*hidden argument*/NULL);
V_4 = L_37;
int32_t L_38 = ___type1;
if ((!(((uint32_t)L_38) == ((uint32_t)4))))
{
goto IL_00fb;
}
}
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_39 = ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), /*hidden argument*/ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_39;
}
IL_00fb:
{
int32_t L_40 = V_6;
int32_t L_41 = ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_inline((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), /*hidden argument*/ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41));
}
IL_0107:
{
int32_t L_42 = ___type1;
if (!((int32_t)((int32_t)L_42&(int32_t)((int32_t)160))))
{
goto IL_013c;
}
}
{
String_t* L_43 = ___name0;
int32_t L_44 = ___bindingAttr2;
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB L_45 = RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9(__this, L_43, L_44, (bool)1, /*hidden argument*/NULL);
V_5 = L_45;
int32_t L_46 = ___type1;
if ((((int32_t)L_46) == ((int32_t)((int32_t)128))))
{
goto IL_0128;
}
}
{
int32_t L_47 = ___type1;
if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)32)))))
{
goto IL_0130;
}
}
IL_0128:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_48 = ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_5), /*hidden argument*/ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_48;
}
IL_0130:
{
int32_t L_49 = V_6;
int32_t L_50 = ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_inline((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_5), /*hidden argument*/ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50));
}
IL_013c:
{
int32_t L_51 = ___type1;
if ((((int32_t)L_51) == ((int32_t)((int32_t)9))))
{
goto IL_014a;
}
}
{
int32_t L_52 = V_6;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_53 = (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)(MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)SZArrayNew(MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6_il2cpp_TypeInfo_var, (uint32_t)L_52);
G_B30_0 = L_53;
goto IL_0151;
}
IL_014a:
{
int32_t L_54 = V_6;
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_55 = (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)SZArrayNew(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var, (uint32_t)L_54);
G_B30_0 = ((MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)(L_55));
}
IL_0151:
{
V_7 = G_B30_0;
V_8 = 0;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_56 = V_7;
int32_t L_57 = V_8;
ListBuilder_1_CopyTo_m21987C9AE717D0F789B32C75A11BB0C95EC5CA1E((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_56, L_57, /*hidden argument*/ListBuilder_1_CopyTo_m21987C9AE717D0F789B32C75A11BB0C95EC5CA1E_RuntimeMethod_var);
int32_t L_58 = V_8;
int32_t L_59 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_60 = V_7;
int32_t L_61 = V_8;
ListBuilder_1_CopyTo_mF93A09E07BED4F405182C55CB3BDBFD40E539DDF((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_1), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_60, L_61, /*hidden argument*/ListBuilder_1_CopyTo_mF93A09E07BED4F405182C55CB3BDBFD40E539DDF_RuntimeMethod_var);
int32_t L_62 = V_8;
int32_t L_63 = ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_inline((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_1), /*hidden argument*/ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_64 = V_7;
int32_t L_65 = V_8;
ListBuilder_1_CopyTo_mA8C93F1F7084CE87BBDB8B21A8C3150A2E51521D((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_2), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_64, L_65, /*hidden argument*/ListBuilder_1_CopyTo_mA8C93F1F7084CE87BBDB8B21A8C3150A2E51521D_RuntimeMethod_var);
int32_t L_66 = V_8;
int32_t L_67 = ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_inline((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_2), /*hidden argument*/ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_68 = V_7;
int32_t L_69 = V_8;
ListBuilder_1_CopyTo_mB8EBE6B3140C4D78EE2DF3F7D8356613A9D3CBA1((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_3), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_68, L_69, /*hidden argument*/ListBuilder_1_CopyTo_mB8EBE6B3140C4D78EE2DF3F7D8356613A9D3CBA1_RuntimeMethod_var);
int32_t L_70 = V_8;
int32_t L_71 = ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_inline((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_3), /*hidden argument*/ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)L_71));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_72 = V_7;
int32_t L_73 = V_8;
ListBuilder_1_CopyTo_m05AF97C6C7AA6B0606757F3B3A49F95DA652A56E((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_72, L_73, /*hidden argument*/ListBuilder_1_CopyTo_m05AF97C6C7AA6B0606757F3B3A49F95DA652A56E_RuntimeMethod_var);
int32_t L_74 = V_8;
int32_t L_75 = ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_inline((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), /*hidden argument*/ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)L_75));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_76 = V_7;
int32_t L_77 = V_8;
ListBuilder_1_CopyTo_m9C08B2F46A9C6341CB5638E303466D0F3F2CA45A((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_5), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_76, L_77, /*hidden argument*/ListBuilder_1_CopyTo_m9C08B2F46A9C6341CB5638E303466D0F3F2CA45A_RuntimeMethod_var);
int32_t L_78 = V_8;
int32_t L_79 = ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_inline((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_5), /*hidden argument*/ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)L_79));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_80 = V_7;
return L_80;
}
}
// System.Reflection.Module System.RuntimeType::get_Module()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * RuntimeType_get_Module_m587B97D56A249C49FFCF2DD36590D7A3F3CDBD52 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_0 = RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.RuntimeModule System.RuntimeType::GetRuntimeModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_0 = RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.Assembly System.RuntimeType::get_Assembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * RuntimeType_get_Assembly_m0E430F136B0DD26330ABF10660EDBDE5588892B6 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_0 = RuntimeType_GetRuntimeAssembly_m34E13B557A24CE6438916C08EC329EFD16AEBAE4(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.RuntimeAssembly System.RuntimeType::GetRuntimeAssembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeType_GetRuntimeAssembly_m34E13B557A24CE6438916C08EC329EFD16AEBAE4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_0 = RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.RuntimeTypeHandle System.RuntimeType::get_TypeHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D RuntimeType_get_TypeHandle_m0D4C1338F4C16C4F8544DBC79A237D453ED85C1E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0;
memset((&L_0), 0, sizeof(L_0));
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((&L_0), __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsInstanceOfType(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsInstanceOfType_m789053D8CCCF98A1D25A8540104FCACEF1D83214 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___o0;
bool L_1 = RuntimeTypeHandle_IsInstanceOfType_m0365B2D0D74E056282F0D71C0CCDF827AF50C21D(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.RuntimeType::IsSubclassOf(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
{
Type_t * L_0 = ___type0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___type0;
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_4 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_3, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0020;
}
}
{
return (bool)0;
}
IL_0020:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_5 = RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED(__this, /*hidden argument*/NULL);
V_1 = L_5;
goto IL_003b;
}
IL_0029:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = V_1;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_8 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0034;
}
}
{
return (bool)1;
}
IL_0034:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_9 = V_1;
NullCheck(L_9);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED(L_9, /*hidden argument*/NULL);
V_1 = L_10;
}
IL_003b:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_12 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_11, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0029;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_13 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_14 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_ObjectType_12();
bool L_15 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_13, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_005c;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_16 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_17 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_16, __this, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_005c;
}
}
{
return (bool)1;
}
IL_005c:
{
return (bool)0;
}
}
// System.Boolean System.RuntimeType::IsAssignableFrom(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsAssignableFrom_m8271B531E654A0194C82CB2A282D8D8AD2758B89 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsAssignableFrom_m8271B531E654A0194C82CB2A282D8D8AD2758B89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Type_t * L_0 = ___c0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
Type_t * L_1 = ___c0;
if ((!(((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)__this))))
{
goto IL_000b;
}
}
{
return (bool)1;
}
IL_000b:
{
Type_t * L_2 = ___c0;
NullCheck(L_2);
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_2);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_5 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0028;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = V_0;
bool L_7 = RuntimeTypeHandle_CanCastTo_mFF4E6B20B50C8639B20F1E536996AA060A95E8CC(L_6, __this, /*hidden argument*/NULL);
return L_7;
}
IL_0028:
{
return (bool)0;
}
}
// System.Boolean System.RuntimeType::IsEquivalentTo(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsEquivalentTo_m8134B50CD32FD03E5ADEB925FC40231A34F1118E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsEquivalentTo_m8134B50CD32FD03E5ADEB925FC40231A34F1118E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Type_t * L_0 = ___other0;
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_3 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_2, __this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0017;
}
}
{
return (bool)1;
}
IL_0017:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
bool L_5 = RuntimeTypeHandle_IsEquivalentTo_m356C4E5D763BAF26689FECDFAD439D134B6FDEB9(__this, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Type System.RuntimeType::get_BaseType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_get_BaseType_m7B54148F82E8D89C6D4108888E8A8BC9BE591540 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.RuntimeType System.RuntimeType::GetBaseType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
int32_t V_2 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_3 = NULL;
int32_t V_4 = 0;
{
bool L_0 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000a;
}
}
{
return (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL;
}
IL_000a:
{
bool L_1 = RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0081;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(109 /* System.Type[] System.Type::GetGenericParameterConstraints() */, __this);
V_0 = L_2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_ObjectType_12();
V_1 = L_3;
V_2 = 0;
goto IL_0059;
}
IL_0023:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = V_0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
Type_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_3 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_3;
NullCheck(L_8);
bool L_9 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0055;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_3;
NullCheck(L_10);
bool L_11 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, L_10);
if (!L_11)
{
goto IL_0053;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_3;
NullCheck(L_12);
int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(78 /* System.Reflection.GenericParameterAttributes System.Type::get_GenericParameterAttributes() */, L_12);
V_4 = ((int32_t)((int32_t)L_13&(int32_t)((int32_t)28)));
int32_t L_14 = V_4;
if (((int32_t)((int32_t)L_14&(int32_t)4)))
{
goto IL_0053;
}
}
{
int32_t L_15 = V_4;
if (!((int32_t)((int32_t)L_15&(int32_t)8)))
{
goto IL_0055;
}
}
IL_0053:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_16 = V_3;
V_1 = L_16;
}
IL_0055:
{
int32_t L_17 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0059:
{
int32_t L_18 = V_2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_19 = V_0;
NullCheck(L_19);
if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))))
{
goto IL_0023;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_20 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_21 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_ObjectType_12();
bool L_22 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_20, L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_007f;
}
}
{
int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(78 /* System.Reflection.GenericParameterAttributes System.Type::get_GenericParameterAttributes() */, __this);
if (!((int32_t)((int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)28)))&(int32_t)8)))
{
goto IL_007f;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_24 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_ValueType_10();
V_1 = L_24;
}
IL_007f:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1;
return L_25;
}
IL_0081:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_26 = RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD(__this, /*hidden argument*/NULL);
return L_26;
}
}
// System.Type System.RuntimeType::get_UnderlyingSystemType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_get_UnderlyingSystemType_mFE474AB4C0374EC03C0BA27E7B6E3E6B7F1C4826 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Reflection.TypeAttributes System.RuntimeType::GetAttributeFlagsImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetAttributeFlagsImpl_mDEBD72FF426F2AE4EE4A4FBBFF7723FA2B94CC35 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsContextfulImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsContextfulImpl_m1A94D89015DF9642F1D02D59899E160698722019 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsByRefImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsByRefImpl_m5A31F38C166A4D6695B5CF1FEF05743041D70979 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsPrimitiveImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsPrimitiveImpl_mEB3E9C4CF6250F18A114F2ADE74A1D4B21C27D09 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsPointerImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsPointerImpl_mF490B3FBBA01171A9479FF9ACF93FD441103396D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsCOMObjectImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsCOMObjectImpl_mEA159E78C19374BEE301A73BB252EDA8EB43B6AB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsComObject_m6BEC1E54C1ECA6622CB12AD31CA804665198A39A(__this, (bool)0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsValueTypeImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsValueTypeImpl_m3060BE160C62B967DD2CE94D170F662EE47CEEBD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsValueTypeImpl_m3060BE160C62B967DD2CE94D170F662EE47CEEBD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
bool L_2 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(__this, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0024;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(__this, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0026;
}
}
IL_0024:
{
return (bool)0;
}
IL_0026:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
bool L_8 = VirtFuncInvoker1< bool, Type_t * >::Invoke(137 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, __this, L_7);
return L_8;
}
}
// System.Boolean System.RuntimeType::get_IsEnum()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_IsEnum_mC14D5D5AAE6FC3A7418D79D30CADB62EE07C905E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_get_IsEnum_mC14D5D5AAE6FC3A7418D79D30CADB62EE07C905E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_EnumType_11();
bool L_2 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.RuntimeType::HasElementTypeImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_HasElementTypeImpl_mD9B072B4DFEFA949B4F555217A8C660CDE0D8D31 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_HasElementType_m844E596F2213BFE1DBB19D22021A9F900516E72D(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.GenericParameterAttributes System.RuntimeType::get_GenericParameterAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDBDD7B51A325AE50AF055F075B2CCF50439827EF, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = RuntimeType_GetGenericParameterAttributes_mC198CEF42B645A4360E6F0473D33625069FD6E52(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.RuntimeType::get_IsSzArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_IsSzArray_m20D5414021E56EB2D063197493E73E482624E4DC (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsSzArray_m77E81D2403CD09CF447E55AC5EEE000887400D53(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsArrayImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsArrayImpl_m3971B14E5113B4785BD41EA3D2CB27AFA8C3287C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.RuntimeType::GetArrayRank()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(119 /* System.Boolean System.Type::IsArrayImpl() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral55EED343A198ED12DF109B5CE13EF3E94B1187EC, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Type System.RuntimeType::GetElementType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_GetElementType_mF6C2F1CD7A63957A849AED0E39FD2DB91F162228 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = RuntimeTypeHandle_GetElementType_m9769655111CDDEAD1297476CAAF2B88717F946C2(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String[] System.RuntimeType::GetEnumNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, __this);
if (L_0)
{
goto IL_001d;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, L_1, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5_RuntimeMethod_var);
}
IL_001d:
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A(__this, /*hidden argument*/NULL);
V_0 = L_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = V_0;
NullCheck(L_4);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))));
V_1 = L_5;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_0;
NullCheck(L_8);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_1;
return L_9;
}
}
// System.Array System.RuntimeType::GetEnumValues()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * RuntimeType_GetEnumValues_mED79D55C2796E8D4487DFB914A81EB82CC737004 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEnumValues_mED79D55C2796E8D4487DFB914A81EB82CC737004_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* V_0 = NULL;
RuntimeArray * V_1 = NULL;
int32_t V_2 = 0;
RuntimeObject * V_3 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, __this);
if (L_0)
{
goto IL_001d;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, L_1, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetEnumValues_mED79D55C2796E8D4487DFB914A81EB82CC737004_RuntimeMethod_var);
}
IL_001d:
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_3 = Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F(__this, /*hidden argument*/NULL);
V_0 = L_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = L_4;
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_6 = V_0;
NullCheck(L_6);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))));
RuntimeArray * L_7 = Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B(__this, L_5, /*hidden argument*/NULL);
V_1 = L_7;
V_2 = 0;
goto IL_0051;
}
IL_003b:
{
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_8 = V_0;
int32_t L_9 = V_2;
NullCheck(L_8);
int32_t L_10 = L_9;
int64_t L_11 = (int64_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
RuntimeObject * L_12 = Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05(__this, L_11, /*hidden argument*/NULL);
V_3 = L_12;
RuntimeArray * L_13 = V_1;
RuntimeObject * L_14 = V_3;
int32_t L_15 = V_2;
NullCheck(L_13);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_13, L_14, L_15, /*hidden argument*/NULL);
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0051:
{
int32_t L_17 = V_2;
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* 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_003b;
}
}
{
RuntimeArray * L_19 = V_1;
return L_19;
}
}
// System.Type System.RuntimeType::GetEnumUnderlyingType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, __this);
if (L_0)
{
goto IL_001d;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, L_1, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811_RuntimeMethod_var);
}
IL_001d:
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = Enum_InternalGetUnderlyingType_m0BD79F3F8CD17913493226A8F3D07898D94CCB50(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.RuntimeType::IsEnumDefined(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
uint64_t V_2 = 0;
{
RuntimeObject * L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
NullCheck(L_4);
bool L_5 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_4);
if (!L_5)
{
goto IL_005f;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = V_0;
NullCheck(L_6);
bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(140 /* System.Boolean System.Type::IsEquivalentTo(System.Type) */, L_6, __this);
if (L_7)
{
goto IL_0053;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_9;
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_13);
String_t* L_14 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral19D5B110F19B2190575B7810E1FA91334E8E400F, L_12, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
IL_0053:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_16 = V_0;
NullCheck(L_16);
Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(133 /* System.Type System.Type::GetEnumUnderlyingType() */, L_16);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_17, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
}
IL_005f:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_18 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_19 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_StringType_13();
bool L_20 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_007f;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A(__this, /*hidden argument*/NULL);
RuntimeObject * L_22 = ___value0;
int32_t L_23 = Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_21, L_22, /*hidden argument*/Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_RuntimeMethod_var);
if ((((int32_t)L_23) < ((int32_t)0)))
{
goto IL_007d;
}
}
{
return (bool)1;
}
IL_007d:
{
return (bool)0;
}
IL_007f:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_24 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_25 = Type_IsIntegerType_m19478B79237AE0C92BE81AEEAD7D9DD36DFC0B27(L_24, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_00d9;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_26 = Enum_InternalGetUnderlyingType_m0BD79F3F8CD17913493226A8F3D07898D94CCB50(__this, /*hidden argument*/NULL);
V_1 = L_26;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_28 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_29 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_27, L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_00bf;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_30;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_32 = V_0;
NullCheck(L_32);
String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_32);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_33);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_33);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_31;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_35 = V_1;
NullCheck(L_35);
String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_36);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_36);
String_t* L_37 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEDFBE774D07FEF0E86FBB029261CD370F5EFD9E7, L_34, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_38 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_38, L_37, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
IL_00bf:
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_39 = Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F(__this, /*hidden argument*/NULL);
RuntimeObject * L_40 = ___value0;
uint64_t L_41 = Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5(L_40, /*hidden argument*/NULL);
V_2 = L_41;
uint64_t L_42 = V_2;
int32_t L_43 = Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3(L_39, L_42, /*hidden argument*/Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_RuntimeMethod_var);
return (bool)((((int32_t)((((int32_t)L_43) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_00d9:
{
bool L_44 = ((CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1();
if (!L_44)
{
goto IL_0108;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_45 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = L_45;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_47 = V_0;
NullCheck(L_47);
String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47);
NullCheck(L_46);
ArrayElementTypeCheck (L_46, L_48);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_48);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = L_46;
Type_t * L_50 = VirtFuncInvoker0< Type_t * >::Invoke(133 /* System.Type System.Type::GetEnumUnderlyingType() */, __this);
NullCheck(L_49);
ArrayElementTypeCheck (L_49, L_50);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_50);
String_t* L_51 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEDFBE774D07FEF0E86FBB029261CD370F5EFD9E7, L_49, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_52 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_52, L_51, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
IL_0108:
{
String_t* L_53 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFEC5F94EEF090E85867493394092E5DE8BF859D3, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_54 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_54, L_53, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
}
// System.String System.RuntimeType::GetEnumName(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
uint64_t V_1 = 0;
int32_t V_2 = 0;
{
RuntimeObject * L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
V_0 = L_3;
Type_t * L_4 = V_0;
NullCheck(L_4);
bool L_5 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_4);
if (L_5)
{
goto IL_003a;
}
}
{
Type_t * L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_7 = Type_IsIntegerType_m19478B79237AE0C92BE81AEEAD7D9DD36DFC0B27(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_003a;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral850828716F9C5476A885E4AF4B1592EDAF8390BA, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, L_8, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_RuntimeMethod_var);
}
IL_003a:
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_10 = Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F(__this, /*hidden argument*/NULL);
RuntimeObject * L_11 = ___value0;
uint64_t L_12 = Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5(L_11, /*hidden argument*/NULL);
V_1 = L_12;
uint64_t L_13 = V_1;
int32_t L_14 = Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3(L_10, L_13, /*hidden argument*/Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_RuntimeMethod_var);
V_2 = L_14;
int32_t L_15 = V_2;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_005b;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A(__this, /*hidden argument*/NULL);
int32_t L_17 = V_2;
NullCheck(L_16);
int32_t L_18 = L_17;
String_t* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
return L_19;
}
IL_005b:
{
return (String_t*)NULL;
}
}
// System.RuntimeType[] System.RuntimeType::GetGenericArgumentsInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391(__this, (bool)1, /*hidden argument*/NULL);
return ((RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)Castclass((RuntimeObject*)L_0, RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var));
}
}
// System.Type[] System.RuntimeType::GetGenericArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetGenericArguments_m8E43CC06DC1A7097CB7E5705BAC568B7A50424DD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetGenericArguments_m8E43CC06DC1A7097CB7E5705BAC568B7A50424DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL;
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391(__this, (bool)0, /*hidden argument*/NULL);
V_0 = L_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = V_0;
if (L_1)
{
goto IL_0011;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ((EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var))->get_Value_0();
V_0 = L_2;
}
IL_0011:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = V_0;
return L_3;
}
}
// System.Type System.RuntimeType::MakeGenericType(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___instantiation0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_0 = NULL;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_1 = NULL;
int32_t V_2 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_3 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_4 = NULL;
int32_t V_5 = 0;
Type_t * G_B9_0 = NULL;
Type_t * G_B8_0 = NULL;
Type_t * G_B18_0 = NULL;
Type_t * G_B17_0 = NULL;
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ___instantiation0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralDD509F6F6041AD7FA998E6F3A90302DF2400B319, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_000e:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ___instantiation0;
NullCheck(L_2);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_3 = (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)SZArrayNew(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))));
V_0 = L_3;
bool L_4 = VirtFuncInvoker0< bool >::Invoke(105 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, __this);
if (L_4)
{
goto IL_0039;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, __this);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)__this);
String_t* L_7 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral76353B32E89D21057F9EC9CBDA673D64C2685940, L_6, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_8 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_0039:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, __this);
NullCheck(L_9);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = ___instantiation0;
NullCheck(L_10);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_005b;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD3545623200D657AFC7CF328BC3A1F331421A4BB, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, L_11, _stringLiteralDD509F6F6041AD7FA998E6F3A90302DF2400B319, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_005b:
{
V_2 = 0;
goto IL_00b9;
}
IL_005f:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = ___instantiation0;
int32_t L_14 = V_2;
NullCheck(L_13);
int32_t L_15 = L_14;
Type_t * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
Type_t * L_17 = L_16;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_18 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_17, (Type_t *)NULL, /*hidden argument*/NULL);
G_B8_0 = L_17;
if (!L_18)
{
G_B9_0 = L_17;
goto IL_0071;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_19 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_0071:
{
V_3 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)G_B9_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_20 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_21 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_20, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_00b1;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_22 = ___instantiation0;
NullCheck(L_22);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))));
V_4 = L_23;
V_5 = 0;
goto IL_009e;
}
IL_008f:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = V_4;
int32_t L_25 = V_5;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_26 = ___instantiation0;
int32_t L_27 = V_5;
NullCheck(L_26);
int32_t L_28 = L_27;
Type_t * L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_29);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_25), (Type_t *)L_29);
int32_t L_30 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_009e:
{
int32_t L_31 = V_5;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = ___instantiation0;
NullCheck(L_32);
if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))))
{
goto IL_008f;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_33 = V_4;
___instantiation0 = L_33;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_34 = ___instantiation0;
Type_t * L_35 = TypeBuilderInstantiation_MakeGenericType_m6EA0D8A23A3197C63ACE9848425637D48E8689D4(__this, L_34, /*hidden argument*/NULL);
return L_35;
}
IL_00b1:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_36 = V_0;
int32_t L_37 = V_2;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_38 = V_3;
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_38);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_38);
int32_t L_39 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
}
IL_00b9:
{
int32_t L_40 = V_2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_41 = ___instantiation0;
NullCheck(L_41);
if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))))))
{
goto IL_005f;
}
}
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_42 = RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254(__this, /*hidden argument*/NULL);
V_1 = L_42;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_43 = V_0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_44 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1(L_43, L_44, /*hidden argument*/NULL);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_45 = V_0;
Type_t * L_46 = RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E(__this, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_45, /*hidden argument*/NULL);
Type_t * L_47 = L_46;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_48 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_47, (Type_t *)NULL, /*hidden argument*/NULL);
G_B17_0 = L_47;
if (!L_48)
{
G_B18_0 = L_47;
goto IL_00e3;
}
}
{
TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * L_49 = (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 *)il2cpp_codegen_object_new(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var);
TypeLoadException__ctor_mEF05D23A192E0B9BFAAA97A77A0FC1BCBE7B4355(L_49, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_00e3:
{
return G_B18_0;
}
}
// System.Boolean System.RuntimeType::get_IsGenericTypeDefinition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_IsGenericTypeDefinition_m452F7C2ED5AD60BF7974EB7CC0BCA2BA610FEC12 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::get_IsGenericParameter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_IsGenericParameter_m432E1B4664AEE4349141E444DCD1BA77EEFB85F9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.RuntimeType::get_GenericParameterPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDBDD7B51A325AE50AF055F075B2CCF50439827EF, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Type System.RuntimeType::GetGenericTypeDefinition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2DE3F4F9449938537E83C8AC3A691C5927388746, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D_RuntimeMethod_var);
}
IL_0018:
{
Type_t * L_3 = RuntimeTypeHandle_GetGenericTypeDefinition_m4B55E662D7F56EB1D85FEA06EC92E295158684B2(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.RuntimeType::get_IsGenericType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_IsGenericType_m79C62938754798BCD4589744879A96234805D461 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.MemberInfo[] System.RuntimeType::GetDefaultMembers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* RuntimeType_GetDefaultMembers_m390B8D47FB9D6E86AFF05B9834336D4B8A806D77 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetDefaultMembers_m390B8D47FB9D6E86AFF05B9834336D4B8A806D77_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_0 = NULL;
String_t* V_1 = NULL;
{
V_0 = (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)NULL;
String_t* L_0 = RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2(__this, /*hidden argument*/NULL);
V_1 = L_0;
String_t* L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
String_t* L_2 = V_1;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_3 = Type_GetMember_m715D5865845665F5A72E927F52FB5CFA1BB3D800(__this, L_2, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_0014:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_4 = V_0;
if (L_4)
{
goto IL_001d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_il2cpp_TypeInfo_var);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_5 = ((EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_il2cpp_TypeInfo_var))->get_Value_0();
V_0 = L_5;
}
IL_001d:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_6 = V_0;
return L_6;
}
}
// System.Object System.RuntimeType::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingFlags1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___providedArgs4, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers5, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture6, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___namedParams7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* V_5 = NULL;
MethodInfo_t * V_6 = NULL;
FieldInfo_t * V_7 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_8 = NULL;
int32_t V_9 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_10 = NULL;
RuntimeArray * V_11 = NULL;
int32_t V_12 = 0;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* V_13 = NULL;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * V_14 = NULL;
int32_t V_15 = 0;
MethodInfo_t * V_16 = NULL;
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* V_17 = NULL;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * V_18 = NULL;
int32_t V_19 = 0;
MethodInfo_t * V_20 = NULL;
RuntimeObject * V_21 = NULL;
MethodBase_t * V_22 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
int32_t G_B19_0 = 0;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B51_0 = NULL;
int32_t G_B51_1 = 0;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * G_B51_2 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B50_0 = NULL;
int32_t G_B50_1 = 0;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * G_B50_2 = NULL;
RuntimeObject * G_B52_0 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B52_1 = NULL;
int32_t G_B52_2 = 0;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * G_B52_3 = NULL;
RuntimeObject * G_B129_0 = NULL;
RuntimeObject * G_B128_0 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAA71A1C4992A2B847492913FCD3634ADC1AD7F5D, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___bindingFlags1;
if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)65280))))
{
goto IL_0036;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA0ED19450B96536472FBF1C545F296799D4A7251, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, L_4, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0036:
{
int32_t L_6 = ___bindingFlags1;
if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)255))))
{
goto IL_0053;
}
}
{
int32_t L_7 = ___bindingFlags1;
___bindingFlags1 = ((int32_t)((int32_t)L_7|(int32_t)((int32_t)20)));
int32_t L_8 = ___bindingFlags1;
if (((int32_t)((int32_t)L_8&(int32_t)((int32_t)512))))
{
goto IL_0053;
}
}
{
int32_t L_9 = ___bindingFlags1;
___bindingFlags1 = ((int32_t)((int32_t)L_9|(int32_t)8));
}
IL_0053:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = ___namedParams7;
if (!L_10)
{
goto IL_0094;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = ___providedArgs4;
if (!L_11)
{
goto IL_007a;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = ___namedParams7;
NullCheck(L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = ___providedArgs4;
NullCheck(L_13);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))))
{
goto IL_0094;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF34548F06963977CEEA237DAE5E24FA1246BD908, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_15, L_14, _stringLiteral8DF2566E8D47310294A597C85CB5251612537EF7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_007a:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = ___namedParams7;
NullCheck(L_16);
if (!(((RuntimeArray*)L_16)->max_length))
{
goto IL_0094;
}
}
{
String_t* L_17 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF34548F06963977CEEA237DAE5E24FA1246BD908, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_18 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_18, L_17, _stringLiteral8DF2566E8D47310294A597C85CB5251612537EF7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0094:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = ___namedParams7;
if (!L_19)
{
goto IL_00b8;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = ___namedParams7;
int32_t L_21 = Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A(L_20, (String_t*)NULL, /*hidden argument*/Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var);
if ((((int32_t)L_21) == ((int32_t)(-1))))
{
goto IL_00b8;
}
}
{
String_t* L_22 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCE4D1DDBD64D8334CEF8CE29F9E8082C28B32CF4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_23, L_22, _stringLiteral8DF2566E8D47310294A597C85CB5251612537EF7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_00b8:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = ___providedArgs4;
if (L_24)
{
goto IL_00bf;
}
}
{
G_B19_0 = 0;
goto IL_00c3;
}
IL_00bf:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = ___providedArgs4;
NullCheck(L_25);
G_B19_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))));
}
IL_00c3:
{
V_0 = G_B19_0;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_26 = ___binder2;
if (L_26)
{
goto IL_00ce;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_27 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
___binder2 = L_27;
}
IL_00ce:
{
int32_t L_28 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_28&(int32_t)((int32_t)512))))
{
goto IL_010b;
}
}
{
int32_t L_29 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_29&(int32_t)((int32_t)512))))
{
goto IL_00fe;
}
}
{
int32_t L_30 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_30&(int32_t)((int32_t)15616))))
{
goto IL_00fe;
}
}
{
String_t* L_31 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0179CBF464F5876C486B151B49D1EF61A5360068, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_32 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_32, L_31, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_00fe:
{
int32_t L_33 = ___bindingFlags1;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_34 = ___binder2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = ___providedArgs4;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_36 = ___culture6;
RuntimeObject * L_37 = Activator_CreateInstance_m8514197681D9771380014317A84B751EC31DBBC0(__this, L_33, L_34, L_35, L_36, /*hidden argument*/NULL);
return L_37;
}
IL_010b:
{
int32_t L_38 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_38&(int32_t)((int32_t)49152))))
{
goto IL_011d;
}
}
{
int32_t L_39 = ___bindingFlags1;
___bindingFlags1 = ((int32_t)((int32_t)L_39|(int32_t)((int32_t)8192)));
}
IL_011d:
{
String_t* L_40 = ___name0;
if (L_40)
{
goto IL_012b;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_41 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_41, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_012b:
{
String_t* L_42 = ___name0;
NullCheck(L_42);
int32_t L_43 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_0140;
}
}
{
String_t* L_44 = ___name0;
NullCheck(L_44);
bool L_45 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_44, _stringLiteral752203FC97F9BD76547C504057B8F32DA1C045C5, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_0152;
}
}
IL_0140:
{
String_t* L_46 = RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2(__this, /*hidden argument*/NULL);
___name0 = L_46;
String_t* L_47 = ___name0;
if (L_47)
{
goto IL_0152;
}
}
{
___name0 = _stringLiteral1DBC7385BADBFDA548FB27E2160A33CF32C0F545;
}
IL_0152:
{
int32_t L_48 = ___bindingFlags1;
V_1 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_48&(int32_t)((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0);
int32_t L_49 = ___bindingFlags1;
V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_49&(int32_t)((int32_t)2048)))) <= ((uint32_t)0)))? 1 : 0);
bool L_50 = V_1;
bool L_51 = V_2;
if (!((int32_t)((int32_t)L_50|(int32_t)L_51)))
{
goto IL_035c;
}
}
{
bool L_52 = V_1;
if (!L_52)
{
goto IL_01a9;
}
}
{
bool L_53 = V_2;
if (!L_53)
{
goto IL_018b;
}
}
{
String_t* L_54 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAA52E266509C5775D4858DF8B8F09D164115832E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_55 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_55, L_54, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_018b:
{
int32_t L_56 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_56&(int32_t)((int32_t)8192))))
{
goto IL_01f4;
}
}
{
String_t* L_57 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral07274945043305516C2DD6D0C610021C65F177B4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_58 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_58, L_57, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_01a9:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = ___providedArgs4;
if (L_59)
{
goto IL_01b8;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_60 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_60, _stringLiteral16D7FFF5CB7B1700CDD10BB0D6B24359BFA7D38A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_01b8:
{
int32_t L_61 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_61&(int32_t)((int32_t)4096))))
{
goto IL_01d6;
}
}
{
String_t* L_62 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAB2408808ACE102415C2CEAC6DD5C961E8572436, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_63 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_63, L_62, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_01d6:
{
int32_t L_64 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_64&(int32_t)((int32_t)256))))
{
goto IL_01f4;
}
}
{
String_t* L_65 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B18F106B2E71F651B1A7B8EEC2EE875E57D5B17, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_66 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_66, L_65, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_01f4:
{
V_7 = (FieldInfo_t *)NULL;
String_t* L_67 = ___name0;
int32_t L_68 = ___bindingFlags1;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_69 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(74 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, __this, L_67, 4, L_68);
V_8 = ((FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)IsInst((RuntimeObject*)L_69, FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var));
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_70 = V_8;
NullCheck(L_70);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length))))) == ((uint32_t)1))))
{
goto IL_0216;
}
}
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_71 = V_8;
NullCheck(L_71);
int32_t L_72 = 0;
FieldInfo_t * L_73 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
V_7 = L_73;
goto IL_0236;
}
IL_0216:
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_74 = V_8;
NullCheck(L_74);
if (!(((RuntimeArray*)L_74)->max_length))
{
goto IL_0236;
}
}
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_75 = ___binder2;
int32_t L_76 = ___bindingFlags1;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_77 = V_8;
bool L_78 = V_1;
G_B50_0 = L_77;
G_B50_1 = L_76;
G_B50_2 = L_75;
if (L_78)
{
G_B51_0 = L_77;
G_B51_1 = L_76;
G_B51_2 = L_75;
goto IL_0228;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_79 = ___providedArgs4;
NullCheck(L_79);
int32_t L_80 = 0;
RuntimeObject * L_81 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
G_B52_0 = L_81;
G_B52_1 = G_B50_0;
G_B52_2 = G_B50_1;
G_B52_3 = G_B50_2;
goto IL_022d;
}
IL_0228:
{
IL2CPP_RUNTIME_CLASS_INIT(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var);
Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * L_82 = ((Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_StaticFields*)il2cpp_codegen_static_fields_for(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var))->get_Value_0();
G_B52_0 = ((RuntimeObject *)(L_82));
G_B52_1 = G_B51_0;
G_B52_2 = G_B51_1;
G_B52_3 = G_B51_2;
}
IL_022d:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_83 = ___culture6;
NullCheck(G_B52_3);
FieldInfo_t * L_84 = VirtFuncInvoker4< FieldInfo_t *, int32_t, FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*, RuntimeObject *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(5 /* System.Reflection.FieldInfo System.Reflection.Binder::BindToField(System.Reflection.BindingFlags,System.Reflection.FieldInfo[],System.Object,System.Globalization.CultureInfo) */, G_B52_3, G_B52_2, G_B52_1, G_B52_0, L_83);
V_7 = L_84;
}
IL_0236:
{
FieldInfo_t * L_85 = V_7;
bool L_86 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_85, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_86)
{
goto IL_0346;
}
}
{
FieldInfo_t * L_87 = V_7;
NullCheck(L_87);
Type_t * L_88 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_87);
NullCheck(L_88);
bool L_89 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_88, /*hidden argument*/NULL);
if (L_89)
{
goto IL_0267;
}
}
{
FieldInfo_t * L_90 = V_7;
NullCheck(L_90);
Type_t * L_91 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_90);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_92 = { reinterpret_cast<intptr_t> (RuntimeArray_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_93 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_92, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_91) == ((RuntimeObject*)(Type_t *)L_93))))
{
goto IL_02f5;
}
}
IL_0267:
{
int32_t L_94 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_94&(int32_t)((int32_t)1024))))
{
goto IL_0275;
}
}
{
int32_t L_95 = V_0;
V_9 = L_95;
goto IL_027a;
}
IL_0275:
{
int32_t L_96 = V_0;
V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1));
}
IL_027a:
{
int32_t L_97 = V_9;
if ((((int32_t)L_97) <= ((int32_t)0)))
{
goto IL_02f5;
}
}
{
int32_t L_98 = V_9;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_99 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_98);
V_10 = L_99;
V_12 = 0;
goto IL_02bc;
}
IL_028d:
{
}
IL_028e:
try
{ // begin try (depth: 1)
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_100 = V_10;
int32_t L_101 = V_12;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_102 = ___providedArgs4;
int32_t L_103 = V_12;
NullCheck(L_102);
int32_t L_104 = L_103;
RuntimeObject * L_105 = (L_102)->GetAt(static_cast<il2cpp_array_size_t>(L_104));
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_105, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
int32_t L_106 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_105, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), (RuntimeObject*)NULL);
NullCheck(L_100);
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(L_101), (int32_t)L_106);
goto IL_02b6;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_02a5;
throw e;
}
CATCH_02a5:
{ // begin catch(System.InvalidCastException)
String_t* L_107 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral505613DD92F26133A156676FDB84F3B5BB24633F, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_108 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_108, L_107, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_108, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
} // end catch (depth: 1)
IL_02b6:
{
int32_t L_109 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1));
}
IL_02bc:
{
int32_t L_110 = V_12;
int32_t L_111 = V_9;
if ((((int32_t)L_110) < ((int32_t)L_111)))
{
goto IL_028d;
}
}
{
FieldInfo_t * L_112 = V_7;
RuntimeObject * L_113 = ___target3;
NullCheck(L_112);
RuntimeObject * L_114 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_112, L_113);
V_11 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_114, RuntimeArray_il2cpp_TypeInfo_var));
int32_t L_115 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_115&(int32_t)((int32_t)1024))))
{
goto IL_02e5;
}
}
{
RuntimeArray * L_116 = V_11;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_117 = V_10;
NullCheck(L_116);
RuntimeObject * L_118 = Array_GetValue_m3CEA4EB8E2DAB2C0B9CCC8D6E597F15F82C2C97C(L_116, L_117, /*hidden argument*/NULL);
return L_118;
}
IL_02e5:
{
RuntimeArray * L_119 = V_11;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_120 = ___providedArgs4;
int32_t L_121 = V_9;
NullCheck(L_120);
int32_t L_122 = L_121;
RuntimeObject * L_123 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_124 = V_10;
NullCheck(L_119);
Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380(L_119, L_123, L_124, /*hidden argument*/NULL);
return NULL;
}
IL_02f5:
{
bool L_125 = V_1;
if (!L_125)
{
goto IL_031a;
}
}
{
int32_t L_126 = V_0;
if (!L_126)
{
goto IL_0310;
}
}
{
String_t* L_127 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B9F2B9F7DFD45F7B3F9EAB76201E30D2798FD98, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_128 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_128, L_127, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_128, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0310:
{
FieldInfo_t * L_129 = V_7;
RuntimeObject * L_130 = ___target3;
NullCheck(L_129);
RuntimeObject * L_131 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_129, L_130);
return L_131;
}
IL_031a:
{
int32_t L_132 = V_0;
if ((((int32_t)L_132) == ((int32_t)1)))
{
goto IL_0333;
}
}
{
String_t* L_133 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral74BBAD39558EE79D69DC4DFFCCF4C7177A27645D, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_134 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_134, L_133, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_134, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0333:
{
FieldInfo_t * L_135 = V_7;
RuntimeObject * L_136 = ___target3;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_137 = ___providedArgs4;
NullCheck(L_137);
int32_t L_138 = 0;
RuntimeObject * L_139 = (L_137)->GetAt(static_cast<il2cpp_array_size_t>(L_138));
int32_t L_140 = ___bindingFlags1;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_141 = ___binder2;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_142 = ___culture6;
NullCheck(L_135);
VirtActionInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(23 /* System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) */, L_135, L_136, L_139, L_140, L_141, L_142);
return NULL;
}
IL_0346:
{
int32_t L_143 = ___bindingFlags1;
if (((int32_t)((int32_t)L_143&(int32_t)((int32_t)16773888))))
{
goto IL_035c;
}
}
{
String_t* L_144 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
String_t* L_145 = ___name0;
MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * L_146 = (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 *)il2cpp_codegen_object_new(MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_il2cpp_TypeInfo_var);
MissingFieldException__ctor_mF260FD0D1BE406C65C594B5D91E62788A7AD649E(L_146, L_144, L_145, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_146, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_035c:
{
int32_t L_147 = ___bindingFlags1;
V_3 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_147&(int32_t)((int32_t)4096)))) <= ((uint32_t)0)))? 1 : 0);
int32_t L_148 = ___bindingFlags1;
V_4 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_148&(int32_t)((int32_t)8192)))) <= ((uint32_t)0)))? 1 : 0);
bool L_149 = V_3;
bool L_150 = V_4;
if (!((int32_t)((int32_t)L_149|(int32_t)L_150)))
{
goto IL_03b3;
}
}
{
bool L_151 = V_3;
if (!L_151)
{
goto IL_0395;
}
}
{
bool L_152 = V_4;
if (!L_152)
{
goto IL_03b3;
}
}
{
String_t* L_153 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral52AE691231B939A76280F44CCCD3864483C30D7E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_154 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_154, L_153, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_154, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0395:
{
int32_t L_155 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_155&(int32_t)((int32_t)256))))
{
goto IL_03b3;
}
}
{
String_t* L_156 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1A7FD9E202DBC132E4DF88D454B6FC3E81D016CF, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_157 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_157, L_156, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_157, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_03b3:
{
V_5 = (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)NULL;
V_6 = (MethodInfo_t *)NULL;
int32_t L_158 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_158&(int32_t)((int32_t)256))))
{
goto IL_0454;
}
}
{
String_t* L_159 = ___name0;
int32_t L_160 = ___bindingFlags1;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_161 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(74 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, __this, L_159, 8, L_160);
V_13 = ((MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)IsInst((RuntimeObject*)L_161, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var));
V_14 = (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)NULL;
V_15 = 0;
goto IL_0431;
}
IL_03dd:
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_162 = V_13;
int32_t L_163 = V_15;
NullCheck(L_162);
int32_t L_164 = L_163;
MethodInfo_t * L_165 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_164));
V_16 = L_165;
MethodInfo_t * L_166 = V_16;
int32_t L_167 = ___bindingFlags1;
int32_t L_168 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_169 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_168);
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_170 = RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE(((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_166, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var)), L_167, 3, L_169, /*hidden argument*/NULL);
if (!L_170)
{
goto IL_042b;
}
}
{
MethodInfo_t * L_171 = V_6;
bool L_172 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_171, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_172)
{
goto IL_040a;
}
}
{
MethodInfo_t * L_173 = V_16;
V_6 = L_173;
goto IL_042b;
}
IL_040a:
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_174 = V_14;
if (L_174)
{
goto IL_0422;
}
}
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_175 = V_13;
NullCheck(L_175);
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_176 = (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)il2cpp_codegen_object_new(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_il2cpp_TypeInfo_var);
List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810(L_176, (((int32_t)((int32_t)(((RuntimeArray*)L_175)->max_length)))), /*hidden argument*/List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810_RuntimeMethod_var);
V_14 = L_176;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_177 = V_14;
MethodInfo_t * L_178 = V_6;
NullCheck(L_177);
List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94(L_177, L_178, /*hidden argument*/List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var);
}
IL_0422:
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_179 = V_14;
MethodInfo_t * L_180 = V_16;
NullCheck(L_179);
List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94(L_179, L_180, /*hidden argument*/List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var);
}
IL_042b:
{
int32_t L_181 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)1));
}
IL_0431:
{
int32_t L_182 = V_15;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_183 = V_13;
NullCheck(L_183);
if ((((int32_t)L_182) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_183)->max_length)))))))
{
goto IL_03dd;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_184 = V_14;
if (!L_184)
{
goto IL_0454;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_185 = V_14;
NullCheck(L_185);
int32_t L_186 = List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_inline(L_185, /*hidden argument*/List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var);
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_187 = (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)SZArrayNew(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var, (uint32_t)L_186);
V_5 = L_187;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_188 = V_14;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_189 = V_5;
NullCheck(L_188);
List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28(L_188, L_189, /*hidden argument*/List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28_RuntimeMethod_var);
}
IL_0454:
{
MethodInfo_t * L_190 = V_6;
bool L_191 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_190, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
bool L_192 = V_3;
bool L_193 = V_4;
if (!((int32_t)((int32_t)((int32_t)((int32_t)L_191&(int32_t)L_192))|(int32_t)L_193)))
{
goto IL_051f;
}
}
{
String_t* L_194 = ___name0;
int32_t L_195 = ___bindingFlags1;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_196 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(74 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, __this, L_194, ((int32_t)16), L_195);
V_17 = ((PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E*)IsInst((RuntimeObject*)L_196, PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E_il2cpp_TypeInfo_var));
V_18 = (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)NULL;
V_19 = 0;
goto IL_04f9;
}
IL_047f:
{
V_20 = (MethodInfo_t *)NULL;
bool L_197 = V_4;
if (!L_197)
{
goto IL_0495;
}
}
{
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_198 = V_17;
int32_t L_199 = V_19;
NullCheck(L_198);
int32_t L_200 = L_199;
PropertyInfo_t * L_201 = (L_198)->GetAt(static_cast<il2cpp_array_size_t>(L_200));
NullCheck(L_201);
MethodInfo_t * L_202 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(25 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, L_201, (bool)1);
V_20 = L_202;
goto IL_04a2;
}
IL_0495:
{
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_203 = V_17;
int32_t L_204 = V_19;
NullCheck(L_203);
int32_t L_205 = L_204;
PropertyInfo_t * L_206 = (L_203)->GetAt(static_cast<il2cpp_array_size_t>(L_205));
NullCheck(L_206);
MethodInfo_t * L_207 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(22 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, L_206, (bool)1);
V_20 = L_207;
}
IL_04a2:
{
MethodInfo_t * L_208 = V_20;
bool L_209 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_208, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (L_209)
{
goto IL_04f3;
}
}
{
MethodInfo_t * L_210 = V_20;
int32_t L_211 = ___bindingFlags1;
int32_t L_212 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_213 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_212);
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_214 = RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE(((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_210, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var)), L_211, 3, L_213, /*hidden argument*/NULL);
if (!L_214)
{
goto IL_04f3;
}
}
{
MethodInfo_t * L_215 = V_6;
bool L_216 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_215, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_216)
{
goto IL_04d2;
}
}
{
MethodInfo_t * L_217 = V_20;
V_6 = L_217;
goto IL_04f3;
}
IL_04d2:
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_218 = V_18;
if (L_218)
{
goto IL_04ea;
}
}
{
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_219 = V_17;
NullCheck(L_219);
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_220 = (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)il2cpp_codegen_object_new(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_il2cpp_TypeInfo_var);
List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810(L_220, (((int32_t)((int32_t)(((RuntimeArray*)L_219)->max_length)))), /*hidden argument*/List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810_RuntimeMethod_var);
V_18 = L_220;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_221 = V_18;
MethodInfo_t * L_222 = V_6;
NullCheck(L_221);
List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94(L_221, L_222, /*hidden argument*/List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var);
}
IL_04ea:
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_223 = V_18;
MethodInfo_t * L_224 = V_20;
NullCheck(L_223);
List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94(L_223, L_224, /*hidden argument*/List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var);
}
IL_04f3:
{
int32_t L_225 = V_19;
V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_225, (int32_t)1));
}
IL_04f9:
{
int32_t L_226 = V_19;
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_227 = V_17;
NullCheck(L_227);
if ((((int32_t)L_226) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_227)->max_length)))))))
{
goto IL_047f;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_228 = V_18;
if (!L_228)
{
goto IL_051f;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_229 = V_18;
NullCheck(L_229);
int32_t L_230 = List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_inline(L_229, /*hidden argument*/List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var);
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_231 = (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)SZArrayNew(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var, (uint32_t)L_230);
V_5 = L_231;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_232 = V_18;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_233 = V_5;
NullCheck(L_232);
List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28(L_232, L_233, /*hidden argument*/List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28_RuntimeMethod_var);
}
IL_051f:
{
MethodInfo_t * L_234 = V_6;
bool L_235 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_234, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_235)
{
goto IL_05cc;
}
}
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_236 = V_5;
if (L_236)
{
goto IL_0556;
}
}
{
int32_t L_237 = V_0;
if (L_237)
{
goto IL_0556;
}
}
{
MethodInfo_t * L_238 = V_6;
NullCheck(L_238);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_239 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_238);
NullCheck(L_239);
if ((((RuntimeArray*)L_239)->max_length))
{
goto IL_0556;
}
}
{
int32_t L_240 = ___bindingFlags1;
if (((int32_t)((int32_t)L_240&(int32_t)((int32_t)262144))))
{
goto IL_0556;
}
}
{
MethodInfo_t * L_241 = V_6;
RuntimeObject * L_242 = ___target3;
int32_t L_243 = ___bindingFlags1;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_244 = ___binder2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_245 = ___providedArgs4;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_246 = ___culture6;
NullCheck(L_241);
RuntimeObject * L_247 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(21 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_241, L_242, L_243, L_244, L_245, L_246);
return L_247;
}
IL_0556:
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_248 = V_5;
if (L_248)
{
goto IL_0567;
}
}
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_249 = (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)SZArrayNew(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var, (uint32_t)1);
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_250 = L_249;
MethodInfo_t * L_251 = V_6;
NullCheck(L_250);
ArrayElementTypeCheck (L_250, L_251);
(L_250)->SetAt(static_cast<il2cpp_array_size_t>(0), (MethodInfo_t *)L_251);
V_5 = L_250;
}
IL_0567:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_252 = ___providedArgs4;
if (L_252)
{
goto IL_0572;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_253 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var))->get_Value_0();
___providedArgs4 = L_253;
}
IL_0572:
{
V_21 = NULL;
V_22 = (MethodBase_t *)NULL;
}
IL_0578:
try
{ // begin try (depth: 1)
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_254 = ___binder2;
int32_t L_255 = ___bindingFlags1;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_256 = V_5;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_257 = ___modifiers5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_258 = ___culture6;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_259 = ___namedParams7;
NullCheck(L_254);
MethodBase_t * L_260 = VirtFuncInvoker7< MethodBase_t *, int32_t, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, RuntimeObject ** >::Invoke(4 /* System.Reflection.MethodBase System.Reflection.Binder::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&) */, L_254, L_255, (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)L_256, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&___providedArgs4), L_257, L_258, L_259, (RuntimeObject **)(&V_21));
V_22 = L_260;
goto IL_0592;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_058f;
throw e;
}
CATCH_058f:
{ // begin catch(System.MissingMethodException)
goto IL_0592;
} // end catch (depth: 1)
IL_0592:
{
MethodBase_t * L_261 = V_22;
bool L_262 = MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736(L_261, (MethodBase_t *)NULL, /*hidden argument*/NULL);
if (!L_262)
{
goto IL_05a9;
}
}
{
String_t* L_263 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
String_t* L_264 = ___name0;
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_265 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_mEE8869A7C1042B1286DCD4D91DA67BF0D06E0452(L_265, L_263, L_264, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_265, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_05a9:
{
MethodBase_t * L_266 = V_22;
RuntimeObject * L_267 = ___target3;
int32_t L_268 = ___bindingFlags1;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_269 = ___binder2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_270 = ___providedArgs4;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_271 = ___culture6;
NullCheck(((MethodInfo_t *)CastclassClass((RuntimeObject*)L_266, MethodInfo_t_il2cpp_TypeInfo_var)));
RuntimeObject * L_272 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(21 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_266, MethodInfo_t_il2cpp_TypeInfo_var)), L_267, L_268, L_269, L_270, L_271);
RuntimeObject * L_273 = V_21;
G_B128_0 = L_272;
if (!L_273)
{
G_B129_0 = L_272;
goto IL_05cb;
}
}
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_274 = ___binder2;
RuntimeObject * L_275 = V_21;
NullCheck(L_274);
VirtActionInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**, RuntimeObject * >::Invoke(9 /* System.Void System.Reflection.Binder::ReorderArgumentArray(System.Object[]&,System.Object) */, L_274, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&___providedArgs4), L_275);
G_B129_0 = G_B128_0;
}
IL_05cb:
{
return G_B129_0;
}
IL_05cc:
{
String_t* L_276 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
String_t* L_277 = ___name0;
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_278 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_mEE8869A7C1042B1286DCD4D91DA67BF0D06E0452(L_278, L_276, L_277, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_278, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
}
// System.Boolean System.RuntimeType::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_Equals_m01012E0F657DD19B2C26DFF7F4F22F8C2A637DDA (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___obj0;
return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)__this))? 1 : 0);
}
}
// System.Boolean System.RuntimeType::op_Equality(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___left0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ___right1;
return (bool)((((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_0) == ((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_1))? 1 : 0);
}
}
// System.Boolean System.RuntimeType::op_Inequality(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___left0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ___right1;
return (bool)((((int32_t)((((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_0) == ((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Object System.RuntimeType::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_Clone_m015B071F4B3AED211B6A19D44B72B6602B1F4A5B (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Void System.RuntimeType::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
UnitySerializationHolder_GetUnitySerializationInfo_m45D2EDC32022880C84BBE25124F5EDCA12B57ED2(L_2, __this, /*hidden argument*/NULL);
return;
}
}
// System.Object[] System.RuntimeType::GetCustomAttributes(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* RuntimeType_GetCustomAttributes_m000FACA54EA21B9CE60055A0EF3D8A288AACDDBF (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___inherit0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetCustomAttributes_m000FACA54EA21B9CE60055A0EF3D8A288AACDDBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_ObjectType_12();
bool L_1 = ___inherit0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Object[] System.RuntimeType::GetCustomAttributes(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Type_t * L_0 = ___attributeType0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___attributeType0;
NullCheck(L_2);
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_2);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_5 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0038;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_RuntimeMethod_var);
}
IL_0038:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0;
bool L_9 = ___inherit1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Boolean System.RuntimeType::IsDefined(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Type_t * L_0 = ___attributeType0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___attributeType0;
NullCheck(L_2);
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_2);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_5 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0038;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_RuntimeMethod_var);
}
IL_0038:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0;
bool L_9 = ___inherit1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
bool L_10 = MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4(__this, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.RuntimeType::GetCustomAttributesData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeType_GetCustomAttributesData_m4303E3A8954020D0E3503AB1E2CCB1241388202F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = CustomAttributeData_GetCustomAttributesInternal_m8D1C3A30B4A14B6CC103B0AADC90BC8FDBF14E2C(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.RuntimeType::FormatTypeName(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_FormatTypeName_m59B3B6C0997F2F636C6EBDB4B634868BB36FD4BF (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___serialization0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FormatTypeName_m59B3B6C0997F2F636C6EBDB4B634868BB36FD4BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
String_t* V_1 = NULL;
{
bool L_0 = ___serialization0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D(__this, 2, /*hidden argument*/NULL);
return L_1;
}
IL_000b:
{
Type_t * L_2 = Type_GetRootElementType_mE4F0579E18FAAEEB2DB86F1315BFBEC1A9A2FD56(__this, /*hidden argument*/NULL);
V_0 = L_2;
Type_t * L_3 = V_0;
NullCheck(L_3);
bool L_4 = Type_get_IsNested_m0191026EDE15331C2DD97FC106E1C86825722F37(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0021;
}
}
{
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, __this);
return L_5;
}
IL_0021:
{
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
V_1 = L_6;
Type_t * L_7 = V_0;
NullCheck(L_7);
bool L_8 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0054;
}
}
{
Type_t * L_9 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
bool L_12 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_9, L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0054;
}
}
{
Type_t * L_13 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_13, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0065;
}
}
IL_0054:
{
String_t* L_17 = V_1;
NullCheck(_stringLiteralF88F3BC110B17C96C0857A9DD4115004A7A4BDC8);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(_stringLiteralF88F3BC110B17C96C0857A9DD4115004A7A4BDC8, /*hidden argument*/NULL);
NullCheck(L_17);
String_t* L_19 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_17, L_18, /*hidden argument*/NULL);
V_1 = L_19;
}
IL_0065:
{
String_t* L_20 = V_1;
return L_20;
}
}
// System.Reflection.MemberTypes System.RuntimeType::get_MemberType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_get_MemberType_m34B3F5CED8D001BF2E7A32ECAF7E7E162A002C0E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = Type_get_IsPublic_mC1B34517A62C56867856DFFE5C7797E7B6CF536C(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0010;
}
}
{
bool L_1 = Type_get_IsNotPublic_mF21439101FF78B7EB47B92C99EB20F179FCFDE76(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0013;
}
}
IL_0010:
{
return (int32_t)(((int32_t)32));
}
IL_0013:
{
return (int32_t)(((int32_t)128));
}
}
// System.Type System.RuntimeType::get_ReflectedType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_get_ReflectedType_m51F317EB117CFD3B1D42E456EB331BE912C7917A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this);
return L_0;
}
}
// System.Int32 System.RuntimeType::get_MetadataToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_get_MetadataToken_mD3EDE50B6F6E8C87C8CFDEA0DB9943111C5219EE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = RuntimeTypeHandle_GetToken_mBA9485A17FFB3C3FC461F0BD531A802F6F8CA37E(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.RuntimeType::CreateInstanceCheckThis()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * G_B6_0 = NULL;
Type_t * G_B5_0 = NULL;
{
if (!((ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5 *)IsInstClass((RuntimeObject*)__this, ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_il2cpp_TypeInfo_var)))
{
goto IL_0018;
}
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6AC7BBFF4F1B3097865A25D8BB94FF9E398A97BE, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_1 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var);
}
IL_0018:
{
bool L_2 = VirtFuncInvoker0< bool >::Invoke(108 /* System.Boolean System.Type::get_ContainsGenericParameters() */, __this);
if (!L_2)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, __this);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)__this);
String_t* L_5 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral60ED6504C74E5878530662CE4D473C745803875F, L_4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var);
}
IL_003a:
{
Type_t * L_7 = Type_GetRootElementType_mE4F0579E18FAAEEB2DB86F1315BFBEC1A9A2FD56(__this, /*hidden argument*/NULL);
Type_t * L_8 = L_7;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast<intptr_t> (ArgIterator_tCF0D2A1A1BD140821E37286E2D7AC6267479F855_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL);
G_B5_0 = L_8;
if ((!(((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10))))
{
G_B6_0 = L_8;
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE14A957E7158EF80B5162F3C821DCE79E056C0C0, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_12 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var);
}
IL_005d:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)G_B6_0) == ((RuntimeObject*)(Type_t *)L_14))))
{
goto IL_0079;
}
}
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8B77D037C923A1ACE3E16E415BBD0ABA35FDAF70, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_16 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var);
}
IL_0079:
{
return;
}
}
// System.Object System.RuntimeType::CreateInstanceImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[],System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___activationAttributes4, int32_t* ___stackMark5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* V_2 = NULL;
List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * V_3 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_4 = NULL;
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* V_5 = NULL;
MethodBase_t * V_6 = NULL;
RuntimeObject * V_7 = NULL;
int32_t V_8 = 0;
int32_t V_9 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10(__this, /*hidden argument*/NULL);
V_0 = NULL;
}
IL_0008:
try
{ // begin try (depth: 1)
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args2;
if (L_0)
{
goto IL_0012;
}
}
IL_000b:
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var))->get_Value_0();
___args2 = L_1;
}
IL_0012:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args2;
NullCheck(L_2);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))));
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_3 = ___binder1;
if (L_3)
{
goto IL_0020;
}
}
IL_0019:
{
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_4 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
___binder1 = L_4;
}
IL_0020:
{
int32_t L_5 = V_1;
if (L_5)
{
goto IL_0055;
}
}
IL_0023:
{
int32_t L_6 = ___bindingAttr0;
if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)16))))
{
goto IL_0055;
}
}
IL_0029:
{
int32_t L_7 = ___bindingAttr0;
if (!((int32_t)((int32_t)L_7&(int32_t)4)))
{
goto IL_0055;
}
}
IL_002e:
{
bool L_8 = RuntimeType_IsGenericCOMObjectImpl_m87E93B03329D1536B8457E72D1E4454B5DBC5305(__this, /*hidden argument*/NULL);
if (L_8)
{
goto IL_003e;
}
}
IL_0036:
{
bool L_9 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(__this, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0055;
}
}
IL_003e:
{
int32_t L_10 = ___bindingAttr0;
int32_t* L_11 = ___stackMark5;
RuntimeObject * L_12 = RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064(__this, (bool)((((int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0), (bool)0, (bool)1, (int32_t*)L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_01a4;
}
IL_0055:
{
int32_t L_13 = ___bindingAttr0;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_14 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E*, int32_t >::Invoke(38 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, __this, L_13);
V_2 = L_14;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_15 = V_2;
NullCheck(L_15);
List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * L_16 = (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *)il2cpp_codegen_object_new(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_il2cpp_TypeInfo_var);
List_1__ctor_mDA08C802E7E05B23AD01A4A1B0F070F4F8674079(L_16, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), /*hidden argument*/List_1__ctor_mDA08C802E7E05B23AD01A4A1B0F070F4F8674079_RuntimeMethod_var);
V_3 = L_16;
int32_t L_17 = V_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_17);
V_4 = L_18;
V_8 = 0;
goto IL_008d;
}
IL_0073:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = ___args2;
int32_t L_20 = V_8;
NullCheck(L_19);
int32_t L_21 = L_20;
RuntimeObject * L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
if (!L_22)
{
goto IL_0087;
}
}
IL_0079:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = V_4;
int32_t L_24 = V_8;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = ___args2;
int32_t L_26 = V_8;
NullCheck(L_25);
int32_t L_27 = L_26;
RuntimeObject * L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
NullCheck(L_28);
Type_t * L_29 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_28, /*hidden argument*/NULL);
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_29);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (Type_t *)L_29);
}
IL_0087:
{
int32_t L_30 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_008d:
{
int32_t L_31 = V_8;
int32_t L_32 = V_1;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_0073;
}
}
IL_0092:
{
V_9 = 0;
goto IL_00bb;
}
IL_0097:
{
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_33 = V_2;
int32_t L_34 = V_9;
NullCheck(L_33);
int32_t L_35 = L_34;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
int32_t L_37 = ___bindingAttr0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_38 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_39 = RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9(((RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)CastclassClass((RuntimeObject*)L_36, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var)), L_37, 3, L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_00b5;
}
}
IL_00ab:
{
List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * L_40 = V_3;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_41 = V_2;
int32_t L_42 = V_9;
NullCheck(L_41);
int32_t L_43 = L_42;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
NullCheck(L_40);
List_1_Add_m8B99C3701CFCC899DBDF5C0A4D5A1513E7C9341E(L_40, L_44, /*hidden argument*/List_1_Add_m8B99C3701CFCC899DBDF5C0A4D5A1513E7C9341E_RuntimeMethod_var);
}
IL_00b5:
{
int32_t L_45 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
}
IL_00bb:
{
int32_t L_46 = V_9;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_47 = V_2;
NullCheck(L_47);
if ((((int32_t)L_46) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))))
{
goto IL_0097;
}
}
IL_00c2:
{
List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * L_48 = V_3;
NullCheck(L_48);
int32_t L_49 = List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02_inline(L_48, /*hidden argument*/List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02_RuntimeMethod_var);
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_50 = (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)SZArrayNew(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var, (uint32_t)L_49);
V_5 = L_50;
List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * L_51 = V_3;
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_52 = V_5;
NullCheck(L_51);
List_1_CopyTo_m77751034BB3A419B9DEF628B0A0F3F5020ABF4A2(L_51, L_52, /*hidden argument*/List_1_CopyTo_m77751034BB3A419B9DEF628B0A0F3F5020ABF4A2_RuntimeMethod_var);
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_53 = V_5;
if (!L_53)
{
goto IL_00e3;
}
}
IL_00db:
{
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_54 = V_5;
NullCheck(L_54);
if ((((RuntimeArray*)L_54)->max_length))
{
goto IL_00e3;
}
}
IL_00e0:
{
V_5 = (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)NULL;
}
IL_00e3:
{
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_55 = V_5;
if (L_55)
{
goto IL_0106;
}
}
IL_00e7:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_56 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_57 = L_56;
String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
NullCheck(L_57);
ArrayElementTypeCheck (L_57, L_58);
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_58);
String_t* L_59 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralAE99B70C034FADE1269CDACF6DBEE469902A888F, L_57, /*hidden argument*/NULL);
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_60 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9(L_60, L_59, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var);
}
IL_0106:
{
V_7 = NULL;
}
IL_0109:
try
{ // begin try (depth: 2)
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_61 = ___binder1;
int32_t L_62 = ___bindingAttr0;
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_63 = V_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_64 = ___culture3;
NullCheck(L_61);
MethodBase_t * L_65 = VirtFuncInvoker7< MethodBase_t *, int32_t, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, RuntimeObject ** >::Invoke(4 /* System.Reflection.MethodBase System.Reflection.Binder::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&) */, L_61, L_62, L_63, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&___args2), (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL, L_64, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL, (RuntimeObject **)(&V_7));
V_6 = L_65;
goto IL_0124;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_011e;
throw e;
}
CATCH_011e:
{ // begin catch(System.MissingMethodException)
V_6 = (MethodBase_t *)NULL;
goto IL_0124;
} // end catch (depth: 2)
IL_0124:
{
MethodBase_t * L_66 = V_6;
bool L_67 = MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736(L_66, (MethodBase_t *)NULL, /*hidden argument*/NULL);
if (!L_67)
{
goto IL_014d;
}
}
IL_012e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_68 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_69 = L_68;
String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
NullCheck(L_69);
ArrayElementTypeCheck (L_69, L_70);
(L_69)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_70);
String_t* L_71 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralAE99B70C034FADE1269CDACF6DBEE469902A888F, L_69, /*hidden argument*/NULL);
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_72 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9(L_72, L_71, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_72, RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var);
}
IL_014d:
{
MethodBase_t * L_73 = V_6;
NullCheck(L_73);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_74 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_73);
NullCheck(L_74);
if ((((RuntimeArray*)L_74)->max_length))
{
goto IL_0184;
}
}
IL_0157:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_75 = ___args2;
NullCheck(L_75);
if (!(((RuntimeArray*)L_75)->max_length))
{
goto IL_017a;
}
}
IL_015b:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_76 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_77 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA77E41A21B51DBA704C94525553E2151EC3FFFE6, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_78 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
String_t* L_79 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_76, L_77, L_78, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_80 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_80, L_79, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var);
}
IL_017a:
{
RuntimeObject * L_81 = Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3(__this, (bool)1, /*hidden argument*/NULL);
V_0 = L_81;
goto IL_01a4;
}
IL_0184:
{
MethodBase_t * L_82 = V_6;
int32_t L_83 = ___bindingAttr0;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_84 = ___binder1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_85 = ___args2;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_86 = ___culture3;
NullCheck(((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)CastclassClass((RuntimeObject*)L_82, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var)));
RuntimeObject * L_87 = VirtFuncInvoker4< RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(38 /* System.Object System.Reflection.ConstructorInfo::Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)CastclassClass((RuntimeObject*)L_82, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var)), L_83, L_84, L_85, L_86);
V_0 = L_87;
RuntimeObject * L_88 = V_7;
if (!L_88)
{
goto IL_01a4;
}
}
IL_019a:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_89 = ___binder1;
RuntimeObject * L_90 = V_7;
NullCheck(L_89);
VirtActionInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**, RuntimeObject * >::Invoke(9 /* System.Void System.Reflection.Binder::ReorderArgumentArray(System.Object[]&,System.Object) */, L_89, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&___args2), L_90);
}
IL_01a4:
{
goto IL_01a9;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_01a6;
throw e;
}
CATCH_01a6:
{ // begin catch(System.Exception)
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var);
} // end catch (depth: 1)
IL_01a9:
{
RuntimeObject * L_91 = V_0;
return L_91;
}
}
// System.Object System.RuntimeType::CreateInstanceDefaultCtor(System.Boolean,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___publicOnly0, bool ___skipCheckThis1, bool ___fillCache2, int32_t* ___stackMark3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = Type_GetType_m6C9E6D55EC53587A0851176DA1D27A165724773E(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0027;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E5FE015375B68C60BEFD254E4B639475A73E6CA, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064_RuntimeMethod_var);
}
IL_0027:
{
bool L_6 = ___publicOnly0;
bool L_7 = ___skipCheckThis1;
bool L_8 = ___fillCache2;
int32_t* L_9 = ___stackMark3;
RuntimeObject * L_10 = RuntimeType_CreateInstanceSlow_m47028D1E7CA30192D9245848E65C501A76937572(__this, L_6, L_7, L_8, (int32_t*)L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Reflection.MonoCMethod System.RuntimeType::GetDefaultConstructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * V_0 = NULL;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* V_1 = NULL;
int32_t V_2 = 0;
{
V_0 = (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 *)NULL;
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_0 = __this->get_type_info_26();
if (L_0)
{
goto IL_0017;
}
}
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_1 = (MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D *)il2cpp_codegen_object_new(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_il2cpp_TypeInfo_var);
MonoTypeInfo__ctor_mB3C8C989BCE5AA95EFF2C6ED45C8ACB28ABF3A46(L_1, /*hidden argument*/NULL);
__this->set_type_info_26(L_1);
goto IL_0023;
}
IL_0017:
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_2 = __this->get_type_info_26();
NullCheck(L_2);
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_3 = L_2->get_default_ctor_1();
V_0 = L_3;
}
IL_0023:
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_5 = ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53(L_4, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0064;
}
}
{
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_6 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E*, int32_t >::Invoke(38 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, __this, ((int32_t)54));
V_1 = L_6;
V_2 = 0;
goto IL_005e;
}
IL_0039:
{
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_7 = V_1;
int32_t L_8 = V_2;
NullCheck(L_7);
int32_t L_9 = L_8;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_10);
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(37 /* System.Int32 System.Reflection.MethodBase::GetParametersCount() */, L_10);
if (L_11)
{
goto IL_005a;
}
}
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_12 = __this->get_type_info_26();
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_13 = V_1;
int32_t L_14 = V_2;
NullCheck(L_13);
int32_t L_15 = L_14;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_17 = ((MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 *)CastclassClass((RuntimeObject*)L_16, MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61_il2cpp_TypeInfo_var));
V_0 = L_17;
NullCheck(L_12);
L_12->set_default_ctor_1(L_17);
goto IL_0064;
}
IL_005a:
{
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_005e:
{
int32_t L_19 = V_2;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_20 = V_1;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))))
{
goto IL_0039;
}
}
IL_0064:
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_21 = V_0;
return L_21;
}
}
// System.String System.RuntimeType::GetDefaultMemberName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, __this, L_1, (bool)1);
V_0 = L_2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = V_0;
NullCheck(L_3);
if ((((RuntimeArray*)L_3)->max_length))
{
goto IL_0018;
}
}
{
return (String_t*)NULL;
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = 0;
RuntimeObject * L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(((DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 *)CastclassSealed((RuntimeObject*)L_6, DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_il2cpp_TypeInfo_var)));
String_t* L_7 = DefaultMemberAttribute_get_MemberName_mC3A880116EB62C9DC66420EBE8C2F68BCC915121_inline(((DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 *)CastclassSealed((RuntimeObject*)L_6, DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_7;
}
}
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::GetSerializationCtor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL;
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_0 = __this->get_m_serializationCtor_28();
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_1 = ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53(L_0, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0046;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_5);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_0_0_0_var) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_8);
V_0 = L_6;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = V_0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_10 = Type_GetConstructor_mD740DE730AFCDC50893503C3D5FBA7D56FA56C47(__this, ((int32_t)52), (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, 3, L_9, (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL, /*hidden argument*/NULL);
__this->set_m_serializationCtor_28(((RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)IsInstClass((RuntimeObject*)L_10, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var)));
}
IL_0046:
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_11 = __this->get_m_serializationCtor_28();
return L_11;
}
}
// System.Object System.RuntimeType::CreateInstanceSlow(System.Boolean,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceSlow_m47028D1E7CA30192D9245848E65C501A76937572 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___publicOnly0, bool ___skipCheckThis1, bool ___fillCache2, int32_t* ___stackMark3, const RuntimeMethod* method)
{
{
bool L_0 = ___skipCheckThis1;
if (L_0)
{
goto IL_0009;
}
}
{
RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10(__this, /*hidden argument*/NULL);
}
IL_0009:
{
bool L_1 = ___publicOnly0;
RuntimeObject * L_2 = RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED(__this, (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
return L_2;
}
}
// System.Object System.RuntimeType::CreateInstanceMono(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___nonPublic0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * V_0 = NULL;
Type_t * V_1 = NULL;
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_0 = RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467(__this, /*hidden argument*/NULL);
V_0 = L_0;
bool L_1 = ___nonPublic0;
if (L_1)
{
goto IL_001d;
}
}
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_3 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_2, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001d;
}
}
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_4 = V_0;
NullCheck(L_4);
bool L_5 = MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_001d;
}
}
{
V_0 = (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 *)NULL;
}
IL_001d:
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_7 = ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53(L_6, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0081;
}
}
{
Type_t * L_8 = Type_GetRootElementType_mE4F0579E18FAAEEB2DB86F1315BFBEC1A9A2FD56(__this, /*hidden argument*/NULL);
V_1 = L_8;
Type_t * L_9 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
if ((((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11)))
{
goto IL_0047;
}
}
{
Type_t * L_12 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (RuntimeArgumentHandle_t6118B2666F632AA0A554B476D9A447ACDBF08C46_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_12) == ((RuntimeObject*)(Type_t *)L_14))))
{
goto IL_0057;
}
}
IL_0047:
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAF0BF4FCB4B14D4F90E6E119C081210D67653FB1, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_16 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_RuntimeMethod_var);
}
IL_0057:
{
bool L_17 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(__this, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0066;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeObject * L_18 = RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45(__this, /*hidden argument*/NULL);
return L_18;
}
IL_0066:
{
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
String_t* L_20 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral5047AAA8C8C54638D450B9579D6996150821B0F5, L_19, /*hidden argument*/NULL);
String_t* L_21 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(L_20, /*hidden argument*/NULL);
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_22 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9(L_22, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_RuntimeMethod_var);
}
IL_0081:
{
bool L_23 = Type_get_IsAbstract_m769E8E92F368822B8AB5354BB0D123BDDD605D09(__this, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_00a8;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_26);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_26);
String_t* L_27 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteral2F608168AB910F08F99CCBDA43EE56D4C1E18A3B, L_25, /*hidden argument*/NULL);
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_28 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9(L_28, L_27, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_RuntimeMethod_var);
}
IL_00a8:
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_29 = V_0;
NullCheck(L_29);
RuntimeObject * L_30 = MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC(L_29, NULL, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL);
return L_30;
}
}
// System.Object System.RuntimeType::CheckValue(System.Object,System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture2, int32_t ___invokeAttr3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject * V_1 = NULL;
{
V_0 = (bool)0;
RuntimeObject * L_0 = ___value0;
RuntimeObject * L_1 = RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0(__this, L_0, (bool*)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
bool L_2 = V_0;
if (L_2)
{
goto IL_0011;
}
}
{
RuntimeObject * L_3 = V_1;
return L_3;
}
IL_0011:
{
int32_t L_4 = ___invokeAttr3;
if ((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)65536)))) == ((uint32_t)((int32_t)65536)))))
{
goto IL_0041;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487(/*hidden argument*/NULL);
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral619417E3BBEF14EAF2503D64E9A39B721302DF8C, /*hidden argument*/NULL);
RuntimeObject * L_7 = ___value0;
NullCheck(L_7);
Type_t * L_8 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_7, /*hidden argument*/NULL);
String_t* L_9 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_5, L_6, L_8, __this, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_RuntimeMethod_var);
}
IL_0041:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_11 = ___binder1;
if (!L_11)
{
goto IL_0056;
}
}
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_12 = ___binder1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_13 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
if ((((RuntimeObject*)(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)L_12) == ((RuntimeObject*)(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)L_13)))
{
goto IL_0056;
}
}
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_14 = ___binder1;
RuntimeObject * L_15 = ___value0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = ___culture2;
NullCheck(L_14);
RuntimeObject * L_17 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(8 /* System.Object System.Reflection.Binder::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo) */, L_14, L_15, __this, L_16);
return L_17;
}
IL_0056:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487(/*hidden argument*/NULL);
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral619417E3BBEF14EAF2503D64E9A39B721302DF8C, /*hidden argument*/NULL);
RuntimeObject * L_20 = ___value0;
NullCheck(L_20);
Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL);
String_t* L_22 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_18, L_19, L_21, __this, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_RuntimeMethod_var);
}
}
// System.Object System.RuntimeType::TryConvertToType(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, bool* ___failed1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
RuntimeObject * V_2 = NULL;
Type_t * V_3 = NULL;
{
RuntimeObject * L_0 = ___value0;
bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, __this, L_0);
if (!L_1)
{
goto IL_000b;
}
}
{
RuntimeObject * L_2 = ___value0;
return L_2;
}
IL_000b:
{
bool L_3 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(__this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0028;
}
}
{
Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, __this);
V_0 = L_4;
RuntimeObject * L_5 = ___value0;
if (!L_5)
{
goto IL_0026;
}
}
{
Type_t * L_6 = V_0;
RuntimeObject * L_7 = ___value0;
NullCheck(L_6);
bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_6, L_7);
if (!L_8)
{
goto IL_0028;
}
}
IL_0026:
{
RuntimeObject * L_9 = ___value0;
return L_9;
}
IL_0028:
{
RuntimeObject * L_10 = ___value0;
if (L_10)
{
goto IL_002d;
}
}
{
RuntimeObject * L_11 = ___value0;
return L_11;
}
IL_002d:
{
bool L_12 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, __this);
if (!L_12)
{
goto IL_0057;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
Type_t * L_13 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(__this, /*hidden argument*/NULL);
RuntimeObject * L_14 = ___value0;
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_13, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_004a;
}
}
{
RuntimeObject * L_17 = ___value0;
return L_17;
}
IL_004a:
{
RuntimeObject * L_18 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeObject * L_19 = RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849(L_18, __this, /*hidden argument*/NULL);
V_1 = L_19;
RuntimeObject * L_20 = V_1;
if (!L_20)
{
goto IL_00a1;
}
}
{
RuntimeObject * L_21 = V_1;
return L_21;
}
IL_0057:
{
bool L_22 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(__this, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_006c;
}
}
{
RuntimeObject * L_23 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeObject * L_24 = RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849(L_23, __this, /*hidden argument*/NULL);
V_2 = L_24;
RuntimeObject * L_25 = V_2;
if (!L_25)
{
goto IL_00a1;
}
}
{
RuntimeObject * L_26 = V_2;
return L_26;
}
IL_006c:
{
bool L_27 = Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57(__this, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_00a1;
}
}
{
RuntimeObject * L_28 = ___value0;
NullCheck(L_28);
Type_t * L_29 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_28, /*hidden argument*/NULL);
V_3 = L_29;
Type_t * L_30 = V_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_31 = { reinterpret_cast<intptr_t> (IntPtr_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_32 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_31, /*hidden argument*/NULL);
bool L_33 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_30, L_32, /*hidden argument*/NULL);
if (L_33)
{
goto IL_009f;
}
}
{
Type_t * L_34 = V_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_35 = { reinterpret_cast<intptr_t> (UIntPtr_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_36 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_35, /*hidden argument*/NULL);
bool L_37 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_34, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00a1;
}
}
IL_009f:
{
RuntimeObject * L_38 = ___value0;
return L_38;
}
IL_00a1:
{
bool* L_39 = ___failed1;
*((int8_t*)L_39) = (int8_t)1;
return NULL;
}
}
// System.Object System.RuntimeType::IsConvertibleToPrimitiveType(System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849 (RuntimeObject * ___value0, Type_t * ___targetType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
RuntimeObject * L_0 = ___value0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Type_t * L_2 = V_0;
NullCheck(L_2);
bool L_3 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_2);
if (!L_3)
{
goto IL_0021;
}
}
{
Type_t * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
Type_t * L_5 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(L_4, /*hidden argument*/NULL);
V_0 = L_5;
Type_t * L_6 = V_0;
Type_t * L_7 = ___targetType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_8 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0021;
}
}
{
RuntimeObject * L_9 = ___value0;
return L_9;
}
IL_0021:
{
Type_t * L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
int32_t L_11 = Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F(L_10, /*hidden argument*/NULL);
V_1 = L_11;
Type_t * L_12 = ___targetType1;
int32_t L_13 = Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F(L_12, /*hidden argument*/NULL);
V_2 = L_13;
int32_t L_14 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)4)))
{
case 0:
{
goto IL_0068;
}
case 1:
{
goto IL_03a3;
}
case 2:
{
goto IL_03a3;
}
case 3:
{
goto IL_0083;
}
case 4:
{
goto IL_00a6;
}
case 5:
{
goto IL_00bf;
}
case 6:
{
goto IL_011c;
}
case 7:
{
goto IL_0161;
}
case 8:
{
goto IL_01e5;
}
case 9:
{
goto IL_0242;
}
case 10:
{
goto IL_02ea;
}
}
}
{
goto IL_03a3;
}
IL_0068:
{
int32_t L_15 = V_1;
if ((((int32_t)L_15) == ((int32_t)6)))
{
goto IL_0075;
}
}
{
int32_t L_16 = V_1;
if ((((int32_t)L_16) == ((int32_t)8)))
{
goto IL_0081;
}
}
{
goto IL_03a3;
}
IL_0075:
{
RuntimeObject * L_17 = ___value0;
Il2CppChar L_18 = ((Il2CppChar)((*(uint8_t*)((uint8_t*)UnBox(L_17, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))));
RuntimeObject * L_19 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0081:
{
RuntimeObject * L_20 = ___value0;
return L_20;
}
IL_0083:
{
int32_t L_21 = V_1;
if ((((int32_t)L_21) == ((int32_t)5)))
{
goto IL_009a;
}
}
{
int32_t L_22 = V_1;
if ((!(((uint32_t)L_22) == ((uint32_t)6))))
{
goto IL_03a3;
}
}
{
RuntimeObject * L_23 = ___value0;
int16_t L_24 = ((int16_t)((*(uint8_t*)((uint8_t*)UnBox(L_23, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))));
RuntimeObject * L_25 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_009a:
{
RuntimeObject * L_26 = ___value0;
int16_t L_27 = ((int16_t)((*(int8_t*)((int8_t*)UnBox(L_26, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))));
RuntimeObject * L_28 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_00a6:
{
int32_t L_29 = V_1;
if ((((int32_t)L_29) == ((int32_t)4)))
{
goto IL_00bd;
}
}
{
int32_t L_30 = V_1;
if ((!(((uint32_t)L_30) == ((uint32_t)6))))
{
goto IL_03a3;
}
}
{
RuntimeObject * L_31 = ___value0;
uint16_t L_32 = ((uint16_t)((*(uint8_t*)((uint8_t*)UnBox(L_31, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))));
RuntimeObject * L_33 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_32);
return L_33;
}
IL_00bd:
{
RuntimeObject * L_34 = ___value0;
return L_34;
}
IL_00bf:
{
int32_t L_35 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)4)))
{
case 0:
{
goto IL_00f8;
}
case 1:
{
goto IL_00ec;
}
case 2:
{
goto IL_00e0;
}
case 3:
{
goto IL_0104;
}
case 4:
{
goto IL_0110;
}
}
}
{
goto IL_03a3;
}
IL_00e0:
{
RuntimeObject * L_36 = ___value0;
int32_t L_37 = ((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_36, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))));
RuntimeObject * L_38 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00ec:
{
RuntimeObject * L_39 = ___value0;
int32_t L_40 = ((int32_t)((*(int8_t*)((int8_t*)UnBox(L_39, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))));
RuntimeObject * L_41 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_40);
return L_41;
}
IL_00f8:
{
RuntimeObject * L_42 = ___value0;
int32_t L_43 = ((int32_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_42, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))));
RuntimeObject * L_44 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_43);
return L_44;
}
IL_0104:
{
RuntimeObject * L_45 = ___value0;
int32_t L_46 = ((int32_t)((*(int16_t*)((int16_t*)UnBox(L_45, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))));
RuntimeObject * L_47 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_46);
return L_47;
}
IL_0110:
{
RuntimeObject * L_48 = ___value0;
int32_t L_49 = ((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_48, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))));
RuntimeObject * L_50 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_49);
return L_50;
}
IL_011c:
{
int32_t L_51 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)4)))
{
case 0:
{
goto IL_0149;
}
case 1:
{
goto IL_03a3;
}
case 2:
{
goto IL_013d;
}
case 3:
{
goto IL_03a3;
}
case 4:
{
goto IL_0155;
}
}
}
{
goto IL_03a3;
}
IL_013d:
{
RuntimeObject * L_52 = ___value0;
uint32_t L_53 = ((uint32_t)((*(uint8_t*)((uint8_t*)UnBox(L_52, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))));
RuntimeObject * L_54 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_53);
return L_54;
}
IL_0149:
{
RuntimeObject * L_55 = ___value0;
uint32_t L_56 = ((uint32_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_55, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))));
RuntimeObject * L_57 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_56);
return L_57;
}
IL_0155:
{
RuntimeObject * L_58 = ___value0;
uint32_t L_59 = ((uint32_t)((*(uint16_t*)((uint16_t*)UnBox(L_58, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))));
RuntimeObject * L_60 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_59);
return L_60;
}
IL_0161:
{
int32_t L_61 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)4)))
{
case 0:
{
goto IL_01b1;
}
case 1:
{
goto IL_0197;
}
case 2:
{
goto IL_018a;
}
case 3:
{
goto IL_01a4;
}
case 4:
{
goto IL_01be;
}
case 5:
{
goto IL_01cb;
}
case 6:
{
goto IL_01d8;
}
}
}
{
goto IL_03a3;
}
IL_018a:
{
RuntimeObject * L_62 = ___value0;
int64_t L_63 = (((int64_t)((uint64_t)((*(uint8_t*)((uint8_t*)UnBox(L_62, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_64 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_63);
return L_64;
}
IL_0197:
{
RuntimeObject * L_65 = ___value0;
int64_t L_66 = (((int64_t)((int64_t)((*(int8_t*)((int8_t*)UnBox(L_65, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_67 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_66);
return L_67;
}
IL_01a4:
{
RuntimeObject * L_68 = ___value0;
int64_t L_69 = (((int64_t)((int64_t)((*(int16_t*)((int16_t*)UnBox(L_68, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_70 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_69);
return L_70;
}
IL_01b1:
{
RuntimeObject * L_71 = ___value0;
int64_t L_72 = (((int64_t)((uint64_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_71, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_73 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_72);
return L_73;
}
IL_01be:
{
RuntimeObject * L_74 = ___value0;
int64_t L_75 = (((int64_t)((uint64_t)((*(uint16_t*)((uint16_t*)UnBox(L_74, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_76 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_75);
return L_76;
}
IL_01cb:
{
RuntimeObject * L_77 = ___value0;
int64_t L_78 = (((int64_t)((int64_t)((*(int32_t*)((int32_t*)UnBox(L_77, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_79 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_78);
return L_79;
}
IL_01d8:
{
RuntimeObject * L_80 = ___value0;
int64_t L_81 = (((int64_t)((uint64_t)((*(uint32_t*)((uint32_t*)UnBox(L_80, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_82 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_81);
return L_82;
}
IL_01e5:
{
int32_t L_83 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)4)))
{
case 0:
{
goto IL_021b;
}
case 1:
{
goto IL_03a3;
}
case 2:
{
goto IL_020e;
}
case 3:
{
goto IL_03a3;
}
case 4:
{
goto IL_0228;
}
case 5:
{
goto IL_03a3;
}
case 6:
{
goto IL_0235;
}
}
}
{
goto IL_03a3;
}
IL_020e:
{
RuntimeObject * L_84 = ___value0;
uint64_t L_85 = ((uint64_t)(((int64_t)((uint64_t)((*(uint8_t*)((uint8_t*)UnBox(L_84, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var))))))));
RuntimeObject * L_86 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_85);
return L_86;
}
IL_021b:
{
RuntimeObject * L_87 = ___value0;
uint64_t L_88 = ((uint64_t)(((int64_t)((uint64_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_87, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var))))))));
RuntimeObject * L_89 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_88);
return L_89;
}
IL_0228:
{
RuntimeObject * L_90 = ___value0;
uint64_t L_91 = ((uint64_t)(((int64_t)((uint64_t)((*(uint16_t*)((uint16_t*)UnBox(L_90, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var))))))));
RuntimeObject * L_92 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_91);
return L_92;
}
IL_0235:
{
RuntimeObject * L_93 = ___value0;
uint64_t L_94 = ((uint64_t)(((int64_t)((uint64_t)((*(uint32_t*)((uint32_t*)UnBox(L_93, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var))))))));
RuntimeObject * L_95 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_94);
return L_95;
}
IL_0242:
{
int32_t L_96 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)4)))
{
case 0:
{
goto IL_029a;
}
case 1:
{
goto IL_0280;
}
case 2:
{
goto IL_0273;
}
case 3:
{
goto IL_028d;
}
case 4:
{
goto IL_02a7;
}
case 5:
{
goto IL_02b4;
}
case 6:
{
goto IL_02c1;
}
case 7:
{
goto IL_02cf;
}
case 8:
{
goto IL_02dc;
}
}
}
{
goto IL_03a3;
}
IL_0273:
{
RuntimeObject * L_97 = ___value0;
float L_98 = (((float)((float)((*(uint8_t*)((uint8_t*)UnBox(L_97, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_99 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_98);
return L_99;
}
IL_0280:
{
RuntimeObject * L_100 = ___value0;
float L_101 = (((float)((float)((*(int8_t*)((int8_t*)UnBox(L_100, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_102 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_101);
return L_102;
}
IL_028d:
{
RuntimeObject * L_103 = ___value0;
float L_104 = (((float)((float)((*(int16_t*)((int16_t*)UnBox(L_103, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_105 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_104);
return L_105;
}
IL_029a:
{
RuntimeObject * L_106 = ___value0;
float L_107 = (((float)((float)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_106, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_108 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_107);
return L_108;
}
IL_02a7:
{
RuntimeObject * L_109 = ___value0;
float L_110 = (((float)((float)((*(uint16_t*)((uint16_t*)UnBox(L_109, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_111 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_110);
return L_111;
}
IL_02b4:
{
RuntimeObject * L_112 = ___value0;
float L_113 = (((float)((float)((*(int32_t*)((int32_t*)UnBox(L_112, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_114 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_113);
return L_114;
}
IL_02c1:
{
RuntimeObject * L_115 = ___value0;
float L_116 = (((float)((float)(((double)((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_115, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var))))))))));
RuntimeObject * L_117 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_116);
return L_117;
}
IL_02cf:
{
RuntimeObject * L_118 = ___value0;
float L_119 = (((float)((float)((*(int64_t*)((int64_t*)UnBox(L_118, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_120 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_119);
return L_120;
}
IL_02dc:
{
RuntimeObject * L_121 = ___value0;
float L_122 = (((float)((float)(((double)((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_121, UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var))))))))));
RuntimeObject * L_123 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_122);
return L_123;
}
IL_02ea:
{
int32_t L_124 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_124, (int32_t)4)))
{
case 0:
{
goto IL_0339;
}
case 1:
{
goto IL_032c;
}
case 2:
{
goto IL_031f;
}
case 3:
{
goto IL_0346;
}
case 4:
{
goto IL_0353;
}
case 5:
{
goto IL_0360;
}
case 6:
{
goto IL_036d;
}
case 7:
{
goto IL_037b;
}
case 8:
{
goto IL_0388;
}
case 9:
{
goto IL_0396;
}
}
}
{
goto IL_03a3;
}
IL_031f:
{
RuntimeObject * L_125 = ___value0;
double L_126 = (((double)((double)((*(uint8_t*)((uint8_t*)UnBox(L_125, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_127 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_126);
return L_127;
}
IL_032c:
{
RuntimeObject * L_128 = ___value0;
double L_129 = (((double)((double)((*(int8_t*)((int8_t*)UnBox(L_128, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_130 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_129);
return L_130;
}
IL_0339:
{
RuntimeObject * L_131 = ___value0;
double L_132 = (((double)((double)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_131, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_133 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_132);
return L_133;
}
IL_0346:
{
RuntimeObject * L_134 = ___value0;
double L_135 = (((double)((double)((*(int16_t*)((int16_t*)UnBox(L_134, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_136 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_135);
return L_136;
}
IL_0353:
{
RuntimeObject * L_137 = ___value0;
double L_138 = (((double)((double)((*(uint16_t*)((uint16_t*)UnBox(L_137, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_139 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_138);
return L_139;
}
IL_0360:
{
RuntimeObject * L_140 = ___value0;
double L_141 = (((double)((double)((*(int32_t*)((int32_t*)UnBox(L_140, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_142 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_141);
return L_142;
}
IL_036d:
{
RuntimeObject * L_143 = ___value0;
double L_144 = (((double)((double)(((double)((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_143, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var))))))))));
RuntimeObject * L_145 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_144);
return L_145;
}
IL_037b:
{
RuntimeObject * L_146 = ___value0;
double L_147 = (((double)((double)((*(int64_t*)((int64_t*)UnBox(L_146, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_148 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_147);
return L_148;
}
IL_0388:
{
RuntimeObject * L_149 = ___value0;
double L_150 = (((double)((double)(((double)((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_149, UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var))))))))));
RuntimeObject * L_151 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_150);
return L_151;
}
IL_0396:
{
RuntimeObject * L_152 = ___value0;
double L_153 = (((double)((double)((*(float*)((float*)UnBox(L_152, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_154 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_153);
return L_154;
}
IL_03a3:
{
return NULL;
}
}
// System.String System.RuntimeType::GetCachedName(System.TypeNameKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___kind0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___kind0;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_000b;
}
}
{
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
return L_1;
}
IL_000b:
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_2 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_RuntimeMethod_var);
}
}
// System.Type System.RuntimeType::make_array_type(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___rank0, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, int32_t);
using namespace il2cpp::icalls;
return ((RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4_ftn)mscorlib::System::RuntimeType::make_array_type) (__this, ___rank0);
}
// System.Type System.RuntimeType::MakeArrayType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeArrayType_m3F0C6E34582C5B807F43C2E07E1B7252CE5F2464 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4(__this, 0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Type System.RuntimeType::MakeArrayType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___rank0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___rank0;
if ((((int32_t)L_0) < ((int32_t)1)))
{
goto IL_000c;
}
}
{
int32_t L_1 = ___rank0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)255))))
{
goto IL_0012;
}
}
IL_000c:
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_2 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1(L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2_RuntimeMethod_var);
}
IL_0012:
{
int32_t L_3 = ___rank0;
Type_t * L_4 = RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4(__this, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Type System.RuntimeType::make_byref_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_make_byref_type_m6EBA540F277AD0BD68BC6ACA9E74212911DA61FA (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeType_make_byref_type_m6EBA540F277AD0BD68BC6ACA9E74212911DA61FA_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_make_byref_type_m6EBA540F277AD0BD68BC6ACA9E74212911DA61FA_ftn)mscorlib::System::RuntimeType::make_byref_type) (__this);
}
// System.Type System.RuntimeType::MakeByRefType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * L_1 = (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 *)il2cpp_codegen_object_new(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var);
TypeLoadException__ctor_m80951BFF6EB67A1ED3052D05569EF70D038B1581(L_1, _stringLiteral3ADDC5CC0597A7768F5D5436F05C907CC074126C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92_RuntimeMethod_var);
}
IL_0013:
{
Type_t * L_2 = RuntimeType_make_byref_type_m6EBA540F277AD0BD68BC6ACA9E74212911DA61FA(__this, /*hidden argument*/NULL);
return L_2;
}
}
// System.Type System.RuntimeType::MakePointerType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656 (Type_t * ___type0, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656_ftn) (Type_t *);
using namespace il2cpp::icalls;
return ((RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656_ftn)mscorlib::System::RuntimeType::MakePointerType) (___type0);
}
// System.Type System.RuntimeType::MakePointerType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakePointerType_m0AE1F85FA80545E0FB899DD5A1E954062E0D3CF2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_MakePointerType_m0AE1F85FA80545E0FB899DD5A1E954062E0D3CF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
Type_t * L_0 = RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Runtime.InteropServices.StructLayoutAttribute System.RuntimeType::get_StructLayoutAttribute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * RuntimeType_get_StructLayoutAttribute_m321C51A5709894850448EFE830BCEE2215588876 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * L_0 = StructLayoutAttribute_GetCustomAttribute_mA2F1C51358077E122570A45D50617D4BEED50521(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::get_ContainsGenericParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_ContainsGenericParameters_mB6BC5A7168B262D2E1D8465E406F3FB0BFD0BE8F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL;
int32_t V_1 = 0;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (!L_0)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
bool L_1 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, __this);
if (!L_1)
{
goto IL_0033;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, __this);
V_0 = L_2;
V_1 = 0;
goto IL_002d;
}
IL_001d:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = V_0;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
Type_t * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_6);
bool L_7 = VirtFuncInvoker0< bool >::Invoke(108 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_6);
if (!L_7)
{
goto IL_0029;
}
}
{
return (bool)1;
}
IL_0029:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002d:
{
int32_t L_9 = V_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = V_0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_001d;
}
}
IL_0033:
{
bool L_11 = Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF(__this, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0047;
}
}
{
Type_t * L_12 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, __this);
NullCheck(L_12);
bool L_13 = VirtFuncInvoker0< bool >::Invoke(108 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_12);
return L_13;
}
IL_0047:
{
return (bool)0;
}
}
// System.Type[] System.RuntimeType::GetGenericParameterConstraints()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE V_0;
memset((&V_0), 0, sizeof(V_0));
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_1 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDBDD7B51A325AE50AF055F075B2CCF50439827EF, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C_RuntimeMethod_var);
}
IL_0018:
{
intptr_t L_3 = RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71(__this, /*hidden argument*/NULL);
RuntimeGenericParamInfoHandle__ctor_m3B4F5CE2051F2FA4C757AD760BA1D5A50A66464D((RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE *)(&V_0), (intptr_t)L_3, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = RuntimeGenericParamInfoHandle_get_Constraints_m4C1E15BA3021B157AFBA94DE19A79CBCAFF2F172((RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE *)(&V_0), /*hidden argument*/NULL);
V_1 = L_4;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = V_1;
if (L_5)
{
goto IL_0036;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = ((EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var))->get_Value_0();
V_1 = L_6;
}
IL_0036:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = V_1;
return L_7;
}
}
// System.Object System.RuntimeType::CreateInstanceForAnotherGenericParameter(System.Type,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4 (Type_t * ___genericType0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___genericArgument1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___genericType0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = ___genericArgument1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_3);
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
Type_t * L_4 = RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E(L_0, L_2, /*hidden argument*/NULL);
NullCheck(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_5 = RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
NullCheck(L_5);
RuntimeObject * L_6 = MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC(L_5, NULL, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL);
return L_6;
}
}
// System.Type System.RuntimeType::MakeGenericType(System.Type,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E (Type_t * ___gt0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E_ftn) (Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*);
using namespace il2cpp::icalls;
return ((RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E_ftn)mscorlib::System::RuntimeType::MakeGenericType) (___gt0, ___types1);
}
// System.IntPtr System.RuntimeType::GetMethodsByName_native(System.IntPtr,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetMethodsByName_native_m8444A129F5BBF3B4B1C953FDA2EA4207CAB42CEB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___namePtr0, int32_t ___bindingAttr1, bool ___ignoreCase2, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetMethodsByName_native_m8444A129F5BBF3B4B1C953FDA2EA4207CAB42CEB_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, intptr_t, int32_t, bool);
using namespace il2cpp::icalls;
return ((RuntimeType_GetMethodsByName_native_m8444A129F5BBF3B4B1C953FDA2EA4207CAB42CEB_ftn)mscorlib::System::RuntimeType::GetMethodsByName_native) (__this, ___namePtr0, ___bindingAttr1, ___ignoreCase2);
}
// System.Reflection.RuntimeMethodInfo[] System.RuntimeType::GetMethodsByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___ignoreCase2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_1;
memset((&V_1), 0, sizeof(V_1));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* V_4 = NULL;
int32_t V_5 = 0;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___reflectedType3;
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), L_0, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), L_1, /*hidden argument*/NULL);
}
IL_0011:
try
{ // begin try (depth: 1)
{
intptr_t L_2 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
int32_t L_3 = ___bindingAttr1;
bool L_4 = ___ignoreCase2;
intptr_t L_5 = RuntimeType_GetMethodsByName_native_m8444A129F5BBF3B4B1C953FDA2EA4207CAB42CEB(__this, (intptr_t)L_2, L_3, L_4, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), (intptr_t)L_5, /*hidden argument*/NULL);
}
IL_0027:
try
{ // begin try (depth: 2)
{
int32_t L_6 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
V_3 = L_6;
int32_t L_7 = V_3;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_8 = (RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F*)(RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F*)SZArrayNew(RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_4 = L_8;
V_5 = 0;
goto IL_0064;
}
IL_003c:
{
int32_t L_9 = V_5;
intptr_t L_10 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), L_9, /*hidden argument*/NULL);
RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&V_6), (intptr_t)L_10, /*hidden argument*/NULL);
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_11 = V_4;
int32_t L_12 = V_5;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_13 = V_6;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = V_0;
MethodBase_t * L_15 = MethodBase_GetMethodFromHandleNoGenericCheck_m2889FEAC3D9354D34642A904DCEC82CDBBE7AC78(L_13, L_14, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, ((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_15, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var)));
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_15, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var)));
int32_t L_16 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0064:
{
int32_t L_17 = V_5;
int32_t L_18 = V_3;
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_003c;
}
}
IL_0069:
{
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_19 = V_4;
V_7 = L_19;
IL2CPP_LEAVE(0x8B, FINALLY_006f);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006f;
}
FINALLY_006f:
{ // begin finally (depth: 2)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(111)
} // end finally (depth: 2)
IL2CPP_CLEANUP(111)
{
IL2CPP_END_CLEANUP(0x8B, FINALLY_007d);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007d;
}
FINALLY_007d:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(125)
} // end finally (depth: 1)
IL2CPP_CLEANUP(125)
{
IL2CPP_JUMP_TBL(0x8B, IL_008b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_008b:
{
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_20 = V_7;
return L_20;
}
}
// System.IntPtr System.RuntimeType::GetPropertiesByName_native(System.IntPtr,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetPropertiesByName_native_m468AD061D846A11516F0E3BC2EFDB1E6D077020F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, bool ___icase2, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetPropertiesByName_native_m468AD061D846A11516F0E3BC2EFDB1E6D077020F_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, intptr_t, int32_t, bool);
using namespace il2cpp::icalls;
return ((RuntimeType_GetPropertiesByName_native_m468AD061D846A11516F0E3BC2EFDB1E6D077020F_ftn)mscorlib::System::RuntimeType::GetPropertiesByName_native) (__this, ___name0, ___bindingAttr1, ___icase2);
}
// System.IntPtr System.RuntimeType::GetConstructors_native(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetConstructors_native_m722B23E093BC758F23A9907A7F193E3CDFB6C153 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetConstructors_native_m722B23E093BC758F23A9907A7F193E3CDFB6C153_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, int32_t);
using namespace il2cpp::icalls;
return ((RuntimeType_GetConstructors_native_m722B23E093BC758F23A9907A7F193E3CDFB6C153_ftn)mscorlib::System::RuntimeType::GetConstructors_native) (__this, ___bindingAttr0);
}
// System.Reflection.RuntimeConstructorInfo[] System.RuntimeType::GetConstructors_internal(System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* V_3 = NULL;
int32_t V_4 = 0;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F V_5;
memset((&V_5), 0, sizeof(V_5));
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___reflectedType1;
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), L_0, /*hidden argument*/NULL);
int32_t L_1 = ___bindingAttr0;
intptr_t L_2 = RuntimeType_GetConstructors_native_m722B23E093BC758F23A9907A7F193E3CDFB6C153(__this, L_1, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_1), (intptr_t)L_2, /*hidden argument*/NULL);
}
IL_0016:
try
{ // begin try (depth: 1)
{
int32_t L_3 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_1), /*hidden argument*/NULL);
V_2 = L_3;
int32_t L_4 = V_2;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_5 = (RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E*)(RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E*)SZArrayNew(RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_3 = L_5;
V_4 = 0;
goto IL_0051;
}
IL_002a:
{
int32_t L_6 = V_4;
intptr_t L_7 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_1), L_6, /*hidden argument*/NULL);
RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&V_5), (intptr_t)L_7, /*hidden argument*/NULL);
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_8 = V_3;
int32_t L_9 = V_4;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_10 = V_5;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = V_0;
MethodBase_t * L_12 = MethodBase_GetMethodFromHandleNoGenericCheck_m2889FEAC3D9354D34642A904DCEC82CDBBE7AC78(L_10, L_11, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, ((RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)CastclassClass((RuntimeObject*)L_12, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var)));
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)((RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)CastclassClass((RuntimeObject*)L_12, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var)));
int32_t L_13 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0051:
{
int32_t L_14 = V_4;
int32_t L_15 = V_2;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_002a;
}
}
IL_0056:
{
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_16 = V_3;
V_6 = L_16;
IL2CPP_LEAVE(0x69, FINALLY_005b);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005b;
}
FINALLY_005b:
{ // begin finally (depth: 1)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(91)
} // end finally (depth: 1)
IL2CPP_CLEANUP(91)
{
IL2CPP_JUMP_TBL(0x69, IL_0069)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0069:
{
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_17 = V_6;
return L_17;
}
}
// System.Reflection.RuntimePropertyInfo[] System.RuntimeType::GetPropertiesByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___icase2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_1;
memset((&V_1), 0, sizeof(V_1));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* V_4 = NULL;
int32_t V_5 = 0;
RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___reflectedType3;
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), L_0, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), L_1, /*hidden argument*/NULL);
}
IL_0011:
try
{ // begin try (depth: 1)
{
intptr_t L_2 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
int32_t L_3 = ___bindingAttr1;
bool L_4 = ___icase2;
intptr_t L_5 = RuntimeType_GetPropertiesByName_native_m468AD061D846A11516F0E3BC2EFDB1E6D077020F(__this, (intptr_t)L_2, L_3, L_4, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), (intptr_t)L_5, /*hidden argument*/NULL);
}
IL_0027:
try
{ // begin try (depth: 2)
{
int32_t L_6 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
V_3 = L_6;
int32_t L_7 = V_3;
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_8 = (RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA*)(RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA*)SZArrayNew(RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_4 = L_8;
V_5 = 0;
goto IL_0064;
}
IL_003c:
{
int32_t L_9 = V_5;
intptr_t L_10 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), L_9, /*hidden argument*/NULL);
RuntimePropertyHandle__ctor_m00C7A705D1521572DD6CBCBBACDA2168E7174495_inline((RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB *)(&V_6), (intptr_t)L_10, /*hidden argument*/NULL);
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_11 = V_4;
int32_t L_12 = V_5;
RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB L_13 = V_6;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = V_0;
PropertyInfo_t * L_15 = PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D(L_13, L_14, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, ((RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 *)CastclassClass((RuntimeObject*)L_15, RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4_il2cpp_TypeInfo_var)));
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 *)((RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 *)CastclassClass((RuntimeObject*)L_15, RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4_il2cpp_TypeInfo_var)));
int32_t L_16 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0064:
{
int32_t L_17 = V_5;
int32_t L_18 = V_3;
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_003c;
}
}
IL_0069:
{
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_19 = V_4;
V_7 = L_19;
IL2CPP_LEAVE(0x8B, FINALLY_006f);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006f;
}
FINALLY_006f:
{ // begin finally (depth: 2)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(111)
} // end finally (depth: 2)
IL2CPP_CLEANUP(111)
{
IL2CPP_END_CLEANUP(0x8B, FINALLY_007d);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007d;
}
FINALLY_007d:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(125)
} // end finally (depth: 1)
IL2CPP_CLEANUP(125)
{
IL2CPP_JUMP_TBL(0x8B, IL_008b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_008b:
{
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_20 = V_7;
return L_20;
}
}
// System.Reflection.InterfaceMapping System.RuntimeType::GetInterfaceMap(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___ifaceType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B V_0;
memset((&V_0), 0, sizeof(V_0));
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAA71A1C4992A2B847492913FCD3634ADC1AD7F5D, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_0018:
{
Type_t * L_3 = ___ifaceType0;
if (L_3)
{
goto IL_0026;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralF367438563573F786E99C78FE6BB81EECCEC1085, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_0026:
{
Type_t * L_5 = ___ifaceType0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_6 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0049;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC3A46DF3DE19D92FC498CF4CCD590933A406DA60, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, L_7, _stringLiteralF367438563573F786E99C78FE6BB81EECCEC1085, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_0049:
{
Type_t * L_9 = ___ifaceType0;
NullCheck(L_9);
bool L_10 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0066;
}
}
{
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral02963CF4B66B69F3AE3437523993144F4C25B807, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, L_11, _stringLiteralF367438563573F786E99C78FE6BB81EECCEC1085, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_0066:
{
bool L_13 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(__this, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0079;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, _stringLiteralD56D0FC1B1DD85BD9DF3D20D91B014C71FED38E8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_0079:
{
(&V_0)->set_TargetType_0(__this);
Type_t * L_15 = ___ifaceType0;
(&V_0)->set_InterfaceType_1(L_15);
Type_t * L_16 = ___ifaceType0;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** L_17 = (&V_0)->get_address_of_TargetMethods_2();
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** L_18 = (&V_0)->get_address_of_InterfaceMethods_3();
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_GetInterfaceMapData_m02C48C7B119D19217B751EE04CAAC91CAC55B049(__this, L_16, (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B**)L_17, (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B**)L_18, /*hidden argument*/NULL);
InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B L_19 = V_0;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_20 = L_19.get_TargetMethods_2();
if (L_20)
{
goto IL_00bb;
}
}
{
String_t* L_21 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral053F79AB8C684EBD1548279E938F877AF42D3471, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_22 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_22, L_21, _stringLiteralF367438563573F786E99C78FE6BB81EECCEC1085, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_00bb:
{
InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B L_23 = V_0;
return L_23;
}
}
// System.Void System.RuntimeType::GetInterfaceMapData(System.Type,System.Type,System.Reflection.MethodInfo[]&,System.Reflection.MethodInfo[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_GetInterfaceMapData_m02C48C7B119D19217B751EE04CAAC91CAC55B049 (Type_t * ___t0, Type_t * ___iface1, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** ___targets2, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** ___methods3, const RuntimeMethod* method)
{
typedef void (*RuntimeType_GetInterfaceMapData_m02C48C7B119D19217B751EE04CAAC91CAC55B049_ftn) (Type_t *, Type_t *, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B**, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B**);
using namespace il2cpp::icalls;
((RuntimeType_GetInterfaceMapData_m02C48C7B119D19217B751EE04CAAC91CAC55B049_ftn)mscorlib::System::RuntimeType::GetInterfaceMapData) (___t0, ___iface1, ___targets2, ___methods3);
}
// System.Guid System.RuntimeType::get_GUID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t RuntimeType_get_GUID_m062C22D7640B126A5B3C832B0F895FB6B23D2897 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_get_GUID_m062C22D7640B126A5B3C832B0F895FB6B23D2897_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, __this, L_1, (bool)1);
V_0 = L_2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = V_0;
NullCheck(L_3);
if ((((RuntimeArray*)L_3)->max_length))
{
goto IL_001c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
Guid_t L_4 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0();
return L_4;
}
IL_001c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = 0;
RuntimeObject * L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(((GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34 *)CastclassSealed((RuntimeObject*)L_7, GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34_il2cpp_TypeInfo_var)));
String_t* L_8 = GuidAttribute_get_Value_m0FE8674D80D3832285CAAACC30D3471E024E8CC1_inline(((GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34 *)CastclassSealed((RuntimeObject*)L_7, GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
Guid_t L_9;
memset((&L_9), 0, sizeof(L_9));
Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_9), L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.Void System.RuntimeType::GetPacking(System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_GetPacking_m2CF4B5AB92ED44574D849F1277E272FC5439EE01 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t* ___packing0, int32_t* ___size1, const RuntimeMethod* method)
{
typedef void (*RuntimeType_GetPacking_m2CF4B5AB92ED44574D849F1277E272FC5439EE01_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, int32_t*, int32_t*);
using namespace il2cpp::icalls;
((RuntimeType_GetPacking_m2CF4B5AB92ED44574D849F1277E272FC5439EE01_ftn)mscorlib::System::RuntimeType::GetPacking) (__this, ___packing0, ___size1);
}
// System.TypeCode System.RuntimeType::GetTypeCodeImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetTypeCodeImpl_m4C05C434EC033E17A31B0CE613ED368FAA0BA3FB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetTypeCodeImpl_m4C05C434EC033E17A31B0CE613ED368FAA0BA3FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
int32_t L_0 = RuntimeType_GetTypeCodeImplInternal_mBCAAEF9659FC5ECD36D537C118C70EC53D127CBD(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.TypeCode System.RuntimeType::GetTypeCodeImplInternal(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetTypeCodeImplInternal_mBCAAEF9659FC5ECD36D537C118C70EC53D127CBD (Type_t * ___type0, const RuntimeMethod* method)
{
typedef int32_t (*RuntimeType_GetTypeCodeImplInternal_mBCAAEF9659FC5ECD36D537C118C70EC53D127CBD_ftn) (Type_t *);
using namespace il2cpp::icalls;
return ((RuntimeType_GetTypeCodeImplInternal_mBCAAEF9659FC5ECD36D537C118C70EC53D127CBD_ftn)mscorlib::System::RuntimeType::GetTypeCodeImplInternal) (___type0);
}
// System.String System.RuntimeType::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_ToString_mA5B1D50205493870B2935981251E47828C134EC7 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796(__this, (bool)0, (bool)0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsGenericCOMObjectImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsGenericCOMObjectImpl_m87E93B03329D1536B8457E72D1E4454B5DBC5305 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.RuntimeType::CreateInstanceInternal(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45 (Type_t * ___type0, const RuntimeMethod* method)
{
typedef RuntimeObject * (*RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45_ftn) (Type_t *);
using namespace il2cpp::icalls;
return ((RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45_ftn)mscorlib::System::RuntimeType::CreateInstanceInternal) (___type0);
}
// System.Reflection.MethodBase System.RuntimeType::get_DeclaringMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * RuntimeType_get_DeclaringMethod_mD3A9EB8A1DF2DE06334D7F21A404DDEFCC0D1A7A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef MethodBase_t * (*RuntimeType_get_DeclaringMethod_mD3A9EB8A1DF2DE06334D7F21A404DDEFCC0D1A7A_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_get_DeclaringMethod_mD3A9EB8A1DF2DE06334D7F21A404DDEFCC0D1A7A_ftn)mscorlib::System::RuntimeType::get_DeclaringMethod) (__this);
}
// System.String System.RuntimeType::getFullName(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___full_name0, bool ___assembly_qualified1, const RuntimeMethod* method)
{
typedef String_t* (*RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, bool, bool);
using namespace il2cpp::icalls;
return ((RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796_ftn)mscorlib::System::RuntimeType::getFullName) (__this, ___full_name0, ___assembly_qualified1);
}
// System.Type[] System.RuntimeType::GetGenericArgumentsInternal(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___runtimeArray0, const RuntimeMethod* method)
{
typedef TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, bool);
using namespace il2cpp::icalls;
return ((RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391_ftn)mscorlib::System::RuntimeType::GetGenericArgumentsInternal) (__this, ___runtimeArray0);
}
// System.Reflection.GenericParameterAttributes System.RuntimeType::GetGenericParameterAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetGenericParameterAttributes_mC198CEF42B645A4360E6F0473D33625069FD6E52 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE V_0;
memset((&V_0), 0, sizeof(V_0));
{
intptr_t L_0 = RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71(__this, /*hidden argument*/NULL);
RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE L_1;
memset((&L_1), 0, sizeof(L_1));
RuntimeGenericParamInfoHandle__ctor_m3B4F5CE2051F2FA4C757AD760BA1D5A50A66464D((&L_1), (intptr_t)L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = RuntimeGenericParamInfoHandle_get_Attributes_m586EC8111BF51DC3C3D03C59509DB4F7CE5822EA((RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.Int32 System.RuntimeType::GetGenericParameterPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef int32_t (*RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D_ftn)mscorlib::System::RuntimeType::GetGenericParameterPosition) (__this);
}
// System.IntPtr System.RuntimeType::GetEvents_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetEvents_native_m28435040299789557DD4FB1C8D64BD70D923436E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetEvents_native_m28435040299789557DD4FB1C8D64BD70D923436E_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, intptr_t, int32_t);
using namespace il2cpp::icalls;
return ((RuntimeType_GetEvents_native_m28435040299789557DD4FB1C8D64BD70D923436E_ftn)mscorlib::System::RuntimeType::GetEvents_native) (__this, ___name0, ___bindingAttr1);
}
// System.IntPtr System.RuntimeType::GetFields_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetFields_native_m81C0286628E40BA1823A5AF8D60DEFF95B7EF6FE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetFields_native_m81C0286628E40BA1823A5AF8D60DEFF95B7EF6FE_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, intptr_t, int32_t);
using namespace il2cpp::icalls;
return ((RuntimeType_GetFields_native_m81C0286628E40BA1823A5AF8D60DEFF95B7EF6FE_ftn)mscorlib::System::RuntimeType::GetFields_native) (__this, ___name0, ___bindingAttr1);
}
// System.Reflection.RuntimeFieldInfo[] System.RuntimeType::GetFields_internal(System.String,System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_1;
memset((&V_1), 0, sizeof(V_1));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* V_4 = NULL;
int32_t V_5 = 0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___reflectedType2;
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), L_0, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), L_1, /*hidden argument*/NULL);
}
IL_0010:
try
{ // begin try (depth: 1)
{
intptr_t L_2 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
int32_t L_3 = ___bindingAttr1;
intptr_t L_4 = RuntimeType_GetFields_native_m81C0286628E40BA1823A5AF8D60DEFF95B7EF6FE(__this, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), (intptr_t)L_4, /*hidden argument*/NULL);
}
IL_0025:
try
{ // begin try (depth: 2)
{
int32_t L_5 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
V_3 = L_5;
int32_t L_6 = V_3;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_7 = (RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA*)(RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA*)SZArrayNew(RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_4 = L_7;
V_5 = 0;
goto IL_0062;
}
IL_003a:
{
int32_t L_8 = V_5;
intptr_t L_9 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), L_8, /*hidden argument*/NULL);
RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_inline((RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)(&V_6), (intptr_t)L_9, /*hidden argument*/NULL);
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_10 = V_4;
int32_t L_11 = V_5;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_12 = V_6;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = V_0;
FieldInfo_t * L_14 = FieldInfo_GetFieldFromHandle_mE960F954664B1B0CB3877F166CAC66AAE10B7BF5(L_12, L_13, /*hidden argument*/NULL);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, ((RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)CastclassClass((RuntimeObject*)L_14, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var)));
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)((RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)CastclassClass((RuntimeObject*)L_14, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var)));
int32_t L_15 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0062:
{
int32_t L_16 = V_5;
int32_t L_17 = V_3;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_003a;
}
}
IL_0067:
{
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_18 = V_4;
V_7 = L_18;
IL2CPP_LEAVE(0x89, FINALLY_006d);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006d;
}
FINALLY_006d:
{ // begin finally (depth: 2)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(109)
} // end finally (depth: 2)
IL2CPP_CLEANUP(109)
{
IL2CPP_END_CLEANUP(0x89, FINALLY_007b);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007b;
}
FINALLY_007b:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(123)
} // end finally (depth: 1)
IL2CPP_CLEANUP(123)
{
IL2CPP_JUMP_TBL(0x89, IL_0089)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0089:
{
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_19 = V_7;
return L_19;
}
}
// System.Reflection.RuntimeEventInfo[] System.RuntimeType::GetEvents_internal(System.String,System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_1;
memset((&V_1), 0, sizeof(V_1));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* V_4 = NULL;
int32_t V_5 = 0;
RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___reflectedType2;
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), L_0, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), L_1, /*hidden argument*/NULL);
}
IL_0010:
try
{ // begin try (depth: 1)
{
intptr_t L_2 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
int32_t L_3 = ___bindingAttr1;
intptr_t L_4 = RuntimeType_GetEvents_native_m28435040299789557DD4FB1C8D64BD70D923436E(__this, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), (intptr_t)L_4, /*hidden argument*/NULL);
}
IL_0025:
try
{ // begin try (depth: 2)
{
int32_t L_5 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
V_3 = L_5;
int32_t L_6 = V_3;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_7 = (RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5*)(RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5*)SZArrayNew(RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_4 = L_7;
V_5 = 0;
goto IL_0062;
}
IL_003a:
{
int32_t L_8 = V_5;
intptr_t L_9 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), L_8, /*hidden argument*/NULL);
RuntimeEventHandle__ctor_m74BEE789797EFEE15B634C7AA44F68AF747DB1B2_inline((RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 *)(&V_6), (intptr_t)L_9, /*hidden argument*/NULL);
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_10 = V_4;
int32_t L_11 = V_5;
RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 L_12 = V_6;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = V_0;
EventInfo_t * L_14 = EventInfo_GetEventFromHandle_m32D668E4C0CB872EED2FFF1E0714B9B73680C897(L_12, L_13, /*hidden argument*/NULL);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, ((RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 *)CastclassClass((RuntimeObject*)L_14, RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09_il2cpp_TypeInfo_var)));
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 *)((RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 *)CastclassClass((RuntimeObject*)L_14, RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09_il2cpp_TypeInfo_var)));
int32_t L_15 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0062:
{
int32_t L_16 = V_5;
int32_t L_17 = V_3;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_003a;
}
}
IL_0067:
{
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_18 = V_4;
V_7 = L_18;
IL2CPP_LEAVE(0x89, FINALLY_006d);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006d;
}
FINALLY_006d:
{ // begin finally (depth: 2)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(109)
} // end finally (depth: 2)
IL2CPP_CLEANUP(109)
{
IL2CPP_END_CLEANUP(0x89, FINALLY_007b);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007b;
}
FINALLY_007b:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(123)
} // end finally (depth: 1)
IL2CPP_CLEANUP(123)
{
IL2CPP_JUMP_TBL(0x89, IL_0089)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0089:
{
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_19 = V_7;
return L_19;
}
}
// System.Type[] System.RuntimeType::GetInterfaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetInterfaces_m7D0A3A30FB055AA9212E970E48F73DB617843055 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*RuntimeType_GetInterfaces_m7D0A3A30FB055AA9212E970E48F73DB617843055_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_GetInterfaces_m7D0A3A30FB055AA9212E970E48F73DB617843055_ftn)mscorlib::System::RuntimeType::GetInterfaces) (__this);
}
// System.IntPtr System.RuntimeType::GetNestedTypes_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetNestedTypes_native_m463687CC2CB6DF3063FE441FDB0289011D597336 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetNestedTypes_native_m463687CC2CB6DF3063FE441FDB0289011D597336_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, intptr_t, int32_t);
using namespace il2cpp::icalls;
return ((RuntimeType_GetNestedTypes_native_m463687CC2CB6DF3063FE441FDB0289011D597336_ftn)mscorlib::System::RuntimeType::GetNestedTypes_native) (__this, ___name0, ___bindingAttr1);
}
// System.RuntimeType[] System.RuntimeType::GetNestedTypes_internal(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___displayName0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_1;
memset((&V_1), 0, sizeof(V_1));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_4 = NULL;
int32_t V_5 = 0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (String_t*)NULL;
String_t* L_0 = ___displayName0;
if (!L_0)
{
goto IL_0011;
}
}
{
String_t* L_1 = ___displayName0;
RuntimeObject* L_2 = TypeIdentifiers_FromDisplay_m08FB8BE03D80603F9A030774E218310DC96693CE(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.TypeIdentifier::get_InternalName() */, TypeIdentifier_tEF8C0B5CA8B33CD2A732C822D0B9BD62B8DA2F12_il2cpp_TypeInfo_var, L_2);
V_0 = L_3;
}
IL_0011:
{
String_t* L_4 = V_0;
SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), L_4, /*hidden argument*/NULL);
}
IL_0019:
try
{ // begin try (depth: 1)
{
intptr_t L_5 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
int32_t L_6 = ___bindingAttr1;
intptr_t L_7 = RuntimeType_GetNestedTypes_native_m463687CC2CB6DF3063FE441FDB0289011D597336(__this, (intptr_t)L_5, L_6, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), (intptr_t)L_7, /*hidden argument*/NULL);
}
IL_002e:
try
{ // begin try (depth: 2)
{
int32_t L_8 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
V_3 = L_8;
int32_t L_9 = V_3;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_10 = (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)SZArrayNew(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_4 = L_10;
V_5 = 0;
goto IL_006a;
}
IL_0043:
{
int32_t L_11 = V_5;
intptr_t L_12 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), L_11, /*hidden argument*/NULL);
RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_6), (intptr_t)L_12, /*hidden argument*/NULL);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_13 = V_4;
int32_t L_14 = V_5;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_16, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_16, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
int32_t L_17 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_006a:
{
int32_t L_18 = V_5;
int32_t L_19 = V_3;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_0043;
}
}
IL_006f:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_20 = V_4;
V_7 = L_20;
IL2CPP_LEAVE(0x91, FINALLY_0075);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0075;
}
FINALLY_0075:
{ // begin finally (depth: 2)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(117)
} // end finally (depth: 2)
IL2CPP_CLEANUP(117)
{
IL2CPP_END_CLEANUP(0x91, FINALLY_0083);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0083;
}
FINALLY_0083:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(131)
} // end finally (depth: 1)
IL2CPP_CLEANUP(131)
{
IL2CPP_JUMP_TBL(0x91, IL_0091)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0091:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_21 = V_7;
return L_21;
}
}
// System.String System.RuntimeType::get_AssemblyQualifiedName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_get_AssemblyQualifiedName_mA3F94E5661D04E2827929AD98446EF51794463B4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796(__this, (bool)1, (bool)1, /*hidden argument*/NULL);
return L_0;
}
}
// System.Type System.RuntimeType::get_DeclaringType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_get_DeclaringType_m9E790209765004A4288929BCBA674FE50536B509 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeType_get_DeclaringType_m9E790209765004A4288929BCBA674FE50536B509_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_get_DeclaringType_m9E790209765004A4288929BCBA674FE50536B509_ftn)mscorlib::System::RuntimeType::get_DeclaringType) (__this);
}
// System.String System.RuntimeType::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_get_Name_m5F8DFAB770618311A10A8685624B1B47D07DA440 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef String_t* (*RuntimeType_get_Name_m5F8DFAB770618311A10A8685624B1B47D07DA440_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_get_Name_m5F8DFAB770618311A10A8685624B1B47D07DA440_ftn)mscorlib::System::RuntimeType::get_Name) (__this);
}
// System.String System.RuntimeType::get_Namespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_get_Namespace_mB1A90B309EFF1C05FE8887C13088B25D82BED10E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef String_t* (*RuntimeType_get_Namespace_mB1A90B309EFF1C05FE8887C13088B25D82BED10E_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_get_Namespace_mB1A90B309EFF1C05FE8887C13088B25D82BED10E_ftn)mscorlib::System::RuntimeType::get_Namespace) (__this);
}
// System.Int32 System.RuntimeType::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetHashCode_mE7A730BF14917D356A0EFD9145C4976A447B9B5E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetHashCode_mE7A730BF14917D356A0EFD9145C4976A447B9B5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
{
Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, __this);
V_0 = L_0;
Type_t * L_1 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_2 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_1, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0020;
}
}
{
Type_t * L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_4 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_3, __this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0020;
}
}
{
Type_t * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
return L_6;
}
IL_0020:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * L_7 = ((Type_t *)__this)->get_address_of__impl_9();
intptr_t L_8 = RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)L_7, /*hidden argument*/NULL);
int32_t L_9 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.String System.RuntimeType::get_FullName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_get_FullName_m1193D837BC68033EACFA14C1CE399300F19096B3 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_get_FullName_m1193D837BC68033EACFA14C1CE399300F19096B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, __this);
if (!L_0)
{
goto IL_001a;
}
}
{
bool L_1 = VirtFuncInvoker0< bool >::Invoke(108 /* System.Boolean System.Type::get_ContainsGenericParameters() */, __this);
if (!L_1)
{
goto IL_001a;
}
}
{
bool L_2 = VirtFuncInvoker0< bool >::Invoke(105 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, __this);
if (L_2)
{
goto IL_001a;
}
}
{
return (String_t*)NULL;
}
IL_001a:
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_3 = __this->get_type_info_26();
if (L_3)
{
goto IL_002d;
}
}
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_4 = (MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D *)il2cpp_codegen_object_new(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_il2cpp_TypeInfo_var);
MonoTypeInfo__ctor_mB3C8C989BCE5AA95EFF2C6ED45C8ACB28ABF3A46(L_4, /*hidden argument*/NULL);
__this->set_type_info_26(L_4);
}
IL_002d:
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_5 = __this->get_type_info_26();
NullCheck(L_5);
String_t* L_6 = L_5->get_full_name_0();
String_t* L_7 = L_6;
V_0 = L_7;
if (L_7)
{
goto IL_0053;
}
}
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_8 = __this->get_type_info_26();
String_t* L_9 = RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796(__this, (bool)1, (bool)0, /*hidden argument*/NULL);
String_t* L_10 = L_9;
V_1 = L_10;
NullCheck(L_8);
L_8->set_full_name_0(L_10);
String_t* L_11 = V_1;
V_0 = L_11;
}
IL_0053:
{
String_t* L_12 = V_0;
return L_12;
}
}
// System.Void System.RuntimeType::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType__cctor_m2EAEF6E373ED5F6ABA378F7A52A2812E36BEC496 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType__cctor_m2EAEF6E373ED5F6ABA378F7A52A2812E36BEC496_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_ValueType_10(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_EnumType_11(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_ObjectType_12(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_StringType_13(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (Delegate_t_0_0_0_var) };
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_DelegateType_14(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_9, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8_0_0_0_var) };
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_s_typedRef_25(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_11, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.RuntimeTypeHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, intptr_t ___val0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___val0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C void RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_AdjustorThunk (RuntimeObject * __this, intptr_t ___val0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_inline(_thisAdjusted, ___val0, method);
}
// System.Void System.RuntimeTypeHandle::.ctor(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
NullCheck(L_0);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * L_1 = ((Type_t *)L_0)->get_address_of__impl_9();
intptr_t L_2 = L_1->get_value_0();
RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)__this, (intptr_t)L_2, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230_AdjustorThunk (RuntimeObject * __this, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230(_thisAdjusted, ___type0, method);
}
// System.Void System.RuntimeTypeHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_1;
memset((&V_1), 0, sizeof(V_1));
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral89ADD44544810AC934CD80F0F594BF927DE8468D, L_4, /*hidden argument*/NULL);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = V_0;
NullCheck(L_6);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = VirtFuncInvoker0< RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D >::Invoke(28 /* System.RuntimeTypeHandle System.Type::get_TypeHandle() */, L_6);
V_1 = L_7;
intptr_t L_8 = RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_1), /*hidden argument*/NULL);
__this->set_value_0((intptr_t)L_8);
intptr_t L_9 = __this->get_value_0();
bool L_10 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_9, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_10)
{
goto IL_005f;
}
}
{
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral724B20103740F89066905DA0B778BAF372F0DFFA, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_RuntimeMethod_var);
}
IL_005f:
{
return;
}
}
IL2CPP_EXTERN_C void RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5(_thisAdjusted, ___info0, ___context1, method);
}
// System.IntPtr System.RuntimeTypeHandle::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
return RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline(_thisAdjusted, method);
}
// System.Void System.RuntimeTypeHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_RuntimeMethod_var);
}
IL_000e:
{
intptr_t L_2 = __this->get_value_0();
bool L_3 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_2, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002b;
}
}
{
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_4, _stringLiteral5B51336E564989178F263E0CD28F6C75E70F7191, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_RuntimeMethod_var);
}
IL_002b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = (*(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)__this);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = L_6;
RuntimeObject * L_8 = Box(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var, &L_7);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = Type_GetTypeHandle_mF4790808C172FB5701365C8AA48EC9A132AD60B9(L_8, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = L_9;
RuntimeObject * L_11 = Box(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var, &L_10);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteral89ADD44544810AC934CD80F0F594BF927DE8468D, L_11, L_13, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06(_thisAdjusted, ___info0, ___context1, method);
}
// System.Boolean System.RuntimeTypeHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___obj0;
if (!L_0)
{
goto IL_0020;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = (*(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)__this);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = L_1;
RuntimeObject * L_3 = Box(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var, &L_2);
NullCheck(L_3);
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
RuntimeObject * L_5 = ___obj0;
NullCheck(L_5);
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_7 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_8 = __this->get_value_0();
RuntimeObject * L_9 = ___obj0;
V_0 = ((*(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)UnBox(L_9, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var))));
intptr_t L_10 = RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), /*hidden argument*/NULL);
bool L_11 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_8, (intptr_t)L_10, /*hidden argument*/NULL);
return L_11;
}
}
IL2CPP_EXTERN_C bool RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
return RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.RuntimeTypeHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method)
{
{
intptr_t* L_0 = __this->get_address_of_value_0();
int32_t L_1 = IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A((intptr_t*)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
return RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA(_thisAdjusted, method);
}
// System.Reflection.TypeAttributes System.RuntimeTypeHandle::GetAttributes(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef int32_t (*RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7_ftn)mscorlib::System::RuntimeTypeHandle::GetAttributes) (___type0);
}
// System.Int32 System.RuntimeTypeHandle::GetMetadataToken(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef int32_t (*RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29_ftn)mscorlib::System::RuntimeTypeHandle::GetMetadataToken) (___type0);
}
// System.Int32 System.RuntimeTypeHandle::GetToken(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetToken_mBA9485A17FFB3C3FC461F0BD531A802F6F8CA37E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
int32_t L_1 = RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Type System.RuntimeTypeHandle::GetGenericTypeDefinition_impl(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589_ftn)mscorlib::System::RuntimeTypeHandle::GetGenericTypeDefinition_impl) (___type0);
}
// System.Type System.RuntimeTypeHandle::GetGenericTypeDefinition(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeTypeHandle_GetGenericTypeDefinition_m4B55E662D7F56EB1D85FEA06EC92E295158684B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
Type_t * L_1 = RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.RuntimeTypeHandle::HasElementType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasElementType_m844E596F2213BFE1DBB19D22021A9F900516E72D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
bool L_1 = RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0017;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___type0;
bool L_3 = RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0017;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ___type0;
bool L_5 = RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9(L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0017:
{
return (bool)1;
}
}
// System.Boolean System.RuntimeTypeHandle::HasInstantiation(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596_ftn)mscorlib::System::RuntimeTypeHandle::HasInstantiation) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsArray(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25_ftn)mscorlib::System::RuntimeTypeHandle::IsArray) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsByRef(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E_ftn)mscorlib::System::RuntimeTypeHandle::IsByRef) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsComObject(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE_ftn)mscorlib::System::RuntimeTypeHandle::IsComObject) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsInstanceOfType(System.RuntimeType,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsInstanceOfType_m0365B2D0D74E056282F0D71C0CCDF827AF50C21D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeObject * ___o1, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsInstanceOfType_m0365B2D0D74E056282F0D71C0CCDF827AF50C21D_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, RuntimeObject *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsInstanceOfType_m0365B2D0D74E056282F0D71C0CCDF827AF50C21D_ftn)mscorlib::System::RuntimeTypeHandle::IsInstanceOfType) (___type0, ___o1);
}
// System.Boolean System.RuntimeTypeHandle::IsPointer(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9_ftn)mscorlib::System::RuntimeTypeHandle::IsPointer) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsPrimitive(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6_ftn)mscorlib::System::RuntimeTypeHandle::IsPrimitive) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::HasReferences(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3_ftn)mscorlib::System::RuntimeTypeHandle::HasReferences) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsComObject(System.RuntimeType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsComObject_m6BEC1E54C1ECA6622CB12AD31CA804665198A39A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, bool ___isGenericCOM1, const RuntimeMethod* method)
{
{
bool L_0 = ___isGenericCOM1;
if (L_0)
{
goto IL_000a;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ___type0;
bool L_2 = RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_000a:
{
return (bool)0;
}
}
// System.Boolean System.RuntimeTypeHandle::IsContextful(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ContextBoundObject_tB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___type0;
NullCheck(L_1);
bool L_3 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_1, L_2);
return L_3;
}
}
// System.Boolean System.RuntimeTypeHandle::IsEquivalentTo(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsEquivalentTo_m356C4E5D763BAF26689FECDFAD439D134B6FDEB9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___rtType10, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___rtType21, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.RuntimeTypeHandle::IsSzArray(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsSzArray_m77E81D2403CD09CF447E55AC5EEE000887400D53 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
bool L_1 = RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0012;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___type0;
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Type::GetArrayRank() */, L_2);
return (bool)((((int32_t)L_3) == ((int32_t)1))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Boolean System.RuntimeTypeHandle::IsInterface(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsInterface_mA5732C8F02DFDAFA2975448C93D1DF34978D3FFF (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
NullCheck(L_0);
int32_t L_1 = Type_get_Attributes_m8B229CC7A4DDE25E0EEB1A9F09FC61C499A72163(L_0, /*hidden argument*/NULL);
return (bool)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)32)))) == ((int32_t)((int32_t)32)))? 1 : 0);
}
}
// System.Int32 System.RuntimeTypeHandle::GetArrayRank(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef int32_t (*RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F_ftn)mscorlib::System::RuntimeTypeHandle::GetArrayRank) (___type0);
}
// System.Reflection.RuntimeAssembly System.RuntimeTypeHandle::GetAssembly(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * (*RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76_ftn)mscorlib::System::RuntimeTypeHandle::GetAssembly) (___type0);
}
// System.RuntimeType System.RuntimeTypeHandle::GetElementType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeTypeHandle_GetElementType_m9769655111CDDEAD1297476CAAF2B88717F946C2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * (*RuntimeTypeHandle_GetElementType_m9769655111CDDEAD1297476CAAF2B88717F946C2_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetElementType_m9769655111CDDEAD1297476CAAF2B88717F946C2_ftn)mscorlib::System::RuntimeTypeHandle::GetElementType) (___type0);
}
// System.Reflection.RuntimeModule System.RuntimeTypeHandle::GetModule(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * (*RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A_ftn)mscorlib::System::RuntimeTypeHandle::GetModule) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsGenericVariable(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2_ftn)mscorlib::System::RuntimeTypeHandle::IsGenericVariable) (___type0);
}
// System.RuntimeType System.RuntimeTypeHandle::GetBaseType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * (*RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD_ftn)mscorlib::System::RuntimeTypeHandle::GetBaseType) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::CanCastTo(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_CanCastTo_mFF4E6B20B50C8639B20F1E536996AA060A95E8CC (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___target1, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___target1;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ___type0;
bool L_2 = RuntimeTypeHandle_type_is_assignable_from_mE6A9B9581955D9B3432124CFB9298F8A06D8F3BA(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.RuntimeTypeHandle::type_is_assignable_from(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_type_is_assignable_from_mE6A9B9581955D9B3432124CFB9298F8A06D8F3BA (Type_t * ___a0, Type_t * ___b1, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_type_is_assignable_from_mE6A9B9581955D9B3432124CFB9298F8A06D8F3BA_ftn) (Type_t *, Type_t *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_type_is_assignable_from_mE6A9B9581955D9B3432124CFB9298F8A06D8F3BA_ftn)mscorlib::System::RuntimeTypeHandle::type_is_assignable_from) (___a0, ___b1);
}
// System.Boolean System.RuntimeTypeHandle::IsGenericTypeDefinition(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35_ftn)mscorlib::System::RuntimeTypeHandle::IsGenericTypeDefinition) (___type0);
}
// System.IntPtr System.RuntimeTypeHandle::GetGenericParameterInfo(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71_ftn)mscorlib::System::RuntimeTypeHandle::GetGenericParameterInfo) (___type0);
}
#ifdef __clang__
#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.SByte::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_0005;
}
}
{
return 1;
}
IL_0005:
{
RuntimeObject * L_1 = ___obj0;
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))
{
goto IL_001d;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCA56CEE1AF87B2B0DD45C5E6D01B45A13E3B80DB, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_RuntimeMethod_var);
}
IL_001d:
{
int32_t L_4 = *((int8_t*)__this);
RuntimeObject * L_5 = ___obj0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((*(int8_t*)((int8_t*)UnBox(L_5, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var))))));
}
}
IL2CPP_EXTERN_C int32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.SByte::CompareTo(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mE2BEEEA7A6B69C30725249CC16088C768068C1C8 (int8_t* __this, int8_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
int8_t L_1 = ___value0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
}
}
IL2CPP_EXTERN_C int32_t SByte_CompareTo_mE2BEEEA7A6B69C30725249CC16088C768068C1C8_AdjustorThunk (RuntimeObject * __this, int8_t ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_CompareTo_mE2BEEEA7A6B69C30725249CC16088C768068C1C8(_thisAdjusted, ___value0, method);
}
// System.Boolean System.SByte::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144 (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
int32_t L_1 = *((int8_t*)__this);
RuntimeObject * L_2 = ___obj0;
return (bool)((((int32_t)L_1) == ((int32_t)((*(int8_t*)((int8_t*)UnBox(L_2, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var))))))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144(_thisAdjusted, ___obj0, method);
}
// System.Boolean System.SByte::Equals(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8 (int8_t* __this, int8_t ___obj0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
int8_t L_1 = ___obj0;
return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8_AdjustorThunk (RuntimeObject * __this, int8_t ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.SByte::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F (int8_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
int32_t L_1 = *((int8_t*)__this);
return ((int32_t)((int32_t)L_0^(int32_t)((int32_t)((int32_t)L_1<<(int32_t)8))));
}
}
IL2CPP_EXTERN_C int32_t SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F(_thisAdjusted, method);
}
// System.String System.SByte::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566 (int8_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL);
String_t* L_2 = Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL);
return L_2;
}
}
IL2CPP_EXTERN_C String_t* SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566(_thisAdjusted, method);
}
// System.String System.SByte::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m9297ABA82168D557F8616CAF5E23BCE9B3763906 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
RuntimeObject* L_1 = ___provider0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
String_t* L_3 = Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* SByte_ToString_m9297ABA82168D557F8616CAF5E23BCE9B3763906_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_ToString_m9297ABA82168D557F8616CAF5E23BCE9B3763906(_thisAdjusted, ___provider0, method);
}
// System.String System.SByte::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1 (int8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___format0;
RuntimeObject* L_1 = ___provider1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
String_t* L_3 = SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48((int8_t*)__this, L_0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1(_thisAdjusted, ___format0, ___provider1, method);
}
// System.String System.SByte::ToString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48 (int8_t* __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info1, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0037;
}
}
{
String_t* L_1 = ___format0;
if (!L_1)
{
goto IL_0037;
}
}
{
String_t* L_2 = ___format0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0037;
}
}
{
String_t* L_4 = ___format0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 0, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)((int32_t)88))))
{
goto IL_0027;
}
}
{
String_t* L_6 = ___format0;
NullCheck(L_6);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)120)))))
{
goto IL_0037;
}
}
IL_0027:
{
int32_t L_8 = *((int8_t*)__this);
String_t* L_9 = ___format0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = ___info1;
String_t* L_11 = Number_FormatUInt32_m585E2571063A256E46836A51BC4A54CFF151BDEE(((int32_t)((int32_t)L_8&(int32_t)((int32_t)255))), L_9, L_10, /*hidden argument*/NULL);
return L_11;
}
IL_0037:
{
int32_t L_12 = *((int8_t*)__this);
String_t* L_13 = ___format0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_14 = ___info1;
String_t* L_15 = Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984(L_12, L_13, L_14, /*hidden argument*/NULL);
return L_15;
}
}
IL2CPP_EXTERN_C String_t* SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info1, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48(_thisAdjusted, ___format0, ___info1, method);
}
// System.SByte System.SByte::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m463EDECF23E836076D4EAD9C267759FCED4E9A9A (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
RuntimeObject* L_1 = ___provider1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
int8_t L_3 = SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1(L_0, 7, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m3CCD04AED0DC62F729DFA2FF45DA1E4C8BACDD60 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___style1;
NumberFormatInfo_ValidateParseStyleInteger_m5BD1C04C26D5589F0DFA5953294B72E1DDC2B7E3(L_0, /*hidden argument*/NULL);
String_t* L_1 = ___s0;
int32_t L_2 = ___style1;
RuntimeObject* L_3 = ___provider2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_3, /*hidden argument*/NULL);
int8_t L_5 = SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1(L_1, L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = 0;
}
IL_0002:
try
{ // begin try (depth: 1)
String_t* L_0 = ___s0;
int32_t L_1 = ___style1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
int32_t L_3 = Number_ParseInt32_mF4B8DA28891C736EAC85641489780C2E91F8AECF(L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001f;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_000d;
throw e;
}
CATCH_000d:
{ // begin catch(System.OverflowException)
V_1 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local);
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_5 = V_1;
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_6 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_m15CD001EEB2E79D7497E101546B04D9A5520357E(L_6, L_4, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_RuntimeMethod_var);
} // end catch (depth: 1)
IL_001f:
{
int32_t L_7 = ___style1;
if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)512))))
{
goto IL_0047;
}
}
{
int32_t L_8 = V_0;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_9 = V_0;
if ((((int32_t)L_9) <= ((int32_t)((int32_t)255))))
{
goto IL_0044;
}
}
IL_0034:
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_11 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_RuntimeMethod_var);
}
IL_0044:
{
int32_t L_12 = V_0;
return (((int8_t)((int8_t)L_12)));
}
IL_0047:
{
int32_t L_13 = V_0;
if ((((int32_t)L_13) < ((int32_t)((int32_t)-128))))
{
goto IL_0051;
}
}
{
int32_t L_14 = V_0;
if ((((int32_t)L_14) <= ((int32_t)((int32_t)127))))
{
goto IL_0061;
}
}
IL_0051:
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_16 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_RuntimeMethod_var);
}
IL_0061:
{
int32_t L_17 = V_0;
return (((int8_t)((int8_t)L_17)));
}
}
// System.Boolean System.SByte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_TryParse_mF5FDEA456FF2D2A8B749312E1DA34907852F69CA (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int8_t* ___result3, const RuntimeMethod* method)
{
{
int32_t L_0 = ___style1;
NumberFormatInfo_ValidateParseStyleInteger_m5BD1C04C26D5589F0DFA5953294B72E1DDC2B7E3(L_0, /*hidden argument*/NULL);
String_t* L_1 = ___s0;
int32_t L_2 = ___style1;
RuntimeObject* L_3 = ___provider2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_3, /*hidden argument*/NULL);
int8_t* L_5 = ___result3;
bool L_6 = SByte_TryParse_m7D6C5659BDCDD4C97F7DD6F2E7EEFE2FC0F3C51B(L_1, L_2, L_4, (int8_t*)L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Boolean System.SByte::TryParse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.SByte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_TryParse_m7D6C5659BDCDD4C97F7DD6F2E7EEFE2FC0F3C51B (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, int8_t* ___result3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int8_t* L_0 = ___result3;
*((int8_t*)L_0) = (int8_t)0;
String_t* L_1 = ___s0;
int32_t L_2 = ___style1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = ___info2;
bool L_4 = Number_TryParseInt32_mF9FA8AD887CFF429B3C9DCAED08CBF7746DB250D(L_1, L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (L_4)
{
goto IL_0011;
}
}
{
return (bool)0;
}
IL_0011:
{
int32_t L_5 = ___style1;
if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)512))))
{
goto IL_002e;
}
}
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_0026;
}
}
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) <= ((int32_t)((int32_t)255))))
{
goto IL_0028;
}
}
IL_0026:
{
return (bool)0;
}
IL_0028:
{
int8_t* L_8 = ___result3;
int32_t L_9 = V_0;
*((int8_t*)L_8) = (int8_t)(((int8_t)((int8_t)L_9)));
return (bool)1;
}
IL_002e:
{
int32_t L_10 = V_0;
if ((((int32_t)L_10) < ((int32_t)((int32_t)-128))))
{
goto IL_0038;
}
}
{
int32_t L_11 = V_0;
if ((((int32_t)L_11) <= ((int32_t)((int32_t)127))))
{
goto IL_003a;
}
}
IL_0038:
{
return (bool)0;
}
IL_003a:
{
int8_t* L_12 = ___result3;
int32_t L_13 = V_0;
*((int8_t*)L_12) = (int8_t)(((int8_t)((int8_t)L_13)));
return (bool)1;
}
}
// System.TypeCode System.SByte::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461 (int8_t* __this, const RuntimeMethod* method)
{
{
return (int32_t)(5);
}
}
IL2CPP_EXTERN_C int32_t SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461(_thisAdjusted, method);
}
// System.Boolean System.SByte::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
bool L_1 = Convert_ToBoolean_mB7E94BAE3523E19C8743457112EC6B76B775AC44((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C bool SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB(_thisAdjusted, ___provider0, method);
}
// System.Char System.SByte::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Il2CppChar L_1 = Convert_ToChar_m5A1F3909973CE4894614B7444B430BE562456F8C((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C Il2CppChar SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28(_thisAdjusted, ___provider0, method);
}
// System.SByte System.SByte::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_System_IConvertible_ToSByte_m294499739C5D5B037AEF9CC6579CFA7599397687 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
return (int8_t)L_0;
}
}
IL2CPP_EXTERN_C int8_t SByte_System_IConvertible_ToSByte_m294499739C5D5B037AEF9CC6579CFA7599397687_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToSByte_m294499739C5D5B037AEF9CC6579CFA7599397687(_thisAdjusted, ___provider0, method);
}
// System.Byte System.SByte::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_1 = Convert_ToByte_m7D3D6E8B30620A208FC31EE6C29087EA6FDFF923((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint8_t SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501(_thisAdjusted, ___provider0, method);
}
// System.Int16 System.SByte::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_1 = Convert_ToInt16_m53B289D51E0000689AD2D0D8B64C9FC52E25382D((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int16_t SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE(_thisAdjusted, ___provider0, method);
}
// System.UInt16 System.SByte::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint16_t L_1 = Convert_ToUInt16_m3A0BC273AC75E936BBAA48B0D451DB161CEC11CE((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint16_t SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5(_thisAdjusted, ___provider0, method);
}
// System.Int32 System.SByte::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_System_IConvertible_ToInt32_m1BA4F4D3E5E2CF9B5B74C252B12DB67ACBD493FD (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
return L_0;
}
}
IL2CPP_EXTERN_C int32_t SByte_System_IConvertible_ToInt32_m1BA4F4D3E5E2CF9B5B74C252B12DB67ACBD493FD_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToInt32_m1BA4F4D3E5E2CF9B5B74C252B12DB67ACBD493FD(_thisAdjusted, ___provider0, method);
}
// System.UInt32 System.SByte::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint32_t L_1 = Convert_ToUInt32_m78245CD2AE3D0369F5A99FF013AF73FFBB8CF869((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint32_t SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD(_thisAdjusted, ___provider0, method);
}
// System.Int64 System.SByte::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_1 = Convert_ToInt64_mE4A030ED672D453F0704069D7024934D040D326A((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int64_t SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9(_thisAdjusted, ___provider0, method);
}
// System.UInt64 System.SByte::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint64_t L_1 = Convert_ToUInt64_m24AAA55A63E618B389C773AC090EB4F664BFC729((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint64_t SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E(_thisAdjusted, ___provider0, method);
}
// System.Single System.SByte::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_1 = Convert_ToSingle_m6594D24976A20E820938E5DE88A63082EAFED0F4((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C float SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003(_thisAdjusted, ___provider0, method);
}
// System.Double System.SByte::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
double L_1 = Convert_ToDouble_m236422548F1BC40280491F59EBD3D1B22AA84F97((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C double SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2(_thisAdjusted, ___provider0, method);
}
// System.Decimal System.SByte::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Convert_ToDecimal_m4AC31B36EF41A7409233DEDB9389EA97FB981FDA((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC(_thisAdjusted, ___provider0, method);
}
// System.DateTime System.SByte::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_RuntimeMethod_var);
}
}
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B(_thisAdjusted, ___provider0, method);
}
// System.Object System.SByte::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51 (int8_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
int8_t L_1 = ((int8_t)L_0);
RuntimeObject * L_2 = Box(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, &L_1);
Type_t * L_3 = ___type0;
RuntimeObject* L_4 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeObject * L_5 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
IL2CPP_EXTERN_C RuntimeObject * SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51(_thisAdjusted, ___type0, ___provider1, 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
#ifdef __clang__
#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.STAThreadAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void STAThreadAttribute__ctor_mF80E201F9FA1B013B9A4FBD39F53483C590FFD2B (STAThreadAttribute_t0564A46C9F5E5DC44615EDFC5C95AEAF67397F16 * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.AceEnumerator::.ctor(System.Security.AccessControl.GenericAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AceEnumerator__ctor_mBBC72885476C8E67FE1768F8C438F2A8D996A722 (AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * __this, GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * ___owner0, const RuntimeMethod* method)
{
{
__this->set_current_1((-1));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * L_0 = ___owner0;
__this->set_owner_0(L_0);
return;
}
}
// System.Security.AccessControl.GenericAce System.Security.AccessControl.AceEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * AceEnumerator_get_Current_m842AAFD8E7101FEFF23244DDC4C42863B92BAC45 (AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_current_1();
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_001b;
}
}
{
GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * L_1 = __this->get_owner_0();
int32_t L_2 = __this->get_current_1();
NullCheck(L_1);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_3 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, L_1, L_2);
return L_3;
}
IL_001b:
{
return (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL;
}
}
// System.Object System.Security.AccessControl.AceEnumerator::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AceEnumerator_System_Collections_IEnumerator_get_Current_m6AA44FBD8841F699AA7D0C43B8E4D9BFFACF891B (AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * __this, const RuntimeMethod* method)
{
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_0 = AceEnumerator_get_Current_m842AAFD8E7101FEFF23244DDC4C42863B92BAC45(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Security.AccessControl.AceEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AceEnumerator_MoveNext_m8461B5C8A3E33240613E483379405BE64B8D1FF5 (AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_current_1();
GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * L_1 = __this->get_owner_0();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Security.AccessControl.GenericAcl::get_Count() */, L_1);
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))) == ((uint32_t)L_2))))
{
goto IL_0017;
}
}
{
return (bool)0;
}
IL_0017:
{
int32_t L_3 = __this->get_current_1();
__this->set_current_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
return (bool)1;
}
}
// System.Void System.Security.AccessControl.AceEnumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AceEnumerator_Reset_mAFF83C1F259570153DE4622286B55BBE540C645D (AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * __this, const RuntimeMethod* method)
{
{
__this->set_current_1((-1));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.Security.AccessControl.CommonAce::.ctor(System.Security.AccessControl.AceFlags,System.Security.AccessControl.AceQualifier,System.Int32,System.Security.Principal.SecurityIdentifier,System.Boolean,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAce__ctor_m72F22B26AD538F77016DD392D367A2C842F30620 (CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * __this, uint8_t ___flags0, int32_t ___qualifier1, int32_t ___accessMask2, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid3, bool ___isCallback4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque5, const RuntimeMethod* method)
{
{
int32_t L_0 = ___qualifier1;
bool L_1 = ___isCallback4;
uint8_t L_2 = CommonAce_ConvertType_mDA190F90AEF6B8062A4DBF267911E01B6170B417(L_0, L_1, /*hidden argument*/NULL);
uint8_t L_3 = ___flags0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___opaque5;
QualifiedAce__ctor_mE4F36A606FAA8D11F84480AF38B8DAB1CB31FEB7(__this, L_2, L_3, L_4, /*hidden argument*/NULL);
int32_t L_5 = ___accessMask2;
KnownAce_set_AccessMask_m9F4390BD828ED4D7EC8C2011BC614F7BB0F67771_inline(__this, L_5, /*hidden argument*/NULL);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_6 = ___sid3;
KnownAce_set_SecurityIdentifier_m6B9E64CBB21F892BDF99FC2625CC4CA492F80490_inline(__this, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.CommonAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAce__ctor_m29D7F1CFA59F87AB1F1A5641F6D7FF3B7AAF4E8C (CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAce__ctor_m29D7F1CFA59F87AB1F1A5641F6D7FF3B7AAF4E8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___binaryForm0;
int32_t L_1 = ___offset1;
QualifiedAce__ctor_mAFAE27AAA918499A0A4A898FA6310919D026FCCB(__this, L_0, L_1, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___binaryForm0;
int32_t L_3 = ___offset1;
uint16_t L_4 = GenericAce_ReadUShort_m37019B0557F34804AE52CF2B801B5186CCB6DDBA(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)2)), /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___binaryForm0;
NullCheck(L_6);
int32_t L_7 = V_0;
if ((((int32_t)L_5) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), (int32_t)L_7)))))
{
goto IL_002a;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, _stringLiteral83D4C02B373BF14AFB220E71954EB26BC638C6A3, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CommonAce__ctor_m29D7F1CFA59F87AB1F1A5641F6D7FF3B7AAF4E8C_RuntimeMethod_var);
}
IL_002a:
{
int32_t L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var);
int32_t L_10 = ((SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_StaticFields*)il2cpp_codegen_static_fields_for(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var))->get_MinBinaryLength_2();
if ((((int32_t)L_9) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_10)))))
{
goto IL_0044;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, _stringLiteral4E86D71D1304A65CA8ADC2FE1DEDFAC51E66FEE0, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, CommonAce__ctor_m29D7F1CFA59F87AB1F1A5641F6D7FF3B7AAF4E8C_RuntimeMethod_var);
}
IL_0044:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___binaryForm0;
int32_t L_13 = ___offset1;
int32_t L_14 = GenericAce_ReadInt_m6C1BF0995701C2A5028F81E3A0BA326F712E7FD7(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4)), /*hidden argument*/NULL);
KnownAce_set_AccessMask_m9F4390BD828ED4D7EC8C2011BC614F7BB0F67771_inline(__this, L_14, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___binaryForm0;
int32_t L_16 = ___offset1;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_17 = (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE *)il2cpp_codegen_object_new(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var);
SecurityIdentifier__ctor_mAC9DF9ABE74C86AD3505E99FAB308FF2AB13F8F0(L_17, L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)8)), /*hidden argument*/NULL);
KnownAce_set_SecurityIdentifier_m6B9E64CBB21F892BDF99FC2625CC4CA492F80490_inline(__this, L_17, /*hidden argument*/NULL);
int32_t L_18 = V_0;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_19 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(__this, /*hidden argument*/NULL);
NullCheck(L_19);
int32_t L_20 = SecurityIdentifier_get_BinaryLength_mE5A1A7C77853A066CE9A7A681FD090EA13FDF94E(L_19, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_20))));
int32_t L_21 = V_1;
if ((((int32_t)L_21) <= ((int32_t)0)))
{
goto IL_009c;
}
}
{
int32_t L_22 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_22);
V_2 = L_23;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___binaryForm0;
int32_t L_25 = ___offset1;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_26 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(__this, /*hidden argument*/NULL);
NullCheck(L_26);
int32_t L_27 = SecurityIdentifier_get_BinaryLength_mE5A1A7C77853A066CE9A7A681FD090EA13FDF94E(L_26, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2;
int32_t L_29 = V_1;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_24, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)8)), (int32_t)L_27)), (RuntimeArray *)(RuntimeArray *)L_28, 0, L_29, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_2;
QualifiedAce_SetOpaque_m6D5086D5675F43C19A89EEB9BAB4EC59E7C2B0A1(__this, L_30, /*hidden argument*/NULL);
}
IL_009c:
{
return;
}
}
// System.Int32 System.Security.AccessControl.CommonAce::get_BinaryLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonAce_get_BinaryLength_m4A6314601D895D8A3CB82423ECD1D06D4AC6510A (CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * __this, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = SecurityIdentifier_get_BinaryLength_mE5A1A7C77853A066CE9A7A681FD090EA13FDF94E(L_0, /*hidden argument*/NULL);
int32_t L_2 = QualifiedAce_get_OpaqueLength_m731AD69FD7E296E70BAF4BE03C243614C1FD6825(__this, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_1)), (int32_t)L_2));
}
}
// System.Void System.Security.AccessControl.CommonAce::GetBinaryForm(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAce_GetBinaryForm_m939FEB763B967C321C638F68AC2B03A0801AD467 (CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, __this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___binaryForm0;
int32_t L_2 = ___offset1;
uint8_t L_3 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___binaryForm0;
int32_t L_5 = ___offset1;
uint8_t L_6 = GenericAce_get_AceFlags_m739DFEF208355207EB179BC7022C819CD75F3011_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))), (uint8_t)L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___binaryForm0;
int32_t L_8 = ___offset1;
GenericAce_WriteUShort_m593E1F86C20BD19EBE7463F3B49522FA64CD2DAB((uint16_t)(((int32_t)((uint16_t)L_0))), L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)), /*hidden argument*/NULL);
int32_t L_9 = KnownAce_get_AccessMask_mADE66B04303B8A63969CF045F63674BE4784BB49_inline(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___binaryForm0;
int32_t L_11 = ___offset1;
GenericAce_WriteInt_m6B3C47FBD83D540728F2E32B14EC9D7FED5DC114(L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)4)), /*hidden argument*/NULL);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_12 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___binaryForm0;
int32_t L_14 = ___offset1;
NullCheck(L_12);
SecurityIdentifier_GetBinaryForm_mFC4794B23E526093466A7D415AC3886916CF7D35(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)8)), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = QualifiedAce_GetOpaque_m1BA930EAEE6E70366DD9CBA196CC1C1616DE5853(__this, /*hidden argument*/NULL);
V_0 = L_15;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_0;
if (!L_16)
{
goto IL_0066;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___binaryForm0;
int32_t L_19 = ___offset1;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_20 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(__this, /*hidden argument*/NULL);
NullCheck(L_20);
int32_t L_21 = SecurityIdentifier_get_BinaryLength_mE5A1A7C77853A066CE9A7A681FD090EA13FDF94E(L_20, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_0;
NullCheck(L_22);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)8)), (int32_t)L_21)), (((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))), /*hidden argument*/NULL);
}
IL_0066:
{
return;
}
}
// System.Security.AccessControl.AceType System.Security.AccessControl.CommonAce::ConvertType(System.Security.AccessControl.AceQualifier,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CommonAce_ConvertType_mDA190F90AEF6B8062A4DBF267911E01B6170B417 (int32_t ___qualifier0, bool ___isCallback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAce_ConvertType_mDA190F90AEF6B8062A4DBF267911E01B6170B417_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___qualifier0;
switch (L_0)
{
case 0:
{
goto IL_0018;
}
case 1:
{
goto IL_0020;
}
case 2:
{
goto IL_0030;
}
case 3:
{
goto IL_0028;
}
}
}
{
goto IL_0038;
}
IL_0018:
{
bool L_1 = ___isCallback1;
if (!L_1)
{
goto IL_001e;
}
}
{
return (uint8_t)(((int32_t)9));
}
IL_001e:
{
return (uint8_t)(0);
}
IL_0020:
{
bool L_2 = ___isCallback1;
if (!L_2)
{
goto IL_0026;
}
}
{
return (uint8_t)(((int32_t)10));
}
IL_0026:
{
return (uint8_t)(1);
}
IL_0028:
{
bool L_3 = ___isCallback1;
if (!L_3)
{
goto IL_002e;
}
}
{
return (uint8_t)(((int32_t)14));
}
IL_002e:
{
return (uint8_t)(3);
}
IL_0030:
{
bool L_4 = ___isCallback1;
if (!L_4)
{
goto IL_0036;
}
}
{
return (uint8_t)(((int32_t)13));
}
IL_0036:
{
return (uint8_t)(2);
}
IL_0038:
{
int32_t L_5 = ___qualifier0;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(AceQualifier_tF423849F801DD7199100D88803986612B2C681E5_il2cpp_TypeInfo_var, &L_6);
String_t* L_8 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral306E38A7A68C6577A28AA421F330BB7E2CCD19DE, L_7, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, L_8, _stringLiteral16BCE69BAC2BDBE6CF1E403D035739D99285A357, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, CommonAce_ConvertType_mDA190F90AEF6B8062A4DBF267911E01B6170B417_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.CommonAcl::.ctor(System.Boolean,System.Boolean,System.Security.AccessControl.RawAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl__ctor_m9645D418BD6073E02B9BBD83D5A5EB040C8A1C51 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___isContainer0, bool ___isDS1, RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___rawAcl2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl__ctor_m9645D418BD6073E02B9BBD83D5A5EB040C8A1C51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
uint8_t G_B4_0 = 0x0;
{
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
GenericAcl__ctor_m4A5207D2FE5C79E97A6FEB19D0A24A836045D507(__this, /*hidden argument*/NULL);
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = ___rawAcl2;
if (L_0)
{
goto IL_0023;
}
}
{
bool L_1 = ___isDS1;
if (L_1)
{
goto IL_0013;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
uint8_t L_2 = ((GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields*)il2cpp_codegen_static_fields_for(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var))->get_AclRevision_0();
G_B4_0 = L_2;
goto IL_0018;
}
IL_0013:
{
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
uint8_t L_3 = ((GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields*)il2cpp_codegen_static_fields_for(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var))->get_AclRevisionDS_1();
G_B4_0 = L_3;
}
IL_0018:
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_4 = (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 *)il2cpp_codegen_object_new(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0_il2cpp_TypeInfo_var);
RawAcl__ctor_m0DC30A9FA96788E9D6C7C27AF87561AF090FF93F(L_4, G_B4_0, ((int32_t)10), /*hidden argument*/NULL);
___rawAcl2 = L_4;
goto IL_0040;
}
IL_0023:
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_5 = ___rawAcl2;
NullCheck(L_5);
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Security.AccessControl.GenericAcl::get_BinaryLength() */, L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_0 = L_7;
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_8 = ___rawAcl2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
NullCheck(L_8);
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(15 /* System.Void System.Security.AccessControl.GenericAcl::GetBinaryForm(System.Byte[],System.Int32) */, L_8, L_9, 0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_11 = (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 *)il2cpp_codegen_object_new(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0_il2cpp_TypeInfo_var);
RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7(L_11, L_10, 0, /*hidden argument*/NULL);
___rawAcl2 = L_11;
}
IL_0040:
{
bool L_12 = ___isContainer0;
bool L_13 = ___isDS1;
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_14 = ___rawAcl2;
CommonAcl_Init_mAF1719D0C9CF4CBCFBD251D8FAF7BCAF1562E93B(__this, L_12, L_13, L_14, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.CommonAcl::.ctor(System.Boolean,System.Boolean,System.Byte,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl__ctor_m6B2D28C976B178E77C8294BF8595E13AD7F9DD9E (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___isContainer0, bool ___isDS1, uint8_t ___revision2, int32_t ___capacity3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl__ctor_m6B2D28C976B178E77C8294BF8595E13AD7F9DD9E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
GenericAcl__ctor_m4A5207D2FE5C79E97A6FEB19D0A24A836045D507(__this, /*hidden argument*/NULL);
bool L_0 = ___isContainer0;
bool L_1 = ___isDS1;
uint8_t L_2 = ___revision2;
int32_t L_3 = ___capacity3;
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_4 = (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 *)il2cpp_codegen_object_new(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0_il2cpp_TypeInfo_var);
RawAcl__ctor_m0DC30A9FA96788E9D6C7C27AF87561AF090FF93F(L_4, L_2, L_3, /*hidden argument*/NULL);
CommonAcl_Init_mAF1719D0C9CF4CBCFBD251D8FAF7BCAF1562E93B(__this, L_0, L_1, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.CommonAcl::.ctor(System.Boolean,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl__ctor_m0D5CE6B1F3A8579E150B10484B53F0E07473EDFB (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___isContainer0, bool ___isDS1, int32_t ___capacity2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl__ctor_m0D5CE6B1F3A8579E150B10484B53F0E07473EDFB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool G_B2_0 = false;
bool G_B2_1 = false;
CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * G_B2_2 = NULL;
bool G_B1_0 = false;
bool G_B1_1 = false;
CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * G_B1_2 = NULL;
uint8_t G_B3_0 = 0x0;
bool G_B3_1 = false;
bool G_B3_2 = false;
CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * G_B3_3 = NULL;
{
bool L_0 = ___isContainer0;
bool L_1 = ___isDS1;
bool L_2 = ___isDS1;
G_B1_0 = L_1;
G_B1_1 = L_0;
G_B1_2 = __this;
if (L_2)
{
G_B2_0 = L_1;
G_B2_1 = L_0;
G_B2_2 = __this;
goto IL_000d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
uint8_t L_3 = ((GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields*)il2cpp_codegen_static_fields_for(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var))->get_AclRevision_0();
G_B3_0 = L_3;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_0012;
}
IL_000d:
{
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
uint8_t L_4 = ((GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields*)il2cpp_codegen_static_fields_for(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var))->get_AclRevisionDS_1();
G_B3_0 = L_4;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_0012:
{
int32_t L_5 = ___capacity2;
NullCheck(G_B3_3);
CommonAcl__ctor_m6B2D28C976B178E77C8294BF8595E13AD7F9DD9E(G_B3_3, G_B3_2, G_B3_1, G_B3_0, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.CommonAcl::Init(System.Boolean,System.Boolean,System.Security.AccessControl.RawAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_Init_mAF1719D0C9CF4CBCFBD251D8FAF7BCAF1562E93B (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___isContainer0, bool ___isDS1, RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___rawAcl2, const RuntimeMethod* method)
{
{
bool L_0 = ___isContainer0;
__this->set_is_container_5(L_0);
bool L_1 = ___isDS1;
__this->set_is_ds_6(L_1);
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_2 = ___rawAcl2;
__this->set_raw_acl_7(L_2);
CommonAcl_CanonicalizeAndClearAefa_mADC0D5F9E15496E22A4A9ACA1035306B6134E644(__this, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Security.AccessControl.CommonAcl::get_BinaryLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonAcl_get_BinaryLength_m52ABBB1FD6BB09E61ECD79611EF0E1EB3F17FAC5 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_raw_acl_7();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Security.AccessControl.GenericAcl::get_BinaryLength() */, L_0);
return L_1;
}
}
// System.Int32 System.Security.AccessControl.CommonAcl::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonAcl_get_Count_mE1F27F06EBA9D8B413EE26AD200C310DB8A0487E (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_raw_acl_7();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Security.AccessControl.GenericAcl::get_Count() */, L_0);
return L_1;
}
}
// System.Boolean System.Security.AccessControl.CommonAcl::get_IsCanonical()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonAcl_get_IsCanonical_mE8CE886087E6C1104E1C96DC0CC11A435003A502 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_canonical_4();
return L_0;
}
}
// System.Boolean System.Security.AccessControl.CommonAcl::get_IsContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonAcl_get_IsContainer_mD1CB842B43478E3B8F2216E108F5AD81A68B1441 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_container_5();
return L_0;
}
}
// System.Boolean System.Security.AccessControl.CommonAcl::get_IsDS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonAcl_get_IsDS_mAA52BE37856F2D3F383D979FE218174FE5F39E69 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_ds_6();
return L_0;
}
}
// System.Void System.Security.AccessControl.CommonAcl::set_IsAefa(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_set_IsAefa_m3DFC33D054950E1F36B4ABDD442C5FA15BCC5897 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_is_aefa_3(L_0);
return;
}
}
// System.Byte System.Security.AccessControl.CommonAcl::get_Revision()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CommonAcl_get_Revision_m6E8F5CB4731B42CDF8DF1725AFA814A6969228D5 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_raw_acl_7();
NullCheck(L_0);
uint8_t L_1 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.Security.AccessControl.GenericAcl::get_Revision() */, L_0);
return L_1;
}
}
// System.Security.AccessControl.GenericAce System.Security.AccessControl.CommonAcl::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * CommonAcl_get_Item_m07CA4DAF56EC1C70EC66813BD47D42DB31D79566 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_raw_acl_7();
int32_t L_1 = ___index0;
NullCheck(L_0);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, L_0, L_1);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_3 = CommonAcl_CopyAce_m0ACA9157FD841CF80B497F99B786AEF713C1C641(L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Void System.Security.AccessControl.CommonAcl::set_Item(System.Int32,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_set_Item_m5E7FFFCBE7AAA4D8634C7EDC10823C1FB27CEA3E (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___index0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_set_Item_m5E7FFFCBE7AAA4D8634C7EDC10823C1FB27CEA3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, CommonAcl_set_Item_m5E7FFFCBE7AAA4D8634C7EDC10823C1FB27CEA3E_RuntimeMethod_var);
}
}
// System.Void System.Security.AccessControl.CommonAcl::GetBinaryForm(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_GetBinaryForm_mAB5F9C1C15205AC090E2D5BB646B77AED7AA0FDE (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_raw_acl_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___binaryForm0;
int32_t L_2 = ___offset1;
NullCheck(L_0);
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(15 /* System.Void System.Security.AccessControl.GenericAcl::GetBinaryForm(System.Byte[],System.Int32) */, L_0, L_1, L_2);
return;
}
}
// System.Void System.Security.AccessControl.CommonAcl::RequireCanonicity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_RequireCanonicity_mA2ABFA121BBC18DB45B43FB14FB25E1BF3A3B183 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_RequireCanonicity_mA2ABFA121BBC18DB45B43FB14FB25E1BF3A3B183_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = CommonAcl_get_IsCanonical_mE8CE886087E6C1104E1C96DC0CC11A435003A502_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0013;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteral479322984BF56CDD9495A3E94CD07E0C13634A16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CommonAcl_RequireCanonicity_mA2ABFA121BBC18DB45B43FB14FB25E1BF3A3B183_RuntimeMethod_var);
}
IL_0013:
{
return;
}
}
// System.Void System.Security.AccessControl.CommonAcl::CanonicalizeAndClearAefa()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_CanonicalizeAndClearAefa_mADC0D5F9E15496E22A4A9ACA1035306B6134E644 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_CanonicalizeAndClearAefa_mADC0D5F9E15496E22A4A9ACA1035306B6134E644_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RemoveAcesCallback_1_t2B78A79ADDCC66EE1B0355C1030346847E672B52 * L_0 = (RemoveAcesCallback_1_t2B78A79ADDCC66EE1B0355C1030346847E672B52 *)il2cpp_codegen_object_new(RemoveAcesCallback_1_t2B78A79ADDCC66EE1B0355C1030346847E672B52_il2cpp_TypeInfo_var);
RemoveAcesCallback_1__ctor_mA004514FDA32CDF8B08FBD3B8383F9C9C0F76AA9(L_0, __this, (intptr_t)((intptr_t)GetVirtualMethodInfo(__this, 16)), /*hidden argument*/RemoveAcesCallback_1__ctor_mA004514FDA32CDF8B08FBD3B8383F9C9C0F76AA9_RuntimeMethod_var);
CommonAcl_RemoveAces_TisGenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA_m52CE29FDEF568206C06FE0563310DBA4C7E5D4B7(__this, L_0, /*hidden argument*/CommonAcl_RemoveAces_TisGenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA_m52CE29FDEF568206C06FE0563310DBA4C7E5D4B7_RuntimeMethod_var);
bool L_1 = CommonAcl_TestCanonicity_m630F3095C4109A8E686216448C47F6026959FEE0(__this, /*hidden argument*/NULL);
__this->set_is_canonical_4(L_1);
bool L_2 = CommonAcl_get_IsCanonical_mE8CE886087E6C1104E1C96DC0CC11A435003A502_inline(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0033;
}
}
{
VirtActionInvoker0::Invoke(17 /* System.Void System.Security.AccessControl.CommonAcl::ApplyCanonicalSortToExplicitAces() */, __this);
CommonAcl_MergeExplicitAces_mB4EF5510BB37E6499F4A17D82B61604D49C4BBC9(__this, /*hidden argument*/NULL);
}
IL_0033:
{
CommonAcl_set_IsAefa_m3DFC33D054950E1F36B4ABDD442C5FA15BCC5897_inline(__this, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Security.AccessControl.CommonAcl::IsAceMeaningless(System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonAcl_IsAceMeaningless_m04D78F50226DF8F9BDBEF3B590070AF584A2E057 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_IsAceMeaningless_m04D78F50226DF8F9BDBEF3B590070AF584A2E057_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t V_0 = 0;
KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * V_1 = NULL;
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_0 = ___ace0;
NullCheck(L_0);
uint8_t L_1 = GenericAce_get_AceFlags_m739DFEF208355207EB179BC7022C819CD75F3011_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = ___ace0;
V_1 = ((KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA *)IsInstClass((RuntimeObject*)L_2, KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA_il2cpp_TypeInfo_var));
KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * L_3 = V_1;
bool L_4 = GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6(L_3, (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0041;
}
}
{
KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = KnownAce_get_AccessMask_mADE66B04303B8A63969CF045F63674BE4784BB49_inline(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0021;
}
}
{
return (bool)1;
}
IL_0021:
{
uint8_t L_7 = V_0;
if (!((int32_t)((int32_t)L_7&(int32_t)8)))
{
goto IL_0041;
}
}
{
KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * L_8 = V_1;
if (!((ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 *)IsInstSealed((RuntimeObject*)L_8, ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8_il2cpp_TypeInfo_var)))
{
goto IL_0030;
}
}
{
return (bool)1;
}
IL_0030:
{
bool L_9 = CommonAcl_get_IsContainer_mD1CB842B43478E3B8F2216E108F5AD81A68B1441_inline(__this, /*hidden argument*/NULL);
if (L_9)
{
goto IL_003a;
}
}
{
return (bool)1;
}
IL_003a:
{
uint8_t L_10 = V_0;
if (((int32_t)((int32_t)L_10&(int32_t)3)))
{
goto IL_0041;
}
}
{
return (bool)1;
}
IL_0041:
{
return (bool)0;
}
}
// System.Boolean System.Security.AccessControl.CommonAcl::TestCanonicity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonAcl_TestCanonicity_m630F3095C4109A8E686216448C47F6026959FEE0 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_TestCanonicity_m630F3095C4109A8E686216448C47F6026959FEE0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * V_2 = NULL;
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * V_3 = NULL;
{
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_0 = GenericAcl_GetEnumerator_mB1067EB35EEBC0160F852340FEBCC75F6E7104FA(__this, /*hidden argument*/NULL);
V_2 = L_0;
goto IL_0018;
}
IL_0009:
{
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_1 = V_2;
NullCheck(L_1);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = AceEnumerator_get_Current_m842AAFD8E7101FEFF23244DDC4C42863B92BAC45(L_1, /*hidden argument*/NULL);
if (((QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F *)IsInstClass((RuntimeObject*)L_2, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var)))
{
goto IL_0018;
}
}
{
return (bool)0;
}
IL_0018:
{
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_3 = V_2;
NullCheck(L_3);
bool L_4 = AceEnumerator_MoveNext_m8461B5C8A3E33240613E483379405BE64B8D1FF5(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0009;
}
}
{
V_0 = (bool)0;
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_5 = GenericAcl_GetEnumerator_mB1067EB35EEBC0160F852340FEBCC75F6E7104FA(__this, /*hidden argument*/NULL);
V_2 = L_5;
goto IL_0046;
}
IL_002b:
{
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_6 = V_2;
NullCheck(L_6);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_7 = AceEnumerator_get_Current_m842AAFD8E7101FEFF23244DDC4C42863B92BAC45(L_6, /*hidden argument*/NULL);
NullCheck(((QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F *)CastclassClass((RuntimeObject*)L_7, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var)));
bool L_8 = GenericAce_get_IsInherited_m43260CE3684E38A3A0F01EFD9A1C65F0DDDAAF3F(((QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F *)CastclassClass((RuntimeObject*)L_7, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0041;
}
}
{
V_0 = (bool)1;
goto IL_0046;
}
IL_0041:
{
bool L_9 = V_0;
if (!L_9)
{
goto IL_0046;
}
}
{
return (bool)0;
}
IL_0046:
{
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_10 = V_2;
NullCheck(L_10);
bool L_11 = AceEnumerator_MoveNext_m8461B5C8A3E33240613E483379405BE64B8D1FF5(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_002b;
}
}
{
V_1 = (bool)0;
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_12 = GenericAcl_GetEnumerator_mB1067EB35EEBC0160F852340FEBCC75F6E7104FA(__this, /*hidden argument*/NULL);
V_2 = L_12;
goto IL_0087;
}
IL_0059:
{
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_13 = V_2;
NullCheck(L_13);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_14 = AceEnumerator_get_Current_m842AAFD8E7101FEFF23244DDC4C42863B92BAC45(L_13, /*hidden argument*/NULL);
V_3 = ((QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F *)CastclassClass((RuntimeObject*)L_14, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var));
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_15 = V_3;
NullCheck(L_15);
bool L_16 = GenericAce_get_IsInherited_m43260CE3684E38A3A0F01EFD9A1C65F0DDDAAF3F(L_15, /*hidden argument*/NULL);
if (L_16)
{
goto IL_008f;
}
}
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_17 = V_3;
NullCheck(L_17);
int32_t L_18 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_0079;
}
}
{
V_1 = (bool)1;
goto IL_0087;
}
IL_0079:
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_19 = V_3;
NullCheck(L_19);
int32_t L_20 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_19, /*hidden argument*/NULL);
if ((!(((uint32_t)1) == ((uint32_t)L_20))))
{
goto IL_0087;
}
}
{
bool L_21 = V_1;
if (!L_21)
{
goto IL_0087;
}
}
{
return (bool)0;
}
IL_0087:
{
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_22 = V_2;
NullCheck(L_22);
bool L_23 = AceEnumerator_MoveNext_m8461B5C8A3E33240613E483379405BE64B8D1FF5(L_22, /*hidden argument*/NULL);
if (L_23)
{
goto IL_0059;
}
}
IL_008f:
{
return (bool)1;
}
}
// System.Int32 System.Security.AccessControl.CommonAcl::GetCanonicalExplicitDenyAceCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonAcl_GetCanonicalExplicitDenyAceCount_m6597DAAA78F85396B213FEEC871DD24BD778263F (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_GetCanonicalExplicitDenyAceCount_m6597DAAA78F85396B213FEEC871DD24BD778263F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * V_1 = NULL;
{
V_0 = 0;
goto IL_003f;
}
IL_0004:
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_raw_acl_7();
int32_t L_1 = V_0;
NullCheck(L_0);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, L_0, L_1);
NullCheck(L_2);
bool L_3 = GenericAce_get_IsInherited_m43260CE3684E38A3A0F01EFD9A1C65F0DDDAAF3F(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0048;
}
}
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_4 = __this->get_raw_acl_7();
int32_t L_5 = V_0;
NullCheck(L_4);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_6 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, L_4, L_5);
V_1 = ((QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F *)IsInstClass((RuntimeObject*)L_6, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var));
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_7 = V_1;
bool L_8 = GenericAce_op_Equality_m74177533EFFCF807A61750F01AD159BC7AB52C95(L_7, (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0048;
}
}
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_9 = V_1;
NullCheck(L_9);
int32_t L_10 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_9, /*hidden argument*/NULL);
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
{
goto IL_0048;
}
}
{
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_003f:
{
int32_t L_12 = V_0;
int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Security.AccessControl.GenericAcl::get_Count() */, __this);
if ((((int32_t)L_12) < ((int32_t)L_13)))
{
goto IL_0004;
}
}
IL_0048:
{
int32_t L_14 = V_0;
return L_14;
}
}
// System.Int32 System.Security.AccessControl.CommonAcl::GetCanonicalExplicitAceCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonAcl_GetCanonicalExplicitAceCount_m2E2FCD4AF9A708259CB72774D0019A57D8D52CBC (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001b;
}
IL_0004:
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_raw_acl_7();
int32_t L_1 = V_0;
NullCheck(L_0);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, L_0, L_1);
NullCheck(L_2);
bool L_3 = GenericAce_get_IsInherited_m43260CE3684E38A3A0F01EFD9A1C65F0DDDAAF3F(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0024;
}
}
{
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
}
IL_001b:
{
int32_t L_5 = V_0;
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Security.AccessControl.GenericAcl::get_Count() */, __this);
if ((((int32_t)L_5) < ((int32_t)L_6)))
{
goto IL_0004;
}
}
IL_0024:
{
int32_t L_7 = V_0;
return L_7;
}
}
// System.Void System.Security.AccessControl.CommonAcl::MergeExplicitAces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_MergeExplicitAces_mB4EF5510BB37E6499F4A17D82B61604D49C4BBC9 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * V_2 = NULL;
{
int32_t L_0 = CommonAcl_GetCanonicalExplicitAceCount_m2E2FCD4AF9A708259CB72774D0019A57D8D52CBC(__this, /*hidden argument*/NULL);
V_0 = L_0;
V_1 = 0;
goto IL_005a;
}
IL_000b:
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_1 = __this->get_raw_acl_7();
int32_t L_2 = V_1;
NullCheck(L_1);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_3 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, L_1, L_2);
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_4 = __this->get_raw_acl_7();
int32_t L_5 = V_1;
NullCheck(L_4);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_6 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_7 = CommonAcl_MergeExplicitAcePair_m79700C2D6DE1CFF9278C78A936CDCFB24D6BD9E2(__this, L_3, L_6, /*hidden argument*/NULL);
V_2 = L_7;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_8 = V_2;
bool L_9 = GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6((GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0056;
}
}
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_10 = __this->get_raw_acl_7();
int32_t L_11 = V_1;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_12 = V_2;
NullCheck(L_10);
VirtActionInvoker2< int32_t, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * >::Invoke(12 /* System.Void System.Security.AccessControl.GenericAcl::set_Item(System.Int32,System.Security.AccessControl.GenericAce) */, L_10, L_11, L_12);
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_13 = __this->get_raw_acl_7();
int32_t L_14 = V_1;
NullCheck(L_13);
RawAcl_RemoveAce_m6A6094B90D15C186429C059BC34D7395081FFFD3(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
goto IL_005a;
}
IL_0056:
{
int32_t L_16 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_005a:
{
int32_t L_17 = V_1;
int32_t L_18 = V_0;
if ((((int32_t)L_17) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)))))
{
goto IL_000b;
}
}
{
return;
}
}
// System.Security.AccessControl.GenericAce System.Security.AccessControl.CommonAcl::MergeExplicitAcePair(System.Security.AccessControl.GenericAce,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * CommonAcl_MergeExplicitAcePair_m79700C2D6DE1CFF9278C78A936CDCFB24D6BD9E2 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace10, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_MergeExplicitAcePair_m79700C2D6DE1CFF9278C78A936CDCFB24D6BD9E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * V_0 = NULL;
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * V_1 = NULL;
uint8_t V_2 = 0;
uint8_t V_3 = 0;
uint8_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * V_8 = NULL;
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * V_9 = NULL;
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * V_10 = NULL;
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * V_11 = NULL;
Guid_t V_12;
memset((&V_12), 0, sizeof(V_12));
Guid_t V_13;
memset((&V_13), 0, sizeof(V_13));
Guid_t V_14;
memset((&V_14), 0, sizeof(V_14));
Guid_t V_15;
memset((&V_15), 0, sizeof(V_15));
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_0 = ___ace10;
V_0 = ((QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F *)IsInstClass((RuntimeObject*)L_0, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var));
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_1 = ___ace21;
V_1 = ((QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F *)IsInstClass((RuntimeObject*)L_1, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var));
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_2 = V_0;
bool L_3 = GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6((GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0020;
}
}
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_4 = V_1;
bool L_5 = GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6((GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0022;
}
}
IL_0020:
{
return (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL;
}
IL_0022:
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_6, /*hidden argument*/NULL);
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_8 = V_1;
NullCheck(L_8);
int32_t L_9 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) == ((int32_t)L_9)))
{
goto IL_0032;
}
}
{
return (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL;
}
IL_0032:
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_10 = V_0;
NullCheck(L_10);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_11 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(L_10, /*hidden argument*/NULL);
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_12 = V_1;
NullCheck(L_12);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_13 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(L_12, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var);
bool L_14 = SecurityIdentifier_op_Equality_m89AEB8C7882FB65270AD66D9DC2DCD482EDFFDCE(L_11, L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_0047;
}
}
{
return (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL;
}
IL_0047:
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_15 = V_0;
NullCheck(L_15);
uint8_t L_16 = GenericAce_get_AceFlags_m739DFEF208355207EB179BC7022C819CD75F3011_inline(L_15, /*hidden argument*/NULL);
V_2 = L_16;
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_17 = V_1;
NullCheck(L_17);
uint8_t L_18 = GenericAce_get_AceFlags_m739DFEF208355207EB179BC7022C819CD75F3011_inline(L_17, /*hidden argument*/NULL);
V_3 = L_18;
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_19 = V_0;
NullCheck(L_19);
int32_t L_20 = KnownAce_get_AccessMask_mADE66B04303B8A63969CF045F63674BE4784BB49_inline(L_19, /*hidden argument*/NULL);
V_5 = L_20;
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_21 = V_1;
NullCheck(L_21);
int32_t L_22 = KnownAce_get_AccessMask_mADE66B04303B8A63969CF045F63674BE4784BB49_inline(L_21, /*hidden argument*/NULL);
V_6 = L_22;
bool L_23 = CommonAcl_get_IsContainer_mD1CB842B43478E3B8F2216E108F5AD81A68B1441_inline(__this, /*hidden argument*/NULL);
if (L_23)
{
goto IL_007d;
}
}
{
uint8_t L_24 = V_2;
V_2 = ((int32_t)((int32_t)L_24&(int32_t)((int32_t)240)));
uint8_t L_25 = V_3;
V_3 = ((int32_t)((int32_t)L_25&(int32_t)((int32_t)240)));
}
IL_007d:
{
uint8_t L_26 = V_2;
uint8_t L_27 = V_3;
if ((((int32_t)L_26) == ((int32_t)L_27)))
{
goto IL_00bb;
}
}
{
int32_t L_28 = V_5;
int32_t L_29 = V_6;
if ((((int32_t)L_28) == ((int32_t)L_29)))
{
goto IL_0089;
}
}
{
return (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL;
}
IL_0089:
{
uint8_t L_30 = V_2;
uint8_t L_31 = V_3;
if ((!(((uint32_t)((int32_t)((int32_t)L_30&(int32_t)((int32_t)252)))) == ((uint32_t)((int32_t)((int32_t)L_31&(int32_t)((int32_t)252)))))))
{
goto IL_00a4;
}
}
{
uint8_t L_32 = V_2;
uint8_t L_33 = V_3;
V_4 = ((int32_t)((int32_t)L_32|(int32_t)L_33));
int32_t L_34 = V_5;
V_7 = L_34;
goto IL_00c5;
}
IL_00a4:
{
uint8_t L_35 = V_2;
uint8_t L_36 = V_3;
if ((!(((uint32_t)((int32_t)((int32_t)L_35&(int32_t)((int32_t)63)))) == ((uint32_t)((int32_t)((int32_t)L_36&(int32_t)((int32_t)63)))))))
{
goto IL_00b9;
}
}
{
uint8_t L_37 = V_2;
uint8_t L_38 = V_3;
V_4 = ((int32_t)((int32_t)L_37|(int32_t)L_38));
int32_t L_39 = V_5;
V_7 = L_39;
goto IL_00c5;
}
IL_00b9:
{
return (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL;
}
IL_00bb:
{
uint8_t L_40 = V_2;
V_4 = L_40;
int32_t L_41 = V_5;
int32_t L_42 = V_6;
V_7 = ((int32_t)((int32_t)L_41|(int32_t)L_42));
}
IL_00c5:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_43 = ___ace10;
V_8 = ((CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E *)IsInstSealed((RuntimeObject*)L_43, CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E_il2cpp_TypeInfo_var));
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_44 = ___ace21;
V_9 = ((CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E *)IsInstSealed((RuntimeObject*)L_44, CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E_il2cpp_TypeInfo_var));
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * L_45 = V_8;
bool L_46 = GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6((GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, L_45, /*hidden argument*/NULL);
if (!L_46)
{
goto IL_010f;
}
}
{
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * L_47 = V_9;
bool L_48 = GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6((GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, L_47, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_010f;
}
}
{
uint8_t L_49 = V_4;
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * L_50 = V_8;
NullCheck(L_50);
int32_t L_51 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_50, /*hidden argument*/NULL);
int32_t L_52 = V_7;
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * L_53 = V_8;
NullCheck(L_53);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_54 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(L_53, /*hidden argument*/NULL);
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * L_55 = V_8;
NullCheck(L_55);
bool L_56 = QualifiedAce_get_IsCallback_m33BB8001B7B847BEFEA06CB115043C5B0C2B26E2(L_55, /*hidden argument*/NULL);
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * L_57 = V_8;
NullCheck(L_57);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = QualifiedAce_GetOpaque_m1BA930EAEE6E70366DD9CBA196CC1C1616DE5853(L_57, /*hidden argument*/NULL);
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * L_59 = (CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E *)il2cpp_codegen_object_new(CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E_il2cpp_TypeInfo_var);
CommonAce__ctor_m72F22B26AD538F77016DD392D367A2C842F30620(L_59, L_49, L_51, L_52, L_54, L_56, L_58, /*hidden argument*/NULL);
return L_59;
}
IL_010f:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_60 = ___ace10;
V_10 = ((ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 *)IsInstSealed((RuntimeObject*)L_60, ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8_il2cpp_TypeInfo_var));
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_61 = ___ace21;
V_11 = ((ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 *)IsInstSealed((RuntimeObject*)L_61, ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8_il2cpp_TypeInfo_var));
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_62 = V_10;
bool L_63 = GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6((GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, L_62, /*hidden argument*/NULL);
if (!L_63)
{
goto IL_019a;
}
}
{
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_64 = V_11;
bool L_65 = GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6((GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, L_64, /*hidden argument*/NULL);
if (!L_65)
{
goto IL_019a;
}
}
{
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_66 = V_10;
CommonAcl_GetObjectAceTypeGuids_m0745F7469FD3EF1E07B89314244E9CB65A7EE6E7(L_66, (Guid_t *)(&V_12), (Guid_t *)(&V_13), /*hidden argument*/NULL);
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_67 = V_11;
CommonAcl_GetObjectAceTypeGuids_m0745F7469FD3EF1E07B89314244E9CB65A7EE6E7(L_67, (Guid_t *)(&V_14), (Guid_t *)(&V_15), /*hidden argument*/NULL);
Guid_t L_68 = V_12;
Guid_t L_69 = V_14;
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
bool L_70 = Guid_op_Equality_m3D98BA18CDAF0C6C329F86720B5CD61A170A3E52(L_68, L_69, /*hidden argument*/NULL);
if (!L_70)
{
goto IL_019a;
}
}
{
Guid_t L_71 = V_13;
Guid_t L_72 = V_15;
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
bool L_73 = Guid_op_Equality_m3D98BA18CDAF0C6C329F86720B5CD61A170A3E52(L_71, L_72, /*hidden argument*/NULL);
if (!L_73)
{
goto IL_019a;
}
}
{
uint8_t L_74 = V_4;
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_75 = V_10;
NullCheck(L_75);
int32_t L_76 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_75, /*hidden argument*/NULL);
int32_t L_77 = V_7;
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_78 = V_10;
NullCheck(L_78);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_79 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(L_78, /*hidden argument*/NULL);
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_80 = V_10;
NullCheck(L_80);
int32_t L_81 = ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline(L_80, /*hidden argument*/NULL);
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_82 = V_10;
NullCheck(L_82);
Guid_t L_83 = ObjectAce_get_ObjectAceType_m07AE269B542364C13FAAD9F2D19CF35AECF7B73C_inline(L_82, /*hidden argument*/NULL);
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_84 = V_10;
NullCheck(L_84);
Guid_t L_85 = ObjectAce_get_InheritedObjectAceType_mB21B003BCA610E21265704B7D1AEAFE4BB37E714_inline(L_84, /*hidden argument*/NULL);
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_86 = V_10;
NullCheck(L_86);
bool L_87 = QualifiedAce_get_IsCallback_m33BB8001B7B847BEFEA06CB115043C5B0C2B26E2(L_86, /*hidden argument*/NULL);
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_88 = V_10;
NullCheck(L_88);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = QualifiedAce_GetOpaque_m1BA930EAEE6E70366DD9CBA196CC1C1616DE5853(L_88, /*hidden argument*/NULL);
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_90 = (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 *)il2cpp_codegen_object_new(ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8_il2cpp_TypeInfo_var);
ObjectAce__ctor_m5F74A1557F53FABFA7EACD5F9579441C53EC79BD(L_90, L_74, L_76, L_77, L_79, L_81, L_83, L_85, L_87, L_89, /*hidden argument*/NULL);
return L_90;
}
IL_019a:
{
return (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL;
}
}
// System.Void System.Security.AccessControl.CommonAcl::GetObjectAceTypeGuids(System.Security.AccessControl.ObjectAce,System.Guid&,System.Guid&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_GetObjectAceTypeGuids_m0745F7469FD3EF1E07B89314244E9CB65A7EE6E7 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * ___ace0, Guid_t * ___type1, Guid_t * ___inheritedType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_GetObjectAceTypeGuids_m0745F7469FD3EF1E07B89314244E9CB65A7EE6E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Guid_t * L_0 = ___type1;
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
Guid_t L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0();
*(Guid_t *)L_0 = L_1;
Guid_t * L_2 = ___inheritedType2;
Guid_t L_3 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0();
*(Guid_t *)L_2 = L_3;
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_4 = ___ace0;
NullCheck(L_4);
int32_t L_5 = ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline(L_4, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_5&(int32_t)1)))
{
goto IL_002c;
}
}
{
Guid_t * L_6 = ___type1;
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_7 = ___ace0;
NullCheck(L_7);
Guid_t L_8 = ObjectAce_get_ObjectAceType_m07AE269B542364C13FAAD9F2D19CF35AECF7B73C_inline(L_7, /*hidden argument*/NULL);
*(Guid_t *)L_6 = L_8;
}
IL_002c:
{
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_9 = ___ace0;
NullCheck(L_9);
int32_t L_10 = ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline(L_9, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_10&(int32_t)2)))
{
goto IL_0042;
}
}
{
Guid_t * L_11 = ___inheritedType2;
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_12 = ___ace0;
NullCheck(L_12);
Guid_t L_13 = ObjectAce_get_InheritedObjectAceType_mB21B003BCA610E21265704B7D1AEAFE4BB37E714_inline(L_12, /*hidden argument*/NULL);
*(Guid_t *)L_11 = L_13;
}
IL_0042:
{
return;
}
}
// System.Void System.Security.AccessControl.CommonAcl::ApplyCanonicalSortToExplicitAces(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_ApplyCanonicalSortToExplicitAces_m33CC63406F58065CF6919096F67FC8F33F82F9A5 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___start0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_ApplyCanonicalSortToExplicitAces_m33CC63406F58065CF6919096F67FC8F33F82F9A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * V_2 = NULL;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * V_3 = NULL;
{
int32_t L_0 = ___start0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
goto IL_0077;
}
IL_0006:
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_1 = __this->get_raw_acl_7();
int32_t L_2 = V_0;
NullCheck(L_1);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_3 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, L_1, L_2);
V_2 = ((KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA *)CastclassClass((RuntimeObject*)L_3, KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA_il2cpp_TypeInfo_var));
KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * L_4 = V_2;
NullCheck(L_4);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_5 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(L_4, /*hidden argument*/NULL);
V_3 = L_5;
int32_t L_6 = V_0;
V_1 = L_6;
goto IL_0041;
}
IL_0023:
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_7 = __this->get_raw_acl_7();
int32_t L_8 = V_1;
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_9 = __this->get_raw_acl_7();
int32_t L_10 = V_1;
NullCheck(L_9);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_11 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)));
NullCheck(L_7);
VirtActionInvoker2< int32_t, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * >::Invoke(12 /* System.Void System.Security.AccessControl.GenericAcl::set_Item(System.Int32,System.Security.AccessControl.GenericAce) */, L_7, L_8, L_11);
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1));
}
IL_0041:
{
int32_t L_13 = V_1;
int32_t L_14 = ___start0;
if ((((int32_t)L_13) <= ((int32_t)L_14)))
{
goto IL_0066;
}
}
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_15 = __this->get_raw_acl_7();
int32_t L_16 = V_1;
NullCheck(L_15);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_17 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)));
NullCheck(((KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA *)CastclassClass((RuntimeObject*)L_17, KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA_il2cpp_TypeInfo_var)));
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_18 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(((KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA *)CastclassClass((RuntimeObject*)L_17, KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_19 = V_3;
NullCheck(L_18);
int32_t L_20 = SecurityIdentifier_CompareTo_mC2D472CEA38E6FF0978F7C3CF2F442B21D12421A(L_18, L_19, /*hidden argument*/NULL);
if ((((int32_t)L_20) > ((int32_t)0)))
{
goto IL_0023;
}
}
IL_0066:
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_21 = __this->get_raw_acl_7();
int32_t L_22 = V_1;
KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * L_23 = V_2;
NullCheck(L_21);
VirtActionInvoker2< int32_t, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * >::Invoke(12 /* System.Void System.Security.AccessControl.GenericAcl::set_Item(System.Int32,System.Security.AccessControl.GenericAce) */, L_21, L_22, L_23);
int32_t L_24 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_0077:
{
int32_t L_25 = V_0;
int32_t L_26 = ___start0;
int32_t L_27 = ___count1;
if ((((int32_t)L_25) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void System.Security.AccessControl.CommonAcl::AddAce(System.Security.AccessControl.AceQualifier,System.Security.Principal.SecurityIdentifier,System.Int32,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_AddAce_mB858398C17C9112FF5DE648D63EA667D1130A89B (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___aceQualifier0, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid1, int32_t ___accessMask2, int32_t ___inheritanceFlags3, int32_t ___propagationFlags4, int32_t ___auditFlags5, const RuntimeMethod* method)
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * V_0 = NULL;
{
int32_t L_0 = ___aceQualifier0;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_1 = ___sid1;
int32_t L_2 = ___accessMask2;
int32_t L_3 = ___inheritanceFlags3;
int32_t L_4 = ___propagationFlags4;
int32_t L_5 = ___auditFlags5;
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_6 = CommonAcl_AddAceGetQualifiedAce_mDFFBD5E4FB18BAEB2B965358AE9C98E7CE1148E6(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
V_0 = L_6;
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_7 = V_0;
CommonAcl_AddAce_m8C11A29136CAB2F9DCCF5CEBD045F93F02769EFB(__this, L_7, /*hidden argument*/NULL);
return;
}
}
// System.Security.AccessControl.QualifiedAce System.Security.AccessControl.CommonAcl::AddAceGetQualifiedAce(System.Security.AccessControl.AceQualifier,System.Security.Principal.SecurityIdentifier,System.Int32,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * CommonAcl_AddAceGetQualifiedAce_mDFFBD5E4FB18BAEB2B965358AE9C98E7CE1148E6 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___aceQualifier0, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid1, int32_t ___accessMask2, int32_t ___inheritanceFlags3, int32_t ___propagationFlags4, int32_t ___auditFlags5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_AddAceGetQualifiedAce_mDFFBD5E4FB18BAEB2B965358AE9C98E7CE1148E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___inheritanceFlags3;
int32_t L_1 = ___propagationFlags4;
int32_t L_2 = ___auditFlags5;
uint8_t L_3 = CommonAcl_GetAceFlags_mB5D83E182296FF908C2F25FCB929B2A4A28D8FA2(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
int32_t L_4 = ___aceQualifier0;
int32_t L_5 = ___accessMask2;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_6 = ___sid1;
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * L_7 = (CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E *)il2cpp_codegen_object_new(CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E_il2cpp_TypeInfo_var);
CommonAce__ctor_m72F22B26AD538F77016DD392D367A2C842F30620(L_7, L_3, L_4, L_5, L_6, (bool)0, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, /*hidden argument*/NULL);
return L_7;
}
}
// System.Void System.Security.AccessControl.CommonAcl::AddAce(System.Security.AccessControl.QualifiedAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_AddAce_m8C11A29136CAB2F9DCCF5CEBD045F93F02769EFB (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * ___newAce0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
CommonAcl_RequireCanonicity_mA2ABFA121BBC18DB45B43FB14FB25E1BF3A3B183(__this, /*hidden argument*/NULL);
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_0 = ___newAce0;
NullCheck(L_0);
int32_t L_1 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_0, /*hidden argument*/NULL);
int32_t L_2 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(18 /* System.Int32 System.Security.AccessControl.CommonAcl::GetAceInsertPosition(System.Security.AccessControl.AceQualifier) */, __this, L_1);
V_0 = L_2;
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_3 = __this->get_raw_acl_7();
int32_t L_4 = V_0;
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_5 = ___newAce0;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_6 = CommonAcl_CopyAce_m0ACA9157FD841CF80B497F99B786AEF713C1C641(L_5, /*hidden argument*/NULL);
NullCheck(L_3);
RawAcl_InsertAce_m2C47252403D2E1F7FC0B12967518936491E800F4(L_3, L_4, L_6, /*hidden argument*/NULL);
CommonAcl_CanonicalizeAndClearAefa_mADC0D5F9E15496E22A4A9ACA1035306B6134E644(__this, /*hidden argument*/NULL);
return;
}
}
// System.Security.AccessControl.GenericAce System.Security.AccessControl.CommonAcl::CopyAce(System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * CommonAcl_CopyAce_m0ACA9157FD841CF80B497F99B786AEF713C1C641 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_CopyAce_m0ACA9157FD841CF80B497F99B786AEF713C1C641_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_0 = ___ace0;
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_3 = ___ace0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
NullCheck(L_3);
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(5 /* System.Void System.Security.AccessControl.GenericAce::GetBinaryForm(System.Byte[],System.Int32) */, L_3, L_4, 0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_6 = GenericAce_CreateFromBinaryForm_m9350031471C5CD0D91CB2501CC8C2D70B9B7A02A(L_5, 0, /*hidden argument*/NULL);
return L_6;
}
}
// System.Security.AccessControl.AceFlags System.Security.AccessControl.CommonAcl::GetAceFlags(System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CommonAcl_GetAceFlags_mB5D83E182296FF908C2F25FCB929B2A4A28D8FA2 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___inheritanceFlags0, int32_t ___propagationFlags1, int32_t ___auditFlags2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonAcl_GetAceFlags_mB5D83E182296FF908C2F25FCB929B2A4A28D8FA2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t V_0 = 0;
{
int32_t L_0 = ___inheritanceFlags0;
if (!L_0)
{
goto IL_001b;
}
}
{
bool L_1 = CommonAcl_get_IsContainer_mD1CB842B43478E3B8F2216E108F5AD81A68B1441_inline(__this, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001b;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, _stringLiteralBA81AB0BC325DA861631E628BF9E2740BF74463F, _stringLiteral4132486E7F96C8868AFAC0924EC7CDD108189B65, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CommonAcl_GetAceFlags_mB5D83E182296FF908C2F25FCB929B2A4A28D8FA2_RuntimeMethod_var);
}
IL_001b:
{
int32_t L_3 = ___inheritanceFlags0;
if (L_3)
{
goto IL_0031;
}
}
{
int32_t L_4 = ___propagationFlags1;
if (!L_4)
{
goto IL_0031;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, _stringLiteral5569A78ACE4D128B28989C54EB9497E25047EEC8, _stringLiteral88B2E40552D6CF421DB5E11EFC503104E49176E3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CommonAcl_GetAceFlags_mB5D83E182296FF908C2F25FCB929B2A4A28D8FA2_RuntimeMethod_var);
}
IL_0031:
{
V_0 = 0;
int32_t L_6 = ___inheritanceFlags0;
if (!((int32_t)((int32_t)1&(int32_t)L_6)))
{
goto IL_003c;
}
}
{
uint8_t L_7 = V_0;
V_0 = ((int32_t)((int32_t)L_7|(int32_t)2));
}
IL_003c:
{
int32_t L_8 = ___inheritanceFlags0;
if (!((int32_t)((int32_t)2&(int32_t)L_8)))
{
goto IL_0045;
}
}
{
uint8_t L_9 = V_0;
V_0 = ((int32_t)((int32_t)L_9|(int32_t)1));
}
IL_0045:
{
int32_t L_10 = ___propagationFlags1;
if (!((int32_t)((int32_t)2&(int32_t)L_10)))
{
goto IL_004e;
}
}
{
uint8_t L_11 = V_0;
V_0 = ((int32_t)((int32_t)L_11|(int32_t)8));
}
IL_004e:
{
int32_t L_12 = ___propagationFlags1;
if (!((int32_t)((int32_t)1&(int32_t)L_12)))
{
goto IL_0057;
}
}
{
uint8_t L_13 = V_0;
V_0 = ((int32_t)((int32_t)L_13|(int32_t)4));
}
IL_0057:
{
int32_t L_14 = ___auditFlags2;
if (!((int32_t)((int32_t)1&(int32_t)L_14)))
{
goto IL_0061;
}
}
{
uint8_t L_15 = V_0;
V_0 = ((int32_t)((int32_t)L_15|(int32_t)((int32_t)64)));
}
IL_0061:
{
int32_t L_16 = ___auditFlags2;
if (!((int32_t)((int32_t)2&(int32_t)L_16)))
{
goto IL_006e;
}
}
{
uint8_t L_17 = V_0;
V_0 = ((int32_t)((int32_t)L_17|(int32_t)((int32_t)128)));
}
IL_006e:
{
uint8_t 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
// System.Void System.Security.AccessControl.CommonObjectSecurity::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonObjectSecurity__ctor_mC765F55C5C0ED0BF0B97B0A898F97A7C567D7851 (CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16 * __this, bool ___isContainer0, const RuntimeMethod* method)
{
{
bool L_0 = ___isContainer0;
ObjectSecurity__ctor_mDCCDBBF3227181B454383AE5AFA02EFBA43A0BC4(__this, L_0, (bool)0, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::.ctor(System.Boolean,System.Boolean,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor__ctor_mCB36E213B7CC9849D26296F9119B479953E21D50 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, bool ___isContainer0, bool ___isDS1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm2, int32_t ___offset3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonSecurityDescriptor__ctor_mCB36E213B7CC9849D26296F9119B479953E21D50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
GenericSecurityDescriptor__ctor_m1662AA7E0E8A9DC932DD4E9FEADDD55FEBE19915(__this, /*hidden argument*/NULL);
bool L_0 = ___isContainer0;
bool L_1 = ___isDS1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___binaryForm2;
int32_t L_3 = ___offset3;
RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * L_4 = (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 *)il2cpp_codegen_object_new(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06_il2cpp_TypeInfo_var);
RawSecurityDescriptor__ctor_mE71220B9D7FBEF5FE06477CAD68FD316731B6C3D(L_4, L_2, L_3, /*hidden argument*/NULL);
CommonSecurityDescriptor_Init_m48860643BC35B871C51BC0D317A62CBF5C42F851(__this, L_0, L_1, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::.ctor(System.Boolean,System.Boolean,System.Security.AccessControl.ControlFlags,System.Security.Principal.SecurityIdentifier,System.Security.Principal.SecurityIdentifier,System.Security.AccessControl.SystemAcl,System.Security.AccessControl.DiscretionaryAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor__ctor_m09811351EE5967A96F3BE62E20A29D599DDAF173 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, bool ___isContainer0, bool ___isDS1, int32_t ___flags2, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___owner3, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___group4, SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * ___systemAcl5, DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * ___discretionaryAcl6, const RuntimeMethod* method)
{
{
GenericSecurityDescriptor__ctor_m1662AA7E0E8A9DC932DD4E9FEADDD55FEBE19915(__this, /*hidden argument*/NULL);
bool L_0 = ___isContainer0;
bool L_1 = ___isDS1;
int32_t L_2 = ___flags2;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_3 = ___owner3;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_4 = ___group4;
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_5 = ___systemAcl5;
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_6 = ___discretionaryAcl6;
CommonSecurityDescriptor_Init_m4DE292DE299217B51FAC9DD9E5878A876700C6D5(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::Init(System.Boolean,System.Boolean,System.Security.AccessControl.RawSecurityDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_Init_m48860643BC35B871C51BC0D317A62CBF5C42F851 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, bool ___isContainer0, bool ___isDS1, RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * ___rawSecurityDescriptor2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonSecurityDescriptor_Init_m48860643BC35B871C51BC0D317A62CBF5C42F851_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * V_0 = NULL;
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * V_1 = NULL;
{
RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * L_0 = ___rawSecurityDescriptor2;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9839A4C0301E0A150B24A19A24119856F6E0D799, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CommonSecurityDescriptor_Init_m48860643BC35B871C51BC0D317A62CBF5C42F851_RuntimeMethod_var);
}
IL_000e:
{
V_0 = (SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 *)NULL;
RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * L_2 = ___rawSecurityDescriptor2;
NullCheck(L_2);
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_3 = RawSecurityDescriptor_get_SystemAcl_mAC455963FEA84A48D086B448B883B4BEBDF080E7_inline(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0026;
}
}
{
bool L_4 = ___isContainer0;
bool L_5 = ___isDS1;
RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * L_6 = ___rawSecurityDescriptor2;
NullCheck(L_6);
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_7 = RawSecurityDescriptor_get_SystemAcl_mAC455963FEA84A48D086B448B883B4BEBDF080E7_inline(L_6, /*hidden argument*/NULL);
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_8 = (SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 *)il2cpp_codegen_object_new(SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3_il2cpp_TypeInfo_var);
SystemAcl__ctor_m820F032268B5BD91BA94104D304B10C3386120F3(L_8, L_4, L_5, L_7, /*hidden argument*/NULL);
V_0 = L_8;
}
IL_0026:
{
V_1 = (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 *)NULL;
RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * L_9 = ___rawSecurityDescriptor2;
NullCheck(L_9);
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_10 = RawSecurityDescriptor_get_DiscretionaryAcl_m8D70A0E534E134C4AB7C51981D2E560495A7CDA4_inline(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_003e;
}
}
{
bool L_11 = ___isContainer0;
bool L_12 = ___isDS1;
RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * L_13 = ___rawSecurityDescriptor2;
NullCheck(L_13);
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_14 = RawSecurityDescriptor_get_DiscretionaryAcl_m8D70A0E534E134C4AB7C51981D2E560495A7CDA4_inline(L_13, /*hidden argument*/NULL);
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_15 = (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 *)il2cpp_codegen_object_new(DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725_il2cpp_TypeInfo_var);
DiscretionaryAcl__ctor_mE115BDED0201A8B69ACC9822A75B1C2D255777E9(L_15, L_11, L_12, L_14, /*hidden argument*/NULL);
V_1 = L_15;
}
IL_003e:
{
bool L_16 = ___isContainer0;
bool L_17 = ___isDS1;
RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * L_18 = ___rawSecurityDescriptor2;
NullCheck(L_18);
int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Security.AccessControl.ControlFlags System.Security.AccessControl.GenericSecurityDescriptor::get_ControlFlags() */, L_18);
RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * L_20 = ___rawSecurityDescriptor2;
NullCheck(L_20);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_21 = VirtFuncInvoker0< SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * >::Invoke(7 /* System.Security.Principal.SecurityIdentifier System.Security.AccessControl.GenericSecurityDescriptor::get_Owner() */, L_20);
RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * L_22 = ___rawSecurityDescriptor2;
NullCheck(L_22);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_23 = VirtFuncInvoker0< SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * >::Invoke(5 /* System.Security.Principal.SecurityIdentifier System.Security.AccessControl.GenericSecurityDescriptor::get_Group() */, L_22);
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_24 = V_0;
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_25 = V_1;
CommonSecurityDescriptor_Init_m4DE292DE299217B51FAC9DD9E5878A876700C6D5(__this, L_16, L_17, L_19, L_21, L_23, L_24, L_25, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::Init(System.Boolean,System.Boolean,System.Security.AccessControl.ControlFlags,System.Security.Principal.SecurityIdentifier,System.Security.Principal.SecurityIdentifier,System.Security.AccessControl.SystemAcl,System.Security.AccessControl.DiscretionaryAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_Init_m4DE292DE299217B51FAC9DD9E5878A876700C6D5 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, bool ___isContainer0, bool ___isDS1, int32_t ___flags2, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___owner3, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___group4, SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * ___systemAcl5, DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * ___discretionaryAcl6, const RuntimeMethod* method)
{
{
int32_t L_0 = ___flags2;
__this->set_flags_2(((int32_t)((int32_t)L_0&(int32_t)((int32_t)-17))));
bool L_1 = ___isContainer0;
__this->set_is_container_0(L_1);
bool L_2 = ___isDS1;
__this->set_is_ds_1(L_2);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_3 = ___owner3;
VirtActionInvoker1< SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * >::Invoke(8 /* System.Void System.Security.AccessControl.GenericSecurityDescriptor::set_Owner(System.Security.Principal.SecurityIdentifier) */, __this, L_3);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_4 = ___group4;
VirtActionInvoker1< SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * >::Invoke(6 /* System.Void System.Security.AccessControl.GenericSecurityDescriptor::set_Group(System.Security.Principal.SecurityIdentifier) */, __this, L_4);
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_5 = ___systemAcl5;
CommonSecurityDescriptor_set_SystemAcl_mBDE853A14D09AFD9F16F5AE52EF33206E6BA7DF3(__this, L_5, /*hidden argument*/NULL);
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_6 = ___discretionaryAcl6;
CommonSecurityDescriptor_set_DiscretionaryAcl_mF28ADCAB105C646F13024D07BE19EF73B2B91C4F(__this, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Security.AccessControl.ControlFlags System.Security.AccessControl.CommonSecurityDescriptor::get_ControlFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonSecurityDescriptor_get_ControlFlags_m0DAB5A2283F9D4007C865135002D2023F65EBE01 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_flags_2();
V_0 = L_0;
int32_t L_1 = V_0;
V_0 = ((int32_t)((int32_t)L_1|(int32_t)4));
int32_t L_2 = V_0;
V_0 = ((int32_t)((int32_t)L_2|(int32_t)((int32_t)32768)));
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_3 = CommonSecurityDescriptor_get_SystemAcl_mDF0FDA356302E2FD9E7DE71204D936C6F2C90FDC_inline(__this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0020;
}
}
{
int32_t L_4 = V_0;
V_0 = ((int32_t)((int32_t)L_4|(int32_t)((int32_t)16)));
}
IL_0020:
{
int32_t L_5 = V_0;
return L_5;
}
}
// System.Security.AccessControl.DiscretionaryAcl System.Security.AccessControl.CommonSecurityDescriptor::get_DiscretionaryAcl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * CommonSecurityDescriptor_get_DiscretionaryAcl_mB02F53CEC82209F8906E13CF99CB8D836447773D (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_0 = __this->get_discretionary_acl_6();
return L_0;
}
}
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::set_DiscretionaryAcl(System.Security.AccessControl.DiscretionaryAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_set_DiscretionaryAcl_mF28ADCAB105C646F13024D07BE19EF73B2B91C4F (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonSecurityDescriptor_set_DiscretionaryAcl_mF28ADCAB105C646F13024D07BE19EF73B2B91C4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * G_B3_1 = NULL;
int32_t G_B3_2 = 0;
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * G_B3_3 = NULL;
int32_t G_B2_0 = 0;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * G_B2_1 = NULL;
int32_t G_B2_2 = 0;
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * G_B2_3 = NULL;
int32_t G_B4_0 = 0;
int32_t G_B4_1 = 0;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * G_B4_2 = NULL;
int32_t G_B4_3 = 0;
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * G_B4_4 = NULL;
{
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_0 = ___value0;
if (L_0)
{
goto IL_003d;
}
}
{
bool L_1 = CommonSecurityDescriptor_get_IsContainer_mB4ADC8B13E0218DA38E54D983DC2D95FC77E1E68_inline(__this, /*hidden argument*/NULL);
bool L_2 = CommonSecurityDescriptor_get_IsDS_m41886ECFD6797054FDB83C440665BC83AE0D23A7_inline(__this, /*hidden argument*/NULL);
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_3 = (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 *)il2cpp_codegen_object_new(DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725_il2cpp_TypeInfo_var);
DiscretionaryAcl__ctor_m911CBE9E5B13329AC3E7E9FEAED60C5A9740BAC9(L_3, L_1, L_2, 1, /*hidden argument*/NULL);
___value0 = L_3;
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_4 = ___value0;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_5 = (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE *)il2cpp_codegen_object_new(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var);
SecurityIdentifier__ctor_mB29C0A291349A023389BB3B7A7413706CDAE2808(L_5, _stringLiteral1A38EB319BEFEA3784EB4E5C1CA1335066A6B879, /*hidden argument*/NULL);
bool L_6 = CommonSecurityDescriptor_get_IsContainer_mB4ADC8B13E0218DA38E54D983DC2D95FC77E1E68_inline(__this, /*hidden argument*/NULL);
G_B2_0 = (-1);
G_B2_1 = L_5;
G_B2_2 = 0;
G_B2_3 = L_4;
if (L_6)
{
G_B3_0 = (-1);
G_B3_1 = L_5;
G_B3_2 = 0;
G_B3_3 = L_4;
goto IL_002f;
}
}
{
G_B4_0 = 0;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
G_B4_3 = G_B2_2;
G_B4_4 = G_B2_3;
goto IL_0030;
}
IL_002f:
{
G_B4_0 = 3;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
G_B4_3 = G_B3_2;
G_B4_4 = G_B3_3;
}
IL_0030:
{
NullCheck(G_B4_4);
DiscretionaryAcl_AddAccess_mD27B608216470D047B1939E3248C2CA63317535A(G_B4_4, G_B4_3, G_B4_2, G_B4_1, G_B4_0, 0, /*hidden argument*/NULL);
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_7 = ___value0;
NullCheck(L_7);
CommonAcl_set_IsAefa_m3DFC33D054950E1F36B4ABDD442C5FA15BCC5897_inline(L_7, (bool)1, /*hidden argument*/NULL);
}
IL_003d:
{
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_8 = ___value0;
CommonSecurityDescriptor_CheckAclConsistency_m3161D6B255101538520D33914F1012F0D7BB2061(__this, L_8, /*hidden argument*/NULL);
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_9 = ___value0;
__this->set_discretionary_acl_6(L_9);
return;
}
}
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.CommonSecurityDescriptor::get_Group()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * CommonSecurityDescriptor_get_Group_m1D9F4DBE304FDB18B67A55951EE0C34BAF4B2DAD (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = __this->get_group_4();
return L_0;
}
}
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::set_Group(System.Security.Principal.SecurityIdentifier)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_set_Group_mBCB09F8207C3AFDC27DD008B820EB92082FDFD6E (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___value0, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = ___value0;
__this->set_group_4(L_0);
return;
}
}
// System.Boolean System.Security.AccessControl.CommonSecurityDescriptor::get_IsContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonSecurityDescriptor_get_IsContainer_mB4ADC8B13E0218DA38E54D983DC2D95FC77E1E68 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_container_0();
return L_0;
}
}
// System.Boolean System.Security.AccessControl.CommonSecurityDescriptor::get_IsDS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonSecurityDescriptor_get_IsDS_m41886ECFD6797054FDB83C440665BC83AE0D23A7 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_ds_1();
return L_0;
}
}
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.CommonSecurityDescriptor::get_Owner()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * CommonSecurityDescriptor_get_Owner_mFD7774A1E41C392EA93105384966794068679986 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = __this->get_owner_3();
return L_0;
}
}
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::set_Owner(System.Security.Principal.SecurityIdentifier)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_set_Owner_mD4EA3730C284DEAA80A5B2783A03546C4F90977D (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___value0, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = ___value0;
__this->set_owner_3(L_0);
return;
}
}
// System.Security.AccessControl.SystemAcl System.Security.AccessControl.CommonSecurityDescriptor::get_SystemAcl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * CommonSecurityDescriptor_get_SystemAcl_mDF0FDA356302E2FD9E7DE71204D936C6F2C90FDC (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_0 = __this->get_system_acl_5();
return L_0;
}
}
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::set_SystemAcl(System.Security.AccessControl.SystemAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_set_SystemAcl_mBDE853A14D09AFD9F16F5AE52EF33206E6BA7DF3 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * ___value0, const RuntimeMethod* method)
{
{
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_0 = ___value0;
if (!L_0)
{
goto IL_000a;
}
}
{
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_1 = ___value0;
CommonSecurityDescriptor_CheckAclConsistency_m3161D6B255101538520D33914F1012F0D7BB2061(__this, L_1, /*hidden argument*/NULL);
}
IL_000a:
{
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_2 = ___value0;
__this->set_system_acl_5(L_2);
return;
}
}
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::CheckAclConsistency(System.Security.AccessControl.CommonAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_CheckAclConsistency_m3161D6B255101538520D33914F1012F0D7BB2061 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * ___acl0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonSecurityDescriptor_CheckAclConsistency_m3161D6B255101538520D33914F1012F0D7BB2061_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = CommonSecurityDescriptor_get_IsContainer_mB4ADC8B13E0218DA38E54D983DC2D95FC77E1E68_inline(__this, /*hidden argument*/NULL);
CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * L_1 = ___acl0;
NullCheck(L_1);
bool L_2 = CommonAcl_get_IsContainer_mD1CB842B43478E3B8F2216E108F5AD81A68B1441_inline(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0019;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, _stringLiteral7A5818AD0E631637B69A14401059EA4087B01FFF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, CommonSecurityDescriptor_CheckAclConsistency_m3161D6B255101538520D33914F1012F0D7BB2061_RuntimeMethod_var);
}
IL_0019:
{
bool L_4 = CommonSecurityDescriptor_get_IsDS_m41886ECFD6797054FDB83C440665BC83AE0D23A7_inline(__this, /*hidden argument*/NULL);
CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * L_5 = ___acl0;
NullCheck(L_5);
bool L_6 = CommonAcl_get_IsDS_mAA52BE37856F2D3F383D979FE218174FE5F39E69_inline(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)L_6)))
{
goto IL_0032;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, _stringLiteral242A597E323D5C4B7FB66A925E209A2FA59C55A3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, CommonSecurityDescriptor_CheckAclConsistency_m3161D6B255101538520D33914F1012F0D7BB2061_RuntimeMethod_var);
}
IL_0032:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.DirectorySecurity::.ctor(System.String,System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectorySecurity__ctor_mA0D7D2811A74A9E3755B66636CACC149A6BF3579 (DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F * __this, String_t* ___name0, int32_t ___includeSections1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
int32_t L_1 = ___includeSections1;
FileSystemSecurity__ctor_m8E00976A845E9E5A728DF1939ED1F0DD7F2893F9(__this, (bool)1, 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.Security.AccessControl.DiscretionaryAcl::.ctor(System.Boolean,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscretionaryAcl__ctor_m911CBE9E5B13329AC3E7E9FEAED60C5A9740BAC9 (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * __this, bool ___isContainer0, bool ___isDS1, int32_t ___capacity2, const RuntimeMethod* method)
{
{
bool L_0 = ___isContainer0;
bool L_1 = ___isDS1;
int32_t L_2 = ___capacity2;
CommonAcl__ctor_m0D5CE6B1F3A8579E150B10484B53F0E07473EDFB(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.DiscretionaryAcl::.ctor(System.Boolean,System.Boolean,System.Security.AccessControl.RawAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscretionaryAcl__ctor_mE115BDED0201A8B69ACC9822A75B1C2D255777E9 (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * __this, bool ___isContainer0, bool ___isDS1, RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___rawAcl2, const RuntimeMethod* method)
{
{
bool L_0 = ___isContainer0;
bool L_1 = ___isDS1;
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_2 = ___rawAcl2;
CommonAcl__ctor_m9645D418BD6073E02B9BBD83D5A5EB040C8A1C51(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.DiscretionaryAcl::AddAccess(System.Security.AccessControl.AccessControlType,System.Security.Principal.SecurityIdentifier,System.Int32,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscretionaryAcl_AddAccess_mD27B608216470D047B1939E3248C2CA63317535A (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * __this, int32_t ___accessType0, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid1, int32_t ___accessMask2, int32_t ___inheritanceFlags3, int32_t ___propagationFlags4, const RuntimeMethod* method)
{
{
int32_t L_0 = ___accessType0;
int32_t L_1 = DiscretionaryAcl_GetAceQualifier_m00B36218A4580D068EFD0FA20B3C360083538579(L_0, /*hidden argument*/NULL);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_2 = ___sid1;
int32_t L_3 = ___accessMask2;
int32_t L_4 = ___inheritanceFlags3;
int32_t L_5 = ___propagationFlags4;
CommonAcl_AddAce_mB858398C17C9112FF5DE648D63EA667D1130A89B(__this, L_1, L_2, L_3, L_4, L_5, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.DiscretionaryAcl::ApplyCanonicalSortToExplicitAces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscretionaryAcl_ApplyCanonicalSortToExplicitAces_m2E521211E74333A7EB6A4E855133AAA3B680013A (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = CommonAcl_GetCanonicalExplicitAceCount_m2E2FCD4AF9A708259CB72774D0019A57D8D52CBC(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = CommonAcl_GetCanonicalExplicitDenyAceCount_m6597DAAA78F85396B213FEEC871DD24BD778263F(__this, /*hidden argument*/NULL);
V_1 = L_1;
int32_t L_2 = V_1;
CommonAcl_ApplyCanonicalSortToExplicitAces_m33CC63406F58065CF6919096F67FC8F33F82F9A5(__this, 0, L_2, /*hidden argument*/NULL);
int32_t L_3 = V_1;
int32_t L_4 = V_0;
int32_t L_5 = V_1;
CommonAcl_ApplyCanonicalSortToExplicitAces_m33CC63406F58065CF6919096F67FC8F33F82F9A5(__this, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Security.AccessControl.DiscretionaryAcl::GetAceInsertPosition(System.Security.AccessControl.AceQualifier)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DiscretionaryAcl_GetAceInsertPosition_m0FFC7BCFD5D4915C2B39236FAF3145A2E6C5F21A (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * __this, int32_t ___aceQualifier0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___aceQualifier0;
if (L_0)
{
goto IL_000a;
}
}
{
int32_t L_1 = CommonAcl_GetCanonicalExplicitDenyAceCount_m6597DAAA78F85396B213FEEC871DD24BD778263F(__this, /*hidden argument*/NULL);
return L_1;
}
IL_000a:
{
return 0;
}
}
// System.Security.AccessControl.AceQualifier System.Security.AccessControl.DiscretionaryAcl::GetAceQualifier(System.Security.AccessControl.AccessControlType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DiscretionaryAcl_GetAceQualifier_m00B36218A4580D068EFD0FA20B3C360083538579 (int32_t ___accessType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DiscretionaryAcl_GetAceQualifier_m00B36218A4580D068EFD0FA20B3C360083538579_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___accessType0;
if (L_0)
{
goto IL_0005;
}
}
{
return (int32_t)(0);
}
IL_0005:
{
int32_t L_1 = ___accessType0;
if ((!(((uint32_t)1) == ((uint32_t)L_1))))
{
goto IL_000b;
}
}
{
return (int32_t)(1);
}
IL_000b:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, _stringLiteral435A92DB5A1C9CF6184D08D6EADDEFC1A44FD9FD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DiscretionaryAcl_GetAceQualifier_m00B36218A4580D068EFD0FA20B3C360083538579_RuntimeMethod_var);
}
}
// System.Boolean System.Security.AccessControl.DiscretionaryAcl::IsAceMeaningless(System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DiscretionaryAcl_IsAceMeaningless_m2F6D5EE04C08F632ED589614CD6C90800BC562EC (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * __this, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DiscretionaryAcl_IsAceMeaningless_m2F6D5EE04C08F632ED589614CD6C90800BC562EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * V_0 = NULL;
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_0 = ___ace0;
bool L_1 = CommonAcl_IsAceMeaningless_m04D78F50226DF8F9BDBEF3B590070AF584A2E057(__this, L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000b;
}
}
{
return (bool)1;
}
IL_000b:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = ___ace0;
NullCheck(L_2);
int32_t L_3 = GenericAce_get_AuditFlags_m6F51B4F6C8EE22FE2D397C2ACF1CB87D95F05F9C(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0015;
}
}
{
return (bool)1;
}
IL_0015:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_4 = ___ace0;
V_0 = ((QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F *)IsInstClass((RuntimeObject*)L_4, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var));
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_5 = V_0;
bool L_6 = GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6((GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0038;
}
}
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0038;
}
}
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_9, /*hidden argument*/NULL);
if ((((int32_t)1) == ((int32_t)L_10)))
{
goto IL_0038;
}
}
{
return (bool)1;
}
IL_0038:
{
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.Security.AccessControl.FileSystemSecurity::.ctor(System.Boolean,System.String,System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemSecurity__ctor_m8E00976A845E9E5A728DF1939ED1F0DD7F2893F9 (FileSystemSecurity_t2040080A9EC514AFE69F2042F720059E7C10ECA1 * __this, bool ___isContainer0, String_t* ___name1, int32_t ___includeSections2, const RuntimeMethod* method)
{
{
bool L_0 = ___isContainer0;
String_t* L_1 = ___name1;
int32_t L_2 = ___includeSections2;
NativeObjectSecurity__ctor_m87590263221BFB8F8D074F008D4E89A830F1A3C4(__this, L_0, 1, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.GenericAce::.ctor(System.Security.AccessControl.AceType,System.Security.AccessControl.AceFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAce__ctor_m6199BD9639066D422704C6F09A9F67EA7177FC32 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, uint8_t ___type0, uint8_t ___flags1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAce__ctor_m6199BD9639066D422704C6F09A9F67EA7177FC32_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
uint8_t L_0 = ___type0;
if ((((int32_t)L_0) <= ((int32_t)((int32_t)16))))
{
goto IL_0016;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GenericAce__ctor_m6199BD9639066D422704C6F09A9F67EA7177FC32_RuntimeMethod_var);
}
IL_0016:
{
uint8_t L_2 = ___type0;
__this->set_ace_type_1(L_2);
uint8_t L_3 = ___flags1;
__this->set_ace_flags_0(L_3);
return;
}
}
// System.Void System.Security.AccessControl.GenericAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAce__ctor_mDE95FD169B11D5B81FA247086D91EB00851CB42A (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAce__ctor_mDE95FD169B11D5B81FA247086D91EB00851CB42A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___binaryForm0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GenericAce__ctor_mDE95FD169B11D5B81FA247086D91EB00851CB42A_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_2 = ___offset1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_3 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___binaryForm0;
NullCheck(L_4);
if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)2)))))
{
goto IL_0036;
}
}
IL_0020:
{
int32_t L_5 = ___offset1;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_8, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_7, _stringLiteral2628AAA51BA50C39C84CFA56604CE731EFEC490B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, GenericAce__ctor_mDE95FD169B11D5B81FA247086D91EB00851CB42A_RuntimeMethod_var);
}
IL_0036:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___binaryForm0;
int32_t L_10 = ___offset1;
NullCheck(L_9);
int32_t L_11 = L_10;
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
__this->set_ace_type_1(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___binaryForm0;
int32_t L_14 = ___offset1;
NullCheck(L_13);
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
__this->set_ace_flags_0(L_16);
return;
}
}
// System.Security.AccessControl.AceFlags System.Security.AccessControl.GenericAce::get_AceFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t GenericAce_get_AceFlags_m739DFEF208355207EB179BC7022C819CD75F3011 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_ace_flags_0();
return L_0;
}
}
// System.Security.AccessControl.AceType System.Security.AccessControl.GenericAce::get_AceType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_ace_type_1();
return L_0;
}
}
// System.Security.AccessControl.AuditFlags System.Security.AccessControl.GenericAce::get_AuditFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GenericAce_get_AuditFlags_m6F51B4F6C8EE22FE2D397C2ACF1CB87D95F05F9C (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
uint8_t L_0 = __this->get_ace_flags_0();
if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)64))))
{
goto IL_0011;
}
}
{
int32_t L_1 = V_0;
V_0 = ((int32_t)((int32_t)L_1|(int32_t)1));
}
IL_0011:
{
uint8_t L_2 = __this->get_ace_flags_0();
if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)128))))
{
goto IL_0023;
}
}
{
int32_t L_3 = V_0;
V_0 = ((int32_t)((int32_t)L_3|(int32_t)2));
}
IL_0023:
{
int32_t L_4 = V_0;
return L_4;
}
}
// System.Boolean System.Security.AccessControl.GenericAce::get_IsInherited()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_get_IsInherited_m43260CE3684E38A3A0F01EFD9A1C65F0DDDAAF3F (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_ace_flags_0();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAce::CreateFromBinaryForm(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * GenericAce_CreateFromBinaryForm_m9350031471C5CD0D91CB2501CC8C2D70B9B7A02A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAce_CreateFromBinaryForm_m9350031471C5CD0D91CB2501CC8C2D70B9B7A02A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___binaryForm0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GenericAce_CreateFromBinaryForm_m9350031471C5CD0D91CB2501CC8C2D70B9B7A02A_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_001a;
}
}
{
int32_t L_3 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___binaryForm0;
NullCheck(L_4);
if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)1)))))
{
goto IL_0030;
}
}
IL_001a:
{
int32_t L_5 = ___offset1;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_8, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_7, _stringLiteral2628AAA51BA50C39C84CFA56604CE731EFEC490B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, GenericAce_CreateFromBinaryForm_m9350031471C5CD0D91CB2501CC8C2D70B9B7A02A_RuntimeMethod_var);
}
IL_0030:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___binaryForm0;
int32_t L_10 = ___offset1;
NullCheck(L_9);
int32_t L_11 = L_10;
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
bool L_13 = GenericAce_IsObjectType_mE283F1DE0F9ABBF13524FCA8A3519F6A5C132143(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0042;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___binaryForm0;
int32_t L_15 = ___offset1;
ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * L_16 = (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 *)il2cpp_codegen_object_new(ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8_il2cpp_TypeInfo_var);
ObjectAce__ctor_mC2F66EB85CB22718B288FC24B95B86F355E9AA39(L_16, L_14, L_15, /*hidden argument*/NULL);
return L_16;
}
IL_0042:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___binaryForm0;
int32_t L_18 = ___offset1;
CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E * L_19 = (CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E *)il2cpp_codegen_object_new(CommonAce_t293058D5DC35970F68F36671E98BDD210AE49A0E_il2cpp_TypeInfo_var);
CommonAce__ctor_m29D7F1CFA59F87AB1F1A5641F6D7FF3B7AAF4E8C(L_19, L_17, L_18, /*hidden argument*/NULL);
return L_19;
}
}
// System.Boolean System.Security.AccessControl.GenericAce::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_Equals_mFDAFA45A2F9FA173D0828C05FF0B1E80BF404FC5 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAce_Equals_mFDAFA45A2F9FA173D0828C05FF0B1E80BF404FC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___o0;
bool L_1 = GenericAce_op_Equality_m74177533EFFCF807A61750F01AD159BC7AB52C95(__this, ((GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)IsInstClass((RuntimeObject*)L_0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Security.AccessControl.GenericAce::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GenericAce_GetHashCode_mED7A163C1735B06A290796DCEAE960D6F52E4EEA (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAce_GetHashCode_mED7A163C1735B06A290796DCEAE960D6F52E4EEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, __this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(5 /* System.Void System.Security.AccessControl.GenericAce::GetBinaryForm(System.Byte[],System.Int32) */, __this, L_2, 0);
V_1 = 0;
V_2 = 0;
goto IL_0035;
}
IL_001a:
{
int32_t L_3 = V_1;
int32_t L_4 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)3))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4>>(int32_t)((int32_t)29)))&(int32_t)7))));
int32_t L_5 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
int32_t L_7 = V_2;
NullCheck(L_6);
int32_t L_8 = L_7;
uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_1 = ((int32_t)((int32_t)L_5^(int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)255)))));
int32_t L_10 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0035:
{
int32_t L_11 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_001a;
}
}
{
int32_t L_13 = V_1;
return L_13;
}
}
// System.Boolean System.Security.AccessControl.GenericAce::op_Equality(System.Security.AccessControl.GenericAce,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_op_Equality_m74177533EFFCF807A61750F01AD159BC7AB52C95 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___left0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___right1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAce_op_Equality_m74177533EFFCF807A61750F01AD159BC7AB52C95_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
int32_t V_4 = 0;
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_0 = ___left0;
if (L_0)
{
goto IL_0008;
}
}
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_1 = ___right1;
return (bool)((((RuntimeObject*)(GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
IL_0008:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = ___right1;
if (L_2)
{
goto IL_000d;
}
}
{
return (bool)0;
}
IL_000d:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_3 = ___left0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, L_3);
V_0 = L_4;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_5 = ___right1;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, L_5);
V_1 = L_6;
int32_t L_7 = V_0;
int32_t L_8 = V_1;
if ((((int32_t)L_7) == ((int32_t)L_8)))
{
goto IL_0021;
}
}
{
return (bool)0;
}
IL_0021:
{
int32_t L_9 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_2 = L_10;
int32_t L_11 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_11);
V_3 = L_12;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_13 = ___left0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_2;
NullCheck(L_13);
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(5 /* System.Void System.Security.AccessControl.GenericAce::GetBinaryForm(System.Byte[],System.Int32) */, L_13, L_14, 0);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_15 = ___right1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_3;
NullCheck(L_15);
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(5 /* System.Void System.Security.AccessControl.GenericAce::GetBinaryForm(System.Byte[],System.Int32) */, L_15, L_16, 0);
V_4 = 0;
goto IL_0056;
}
IL_0044:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_2;
int32_t L_18 = V_4;
NullCheck(L_17);
int32_t L_19 = L_18;
uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_3;
int32_t L_22 = V_4;
NullCheck(L_21);
int32_t L_23 = L_22;
uint8_t L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
if ((((int32_t)L_20) == ((int32_t)L_24)))
{
goto IL_0050;
}
}
{
return (bool)0;
}
IL_0050:
{
int32_t L_25 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_0056:
{
int32_t L_26 = V_4;
int32_t L_27 = V_0;
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_0044;
}
}
{
return (bool)1;
}
}
// System.Boolean System.Security.AccessControl.GenericAce::op_Inequality(System.Security.AccessControl.GenericAce,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___left0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___right1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
int32_t V_4 = 0;
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_0 = ___left0;
if (L_0)
{
goto IL_0008;
}
}
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_1 = ___right1;
return (bool)((!(((RuntimeObject*)(GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
IL_0008:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = ___right1;
if (L_2)
{
goto IL_000d;
}
}
{
return (bool)1;
}
IL_000d:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_3 = ___left0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, L_3);
V_0 = L_4;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_5 = ___right1;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, L_5);
V_1 = L_6;
int32_t L_7 = V_0;
int32_t L_8 = V_1;
if ((((int32_t)L_7) == ((int32_t)L_8)))
{
goto IL_0021;
}
}
{
return (bool)1;
}
IL_0021:
{
int32_t L_9 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_2 = L_10;
int32_t L_11 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_11);
V_3 = L_12;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_13 = ___left0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_2;
NullCheck(L_13);
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(5 /* System.Void System.Security.AccessControl.GenericAce::GetBinaryForm(System.Byte[],System.Int32) */, L_13, L_14, 0);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_15 = ___right1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_3;
NullCheck(L_15);
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(5 /* System.Void System.Security.AccessControl.GenericAce::GetBinaryForm(System.Byte[],System.Int32) */, L_15, L_16, 0);
V_4 = 0;
goto IL_0056;
}
IL_0044:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_2;
int32_t L_18 = V_4;
NullCheck(L_17);
int32_t L_19 = L_18;
uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_3;
int32_t L_22 = V_4;
NullCheck(L_21);
int32_t L_23 = L_22;
uint8_t L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
if ((((int32_t)L_20) == ((int32_t)L_24)))
{
goto IL_0050;
}
}
{
return (bool)1;
}
IL_0050:
{
int32_t L_25 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_0056:
{
int32_t L_26 = V_4;
int32_t L_27 = V_0;
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_0044;
}
}
{
return (bool)0;
}
}
// System.Boolean System.Security.AccessControl.GenericAce::IsObjectType(System.Security.AccessControl.AceType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_IsObjectType_mE283F1DE0F9ABBF13524FCA8A3519F6A5C132143 (uint8_t ___type0, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___type0;
if ((((int32_t)L_0) == ((int32_t)((int32_t)11))))
{
goto IL_0025;
}
}
{
uint8_t L_1 = ___type0;
if ((((int32_t)L_1) == ((int32_t)5)))
{
goto IL_0025;
}
}
{
uint8_t L_2 = ___type0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)12))))
{
goto IL_0025;
}
}
{
uint8_t L_3 = ___type0;
if ((((int32_t)L_3) == ((int32_t)6)))
{
goto IL_0025;
}
}
{
uint8_t L_4 = ___type0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)16))))
{
goto IL_0025;
}
}
{
uint8_t L_5 = ___type0;
if ((((int32_t)L_5) == ((int32_t)8)))
{
goto IL_0025;
}
}
{
uint8_t L_6 = ___type0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)15))))
{
goto IL_0025;
}
}
{
uint8_t L_7 = ___type0;
return (bool)((((int32_t)L_7) == ((int32_t)7))? 1 : 0);
}
IL_0025:
{
return (bool)1;
}
}
// System.UInt16 System.Security.AccessControl.GenericAce::ReadUShort(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GenericAce_ReadUShort_m37019B0557F34804AE52CF2B801B5186CCB6DDBA (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
NullCheck(L_0);
int32_t L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
int32_t L_5 = ___offset1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
return (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)8)))))));
}
}
// System.Int32 System.Security.AccessControl.GenericAce::ReadInt(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GenericAce_ReadInt_m6C1BF0995701C2A5028F81E3A0BA326F712E7FD7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
NullCheck(L_0);
int32_t L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
int32_t L_5 = ___offset1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer0;
int32_t L_9 = ___offset1;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2));
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___buffer0;
int32_t L_13 = ___offset1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)24)))));
}
}
// System.Void System.Security.AccessControl.GenericAce::WriteInt(System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAce_WriteInt_m6B3C47FBD83D540728F2E32B14EC9D7FED5DC114 (int32_t ___val0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer1;
int32_t L_1 = ___offset2;
int32_t L_2 = ___val0;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (uint8_t)(((int32_t)((uint8_t)L_2))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer1;
int32_t L_4 = ___offset2;
int32_t L_5 = ___val0;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer1;
int32_t L_7 = ___offset2;
int32_t L_8 = ___val0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_8>>(int32_t)((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer1;
int32_t L_10 = ___offset2;
int32_t L_11 = ___val0;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_11>>(int32_t)((int32_t)24)))))));
return;
}
}
// System.Void System.Security.AccessControl.GenericAce::WriteUShort(System.UInt16,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAce_WriteUShort_m593E1F86C20BD19EBE7463F3B49522FA64CD2DAB (uint16_t ___val0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer1;
int32_t L_1 = ___offset2;
uint16_t L_2 = ___val0;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (uint8_t)(((int32_t)((uint8_t)L_2))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer1;
int32_t L_4 = ___offset2;
uint16_t L_5 = ___val0;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)8))))));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ObjectHolderList_get_Version_m25BCE64363B779807792CB9AA9F313008BFAF20F_inline (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_count_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ObjectHolderList_get_Count_mF679AB6F5C3AABEEB9CD9C8F5CE546E11B15232B_inline (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_count_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_object_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* ObjectHolder_get_Surrogate_mF212AFFD8843047FA5EFDF30CE1F7879AA946982_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_m_surrogate_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ObjectHolder_get_SerializationInfo_m84FC91DB76282D6FADFB1B3B281FD6FE2A779066_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = __this->get_m_serInfo_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectHolder_set_SerializationInfo_m5F3BCCE0FFFFC46EE20D20B19D15734F9EF2AA8B_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___value0, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___value0;
__this->set_m_serInfo_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * ObjectHolder_get_ValueFixup_m3889D9D6C49E7A3E2886C5197AEFB096CCA51369_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_0 = __this->get_m_valueFixup_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR FieldInfo_t * ValueTypeFixupInfo_get_ParentField_m0A81FF0C88D22219613C250FD431A107BF4411E3_inline (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method)
{
{
FieldInfo_t * L_0 = __this->get_m_parentField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208_inline (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get_m_containerID_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ValueTypeFixupInfo_get_ParentIndex_m6B7ADD6FF8AC73C8DDBF4FAA49AF2CA484EE7816_inline (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_parentIndex_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * SerializationFieldInfo_get_FieldInfo_m9DB3AFCBC6FC49294E177759911C49CEC4E2C400_inline (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ObjectHolder_get_TypeLoadException_mCA525F13C1D26F7CA141168F8A588FE0A51014A2_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_0 = __this->get_m_typeLoad_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectHolder_set_TypeLoadException_mB667695A35EFE191C78F4BA1728F1154171CD45F_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ___value0, const RuntimeMethod* method)
{
{
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_0 = ___value0;
__this->set_m_typeLoad_12(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ObjectHolder_get_Reachable_mFDECFB4F4A367DC43A3ECA44E6DDC8D16F0E4A5B_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_reachable_13();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TypeLoadExceptionHolder_get_TypeName_mF0C5975316A9B33FFF5082F76342E267A3C2448C_inline (TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_typeName_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectHolder_set_Reachable_mFB16438A63E2826E46B4F960A87E667FF082BF65_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_reachable_13(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ObjectHolder_get_DependentObjects_mDFC4777887B126AAE5AA159DC6B53EA6317F2730_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_0 = __this->get_m_dependentObjects_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ObjectHolder_get_DirectlyDependentObjects_m48EAF5128C57434025E116C42594469274B85956_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_missingElementsRemaining_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectHolder_set_DependentObjects_m3D873FB6D0BBB1D45851F36052BAB41AABCD6917_inline (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ___value0, const RuntimeMethod* method)
{
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_0 = ___value0;
__this->set_m_dependentObjects_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764_inline (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_topObject_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* SafeSerializationEventArgs_get_SerializedStates_m31C8F7B805E2DF3B7D0650D9459D07AA5C689CBA_inline (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, const RuntimeMethod* method)
{
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = __this->get_m_serializedStates_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_objectType_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_state_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_state_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_inline (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_inline (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultMemberAttribute_get_MemberName_mC3A880116EB62C9DC66420EBE8C2F68BCC915121_inline (DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_memberName_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimePropertyHandle__ctor_m00C7A705D1521572DD6CBCBBACDA2168E7174495_inline (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GuidAttribute_get_Value_m0FE8674D80D3832285CAAACC30D3471E024E8CC1_inline (GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__val_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeEventHandle__ctor_m74BEE789797EFEE15B634C7AA44F68AF747DB1B2_inline (RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_inline (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, intptr_t ___val0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___val0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void KnownAce_set_AccessMask_m9F4390BD828ED4D7EC8C2011BC614F7BB0F67771_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_access_mask_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void KnownAce_set_SecurityIdentifier_m6B9E64CBB21F892BDF99FC2625CC4CA492F80490_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___value0, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = ___value0;
__this->set_identifier_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = __this->get_identifier_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_ace_type_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t GenericAce_get_AceFlags_m739DFEF208355207EB179BC7022C819CD75F3011_inline (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_ace_flags_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KnownAce_get_AccessMask_mADE66B04303B8A63969CF045F63674BE4784BB49_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_access_mask_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonAcl_get_IsCanonical_mE8CE886087E6C1104E1C96DC0CC11A435003A502_inline (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_canonical_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CommonAcl_set_IsAefa_m3DFC33D054950E1F36B4ABDD442C5FA15BCC5897_inline (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_is_aefa_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonAcl_get_IsContainer_mD1CB842B43478E3B8F2216E108F5AD81A68B1441_inline (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_container_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_object_ace_flags_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Guid_t ObjectAce_get_ObjectAceType_m07AE269B542364C13FAAD9F2D19CF35AECF7B73C_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
Guid_t L_0 = __this->get_object_ace_type_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Guid_t ObjectAce_get_InheritedObjectAceType_mB21B003BCA610E21265704B7D1AEAFE4BB37E714_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
Guid_t L_0 = __this->get_inherited_object_type_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * RawSecurityDescriptor_get_SystemAcl_mAC455963FEA84A48D086B448B883B4BEBDF080E7_inline (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, const RuntimeMethod* method)
{
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_system_acl_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * RawSecurityDescriptor_get_DiscretionaryAcl_m8D70A0E534E134C4AB7C51981D2E560495A7CDA4_inline (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, const RuntimeMethod* method)
{
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_discretionary_acl_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * CommonSecurityDescriptor_get_SystemAcl_mDF0FDA356302E2FD9E7DE71204D936C6F2C90FDC_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_0 = __this->get_system_acl_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonSecurityDescriptor_get_IsContainer_mB4ADC8B13E0218DA38E54D983DC2D95FC77E1E68_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_container_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonSecurityDescriptor_get_IsDS_m41886ECFD6797054FDB83C440665BC83AE0D23A7_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_ds_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonAcl_get_IsDS_mAA52BE37856F2D3F383D979FE218174FE5F39E69_inline (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_ds_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__count_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method)
{
{
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
return L_0;
}
}