LearnWithTouch/App/LearnWithTouch_ios/Classes/Native/Bulk_mscorlib_12.cpp

46741 lines
2.2 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 "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
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 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 T1, typename T2, typename T3>
struct VirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <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>
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>
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, 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);
}
};
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, typename T2, typename T3>
struct InterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <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;
// Mono.Security.Cryptography.DSAManaged
struct DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA;
// Mono.Security.Cryptography.KeyPairPersistence
struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2;
// Mono.Security.Cryptography.RSAManaged
struct RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A;
// 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.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.Queue
struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3;
// 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.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// 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.IO.BinaryWriter
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// 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.MarshalAsAttribute
struct MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020;
// System.Runtime.Remoting.Messaging.Header[]
struct HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC;
// 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.Formatters.Binary.BinaryArray
struct BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94;
// System.Runtime.Serialization.Formatters.Binary.BinaryAssembly
struct BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE;
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall
struct BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323;
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn
struct BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530;
// System.Runtime.Serialization.Formatters.Binary.BinaryObject
struct BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectString
struct BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap
struct BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped
struct BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[]
struct BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B;
// System.Runtime.Serialization.Formatters.Binary.InternalFE
struct InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1;
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped
struct MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F;
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped
struct MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423;
// System.Runtime.Serialization.Formatters.Binary.MemberReference
struct MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66;
// System.Runtime.Serialization.Formatters.Binary.MessageEnd
struct MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF;
// System.Runtime.Serialization.Formatters.Binary.NameInfo
struct NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77;
// System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo
struct ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8;
// System.Runtime.Serialization.Formatters.Binary.ObjectNull
struct ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05;
// System.Runtime.Serialization.Formatters.Binary.ObjectWriter
struct ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache
struct SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit
struct SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2;
// System.Runtime.Serialization.Formatters.Binary.SerStack
struct SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF;
// System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord
struct SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05;
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo
struct WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00;
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo[]
struct WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9;
// System.Runtime.Serialization.Formatters.Binary.__BinaryWriter
struct __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727;
// 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.MemberHolder
struct MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334;
// 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.SurrogateForCyclicalReference
struct SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45;
// 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.AllowPartiallyTrustedCallersAttribute
struct AllowPartiallyTrustedCallersAttribute_t5FC828B1EF0E0F455A7055203AA0B2A0C2DB2E47;
// System.Security.Cryptography.Aes
struct Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653;
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB;
// System.Security.Cryptography.AsymmetricSignatureDeformatter
struct AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39;
// System.Security.Cryptography.AsymmetricSignatureFormatter
struct AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E;
// System.Security.Cryptography.CryptoStream
struct CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC;
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A;
// System.Security.Cryptography.CryptographicUnexpectedOperationException
struct CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE;
// System.Security.Cryptography.DESCryptoServiceProvider
struct DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6;
// System.Security.Cryptography.DSACryptoServiceProvider
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8;
// System.Security.Cryptography.DSASignatureDeformatter
struct DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372;
// System.Security.Cryptography.DSASignatureDescription
struct DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A;
// System.Security.Cryptography.DSASignatureFormatter
struct DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421;
// System.Security.Cryptography.HMACMD5
struct HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B;
// System.Security.Cryptography.HMACRIPEMD160
struct HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71;
// System.Security.Cryptography.HMACSHA1
struct HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5;
// System.Security.Cryptography.HMACSHA256
struct HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414;
// System.Security.Cryptography.HMACSHA384
struct HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09;
// System.Security.Cryptography.HMACSHA512
struct HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D;
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA;
// System.Security.Cryptography.ICryptoTransform
struct ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9;
// System.Security.Cryptography.KeySizes
struct KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75;
// System.Security.Cryptography.KeySizes[]
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E;
// System.Security.Cryptography.MACTripleDES
struct MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE;
// System.Security.Cryptography.MD5CryptoServiceProvider
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42;
// System.Security.Cryptography.RC2CryptoServiceProvider
struct RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797;
// System.Security.Cryptography.RIPEMD160Managed
struct RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77;
// System.Security.Cryptography.RNGCryptoServiceProvider
struct RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1;
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4;
// System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription
struct RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2;
// System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription
struct RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4;
// System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription
struct RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01;
// System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription
struct RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E;
// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
struct RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C;
// System.Security.Cryptography.RSAPKCS1SignatureFormatter
struct RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6;
// System.Security.Cryptography.RijndaelManaged
struct RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182;
// System.Security.Cryptography.SHA1CryptoServiceProvider
struct SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D;
// System.Security.Cryptography.SHA1Internal
struct SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8;
// System.Security.Cryptography.SHA1Managed
struct SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D;
// System.Security.Cryptography.SHA256Managed
struct SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2;
// System.Security.Cryptography.SHA384Managed
struct SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160;
// System.Security.Cryptography.SHA512Managed
struct SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2;
// System.Security.Cryptography.SymmetricAlgorithm
struct SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789;
// System.Security.Cryptography.TailStream
struct TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89;
// System.Security.Cryptography.TripleDES
struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1;
// System.Security.Cryptography.TripleDESCryptoServiceProvider
struct TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.Encoder
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// 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;
extern RuntimeClass* Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var;
extern RuntimeClass* AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
extern RuntimeClass* AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_il2cpp_TypeInfo_var;
extern RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
extern RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
extern RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
extern RuntimeClass* CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var;
extern RuntimeClass* ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var;
extern RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
extern RuntimeClass* Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var;
extern RuntimeClass* CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var;
extern RuntimeClass* CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
extern RuntimeClass* DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6_il2cpp_TypeInfo_var;
extern RuntimeClass* DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var;
extern RuntimeClass* DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372_il2cpp_TypeInfo_var;
extern RuntimeClass* DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A_il2cpp_TypeInfo_var;
extern RuntimeClass* DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
extern RuntimeClass* DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_il2cpp_TypeInfo_var;
extern RuntimeClass* DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var;
extern RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
extern RuntimeClass* EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var;
extern RuntimeClass* EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var;
extern RuntimeClass* Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var;
extern RuntimeClass* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var;
extern RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var;
extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
extern RuntimeClass* FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var;
extern RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var;
extern RuntimeClass* FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A_il2cpp_TypeInfo_var;
extern RuntimeClass* FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117_il2cpp_TypeInfo_var;
extern RuntimeClass* FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var;
extern RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
extern RuntimeClass* HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B_il2cpp_TypeInfo_var;
extern RuntimeClass* HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71_il2cpp_TypeInfo_var;
extern RuntimeClass* HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var;
extern RuntimeClass* HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414_il2cpp_TypeInfo_var;
extern RuntimeClass* HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09_il2cpp_TypeInfo_var;
extern RuntimeClass* HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D_il2cpp_TypeInfo_var;
extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var;
extern RuntimeClass* IDeserializationCallback_t5C1534C9F1DCD3210770154062D21CBCC6F0E27A_il2cpp_TypeInfo_var;
extern RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
extern RuntimeClass* IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var;
extern RuntimeClass* IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var;
extern RuntimeClass* ISafeSerializationData_t18C2979D24583D957C9908CB90D566FA31E1117E_il2cpp_TypeInfo_var;
extern RuntimeClass* ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var;
extern RuntimeClass* ISerializationSurrogate_t23038B6F4E182A38826DE971AAC78E29FDBFA816_il2cpp_TypeInfo_var;
extern RuntimeClass* ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA_il2cpp_TypeInfo_var;
extern RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var;
extern RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
extern RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
extern RuntimeClass* Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var;
extern RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
extern RuntimeClass* KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var;
extern RuntimeClass* KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_il2cpp_TypeInfo_var;
extern RuntimeClass* LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF_il2cpp_TypeInfo_var;
extern RuntimeClass* MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE_il2cpp_TypeInfo_var;
extern RuntimeClass* MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var;
extern RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberInfo_t_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423_il2cpp_TypeInfo_var;
extern RuntimeClass* MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66_il2cpp_TypeInfo_var;
extern RuntimeClass* MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_il2cpp_TypeInfo_var;
extern RuntimeClass* MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var;
extern RuntimeClass* MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var;
extern RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var;
extern RuntimeClass* MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_il2cpp_TypeInfo_var;
extern RuntimeClass* MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var;
extern RuntimeClass* MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61_il2cpp_TypeInfo_var;
extern RuntimeClass* MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var;
extern RuntimeClass* MonoField_t_il2cpp_TypeInfo_var;
extern RuntimeClass* MonoMethod_t_il2cpp_TypeInfo_var;
extern RuntimeClass* MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_il2cpp_TypeInfo_var;
extern RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
extern RuntimeClass* NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
extern RuntimeClass* PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E_il2cpp_TypeInfo_var;
extern RuntimeClass* RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797_il2cpp_TypeInfo_var;
extern RuntimeClass* RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77_il2cpp_TypeInfo_var;
extern RuntimeClass* RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var;
extern RuntimeClass* RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var;
extern RuntimeClass* RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2_il2cpp_TypeInfo_var;
extern RuntimeClass* RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4_il2cpp_TypeInfo_var;
extern RuntimeClass* RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01_il2cpp_TypeInfo_var;
extern RuntimeClass* RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E_il2cpp_TypeInfo_var;
extern RuntimeClass* RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C_il2cpp_TypeInfo_var;
extern RuntimeClass* RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6_il2cpp_TypeInfo_var;
extern RuntimeClass* ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_il2cpp_TypeInfo_var;
extern RuntimeClass* RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182_il2cpp_TypeInfo_var;
extern RuntimeClass* RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var;
extern RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var;
extern RuntimeClass* SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D_il2cpp_TypeInfo_var;
extern RuntimeClass* SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D_il2cpp_TypeInfo_var;
extern RuntimeClass* SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_il2cpp_TypeInfo_var;
extern RuntimeClass* SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_il2cpp_TypeInfo_var;
extern RuntimeClass* SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_il2cpp_TypeInfo_var;
extern RuntimeClass* SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5_il2cpp_TypeInfo_var;
extern RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
extern RuntimeClass* Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var;
extern RuntimeClass* StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
extern RuntimeClass* TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeIdentifier_tEF8C0B5CA8B33CD2A732C822D0B9BD62B8DA2F12_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
extern RuntimeClass* ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC_il2cpp_TypeInfo_var;
extern RuntimeClass* ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2_FieldInfo_var;
extern String_t* _stringLiteral0048DEAE32BAEC237741315F192A8069558B375B;
extern String_t* _stringLiteral004A21CCF4449F84B69A76602E65315F9A7875E6;
extern String_t* _stringLiteral0089878B4F96D1BD215D2242C6D10CBEC2A3EF97;
extern String_t* _stringLiteral00968CFD06495A68558AFB5381A0F5AEC86F4E6E;
extern String_t* _stringLiteral0179CBF464F5876C486B151B49D1EF61A5360068;
extern String_t* _stringLiteral01E4715CD1F1397A5C3495A567A488FCA2E123EC;
extern String_t* _stringLiteral0358A5ACEF510E739E796FB6AA9402BDAA1F1174;
extern String_t* _stringLiteral03DE96B4248AD7196C04AB6B8E582EDBA92A7265;
extern String_t* _stringLiteral054D44E1BDA587A06CCB251246C0EE7E34D53865;
extern String_t* _stringLiteral05A64D8F4A280F6D2641D1D8433899C188E94B59;
extern String_t* _stringLiteral07189467B71456291F6EE48553EB211F903FBA83;
extern String_t* _stringLiteral07274945043305516C2DD6D0C610021C65F177B4;
extern String_t* _stringLiteral08D213ABBE49B0ED315827FD621B5CC2D354DDD2;
extern String_t* _stringLiteral08E93AAB825750FCAD1606E7494295F4F8512C13;
extern String_t* _stringLiteral0B2F6DA49F1EAC197064F7D8B56931A145C07F43;
extern String_t* _stringLiteral0F5B530255E5A064CC73699E4FA44BA8B2AD399F;
extern String_t* _stringLiteral102DCEA57B0E842F87BF24A98ED93F1F847F04CB;
extern String_t* _stringLiteral1095ACFD4D7275AE92DE523E40A546223852B551;
extern String_t* _stringLiteral13613C0A4C8E9661B704E532D3481E2DBE252601;
extern String_t* _stringLiteral14D34C067440DDDF3ABC6CD5E59936C4A6BBBAA4;
extern String_t* _stringLiteral16D7FFF5CB7B1700CDD10BB0D6B24359BFA7D38A;
extern String_t* _stringLiteral17149ABD69F0071A40D60C17F285B7CE932A7B3D;
extern String_t* _stringLiteral1846568FADB7401EF63507EE98BD41C81412F408;
extern String_t* _stringLiteral188E73411EE3827D6A21A268691B7E57AFEFD35F;
extern String_t* _stringLiteral189BDEF957FC6F02271E3256B24E818168134DDA;
extern String_t* _stringLiteral19D5B110F19B2190575B7810E1FA91334E8E400F;
extern String_t* _stringLiteral19DA398173BE4A1CA60D252A28CD0731E60A4780;
extern String_t* _stringLiteral1A33762A46A67DAB82E3E0CE396F238137506B86;
extern String_t* _stringLiteral1A7FD9E202DBC132E4DF88D454B6FC3E81D016CF;
extern String_t* _stringLiteral1D1BF960A29362D8B5000AB149BCFF821C0F8852;
extern String_t* _stringLiteral1D3C8BCC44B8A2CBA4C63B30774BF6644D4649C4;
extern String_t* _stringLiteral1DBC7385BADBFDA548FB27E2160A33CF32C0F545;
extern String_t* _stringLiteral1E01512B1E7D3EA5B69D1F71AC90A9451071D646;
extern String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
extern String_t* _stringLiteral1FB07FC6593E8F32201FA2F3A4164F265B0CC2ED;
extern String_t* _stringLiteral2037397024228EACFFB9B8132F814C6C6593EF2C;
extern String_t* _stringLiteral206DC9750C0C858C78D9CF448626BC7A0EAEA035;
extern String_t* _stringLiteral22225253A3DB9C71DD7D8F79C6E6FA1084B44E49;
extern String_t* _stringLiteral22529BD9CD4C1CD8ACF5044A5AAFD96688165F5B;
extern String_t* _stringLiteral249DBD06E584477042DE51D82FF72D52F7D7C76D;
extern String_t* _stringLiteral2994A243F32A65FAF581E5A76369B83C11170BE7;
extern String_t* _stringLiteral2C3199988097E4BB3103E8C34B8DFE8796545D8F;
extern String_t* _stringLiteral2DA62276D50D130F1C059F6E94FD6CCBF5F7C7A4;
extern String_t* _stringLiteral2DE3F4F9449938537E83C8AC3A691C5927388746;
extern String_t* _stringLiteral2F3C7240188D276B614A79BC97FA6308D37681F9;
extern String_t* _stringLiteral2F44E4A7B035EEFCCE23EDC6BE988128E1CE29A6;
extern String_t* _stringLiteral2F608168AB910F08F99CCBDA43EE56D4C1E18A3B;
extern String_t* _stringLiteral308DADD8379AA87AD9B6AD01D3328702E3FD5D72;
extern String_t* _stringLiteral3177A15C5117684C4155973B001D3B6A1D2F87DF;
extern String_t* _stringLiteral32679E4CE463CE1AD4AE7CBBDDA0D62F08639EB7;
extern String_t* _stringLiteral3435968A1FA5DC7806024802A561C1886C22803B;
extern String_t* _stringLiteral34396285DCC00850D89DA89D254E9D577693F10B;
extern String_t* _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA;
extern String_t* _stringLiteral38DC2CA78F8926F3A92266B514E823AF9B2D333E;
extern String_t* _stringLiteral38E1AFC65E4C3A211506657EA58563AB4931B6AB;
extern String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
extern String_t* _stringLiteral3ADDC5CC0597A7768F5D5436F05C907CC074126C;
extern String_t* _stringLiteral3B18F106B2E71F651B1A7B8EEC2EE875E57D5B17;
extern String_t* _stringLiteral3E5FE015375B68C60BEFD254E4B639475A73E6CA;
extern String_t* _stringLiteral3F83668D81A5EFAE08ACCA9672E88B6C4E9A2057;
extern String_t* _stringLiteral415AB40AE9B7CC4E66D6769CB2C08106E8293B48;
extern String_t* _stringLiteral425D0922B3DBEFD9CC78FAE2E9734F28B18CAEE1;
extern String_t* _stringLiteral43994F036B284920EB65140595B212791E1E315B;
extern String_t* _stringLiteral44D01B6AF57060949A24B74DB13BA7D1C49E6F53;
extern String_t* _stringLiteral453C7F4F8E131B7222D28B69E0207049CC8F454D;
extern String_t* _stringLiteral4975019776955B496F12DDE572B06527D53A3D69;
extern String_t* _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC;
extern String_t* _stringLiteral4B9F2B9F7DFD45F7B3F9EAB76201E30D2798FD98;
extern String_t* _stringLiteral4C7349E80F6107DB1F2060BFA2C691980B4B5250;
extern String_t* _stringLiteral4E6F2B2D93374316E84ABE79E52E8BFFF3E4F1A7;
extern String_t* _stringLiteral4F5682017652A2F207F9210E350173DF85EA12D0;
extern String_t* _stringLiteral4FD9225026296032FD175BA12995E8435BF8E579;
extern String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
extern String_t* _stringLiteral5047AAA8C8C54638D450B9579D6996150821B0F5;
extern String_t* _stringLiteral505613DD92F26133A156676FDB84F3B5BB24633F;
extern String_t* _stringLiteral523AC32205F06EB2E8236E77B00BF5E6500A0651;
extern String_t* _stringLiteral52AE691231B939A76280F44CCCD3864483C30D7E;
extern String_t* _stringLiteral55EED343A198ED12DF109B5CE13EF3E94B1187EC;
extern String_t* _stringLiteral564603A8DFD8923458B39CE2B9B4B98487AC87AD;
extern String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
extern String_t* _stringLiteral5B51336E564989178F263E0CD28F6C75E70F7191;
extern String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808;
extern String_t* _stringLiteral5D9A20A17F44C820674B0A8F30B1F046EC0DA0B0;
extern String_t* _stringLiteral60E80545679C5DA4E2134589AEE88C06F9FB43D4;
extern String_t* _stringLiteral60ED6504C74E5878530662CE4D473C745803875F;
extern String_t* _stringLiteral619417E3BBEF14EAF2503D64E9A39B721302DF8C;
extern String_t* _stringLiteral6467BAA3B187373E3931422E2A8EF22F3E447D77;
extern String_t* _stringLiteral649899A8F636172897CCF04C1781F0E59F4041D5;
extern String_t* _stringLiteral65E49DAB77336CA851AE4EB596211C1C78BC2386;
extern String_t* _stringLiteral6715EF2280FB549D73B09E8F1DB9F9E1313071F3;
extern String_t* _stringLiteral67AFB09F8D27C14D9989413831A63484F21CBCFB;
extern String_t* _stringLiteral6AC7BBFF4F1B3097865A25D8BB94FF9E398A97BE;
extern String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
extern String_t* _stringLiteral6BE8F9EC35819FA83807CCD9BB9E225AFF2F47DE;
extern String_t* _stringLiteral6C1FD94D4E88ED3CDF21B575C0573DAF7ACC4EBB;
extern String_t* _stringLiteral6C9C7BAF0DF03D7191DA4E981ABFD19642D45582;
extern String_t* _stringLiteral6E6E58BEF4B61192EE4EEE5C593C70D0535F6101;
extern String_t* _stringLiteral7109F9ECFCC521A037C045BAB837A04A1467751B;
extern String_t* _stringLiteral71EFA7E9FA909ED1CB9E25F0907FB4A41A55C2E7;
extern String_t* _stringLiteral724B20103740F89066905DA0B778BAF372F0DFFA;
extern String_t* _stringLiteral745E428A7E2D895994D11BCE9C1698C2087FEEE7;
extern String_t* _stringLiteral74BBAD39558EE79D69DC4DFFCCF4C7177A27645D;
extern String_t* _stringLiteral752203FC97F9BD76547C504057B8F32DA1C045C5;
extern String_t* _stringLiteral752DA69D35B7D2F3AECB0519FD2289F94D325EA7;
extern String_t* _stringLiteral7623358BE352F2D10F9FBCE6565E12A845E9921D;
extern String_t* _stringLiteral76353B32E89D21057F9EC9CBDA673D64C2685940;
extern String_t* _stringLiteral7647CD1964FA9C3DB292EC19AAD7E2D17340B89B;
extern String_t* _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD;
extern String_t* _stringLiteral7E66579C2DC88D0E01672221DB46B4D595893173;
extern String_t* _stringLiteral809A5353F7D4F1CC85D53AC73B1A87FDF04978CC;
extern String_t* _stringLiteral8228CC6FC660BC93819620C7CACB1E0A8732B70B;
extern String_t* _stringLiteral84BDD358EA75302F880E3DC1B629FD2ED959232A;
extern String_t* _stringLiteral850828716F9C5476A885E4AF4B1592EDAF8390BA;
extern String_t* _stringLiteral8860B86459E3EF92393A9D7FF2216E64A3C464F1;
extern String_t* _stringLiteral8862EDBAB039F3ABF957AB1AC05B05486B32335D;
extern String_t* _stringLiteral888B2AB675FB5D7F6F9DECB418C618803EF62592;
extern String_t* _stringLiteral88C23C3C937405CCEFA4C091F6F1A6D9B0AC2C6B;
extern String_t* _stringLiteral88E95B69EBE89180DDB6D70300A78CEDE72FEBDA;
extern String_t* _stringLiteral8918776C55D081E9DBEDEFFF4E02E117936C4AA3;
extern String_t* _stringLiteral89ADD44544810AC934CD80F0F594BF927DE8468D;
extern String_t* _stringLiteral8B77D037C923A1ACE3E16E415BBD0ABA35FDAF70;
extern String_t* _stringLiteral8CF7FE29A597D2BB7FB0A4B015BDBB1BDE21ED92;
extern String_t* _stringLiteral8DF2566E8D47310294A597C85CB5251612537EF7;
extern String_t* _stringLiteral8F4BAD6375F8031D1EEA90C8506C3E9B4A7A8845;
extern String_t* _stringLiteral906DADDF1D675117DFD9E7AA8C6391C628995607;
extern String_t* _stringLiteral917675A3C65584FF2D05F28B381A0306A8D9EC83;
extern String_t* _stringLiteral93C111851DDDD72DF1CCE55558C3008A4EF10212;
extern String_t* _stringLiteral977DAEE1A5FCF6E60DCEFE44BE17DEDE7956024F;
extern String_t* _stringLiteral97E545A78CF68A97CFABEEF624913E3C78EA4D98;
extern String_t* _stringLiteral9B214A0FBC91794F9B2F7C03B2FFDADC705BB106;
extern String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202;
extern String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
extern String_t* _stringLiteral9D14EC96FF61D9EF3BDDF6D8EC0B1F79685510AE;
extern String_t* _stringLiteral9FD84BA22BCC2C75E0FDB550EB4A0A3E5D326240;
extern String_t* _stringLiteralA0ED19450B96536472FBF1C545F296799D4A7251;
extern String_t* _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6;
extern String_t* _stringLiteralA12C0AE3EDED2C019C79B49F901F7F100918318A;
extern String_t* _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D;
extern String_t* _stringLiteralA36A9DE46257EEA62C8F60F28B8CCE38582B7239;
extern String_t* _stringLiteralA5A13027211F0B4427CA2494B23E545326628927;
extern String_t* _stringLiteralA608C24C078817E424D3A13D5A65B8C4A2F0AA4E;
extern String_t* _stringLiteralA77E41A21B51DBA704C94525553E2151EC3FFFE6;
extern String_t* _stringLiteralA8DCA9EAB98DF6D866332F48A7666D025CF30BF7;
extern String_t* _stringLiteralA979EF10CC6F6A36DF6B8A323307EE3BB2E2DB9C;
extern String_t* _stringLiteralAA42712128B981BBB051A246DF3B92C88B7D7202;
extern String_t* _stringLiteralAA52E266509C5775D4858DF8B8F09D164115832E;
extern String_t* _stringLiteralAA71A1C4992A2B847492913FCD3634ADC1AD7F5D;
extern String_t* _stringLiteralAB2408808ACE102415C2CEAC6DD5C961E8572436;
extern String_t* _stringLiteralAB6D2252C3B04657480866DF4D9F85495295E4E8;
extern String_t* _stringLiteralAE99B70C034FADE1269CDACF6DBEE469902A888F;
extern String_t* _stringLiteralAF0BF4FCB4B14D4F90E6E119C081210D67653FB1;
extern String_t* _stringLiteralAFD6EADC1B6810FA1650AC3B4E0294321C5424BA;
extern String_t* _stringLiteralB27FE2AFB8AD106D91185B228874967E22A5B82E;
extern String_t* _stringLiteralB310DA45B1EBF444106A41B7832AB2FBE25DAB41;
extern String_t* _stringLiteralB361B3911522C09919A6EC8A5DB9676E2C2CEFB3;
extern String_t* _stringLiteralB36855C8106E21F3F1D294497421FA8827D57C6A;
extern String_t* _stringLiteralB3F111108BA874807F853B281D56C24F1663DF51;
extern String_t* _stringLiteralB3F1F8862F10AF31969AAE8EBED44E63494CBA60;
extern String_t* _stringLiteralB49702DE005AEDAFD83395B35F0FD6964DCAA33A;
extern String_t* _stringLiteralB7640D3025BFDC2590F98D3AC2DF7D19BBD0EC9E;
extern String_t* _stringLiteralB864F02CAABF67EE9DAB90D79279565A1DE9C7CA;
extern String_t* _stringLiteralBA443BD433770FD1FF9A9F228975BA77391CE319;
extern String_t* _stringLiteralBBA592C780BAA2BD80C0FDB04EC8E10FD3041179;
extern String_t* _stringLiteralBBAA31881F8EFA20E68D6C29545CB39DED166BFC;
extern String_t* _stringLiteralBC8AB946FF84A98F1B995F29850F63C9D1EC4F7F;
extern String_t* _stringLiteralBEABC360599DB05A149F26A3125B5D852F68ACF0;
extern String_t* _stringLiteralBEEF855DA262DC547061CA6BE5DA5E24503FD34D;
extern String_t* _stringLiteralC169BB34C183CA07B6309A1F467C2BACBA841760;
extern String_t* _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B;
extern String_t* _stringLiteralC3A46DF3DE19D92FC498CF4CCD590933A406DA60;
extern String_t* _stringLiteralC6F13FE004C2289E7A0EE2FD90131AD4D07F686D;
extern String_t* _stringLiteralC70D70EEE4594E8A09D5D076386F5419E3534813;
extern String_t* _stringLiteralC903F2A656B7A7A2D3BD175389D0ADF6401A7771;
extern String_t* _stringLiteralC907882F58B3ECAFFCE2D01BAC00931F703B95BE;
extern String_t* _stringLiteralCA56CEE1AF87B2B0DD45C5E6D01B45A13E3B80DB;
extern String_t* _stringLiteralCB0CEEE65BF210F760A9DB40410CA6A7F81E351F;
extern String_t* _stringLiteralCC743477223F3867C752B63781EFA4304E1DD6D5;
extern String_t* _stringLiteralCD0445242E4F21D506708A1E8189020C84DAB849;
extern String_t* _stringLiteralCD911902D5F716340723F96C3D7ED0A89E6C5EED;
extern String_t* _stringLiteralCDDC42993148A2E661BBD422B8FFB1D0C5F9FC48;
extern String_t* _stringLiteralCE4D1DDBD64D8334CEF8CE29F9E8082C28B32CF4;
extern String_t* _stringLiteralCEE1BD1EC47F72F8B6E1AC54170D898090A03A93;
extern String_t* _stringLiteralCF18227C20788845FBC9DF3586A5727BA0E2C994;
extern String_t* _stringLiteralCFE9D4E8D50E363B49EFE03E4D5616FA588C1773;
extern String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9;
extern String_t* _stringLiteralD0C535352D8FD4CE7802B9E1C2BEC0EFF262669F;
extern String_t* _stringLiteralD3545623200D657AFC7CF328BC3A1F331421A4BB;
extern String_t* _stringLiteralD4C44848BC5DDC379AE5DB6A2A8ECC7A0B2B9AFC;
extern String_t* _stringLiteralD63534BE237999A34E036355EB3FA1733E081A21;
extern String_t* _stringLiteralD8420BA2B27245C8FEDFDF3B79667EFDDAEB932F;
extern String_t* _stringLiteralD8F4590320E1343A915B6394170650A8F35D6926;
extern String_t* _stringLiteralD984C20E734630217B900C10DE133FAA1F7AC891;
extern String_t* _stringLiteralD99687D6E2A05AB86D82EB88F617BB3A6D262286;
extern String_t* _stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C;
extern String_t* _stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D;
extern String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
extern String_t* _stringLiteralDBDD7B51A325AE50AF055F075B2CCF50439827EF;
extern String_t* _stringLiteralDD509F6F6041AD7FA998E6F3A90302DF2400B319;
extern String_t* _stringLiteralDF3F0EECF32DE5413D72F23B7632063A9EE7A585;
extern String_t* _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61;
extern String_t* _stringLiteralE0000ABFE2C72976480D2ACE311F321B27C18D97;
extern String_t* _stringLiteralE14A957E7158EF80B5162F3C821DCE79E056C0C0;
extern String_t* _stringLiteralE2305F8324CE88D5A3D1BA46BFC8E824A193B470;
extern String_t* _stringLiteralE554422A394CA76EB629B1457DD3F68AE6A4CA0E;
extern String_t* _stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497;
extern String_t* _stringLiteralE8A0229105B61A31338DCA564DC4CA66F3FE715B;
extern String_t* _stringLiteralE908389D4BBF30E8DC72DC47CDF6B45D89E8B2A0;
extern String_t* _stringLiteralE9D596E7807A846BC76A51E845FCC844F24DFDAA;
extern String_t* _stringLiteralEAE5371D7C48DFAD0AE39B4B2F0D509E8E1E564A;
extern String_t* _stringLiteralEC1F78FD1B1ED4270616C86AC5F060C76454B471;
extern String_t* _stringLiteralEC8A92ECEE1C61F167081A15453BFB0102DD0DF3;
extern String_t* _stringLiteralED9C29870C7757C442F5FD54D78BA42325E63363;
extern String_t* _stringLiteralEDFBE774D07FEF0E86FBB029261CD370F5EFD9E7;
extern String_t* _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123;
extern String_t* _stringLiteralF019334BB53F61BB46F9F801915054829CCB3E82;
extern String_t* _stringLiteralF15DCF4F4C4788BD209FF60E3CEB970A1340D528;
extern String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F;
extern String_t* _stringLiteralF1FED6EF5E019C661C77B1DB161B69169FA467AC;
extern String_t* _stringLiteralF24CF99E96113662C653A0A7A521BF07D7A516B9;
extern String_t* _stringLiteralF2883B73C7170209AD6F63B0EFACADB881FE5E22;
extern String_t* _stringLiteralF2F6389D1A4A4791476CE96AFAE0E94690838A1A;
extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
extern String_t* _stringLiteralF34548F06963977CEEA237DAE5E24FA1246BD908;
extern String_t* _stringLiteralF5FFE13209F3EA6C60D3F9605E43E998A329AD77;
extern String_t* _stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7;
extern String_t* _stringLiteralF88F3BC110B17C96C0857A9DD4115004A7A4BDC8;
extern String_t* _stringLiteralFA54E171FCDD7A053C7DCD4773C6E0773E360538;
extern String_t* _stringLiteralFD4DAE62771BEDC37631F8989D614C68BF411CAF;
extern String_t* _stringLiteralFDDD0BA7698853BC0B5E357EE844B42547216CBC;
extern String_t* _stringLiteralFEC5F94EEF090E85867493394092E5DE8BF859D3;
extern const RuntimeMethod* Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_RuntimeMethod_var;
extern const RuntimeMethod* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var;
extern const RuntimeMethod* Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_RuntimeMethod_var;
extern const RuntimeMethod* Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var;
extern const RuntimeMethod* AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_RuntimeMethod_var;
extern const RuntimeMethod* AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D_RuntimeMethod_var;
extern const RuntimeMethod* AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_RuntimeMethod_var;
extern const RuntimeMethod* CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C_RuntimeMethod_var;
extern const RuntimeMethod* CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335_RuntimeMethod_var;
extern const RuntimeMethod* CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var;
extern const RuntimeMethod* CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var;
extern const RuntimeMethod* EventHandler_1_Invoke_m14375BE57616E7AE2D6D258E09CE89856005305D_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_Add_m0449D396E56C02B54DC580D843A31B254583FCE8_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_Add_m12F6228E5254FDEB30600445713B6694082358D4_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_Add_m31C60F34F4D857ED06C8A6C1B0CC4C918F0F8674_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_Add_m84BFFBE17034415D6777D75EEA8FC08579956CEF_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_Add_m917BD524246AE07B85994761733791695631662C_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_Add_m9CE383F0AD6CFD16107A80D4A4CF93D593B87316_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_CopyTo_m05AF97C6C7AA6B0606757F3B3A49F95DA652A56E_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_CopyTo_m21987C9AE717D0F789B32C75A11BB0C95EC5CA1E_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_CopyTo_m9C08B2F46A9C6341CB5638E303466D0F3F2CA45A_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_CopyTo_mA8C93F1F7084CE87BBDB8B21A8C3150A2E51521D_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_CopyTo_mB8EBE6B3140C4D78EE2DF3F7D8356613A9D3CBA1_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_CopyTo_mF93A09E07BED4F405182C55CB3BDBFD40E539DDF_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1__ctor_m32D9E0C35E7CEB5E814E7B58072FA144E475CF0A_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1__ctor_m33F9EB5F27514C07B825941EB7CAC61F40A66A8C_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1__ctor_m5C06A0A5A34060BE13F097F7DEC45CC40A946006_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1__ctor_m7B093C8CBD5EB15804418528B695E5770F9F7CDD_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1__ctor_m9D45CD85CEEE349148BADBD5F71559ED1572AD8A_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_get_Item_m7B500BF0174C0022A3640EF28C8073785B51C086_RuntimeMethod_var;
extern const RuntimeMethod* ListBuilder_1_get_Item_mC6769FA8DE3006C896635E2968EFC1808266F0D6_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m8B99C3701CFCC899DBDF5C0A4D5A1513E7C9341E_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var;
extern const RuntimeMethod* List_1_CopyTo_m77751034BB3A419B9DEF628B0A0F3F5020ABF4A2_RuntimeMethod_var;
extern const RuntimeMethod* List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28_RuntimeMethod_var;
extern const RuntimeMethod* List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Reverse_m084236AFEFCAB20C24D5EA26B04AB0731D9A8C17_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_mDA08C802E7E05B23AD01A4A1B0F070F4F8674079_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_mFBB7F821AAC1F0F68A578448DD892C8F1D7CC7D2_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var;
extern const RuntimeMethod* LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1_RuntimeMethod_var;
extern const RuntimeMethod* ObjectHolderList_EnlargeArray_mB292C8EA578152793743F1F5F0B6BE56A3D726D9_RuntimeMethod_var;
extern const RuntimeMethod* ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1_RuntimeMethod_var;
extern const RuntimeMethod* ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444_RuntimeMethod_var;
extern const RuntimeMethod* ObjectIDGenerator_GetId_m7FD6BCE1EF50077CE7F0B5DAF954B84AB137627D_RuntimeMethod_var;
extern const RuntimeMethod* ObjectIDGenerator_HasId_m458D522E85FEEDDBEC01CADF8AA67310A54866F1_RuntimeMethod_var;
extern const RuntimeMethod* ObjectIDGenerator_Rehash_m9E8755018CCAE45A1ABA6EC675479C42A05DC89A_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_DoFixups_mBB082B5973C7972C465B33A3CCB3B4F7724B552E_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_FixupSpecialObject_mA11ACC941A6554F3F5707FBE4061523E08FFC1FA_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_GetObject_mF6E8F9B8CE9253DAAD5D42AE0DC2027C4BE25BFB_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_RecordArrayElementFixup_m7CD50372A084D707E13A5FD8A69BE7D097D33517_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_RecordDelayedFixup_mBD59AEB4BD952A269F8C713F1B5BC543D2EC60A2_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_RecordFixup_mC61C6E8F9B0B033E14D6336DF7042EFE9C81A9F3_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053_RuntimeMethod_var;
extern const RuntimeMethod* ObjectManager_ResolveObjectReference_m90EF800476089742D85776D1EA32EBB03A34278E_RuntimeMethod_var;
extern const RuntimeMethod* OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0_RuntimeMethod_var;
extern const RuntimeMethod* RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320_RuntimeMethod_var;
extern const RuntimeMethod* SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_RuntimeMethod_var;
extern const RuntimeMethod* SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_RuntimeMethod_var;
extern const RuntimeMethod* SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_RuntimeMethod_var;
extern const RuntimeMethod* SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_RuntimeMethod_var;
extern const RuntimeMethod* ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_RuntimeMethod_var;
extern const RuntimeMethod* __BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8_RuntimeMethod_var;
extern const RuntimeType* ArgIterator_tCF0D2A1A1BD140821E37286E2D7AC6267479F855_0_0_0_var;
extern const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var;
extern const RuntimeType* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var;
extern const RuntimeType* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var;
extern const RuntimeType* ContextBoundObject_tB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0_0_0_0_var;
extern const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
extern const RuntimeType* DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_0_0_0_var;
extern const RuntimeType* Delegate_t_0_0_0_var;
extern const RuntimeType* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_0_0_0_var;
extern const RuntimeType* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var;
extern const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
extern const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var;
extern const RuntimeType* IntPtr_t_0_0_0_var;
extern const RuntimeType* List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_0_0_0_var;
extern const RuntimeType* List_1_t1DE2798BA3743A4EC617029480011B4D301F319B_0_0_0_var;
extern const RuntimeType* MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_0_0_0_var;
extern const RuntimeType* MonoField_t_0_0_0_var;
extern const RuntimeType* MonoMethod_t_0_0_0_var;
extern const RuntimeType* OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D_0_0_0_var;
extern const RuntimeType* OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767_0_0_0_var;
extern const RuntimeType* OnSerializedAttribute_tCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A_0_0_0_var;
extern const RuntimeType* OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630_0_0_0_var;
extern const RuntimeType* ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C_0_0_0_var;
extern const RuntimeType* ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_0_0_0_var;
extern const RuntimeType* RuntimeArgumentHandle_t6118B2666F632AA0A554B476D9A447ACDBF08C46_0_0_0_var;
extern const RuntimeType* RuntimeArray_0_0_0_var;
extern const RuntimeType* RuntimeObject_0_0_0_var;
extern const RuntimeType* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var;
extern const RuntimeType* SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_0_0_0_var;
extern const RuntimeType* SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var;
extern const RuntimeType* SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_0_0_0_var;
extern const RuntimeType* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var;
extern const RuntimeType* StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_0_0_0_var;
extern const RuntimeType* String_t_0_0_0_var;
extern const RuntimeType* SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45_0_0_0_var;
extern const RuntimeType* TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8_0_0_0_var;
extern const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var;
extern const RuntimeType* UIntPtr_t_0_0_0_var;
extern const RuntimeType* ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_0_0_0_var;
extern const RuntimeType* Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var;
extern const uint32_t Aes__cctor_mB33D6B5DD75B0A3826B363B0EBF660C1C267E23A_MetadataUsageId;
extern const uint32_t Aes__ctor_m16C1BE841CDC7AD3484B027FADD635F4CC2F46C5_MetadataUsageId;
extern const uint32_t AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA_MetadataUsageId;
extern const uint32_t AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_MetadataUsageId;
extern const uint32_t AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D_MetadataUsageId;
extern const uint32_t AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_MetadataUsageId;
extern const uint32_t BinaryCompatibility__cctor_m93D7345ABCD06B452C984790479C07F62E12089B_MetadataUsageId;
extern const uint32_t CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C_MetadataUsageId;
extern const uint32_t CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335_MetadataUsageId;
extern const uint32_t CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_MetadataUsageId;
extern const uint32_t CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210_MetadataUsageId;
extern const uint32_t LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1_MetadataUsageId;
extern const uint32_t LongList__ctor_mFE7CAEC3CDACC232BD3497A71ADF359994018C55_MetadataUsageId;
extern const uint32_t MemberHolder_Equals_mA6EED75BB4CB4EC189C6ED4B7179D65A512665CE_MetadataUsageId;
extern const uint32_t ObjectHolderList_EnlargeArray_mB292C8EA578152793743F1F5F0B6BE56A3D726D9_MetadataUsageId;
extern const uint32_t ObjectHolderList_GetFixupEnumerator_m08588A8D7F9150BA039A14A5C8692CC5936ABA86_MetadataUsageId;
extern const uint32_t ObjectHolderList__ctor_m12403A7A5A3F460E1D51AB7A378FFD47ED68119B_MetadataUsageId;
extern const uint32_t ObjectHolder_AddDependency_mE072892D26BAF0441611F504021EE19814DABFC2_MetadataUsageId;
extern const uint32_t ObjectHolder_AddFixup_mAD6AAF901FE52337C44D7CF8B6BC19922DF1342E_MetadataUsageId;
extern const uint32_t ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3_MetadataUsageId;
extern const uint32_t ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952_MetadataUsageId;
extern const uint32_t ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1_MetadataUsageId;
extern const uint32_t ObjectHolder__ctor_m20F07562B30D6414CE96FB24ADD30FE2205C87E1_MetadataUsageId;
extern const uint32_t ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444_MetadataUsageId;
extern const uint32_t ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F_MetadataUsageId;
extern const uint32_t ObjectIDGenerator_GetId_m7FD6BCE1EF50077CE7F0B5DAF954B84AB137627D_MetadataUsageId;
extern const uint32_t ObjectIDGenerator_HasId_m458D522E85FEEDDBEC01CADF8AA67310A54866F1_MetadataUsageId;
extern const uint32_t ObjectIDGenerator_Rehash_m9E8755018CCAE45A1ABA6EC675479C42A05DC89A_MetadataUsageId;
extern const uint32_t ObjectIDGenerator__cctor_m2EE8186884AD1241FF8B08D7E36AEF9125FCD01D_MetadataUsageId;
extern const uint32_t ObjectIDGenerator__ctor_mD9F36DD4AC2562F8A6883111DEC03695AEF83D8B_MetadataUsageId;
extern const uint32_t ObjectManager_AddObjectHolder_m018504885D2FC2403CC90C1092557D40ABF15DB2_MetadataUsageId;
extern const uint32_t ObjectManager_AddOnDeserialization_mCE4961D1A5B85A6373DF03B9FFE313178E1EC1EE_MetadataUsageId;
extern const uint32_t ObjectManager_AddOnDeserialized_m36070F3D966B6A0DA8AE5990F5F4B7FCFC7F05E3_MetadataUsageId;
extern const uint32_t ObjectManager_CompleteISerializableObject_mBF2EA82DB59628D472DD6D80CE9B9712E9130437_MetadataUsageId;
extern const uint32_t ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_MetadataUsageId;
extern const uint32_t ObjectManager_DoFixups_mBB082B5973C7972C465B33A3CCB3B4F7724B552E_MetadataUsageId;
extern const uint32_t ObjectManager_DoValueTypeFixup_mC65D4BAF4714AEC2173E5BC47B63A4BA4D7357F9_MetadataUsageId;
extern const uint32_t ObjectManager_FindOrCreateObjectHolder_mFAB81D05972F152A1B22F656083D703B45D7F0B1_MetadataUsageId;
extern const uint32_t ObjectManager_FixupSpecialObject_mA11ACC941A6554F3F5707FBE4061523E08FFC1FA_MetadataUsageId;
extern const uint32_t ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077_MetadataUsageId;
extern const uint32_t ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405_MetadataUsageId;
extern const uint32_t ObjectManager_GetObject_mF6E8F9B8CE9253DAAD5D42AE0DC2027C4BE25BFB_MetadataUsageId;
extern const uint32_t ObjectManager_RaiseOnDeserializedEvent_m42772A44765F7C311F7BB9685663742B292BD74E_MetadataUsageId;
extern const uint32_t ObjectManager_RaiseOnDeserializingEvent_mC6657622A304FF49362A573E5C7D317CA754B8AC_MetadataUsageId;
extern const uint32_t ObjectManager_RecordArrayElementFixup_m7CD50372A084D707E13A5FD8A69BE7D097D33517_MetadataUsageId;
extern const uint32_t ObjectManager_RecordDelayedFixup_mBD59AEB4BD952A269F8C713F1B5BC543D2EC60A2_MetadataUsageId;
extern const uint32_t ObjectManager_RecordFixup_mC61C6E8F9B0B033E14D6336DF7042EFE9C81A9F3_MetadataUsageId;
extern const uint32_t ObjectManager_RegisterFixup_m119DD57AE7879A900E06973C6504609422A62264_MetadataUsageId;
extern const uint32_t ObjectManager_RegisterObject_m893DE83E17D408707FD2D5214E74EE229FEC9053_MetadataUsageId;
extern const uint32_t ObjectManager_RegisterString_m7EA5C4CE4DEE8F81021CD64397B370728C87B27B_MetadataUsageId;
extern const uint32_t ObjectManager_ResolveObjectReference_m90EF800476089742D85776D1EA32EBB03A34278E_MetadataUsageId;
extern const uint32_t ObjectManager__ctor_m332F1ACA2633B436B019BA0AC4F51E292532D2F3_MetadataUsageId;
extern const uint32_t ObjectManager_get_SpecialFixupObjects_m0AF376C0567766BCD952B7903F387D73183F39A3_MetadataUsageId;
extern const uint32_t OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4_MetadataUsageId;
extern const uint32_t RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50_MetadataUsageId;
extern const uint32_t RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_MetadataUsageId;
extern const uint32_t RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_MetadataUsageId;
extern const uint32_t RuntimeMethodHandle_ConstructInstantiation_m86D2B7435447EAA7331C6217AF385968791D569A_MetadataUsageId;
extern const uint32_t RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF_MetadataUsageId;
extern const uint32_t RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_MetadataUsageId;
extern const uint32_t RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7_MetadataUsageId;
extern const uint32_t RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_MetadataUsageId;
extern const uint32_t RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E_MetadataUsageId;
extern const uint32_t RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_MetadataUsageId;
extern const uint32_t RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4_MetadataUsageId;
extern const uint32_t RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_MetadataUsageId;
extern const uint32_t RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_MetadataUsageId;
extern const uint32_t RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_MetadataUsageId;
extern const uint32_t RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064_MetadataUsageId;
extern const uint32_t RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4_MetadataUsageId;
extern const uint32_t RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_MetadataUsageId;
extern const uint32_t RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_MetadataUsageId;
extern const uint32_t RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0_MetadataUsageId;
extern const uint32_t RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9_MetadataUsageId;
extern const uint32_t RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F_MetadataUsageId;
extern const uint32_t RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE_MetadataUsageId;
extern const uint32_t RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B_MetadataUsageId;
extern const uint32_t RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222_MetadataUsageId;
extern const uint32_t RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A_MetadataUsageId;
extern const uint32_t RuntimeType_FormatTypeName_m59B3B6C0997F2F636C6EBDB4B634868BB36FD4BF_MetadataUsageId;
extern const uint32_t RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754_MetadataUsageId;
extern const uint32_t RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED_MetadataUsageId;
extern const uint32_t RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_MetadataUsageId;
extern const uint32_t RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136_MetadataUsageId;
extern const uint32_t RuntimeType_GetConstructorImpl_mA7BE24A891DF3B2D04367B69C7D58C38617F37D2_MetadataUsageId;
extern const uint32_t RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E_MetadataUsageId;
extern const uint32_t RuntimeType_GetConstructors_m109BE52B52B4C63B4548E74EC22B591D0BCCBF92_MetadataUsageId;
extern const uint32_t RuntimeType_GetCustomAttributes_m000FACA54EA21B9CE60055A0EF3D8A288AACDDBF_MetadataUsageId;
extern const uint32_t RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_MetadataUsageId;
extern const uint32_t RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467_MetadataUsageId;
extern const uint32_t RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2_MetadataUsageId;
extern const uint32_t RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_MetadataUsageId;
extern const uint32_t RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5_MetadataUsageId;
extern const uint32_t RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811_MetadataUsageId;
extern const uint32_t RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38_MetadataUsageId;
extern const uint32_t RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_MetadataUsageId;
extern const uint32_t RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348_MetadataUsageId;
extern const uint32_t RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5_MetadataUsageId;
extern const uint32_t RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_MetadataUsageId;
extern const uint32_t RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9_MetadataUsageId;
extern const uint32_t RuntimeType_GetFields_m7134BB0A4968080D1F4FF3FC807C0B001945A13C_MetadataUsageId;
extern const uint32_t RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254_MetadataUsageId;
extern const uint32_t RuntimeType_GetGenericArguments_m8E43CC06DC1A7097CB7E5705BAC568B7A50424DD_MetadataUsageId;
extern const uint32_t RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C_MetadataUsageId;
extern const uint32_t RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D_MetadataUsageId;
extern const uint32_t RuntimeType_GetHashCode_mE7A730BF14917D356A0EFD9145C4976A447B9B5E_MetadataUsageId;
extern const uint32_t RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED_MetadataUsageId;
extern const uint32_t RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF_MetadataUsageId;
extern const uint32_t RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69_MetadataUsageId;
extern const uint32_t RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198_MetadataUsageId;
extern const uint32_t RuntimeType_GetMethods_mA3C0E2C9110B28047C22CE6A2492E5823D182391_MetadataUsageId;
extern const uint32_t RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9_MetadataUsageId;
extern const uint32_t RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_MetadataUsageId;
extern const uint32_t RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A_MetadataUsageId;
extern const uint32_t RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC_MetadataUsageId;
extern const uint32_t RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1_MetadataUsageId;
extern const uint32_t RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD_MetadataUsageId;
extern const uint32_t RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_MetadataUsageId;
extern const uint32_t RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966_MetadataUsageId;
extern const uint32_t RuntimeType_GetTypeCodeImpl_m4C05C434EC033E17A31B0CE613ED368FAA0BA3FB_MetadataUsageId;
extern const uint32_t RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_MetadataUsageId;
extern const uint32_t RuntimeType_IsAssignableFrom_m8271B531E654A0194C82CB2A282D8D8AD2758B89_MetadataUsageId;
extern const uint32_t RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849_MetadataUsageId;
extern const uint32_t RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_MetadataUsageId;
extern const uint32_t RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_MetadataUsageId;
extern const uint32_t RuntimeType_IsEquivalentTo_m8134B50CD32FD03E5ADEB925FC40231A34F1118E_MetadataUsageId;
extern const uint32_t RuntimeType_IsSpecialSerializableType_m531BB860EC93F0248F0D013EC176FE337E94A72E_MetadataUsageId;
extern const uint32_t RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C_MetadataUsageId;
extern const uint32_t RuntimeType_IsValueTypeImpl_m3060BE160C62B967DD2CE94D170F662EE47CEEBD_MetadataUsageId;
extern const uint32_t RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2_MetadataUsageId;
extern const uint32_t RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92_MetadataUsageId;
extern const uint32_t RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_MetadataUsageId;
extern const uint32_t RuntimeType_MakePointerType_m0AE1F85FA80545E0FB899DD5A1E954062E0D3CF2_MetadataUsageId;
extern const uint32_t RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_MetadataUsageId;
extern const uint32_t RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD_MetadataUsageId;
extern const uint32_t RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_MetadataUsageId;
extern const uint32_t RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0_MetadataUsageId;
extern const uint32_t RuntimeType__cctor_m2EAEF6E373ED5F6ABA378F7A52A2812E36BEC496_MetadataUsageId;
extern const uint32_t RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_MetadataUsageId;
extern const uint32_t RuntimeType_get_FullName_m1193D837BC68033EACFA14C1CE399300F19096B3_MetadataUsageId;
extern const uint32_t RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0_MetadataUsageId;
extern const uint32_t RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320_MetadataUsageId;
extern const uint32_t RuntimeType_get_IsEnum_mC14D5D5AAE6FC3A7418D79D30CADB62EE07C905E_MetadataUsageId;
extern const uint32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_MetadataUsageId;
extern const uint32_t SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144_MetadataUsageId;
extern const uint32_t SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD_MetadataUsageId;
extern const uint32_t SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E_MetadataUsageId;
extern const uint32_t SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A_MetadataUsageId;
extern const uint32_t SafeSerializationManager_CompleteDeserialization_mC041209DDA3C3D765E7045DCA34682108858E3B1_MetadataUsageId;
extern const uint32_t SafeSerializationManager_CompleteSerialization_mC577DAFEBD7AA3E14807DCA75864D835475231CB_MetadataUsageId;
extern const uint32_t SafeSerializationManager_OnDeserialized_mFF500D6C8A9C7C058BF42FD256A54D7D53450938_MetadataUsageId;
extern const uint32_t SafeSerializationManager_System_Runtime_Serialization_IObjectReference_GetRealObject_m2BC90F983CD9F11E58BEBADFF14880890524510B_MetadataUsageId;
extern const uint32_t SafeSerializationManager_System_Runtime_Serialization_ISerializable_GetObjectData_mED0E65908FFAD4A5E6A1D26CA0A210FCF828D995_MetadataUsageId;
extern const uint32_t SafeSerializationManager__ctor_mA7F7A11473E650A9B45525BF99AD65ED991E48CF_MetadataUsageId;
extern const uint32_t SerializationEventHandler_BeginInvoke_m140A72D2E01E9107E0F2FACFC8CBEE9130B17808_MetadataUsageId;
extern const uint32_t SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D_MetadataUsageId;
extern const uint32_t SerializationEventsCache__cctor_m418D864822B9A38B4A4610CCAA3CE52DCC990E5D_MetadataUsageId;
extern const uint32_t SerializationEvents_AddOnDeserialized_mE2F40EFC894379A1619142E849F06A848C0029BF_MetadataUsageId;
extern const uint32_t SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B_MetadataUsageId;
extern const uint32_t SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9_MetadataUsageId;
extern const uint32_t SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44_MetadataUsageId;
extern const uint32_t SerializationEvents_InvokeOnDeserializing_mDB3CA1550BB4B43830409F402E4C7AE6265671ED_MetadataUsageId;
extern const uint32_t SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823_MetadataUsageId;
extern const uint32_t SerializationEvents__ctor_m465833D124EE42F097421B325F909C504D3D7C0B_MetadataUsageId;
extern const uint32_t SerializationException__cctor_mF1BFF0C24C11C61B811BAF246522AAE4CF9988F6_MetadataUsageId;
extern const uint32_t SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB_MetadataUsageId;
extern const uint32_t SerializationFieldInfo_InternalGetValue_m0415259F9E51640D6045418B670F2D89825F34B5_MetadataUsageId;
extern const uint32_t SerializationFieldInfo_InternalSetValue_m7B91C46078AA4ACCFA7D973078D409610CD80104_MetadataUsageId;
extern const uint32_t SerializationFieldInfo__ctor_m1A8B6A31CCEC4966A15DD4F95AB36F20FCBA943E_MetadataUsageId;
extern const uint32_t SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55_MetadataUsageId;
extern const uint32_t SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33_MetadataUsageId;
extern const uint32_t SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E_MetadataUsageId;
extern const uint32_t SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675_MetadataUsageId;
extern const uint32_t SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_m00E7A843A1BB398AAC059B357DF478692285D305_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_m4877E7BAFE436B280EE47F9C67F62307908413FA_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_MetadataUsageId;
extern const uint32_t SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146_MetadataUsageId;
extern const uint32_t SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734_MetadataUsageId;
extern const uint32_t SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_MetadataUsageId;
extern const uint32_t SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455_MetadataUsageId;
extern const uint32_t SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_MetadataUsageId;
extern const uint32_t SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575_MetadataUsageId;
extern const uint32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656_MetadataUsageId;
extern const uint32_t SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54_MetadataUsageId;
extern const uint32_t SerializationInfo_GetSingle_m8AEE647D41D4C89D5331F2E3EBF17213284EE28D_MetadataUsageId;
extern const uint32_t SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4_MetadataUsageId;
extern const uint32_t SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF_MetadataUsageId;
extern const uint32_t SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_MetadataUsageId;
extern const uint32_t SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5_MetadataUsageId;
extern const uint32_t SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_MetadataUsageId;
extern const uint32_t SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_MetadataUsageId;
extern const uint32_t SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31_MetadataUsageId;
extern const uint32_t SerializationObjectManager_RegisterObject_m4D04D80712661D02B1BAE41361A97F2DD26A1695_MetadataUsageId;
extern const uint32_t SerializationObjectManager__ctor_m8DD33BF17C11FD16B14FB99A35D662326CA839AE_MetadataUsageId;
extern const uint32_t StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8_MetadataUsageId;
extern const uint32_t StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_com_FromNativeMethodDefinition_MetadataUsageId;
extern const uint32_t StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
extern const uint32_t SurrogateForCyclicalReference_GetObjectData_m9B4DAABBCDBE58D3F17095EF263F52DA9702603F_MetadataUsageId;
extern const uint32_t SurrogateForCyclicalReference_SetObjectData_m33C539D19A733C1D0B0B3138DA8EF676DE974ED5_MetadataUsageId;
extern const uint32_t ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_MetadataUsageId;
extern const uint32_t __BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteArrayAsBytes_mADE2C6E9777993695D0E777D69CBC34DC5025EDA_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteAssembly_m7E65E787D6E845F91A81509D0ADF197EC61BEAC7_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteDecimal_m7986738BDADD74D620B54C8162C5594B80186017_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteJaggedArray_mDF655C56482A2510EAFD536D809DFAD6AF85EE0C_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteMethodCall_m4055591853D0A468C9ADCE4D198D761F6ACB84AB_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteMethodReturn_m263942E592040AD0912EB28CBEED2522906316D7_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteNullMember_m704E5E682139DD2DF43E509B19DA06533E53BD56_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteObject_m0B74BDDA3FBE69DCDC88FD3A165F0A6F65FABDC7_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteRectangleArray_mD30559DC61571D319AD8A421FAFA34B71AFC337C_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteSerializationHeaderEnd_m7F9C1FB790457F331804B76A12B44CD5CCAF2CAE_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteSerializationHeader_m8C66A66AA79EBE2DC8D85DDDA970C8031734BE99_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteSingleArray_m25621D3DF6EEADA89CF6090A3C19718848EDD345_MetadataUsageId;
extern const uint32_t __BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8_MetadataUsageId;
extern const uint32_t __BinaryWriter__ctor_m3C5325849D34DC9B0C190C1E75C0435BE32AD2B8_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 CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
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 BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B;
struct WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9;
struct ObjectHolderU5BU5D_tCB4991273824020AD67740FE63FFB97946090202;
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE;
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEOBJECT_H
struct Il2CppArrayBounds;
#ifndef RUNTIMEARRAY_H
#define RUNTIMEARRAY_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Array
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARRAY_H
#ifndef ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H
#define ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H
#ifndef BITCONVERTER_TD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_H
#define BITCONVERTER_TD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.BitConverter
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject
{
public:
public:
};
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields
{
public:
// System.Boolean System.BitConverter::IsLittleEndian
bool ___IsLittleEndian_0;
public:
inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast<int32_t>(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); }
inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; }
inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; }
inline void set_IsLittleEndian_0(bool value)
{
___IsLittleEndian_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BITCONVERTER_TD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_H
#ifndef DICTIONARY_2_TD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_H
#define DICTIONARY_2_TD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<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((&___buckets_0), 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((&___entries_1), 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((&___comparer_6), 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((&___keys_7), 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((&___values_8), 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((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_TD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_H
#ifndef LIST_1_T05CC3C859AB5E6024394EF9A42E3E696628CA02D_H
#define LIST_1_T05CC3C859AB5E6024394EF9A42E3E696628CA02D_H
#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.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((&____items_1), 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((&____syncRoot_4), 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((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T05CC3C859AB5E6024394EF9A42E3E696628CA02D_H
#ifndef LIST_1_TAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_H
#define LIST_1_TAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_H
#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.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((&____items_1), 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((&____syncRoot_4), 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((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_H
#ifndef LIST_1_T8693F442D94ED2E09D894940915C961D2F63C69B_H
#define LIST_1_T8693F442D94ED2E09D894940915C961D2F63C69B_H
#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>
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((&____items_1), 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((&____syncRoot_4), 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((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T8693F442D94ED2E09D894940915C961D2F63C69B_H
#ifndef STACK_T37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_H
#define STACK_T37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&____array_0), 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((&____syncRoot_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACK_T37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_H
#ifndef COMPATIBILITYSWITCHES_TC541F9F5404925C97741A0628E9B6D26C40CFA91_H
#define COMPATIBILITYSWITCHES_TC541F9F5404925C97741A0628E9B6D26C40CFA91_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPATIBILITYSWITCHES_TC541F9F5404925C97741A0628E9B6D26C40CFA91_H
#ifndef EMPTY_T31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_H
#define EMPTY_T31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___Value_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EMPTY_T31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_H
#ifndef EMPTYARRAY_1_TCF137C88A5824F413EFB5A2F31664D8207E61D26_H
#define EMPTYARRAY_1_TCF137C88A5824F413EFB5A2F31664D8207E61D26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___Value_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EMPTYARRAY_1_TCF137C88A5824F413EFB5A2F31664D8207E61D26_H
#ifndef EMPTYARRAY_1_TF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_H
#define EMPTYARRAY_1_TF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___Value_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EMPTYARRAY_1_TF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_H
#ifndef EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#define EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___Empty_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#ifndef EXCEPTION_T_H
#define EXCEPTION_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.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((&____className_1), 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((&____message_2), 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((&____data_3), 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((&____innerException_4), 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((&____helpURL_5), 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((&____stackTrace_6), 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((&____stackTraceString_7), 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((&____remoteStackTraceString_8), 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((&____dynamicMethods_10), 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((&____source_12), 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((&____safeSerializationManager_13), 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((&___captured_traces_14), 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((&___native_trace_ips_15), 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((&___s_EDILock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
intptr_t* ___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;
intptr_t* ___native_trace_ips_15;
};
#endif // EXCEPTION_T_H
#ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CultureInfo
struct CultureInfo_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((&___numInfo_10), 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((&___dateTimeInfo_11), 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((&___textInfo_12), 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((&___m_name_13), 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((&___englishname_14), 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((&___nativename_15), 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((&___iso3lang_16), 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((&___iso2lang_17), 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((&___win3lang_18), 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((&___territory_19), 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((&___native_calendar_names_20), 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((&___compareInfo_21), 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((&___calendar_24), 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((&___parent_culture_25), 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((&___cached_serialized_form_27), 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((&___m_cultureData_28), 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((&___invariant_culture_info_0), 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((&___shared_table_lock_1), 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((&___default_current_culture_2), 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((&___s_DefaultThreadCurrentUICulture_33), 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((&___s_DefaultThreadCurrentCulture_34), 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((&___shared_by_number_35), 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((&___shared_by_name_36), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
uint8_t* ___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;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
#endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifndef BINARYWRITER_T1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_H
#define BINARYWRITER_T1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.BinaryWriter
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 : public RuntimeObject
{
public:
// System.IO.Stream System.IO.BinaryWriter::OutStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___OutStream_1;
// System.Byte[] System.IO.BinaryWriter::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_2;
// System.Text.Encoding System.IO.BinaryWriter::_encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____encoding_3;
// System.Text.Encoder System.IO.BinaryWriter::_encoder
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ____encoder_4;
// System.Boolean System.IO.BinaryWriter::_leaveOpen
bool ____leaveOpen_5;
// System.Byte[] System.IO.BinaryWriter::_largeByteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____largeByteBuffer_6;
// System.Int32 System.IO.BinaryWriter::_maxChars
int32_t ____maxChars_7;
public:
inline static int32_t get_offset_of_OutStream_1() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ___OutStream_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_OutStream_1() const { return ___OutStream_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_OutStream_1() { return &___OutStream_1; }
inline void set_OutStream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___OutStream_1 = value;
Il2CppCodeGenWriteBarrier((&___OutStream_1), value);
}
inline static int32_t get_offset_of__buffer_2() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____buffer_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_2() const { return ____buffer_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_2() { return &____buffer_2; }
inline void set__buffer_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_2 = value;
Il2CppCodeGenWriteBarrier((&____buffer_2), value);
}
inline static int32_t get_offset_of__encoding_3() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__encoding_3() const { return ____encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__encoding_3() { return &____encoding_3; }
inline void set__encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
____encoding_3 = value;
Il2CppCodeGenWriteBarrier((&____encoding_3), value);
}
inline static int32_t get_offset_of__encoder_4() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____encoder_4)); }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get__encoder_4() const { return ____encoder_4; }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of__encoder_4() { return &____encoder_4; }
inline void set__encoder_4(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value)
{
____encoder_4 = value;
Il2CppCodeGenWriteBarrier((&____encoder_4), value);
}
inline static int32_t get_offset_of__leaveOpen_5() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____leaveOpen_5)); }
inline bool get__leaveOpen_5() const { return ____leaveOpen_5; }
inline bool* get_address_of__leaveOpen_5() { return &____leaveOpen_5; }
inline void set__leaveOpen_5(bool value)
{
____leaveOpen_5 = value;
}
inline static int32_t get_offset_of__largeByteBuffer_6() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____largeByteBuffer_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__largeByteBuffer_6() const { return ____largeByteBuffer_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__largeByteBuffer_6() { return &____largeByteBuffer_6; }
inline void set__largeByteBuffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____largeByteBuffer_6 = value;
Il2CppCodeGenWriteBarrier((&____largeByteBuffer_6), value);
}
inline static int32_t get_offset_of__maxChars_7() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____maxChars_7)); }
inline int32_t get__maxChars_7() const { return ____maxChars_7; }
inline int32_t* get_address_of__maxChars_7() { return &____maxChars_7; }
inline void set__maxChars_7(int32_t value)
{
____maxChars_7 = value;
}
};
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields
{
public:
// System.IO.BinaryWriter System.IO.BinaryWriter::Null
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___Null_0;
public:
inline static int32_t get_offset_of_Null_0() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields, ___Null_0)); }
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * get_Null_0() const { return ___Null_0; }
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 ** get_address_of_Null_0() { return &___Null_0; }
inline void set_Null_0(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * value)
{
___Null_0 = value;
Il2CppCodeGenWriteBarrier((&___Null_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYWRITER_T1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_H
#ifndef MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#define MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((&____identity_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
#endif // MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifndef MONOTYPEINFO_T9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_H
#define MONOTYPEINFO_T9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___full_name_0), 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((&___default_ctor_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // MONOTYPEINFO_T9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_H
#ifndef BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#define BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#ifndef MEMBERINFO_T_H
#define MEMBERINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERINFO_T_H
#ifndef FIXUPHOLDER_T8559C72F1898E3C1B055814A5E251BB5CDE2F117_H
#define FIXUPHOLDER_T8559C72F1898E3C1B055814A5E251BB5CDE2F117_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_fixupInfo_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FIXUPHOLDER_T8559C72F1898E3C1B055814A5E251BB5CDE2F117_H
#ifndef FIXUPHOLDERLIST_T0D171ED299D06C65C3112A909ECD5428C078299A_H
#define FIXUPHOLDERLIST_T0D171ED299D06C65C3112A909ECD5428C078299A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_values_0), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FIXUPHOLDERLIST_T0D171ED299D06C65C3112A909ECD5428C078299A_H
#ifndef BINARYASSEMBLY_T9612D61FDC16A48964BB61FDB3D968437BBADFFE_H
#define BINARYASSEMBLY_T9612D61FDC16A48964BB61FDB3D968437BBADFFE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryAssembly
struct BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::assemId
int32_t ___assemId_0;
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::assemblyString
String_t* ___assemblyString_1;
public:
inline static int32_t get_offset_of_assemId_0() { return static_cast<int32_t>(offsetof(BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE, ___assemId_0)); }
inline int32_t get_assemId_0() const { return ___assemId_0; }
inline int32_t* get_address_of_assemId_0() { return &___assemId_0; }
inline void set_assemId_0(int32_t value)
{
___assemId_0 = value;
}
inline static int32_t get_offset_of_assemblyString_1() { return static_cast<int32_t>(offsetof(BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE, ___assemblyString_1)); }
inline String_t* get_assemblyString_1() const { return ___assemblyString_1; }
inline String_t** get_address_of_assemblyString_1() { return &___assemblyString_1; }
inline void set_assemblyString_1(String_t* value)
{
___assemblyString_1 = value;
Il2CppCodeGenWriteBarrier((&___assemblyString_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYASSEMBLY_T9612D61FDC16A48964BB61FDB3D968437BBADFFE_H
#ifndef BINARYOBJECT_T673C2375D2FCF3D7E5631FF937DE0FD35E87950F_H
#define BINARYOBJECT_T673C2375D2FCF3D7E5631FF937DE0FD35E87950F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryObject
struct BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObject::objectId
int32_t ___objectId_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObject::mapId
int32_t ___mapId_1;
public:
inline static int32_t get_offset_of_objectId_0() { return static_cast<int32_t>(offsetof(BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F, ___objectId_0)); }
inline int32_t get_objectId_0() const { return ___objectId_0; }
inline int32_t* get_address_of_objectId_0() { return &___objectId_0; }
inline void set_objectId_0(int32_t value)
{
___objectId_0 = value;
}
inline static int32_t get_offset_of_mapId_1() { return static_cast<int32_t>(offsetof(BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F, ___mapId_1)); }
inline int32_t get_mapId_1() const { return ___mapId_1; }
inline int32_t* get_address_of_mapId_1() { return &___mapId_1; }
inline void set_mapId_1(int32_t value)
{
___mapId_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYOBJECT_T673C2375D2FCF3D7E5631FF937DE0FD35E87950F_H
#ifndef BINARYOBJECTSTRING_T6062746844A056F90F1F64E5368D8A1E1FA0D8B7_H
#define BINARYOBJECTSTRING_T6062746844A056F90F1F64E5368D8A1E1FA0D8B7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectString
struct BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::objectId
int32_t ___objectId_0;
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::value
String_t* ___value_1;
public:
inline static int32_t get_offset_of_objectId_0() { return static_cast<int32_t>(offsetof(BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7, ___objectId_0)); }
inline int32_t get_objectId_0() const { return ___objectId_0; }
inline int32_t* get_address_of_objectId_0() { return &___objectId_0; }
inline void set_objectId_0(int32_t value)
{
___objectId_0 = value;
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7, ___value_1)); }
inline String_t* get_value_1() const { return ___value_1; }
inline String_t** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(String_t* value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((&___value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYOBJECTSTRING_T6062746844A056F90F1F64E5368D8A1E1FA0D8B7_H
#ifndef MEMBERREFERENCE_T12860538665657DB61F1F5CD53253E2DBB073E66_H
#define MEMBERREFERENCE_T12860538665657DB61F1F5CD53253E2DBB073E66_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.MemberReference
struct MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.MemberReference::idRef
int32_t ___idRef_0;
public:
inline static int32_t get_offset_of_idRef_0() { return static_cast<int32_t>(offsetof(MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66, ___idRef_0)); }
inline int32_t get_idRef_0() const { return ___idRef_0; }
inline int32_t* get_address_of_idRef_0() { return &___idRef_0; }
inline void set_idRef_0(int32_t value)
{
___idRef_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERREFERENCE_T12860538665657DB61F1F5CD53253E2DBB073E66_H
#ifndef MESSAGEEND_TFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_H
#define MESSAGEEND_TFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.MessageEnd
struct MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MESSAGEEND_TFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_H
#ifndef OBJECTMAPINFO_T84FE00AB11C96611DDE801C57CB9415F77B0ABF8_H
#define OBJECTMAPINFO_T84FE00AB11C96611DDE801C57CB9415F77B0ABF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo
struct ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::objectId
int32_t ___objectId_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::numMembers
int32_t ___numMembers_1;
// System.String[] System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::memberNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames_2;
// System.Type[] System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::memberTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes_3;
public:
inline static int32_t get_offset_of_objectId_0() { return static_cast<int32_t>(offsetof(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8, ___objectId_0)); }
inline int32_t get_objectId_0() const { return ___objectId_0; }
inline int32_t* get_address_of_objectId_0() { return &___objectId_0; }
inline void set_objectId_0(int32_t value)
{
___objectId_0 = value;
}
inline static int32_t get_offset_of_numMembers_1() { return static_cast<int32_t>(offsetof(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8, ___numMembers_1)); }
inline int32_t get_numMembers_1() const { return ___numMembers_1; }
inline int32_t* get_address_of_numMembers_1() { return &___numMembers_1; }
inline void set_numMembers_1(int32_t value)
{
___numMembers_1 = value;
}
inline static int32_t get_offset_of_memberNames_2() { return static_cast<int32_t>(offsetof(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8, ___memberNames_2)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_memberNames_2() const { return ___memberNames_2; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_memberNames_2() { return &___memberNames_2; }
inline void set_memberNames_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___memberNames_2 = value;
Il2CppCodeGenWriteBarrier((&___memberNames_2), value);
}
inline static int32_t get_offset_of_memberTypes_3() { return static_cast<int32_t>(offsetof(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8, ___memberTypes_3)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_memberTypes_3() const { return ___memberTypes_3; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_memberTypes_3() { return &___memberTypes_3; }
inline void set_memberTypes_3(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___memberTypes_3 = value;
Il2CppCodeGenWriteBarrier((&___memberTypes_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTMAPINFO_T84FE00AB11C96611DDE801C57CB9415F77B0ABF8_H
#ifndef OBJECTNULL_T5DB725C9D746ACE48959A43CE5ABAC465865EA05_H
#define OBJECTNULL_T5DB725C9D746ACE48959A43CE5ABAC465865EA05_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectNull
struct ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectNull::nullCount
int32_t ___nullCount_0;
public:
inline static int32_t get_offset_of_nullCount_0() { return static_cast<int32_t>(offsetof(ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05, ___nullCount_0)); }
inline int32_t get_nullCount_0() const { return ___nullCount_0; }
inline int32_t* get_address_of_nullCount_0() { return &___nullCount_0; }
inline void set_nullCount_0(int32_t value)
{
___nullCount_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTNULL_T5DB725C9D746ACE48959A43CE5ABAC465865EA05_H
#ifndef LONGLIST_T8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF_H
#define LONGLIST_T8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_values_0), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LONGLIST_T8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF_H
#ifndef OBJECTHOLDER_T11F223E6C83960E12DAC164F1ADAAC47D4A2C942_H
#define OBJECTHOLDER_T11F223E6C83960E12DAC164F1ADAAC47D4A2C942_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_object_0), 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((&___m_serInfo_4), 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((&___m_surrogate_5), 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((&___m_missingElements_6), 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((&___m_dependentObjects_7), 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((&___m_next_8), 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((&___m_valueFixup_11), 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((&___m_typeLoad_12), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTHOLDER_T11F223E6C83960E12DAC164F1ADAAC47D4A2C942_H
#ifndef OBJECTHOLDERLIST_T97B03F905CF48F849C56D9514A9541AAF500DBF7_H
#define OBJECTHOLDERLIST_T97B03F905CF48F849C56D9514A9541AAF500DBF7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_values_0), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTHOLDERLIST_T97B03F905CF48F849C56D9514A9541AAF500DBF7_H
#ifndef OBJECTHOLDERLISTENUMERATOR_T3E24E320CA056E6709CF086F3BEF406B3B076DFF_H
#define OBJECTHOLDERLISTENUMERATOR_T3E24E320CA056E6709CF086F3BEF406B3B076DFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_list_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTHOLDERLISTENUMERATOR_T3E24E320CA056E6709CF086F3BEF406B3B076DFF_H
#ifndef OBJECTIDGENERATOR_TD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_H
#define OBJECTIDGENERATOR_TD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.ObjectIDGenerator
struct ObjectIDGenerator_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((&___m_ids_2), 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((&___m_objs_3), 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((&___sizes_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTIDGENERATOR_TD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_H
#ifndef SAFESERIALIZATIONMANAGER_T4A754D86B0F784B18CBC36C073BA564BED109770_H
#define SAFESERIALIZATIONMANAGER_T4A754D86B0F784B18CBC36C073BA564BED109770_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_serializedStates_0), 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((&___m_savedSerializationInfo_1), 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((&___m_realObject_2), 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((&___m_realType_3), 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((&___SerializeObjectState_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SAFESERIALIZATIONMANAGER_T4A754D86B0F784B18CBC36C073BA564BED109770_H
#ifndef SERIALIZATIONBINDER_TB5EBAF328371FB7CF23E37F5984D8412762CFFA4_H
#define SERIALIZATIONBINDER_TB5EBAF328371FB7CF23E37F5984D8412762CFFA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationBinder
struct SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONBINDER_TB5EBAF328371FB7CF23E37F5984D8412762CFFA4_H
#ifndef SERIALIZATIONEVENTS_T6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F_H
#define SERIALIZATIONEVENTS_T6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_OnSerializingMethods_0), 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((&___m_OnSerializedMethods_1), 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((&___m_OnDeserializingMethods_2), 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((&___m_OnDeserializedMethods_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONEVENTS_T6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F_H
#ifndef SERIALIZATIONEVENTSCACHE_T5E2460F2F0B3535B3EB9A8F10F20287506492227_H
#define SERIALIZATIONEVENTSCACHE_T5E2460F2F0B3535B3EB9A8F10F20287506492227_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___cache_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONEVENTSCACHE_T5E2460F2F0B3535B3EB9A8F10F20287506492227_H
#ifndef SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_4;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_5;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_6;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_7;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_8;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_9;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_10;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_11;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; }
inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_3 = value;
Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value);
}
inline static int32_t get_offset_of_m_currMember_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); }
inline int32_t get_m_currMember_4() const { return ___m_currMember_4; }
inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; }
inline void set_m_currMember_4(int32_t value)
{
___m_currMember_4 = value;
}
inline static int32_t get_offset_of_m_converter_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); }
inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; }
inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; }
inline void set_m_converter_5(RuntimeObject* value)
{
___m_converter_5 = value;
Il2CppCodeGenWriteBarrier((&___m_converter_5), value);
}
inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); }
inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; }
inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; }
inline void set_m_fullTypeName_6(String_t* value)
{
___m_fullTypeName_6 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value);
}
inline static int32_t get_offset_of_m_assemName_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); }
inline String_t* get_m_assemName_7() const { return ___m_assemName_7; }
inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; }
inline void set_m_assemName_7(String_t* value)
{
___m_assemName_7 = value;
Il2CppCodeGenWriteBarrier((&___m_assemName_7), value);
}
inline static int32_t get_offset_of_objectType_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); }
inline Type_t * get_objectType_8() const { return ___objectType_8; }
inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; }
inline void set_objectType_8(Type_t * value)
{
___objectType_8 = value;
Il2CppCodeGenWriteBarrier((&___objectType_8), value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); }
inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; }
inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; }
inline void set_isFullTypeNameSetExplicit_9(bool value)
{
___isFullTypeNameSetExplicit_9 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); }
inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; }
inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; }
inline void set_isAssemblyNameSetExplicit_10(bool value)
{
___isAssemblyNameSetExplicit_10 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); }
inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; }
inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; }
inline void set_requireSameTokenInPartialTrust_11(bool value)
{
___requireSameTokenInPartialTrust_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifndef SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#define SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_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((&___m_members_0), 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((&___m_data_1), 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((&___m_types_2), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#ifndef SURROGATEFORCYCLICALREFERENCE_T0F8B67342B5658789979FAE5A9F5A0B71A2D4B45_H
#define SURROGATEFORCYCLICALREFERENCE_T0F8B67342B5658789979FAE5A9F5A0B71A2D4B45_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SurrogateForCyclicalReference
struct SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45 : public RuntimeObject
{
public:
// System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.SurrogateForCyclicalReference::innerSurrogate
RuntimeObject* ___innerSurrogate_0;
public:
inline static int32_t get_offset_of_innerSurrogate_0() { return static_cast<int32_t>(offsetof(SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45, ___innerSurrogate_0)); }
inline RuntimeObject* get_innerSurrogate_0() const { return ___innerSurrogate_0; }
inline RuntimeObject** get_address_of_innerSurrogate_0() { return &___innerSurrogate_0; }
inline void set_innerSurrogate_0(RuntimeObject* value)
{
___innerSurrogate_0 = value;
Il2CppCodeGenWriteBarrier((&___innerSurrogate_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SURROGATEFORCYCLICALREFERENCE_T0F8B67342B5658789979FAE5A9F5A0B71A2D4B45_H
#ifndef TYPELOADEXCEPTIONHOLDER_T25D9A474F1B8929534D57CDD46252B59C9378653_H
#define TYPELOADEXCEPTIONHOLDER_T25D9A474F1B8929534D57CDD46252B59C9378653_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_typeName_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPELOADEXCEPTIONHOLDER_T25D9A474F1B8929534D57CDD46252B59C9378653_H
#ifndef VALUETYPEFIXUPINFO_T7500A941535AF87867BDDE83BAC4CA007CA836DC_H
#define VALUETYPEFIXUPINFO_T7500A941535AF87867BDDE83BAC4CA007CA836DC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_parentField_1), 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((&___m_parentIndex_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALUETYPEFIXUPINFO_T7500A941535AF87867BDDE83BAC4CA007CA836DC_H
#ifndef BINARYCOMPATIBILITY_T06B1B8D34764DB1710459778EB22433728A665A8_H
#define BINARYCOMPATIBILITY_T06B1B8D34764DB1710459778EB22433728A665A8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYCOMPATIBILITY_T06B1B8D34764DB1710459778EB22433728A665A8_H
#ifndef ASYMMETRICALGORITHM_T9F811260245370BD8786A849DBF9F8054F97F4CB_H
#define ASYMMETRICALGORITHM_T9F811260245370BD8786A849DBF9F8054F97F4CB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue
int32_t ___KeySizeValue_0;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_1;
public:
inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___KeySizeValue_0)); }
inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; }
inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; }
inline void set_KeySizeValue_0(int32_t value)
{
___KeySizeValue_0 = value;
}
inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___LegalKeySizesValue_1)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; }
inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___LegalKeySizesValue_1 = value;
Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYMMETRICALGORITHM_T9F811260245370BD8786A849DBF9F8054F97F4CB_H
#ifndef ASYMMETRICSIGNATUREDEFORMATTER_T2A943481A45060B8762C73CD0A4D624077C6AB39_H
#define ASYMMETRICSIGNATUREDEFORMATTER_T2A943481A45060B8762C73CD0A4D624077C6AB39_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.AsymmetricSignatureDeformatter
struct AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYMMETRICSIGNATUREDEFORMATTER_T2A943481A45060B8762C73CD0A4D624077C6AB39_H
#ifndef ASYMMETRICSIGNATUREFORMATTER_T9480AB35AE4F9D132E9C22104181655C6533AB2E_H
#define ASYMMETRICSIGNATUREFORMATTER_T9480AB35AE4F9D132E9C22104181655C6533AB2E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.AsymmetricSignatureFormatter
struct AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYMMETRICSIGNATUREFORMATTER_T9480AB35AE4F9D132E9C22104181655C6533AB2E_H
#ifndef CRYPTOCONFIG_TAC63C427FED51A33BAC3CC050CA1292E7A1AAF7F_H
#define CRYPTOCONFIG_TAC63C427FED51A33BAC3CC050CA1292E7A1AAF7F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.CryptoConfig
struct CryptoConfig_tAC63C427FED51A33BAC3CC050CA1292E7A1AAF7F : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CRYPTOCONFIG_TAC63C427FED51A33BAC3CC050CA1292E7A1AAF7F_H
#ifndef HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H
#define HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue
int32_t ___HashSizeValue_0;
// System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___HashValue_1;
// System.Int32 System.Security.Cryptography.HashAlgorithm::State
int32_t ___State_2;
// System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed
bool ___m_bDisposed_3;
public:
inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashSizeValue_0)); }
inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; }
inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; }
inline void set_HashSizeValue_0(int32_t value)
{
___HashSizeValue_0 = value;
}
inline static int32_t get_offset_of_HashValue_1() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashValue_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_HashValue_1() const { return ___HashValue_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_HashValue_1() { return &___HashValue_1; }
inline void set_HashValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___HashValue_1 = value;
Il2CppCodeGenWriteBarrier((&___HashValue_1), value);
}
inline static int32_t get_offset_of_State_2() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___State_2)); }
inline int32_t get_State_2() const { return ___State_2; }
inline int32_t* get_address_of_State_2() { return &___State_2; }
inline void set_State_2(int32_t value)
{
___State_2 = value;
}
inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___m_bDisposed_3)); }
inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; }
inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; }
inline void set_m_bDisposed_3(bool value)
{
___m_bDisposed_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H
#ifndef KEYSIZES_T31A4CA5111E43FA9857959B01555DA3A768F8D75_H
#define KEYSIZES_T31A4CA5111E43FA9857959B01555DA3A768F8D75_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.KeySizes
struct KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.KeySizes::m_minSize
int32_t ___m_minSize_0;
// System.Int32 System.Security.Cryptography.KeySizes::m_maxSize
int32_t ___m_maxSize_1;
// System.Int32 System.Security.Cryptography.KeySizes::m_skipSize
int32_t ___m_skipSize_2;
public:
inline static int32_t get_offset_of_m_minSize_0() { return static_cast<int32_t>(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_minSize_0)); }
inline int32_t get_m_minSize_0() const { return ___m_minSize_0; }
inline int32_t* get_address_of_m_minSize_0() { return &___m_minSize_0; }
inline void set_m_minSize_0(int32_t value)
{
___m_minSize_0 = value;
}
inline static int32_t get_offset_of_m_maxSize_1() { return static_cast<int32_t>(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_maxSize_1)); }
inline int32_t get_m_maxSize_1() const { return ___m_maxSize_1; }
inline int32_t* get_address_of_m_maxSize_1() { return &___m_maxSize_1; }
inline void set_m_maxSize_1(int32_t value)
{
___m_maxSize_1 = value;
}
inline static int32_t get_offset_of_m_skipSize_2() { return static_cast<int32_t>(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_skipSize_2)); }
inline int32_t get_m_skipSize_2() const { return ___m_skipSize_2; }
inline int32_t* get_address_of_m_skipSize_2() { return &___m_skipSize_2; }
inline void set_m_skipSize_2(int32_t value)
{
___m_skipSize_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYSIZES_T31A4CA5111E43FA9857959B01555DA3A768F8D75_H
#ifndef RANDOMNUMBERGENERATOR_T12277F7F965BA79C54E4B3BFABD27A5FFB725EE2_H
#define RANDOMNUMBERGENERATOR_T12277F7F965BA79C54E4B3BFABD27A5FFB725EE2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RANDOMNUMBERGENERATOR_T12277F7F965BA79C54E4B3BFABD27A5FFB725EE2_H
#ifndef SIGNATUREDESCRIPTION_TB231FA82A9D19469390933853DE38CCB0C0A873F_H
#define SIGNATUREDESCRIPTION_TB231FA82A9D19469390933853DE38CCB0C0A873F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SignatureDescription
struct SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F : public RuntimeObject
{
public:
// System.String System.Security.Cryptography.SignatureDescription::_strKey
String_t* ____strKey_0;
// System.String System.Security.Cryptography.SignatureDescription::_strDigest
String_t* ____strDigest_1;
// System.String System.Security.Cryptography.SignatureDescription::_strFormatter
String_t* ____strFormatter_2;
// System.String System.Security.Cryptography.SignatureDescription::_strDeformatter
String_t* ____strDeformatter_3;
public:
inline static int32_t get_offset_of__strKey_0() { return static_cast<int32_t>(offsetof(SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F, ____strKey_0)); }
inline String_t* get__strKey_0() const { return ____strKey_0; }
inline String_t** get_address_of__strKey_0() { return &____strKey_0; }
inline void set__strKey_0(String_t* value)
{
____strKey_0 = value;
Il2CppCodeGenWriteBarrier((&____strKey_0), value);
}
inline static int32_t get_offset_of__strDigest_1() { return static_cast<int32_t>(offsetof(SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F, ____strDigest_1)); }
inline String_t* get__strDigest_1() const { return ____strDigest_1; }
inline String_t** get_address_of__strDigest_1() { return &____strDigest_1; }
inline void set__strDigest_1(String_t* value)
{
____strDigest_1 = value;
Il2CppCodeGenWriteBarrier((&____strDigest_1), value);
}
inline static int32_t get_offset_of__strFormatter_2() { return static_cast<int32_t>(offsetof(SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F, ____strFormatter_2)); }
inline String_t* get__strFormatter_2() const { return ____strFormatter_2; }
inline String_t** get_address_of__strFormatter_2() { return &____strFormatter_2; }
inline void set__strFormatter_2(String_t* value)
{
____strFormatter_2 = value;
Il2CppCodeGenWriteBarrier((&____strFormatter_2), value);
}
inline static int32_t get_offset_of__strDeformatter_3() { return static_cast<int32_t>(offsetof(SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F, ____strDeformatter_3)); }
inline String_t* get__strDeformatter_3() const { return ____strDeformatter_3; }
inline String_t** get_address_of__strDeformatter_3() { return &____strDeformatter_3; }
inline void set__strDeformatter_3(String_t* value)
{
____strDeformatter_3 = value;
Il2CppCodeGenWriteBarrier((&____strDeformatter_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SIGNATUREDESCRIPTION_TB231FA82A9D19469390933853DE38CCB0C0A873F_H
#ifndef STRING_T_H
#define STRING_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::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((&___Empty_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRING_T_H
#ifndef ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#define ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
public:
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
inline void set_m_codePage_9(int32_t value)
{
___m_codePage_9 = value;
}
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_10 = value;
Il2CppCodeGenWriteBarrier((&___dataItem_10), value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
inline void set_m_deserializedFromEverett_11(bool value)
{
___m_deserializedFromEverett_11 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
inline void set_m_isReadOnly_12(bool value)
{
___m_isReadOnly_12 = value;
}
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_13 = value;
Il2CppCodeGenWriteBarrier((&___encoderFallback_13), value);
}
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_14 = value;
Il2CppCodeGenWriteBarrier((&___decoderFallback_14), value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_15;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((&___defaultEncoding_0), value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((&___unicodeEncoding_1), value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((&___bigEndianUnicode_2), value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((&___utf7Encoding_3), value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((&___utf8Encoding_4), value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((&___utf32Encoding_5), value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((&___asciiEncoding_6), value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((&___latin1Encoding_7), value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((&___encodings_8), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
{
___s_InternalSyncObject_15 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_15), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifndef STRINGBUILDER_T_H
#define STRINGBUILDER_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.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((&___m_ChunkChars_0), 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((&___m_ChunkPrevious_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGBUILDER_T_H
#ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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
{
};
#endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifndef __STATICARRAYINITTYPESIZEU3D10_T39E3D966A21885323F15EB866ABDE668EA1ED52C_H
#define __STATICARRAYINITTYPESIZEU3D10_T39E3D966A21885323F15EB866ABDE668EA1ED52C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D10_T39E3D966A21885323F15EB866ABDE668EA1ED52C_H
#ifndef __STATICARRAYINITTYPESIZEU3D1018_T7825BE1556EFF874DAFDC230EB69C85A48DBCBC4_H
#define __STATICARRAYINITTYPESIZEU3D1018_T7825BE1556EFF874DAFDC230EB69C85A48DBCBC4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018
struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1018_T7825BE1556EFF874DAFDC230EB69C85A48DBCBC4_H
#ifndef __STATICARRAYINITTYPESIZEU3D1080_TCE36DA14009C45CFDEA7F63618BE90F8DF89AC84_H
#define __STATICARRAYINITTYPESIZEU3D1080_TCE36DA14009C45CFDEA7F63618BE90F8DF89AC84_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080
struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1080_TCE36DA14009C45CFDEA7F63618BE90F8DF89AC84_H
#ifndef __STATICARRAYINITTYPESIZEU3D11614_TDF34959BE752359A89A4A577B8798D2D66A5E7F5_H
#define __STATICARRAYINITTYPESIZEU3D11614_TDF34959BE752359A89A4A577B8798D2D66A5E7F5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614
struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D11614_TDF34959BE752359A89A4A577B8798D2D66A5E7F5_H
#ifndef __STATICARRAYINITTYPESIZEU3D12_TB4B4C95019D88097B57DE7B50445942256BF2879_H
#define __STATICARRAYINITTYPESIZEU3D12_TB4B4C95019D88097B57DE7B50445942256BF2879_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D12_TB4B4C95019D88097B57DE7B50445942256BF2879_H
#ifndef __STATICARRAYINITTYPESIZEU3D120_TBA46FD2E9DA153FD8457EE7F425E8ECC517EA252_H
#define __STATICARRAYINITTYPESIZEU3D120_TBA46FD2E9DA153FD8457EE7F425E8ECC517EA252_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120
struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D120_TBA46FD2E9DA153FD8457EE7F425E8ECC517EA252_H
#ifndef __STATICARRAYINITTYPESIZEU3D1208_TC58894ECFE2C4FFD2B8FCDF958800099A737C1DD_H
#define __STATICARRAYINITTYPESIZEU3D1208_TC58894ECFE2C4FFD2B8FCDF958800099A737C1DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208
struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1208_TC58894ECFE2C4FFD2B8FCDF958800099A737C1DD_H
#ifndef __STATICARRAYINITTYPESIZEU3D128_T1B13688BD6EA82B964734FF8C3181161EF5624B1_H
#define __STATICARRAYINITTYPESIZEU3D128_T1B13688BD6EA82B964734FF8C3181161EF5624B1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D128_T1B13688BD6EA82B964734FF8C3181161EF5624B1_H
#ifndef __STATICARRAYINITTYPESIZEU3D130_T732A6F42953325ADC5746FF1A652A2974473AF4F_H
#define __STATICARRAYINITTYPESIZEU3D130_T732A6F42953325ADC5746FF1A652A2974473AF4F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130
struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D130_T732A6F42953325ADC5746FF1A652A2974473AF4F_H
#ifndef __STATICARRAYINITTYPESIZEU3D14_TAC1FF6EBB83457B9752372565F242D9A7C69FD05_H
#define __STATICARRAYINITTYPESIZEU3D14_TAC1FF6EBB83457B9752372565F242D9A7C69FD05_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D14_TAC1FF6EBB83457B9752372565F242D9A7C69FD05_H
#ifndef __STATICARRAYINITTYPESIZEU3D1450_T58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4_H
#define __STATICARRAYINITTYPESIZEU3D1450_T58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450
struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1450_T58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4_H
#ifndef __STATICARRAYINITTYPESIZEU3D16_T35B2E1DB11C9D3150BF800DC30A2808C4F1A1341_H
#define __STATICARRAYINITTYPESIZEU3D16_T35B2E1DB11C9D3150BF800DC30A2808C4F1A1341_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16
struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D16_T35B2E1DB11C9D3150BF800DC30A2808C4F1A1341_H
#ifndef __STATICARRAYINITTYPESIZEU3D162_TFFF125F871C6A7DE42BE37AC907E2E2149A861AA_H
#define __STATICARRAYINITTYPESIZEU3D162_TFFF125F871C6A7DE42BE37AC907E2E2149A861AA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162
struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D162_TFFF125F871C6A7DE42BE37AC907E2E2149A861AA_H
#ifndef __STATICARRAYINITTYPESIZEU3D1665_TCD7752863825B82B07752CCE72A581C169E19C20_H
#define __STATICARRAYINITTYPESIZEU3D1665_TCD7752863825B82B07752CCE72A581C169E19C20_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665
struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1665_TCD7752863825B82B07752CCE72A581C169E19C20_H
#ifndef __STATICARRAYINITTYPESIZEU3D174_T58EBFEBC3E6F34CF7C54ED51E8113E34B876351F_H
#define __STATICARRAYINITTYPESIZEU3D174_T58EBFEBC3E6F34CF7C54ED51E8113E34B876351F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174
struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D174_T58EBFEBC3E6F34CF7C54ED51E8113E34B876351F_H
#ifndef __STATICARRAYINITTYPESIZEU3D20_T4B48985ED9F1499360D72CB311F3EB54FB7C4B63_H
#define __STATICARRAYINITTYPESIZEU3D20_T4B48985ED9F1499360D72CB311F3EB54FB7C4B63_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20
struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D20_T4B48985ED9F1499360D72CB311F3EB54FB7C4B63_H
#ifndef __STATICARRAYINITTYPESIZEU3D2048_T95CEED630052F2BBE3122C058EEAD48DB4C2AD02_H
#define __STATICARRAYINITTYPESIZEU3D2048_T95CEED630052F2BBE3122C058EEAD48DB4C2AD02_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048
struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2048_T95CEED630052F2BBE3122C058EEAD48DB4C2AD02_H
#ifndef __STATICARRAYINITTYPESIZEU3D2100_T75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA_H
#define __STATICARRAYINITTYPESIZEU3D2100_T75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100
struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2100_T75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA_H
#ifndef __STATICARRAYINITTYPESIZEU3D212_TDFB9BEA11D871D109F9E6502B2F50F7115451AAF_H
#define __STATICARRAYINITTYPESIZEU3D212_TDFB9BEA11D871D109F9E6502B2F50F7115451AAF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212
struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D212_TDFB9BEA11D871D109F9E6502B2F50F7115451AAF_H
#ifndef __STATICARRAYINITTYPESIZEU3D21252_TCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462_H
#define __STATICARRAYINITTYPESIZEU3D21252_TCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252
struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D21252_TCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462_H
#ifndef __STATICARRAYINITTYPESIZEU3D2350_T96984AEF232104302694B7EFDA3F92BC42BF207D_H
#define __STATICARRAYINITTYPESIZEU3D2350_T96984AEF232104302694B7EFDA3F92BC42BF207D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350
struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2350_T96984AEF232104302694B7EFDA3F92BC42BF207D_H
#ifndef __STATICARRAYINITTYPESIZEU3D2382_TB4AF2C49C5120B6EB285BA4D247340D8E243A1BA_H
#define __STATICARRAYINITTYPESIZEU3D2382_TB4AF2C49C5120B6EB285BA4D247340D8E243A1BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382
struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2382_TB4AF2C49C5120B6EB285BA4D247340D8E243A1BA_H
#ifndef __STATICARRAYINITTYPESIZEU3D24_TAB08761D1BC4313A0535E193F4E1A1AFA8B3F123_H
#define __STATICARRAYINITTYPESIZEU3D24_TAB08761D1BC4313A0535E193F4E1A1AFA8B3F123_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24
struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D24_TAB08761D1BC4313A0535E193F4E1A1AFA8B3F123_H
#ifndef __STATICARRAYINITTYPESIZEU3D240_T5643A77865294845ACC505FE42EA1067CAC04FD8_H
#define __STATICARRAYINITTYPESIZEU3D240_T5643A77865294845ACC505FE42EA1067CAC04FD8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240
struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D240_T5643A77865294845ACC505FE42EA1067CAC04FD8_H
#ifndef __STATICARRAYINITTYPESIZEU3D256_T9003B1E1E8C82BC25ADE7407C58A314C292B326F_H
#define __STATICARRAYINITTYPESIZEU3D256_T9003B1E1E8C82BC25ADE7407C58A314C292B326F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D256_T9003B1E1E8C82BC25ADE7407C58A314C292B326F_H
#ifndef __STATICARRAYINITTYPESIZEU3D262_T93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7_H
#define __STATICARRAYINITTYPESIZEU3D262_T93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262
struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D262_T93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7_H
#ifndef __STATICARRAYINITTYPESIZEU3D288_T7B40D7F3A8D262F90A76460FF94E92CE08AFCF55_H
#define __STATICARRAYINITTYPESIZEU3D288_T7B40D7F3A8D262F90A76460FF94E92CE08AFCF55_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288
struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D288_T7B40D7F3A8D262F90A76460FF94E92CE08AFCF55_H
#ifndef __STATICARRAYINITTYPESIZEU3D3_T651350E6AC00D0836A5D0539D0D68852BE81E08E_H
#define __STATICARRAYINITTYPESIZEU3D3_T651350E6AC00D0836A5D0539D0D68852BE81E08E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D3_T651350E6AC00D0836A5D0539D0D68852BE81E08E_H
#ifndef __STATICARRAYINITTYPESIZEU3D3132_T7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333_H
#define __STATICARRAYINITTYPESIZEU3D3132_T7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132
struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D3132_T7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333_H
#ifndef __STATICARRAYINITTYPESIZEU3D32_T06FF35439BDF1A6AAB50820787FA5D7A4FA09472_H
#define __STATICARRAYINITTYPESIZEU3D32_T06FF35439BDF1A6AAB50820787FA5D7A4FA09472_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D32_T06FF35439BDF1A6AAB50820787FA5D7A4FA09472_H
#ifndef __STATICARRAYINITTYPESIZEU3D320_T48B9242FB90DB2A21A723BBAB141500A9641EB49_H
#define __STATICARRAYINITTYPESIZEU3D320_T48B9242FB90DB2A21A723BBAB141500A9641EB49_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320
struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D320_T48B9242FB90DB2A21A723BBAB141500A9641EB49_H
#ifndef __STATICARRAYINITTYPESIZEU3D36_T553C250FA8609975E44273C4AD8F28E487272E17_H
#define __STATICARRAYINITTYPESIZEU3D36_T553C250FA8609975E44273C4AD8F28E487272E17_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D36_T553C250FA8609975E44273C4AD8F28E487272E17_H
#ifndef __STATICARRAYINITTYPESIZEU3D360_TFF8371303424DEBAE608051BAA970E5AFB409DF7_H
#define __STATICARRAYINITTYPESIZEU3D360_TFF8371303424DEBAE608051BAA970E5AFB409DF7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360
struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D360_TFF8371303424DEBAE608051BAA970E5AFB409DF7_H
#ifndef __STATICARRAYINITTYPESIZEU3D38_TA52D24A5F9970582D6B55437967C9BD32E03F05D_H
#define __STATICARRAYINITTYPESIZEU3D38_TA52D24A5F9970582D6B55437967C9BD32E03F05D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38
struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D38_TA52D24A5F9970582D6B55437967C9BD32E03F05D_H
#ifndef __STATICARRAYINITTYPESIZEU3D40_T0453B23B081EF301CB1E3167001650AD0C490F04_H
#define __STATICARRAYINITTYPESIZEU3D40_T0453B23B081EF301CB1E3167001650AD0C490F04_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D40_T0453B23B081EF301CB1E3167001650AD0C490F04_H
#ifndef __STATICARRAYINITTYPESIZEU3D4096_T48AD4C96663434746AEF5C2251003E817CC5FD23_H
#define __STATICARRAYINITTYPESIZEU3D4096_T48AD4C96663434746AEF5C2251003E817CC5FD23_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096
struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D4096_T48AD4C96663434746AEF5C2251003E817CC5FD23_H
#ifndef __STATICARRAYINITTYPESIZEU3D42_T3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4_H
#define __STATICARRAYINITTYPESIZEU3D42_T3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42
struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D42_T3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4_H
#ifndef __STATICARRAYINITTYPESIZEU3D44_T1383A9A990CD22E4246B656157D17C8051BFAD7F_H
#define __STATICARRAYINITTYPESIZEU3D44_T1383A9A990CD22E4246B656157D17C8051BFAD7F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D44_T1383A9A990CD22E4246B656157D17C8051BFAD7F_H
#ifndef __STATICARRAYINITTYPESIZEU3D48_TE49166878222E9194FE3FD621830EDB6E705F79A_H
#define __STATICARRAYINITTYPESIZEU3D48_TE49166878222E9194FE3FD621830EDB6E705F79A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48
struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D48_TE49166878222E9194FE3FD621830EDB6E705F79A_H
#ifndef __STATICARRAYINITTYPESIZEU3D52_TF7B918A088A367994FBAEB73123296D8929B543A_H
#define __STATICARRAYINITTYPESIZEU3D52_TF7B918A088A367994FBAEB73123296D8929B543A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52
struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D52_TF7B918A088A367994FBAEB73123296D8929B543A_H
#ifndef __STATICARRAYINITTYPESIZEU3D56_TE92B90DB812A206A3F9FED2827695B30D2F06D10_H
#define __STATICARRAYINITTYPESIZEU3D56_TE92B90DB812A206A3F9FED2827695B30D2F06D10_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56
struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D56_TE92B90DB812A206A3F9FED2827695B30D2F06D10_H
#ifndef __STATICARRAYINITTYPESIZEU3D6_TC937DCE458F6AE4186120B4DDF95463176C75C78_H
#define __STATICARRAYINITTYPESIZEU3D6_TC937DCE458F6AE4186120B4DDF95463176C75C78_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D6_TC937DCE458F6AE4186120B4DDF95463176C75C78_H
#ifndef __STATICARRAYINITTYPESIZEU3D64_TC44517F575DC9AEC7589A864FEA072030961DAF6_H
#define __STATICARRAYINITTYPESIZEU3D64_TC44517F575DC9AEC7589A864FEA072030961DAF6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D64_TC44517F575DC9AEC7589A864FEA072030961DAF6_H
#ifndef __STATICARRAYINITTYPESIZEU3D640_T9C691C15FA1A34F93F102000D5F515E32241C910_H
#define __STATICARRAYINITTYPESIZEU3D640_T9C691C15FA1A34F93F102000D5F515E32241C910_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640
struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D640_T9C691C15FA1A34F93F102000D5F515E32241C910_H
#ifndef __STATICARRAYINITTYPESIZEU3D72_TF9B2DE61B68289FA0233B6E305B08B2FCD612FA1_H
#define __STATICARRAYINITTYPESIZEU3D72_TF9B2DE61B68289FA0233B6E305B08B2FCD612FA1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72
struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D72_TF9B2DE61B68289FA0233B6E305B08B2FCD612FA1_H
#ifndef __STATICARRAYINITTYPESIZEU3D76_T83BE44A74AC13CD15474DA7726C9C92BD317CFFB_H
#define __STATICARRAYINITTYPESIZEU3D76_T83BE44A74AC13CD15474DA7726C9C92BD317CFFB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76
struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D76_T83BE44A74AC13CD15474DA7726C9C92BD317CFFB_H
#ifndef __STATICARRAYINITTYPESIZEU3D84_TF52293EFB26AA1D2C169389BB83253C5BAE8076A_H
#define __STATICARRAYINITTYPESIZEU3D84_TF52293EFB26AA1D2C169389BB83253C5BAE8076A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84
struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D84_TF52293EFB26AA1D2C169389BB83253C5BAE8076A_H
#ifndef __STATICARRAYINITTYPESIZEU3D9_TF0D137C898E06A3CD9FFB079C91D796B9EC8B928_H
#define __STATICARRAYINITTYPESIZEU3D9_TF0D137C898E06A3CD9FFB079C91D796B9EC8B928_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D9_TF0D137C898E06A3CD9FFB079C91D796B9EC8B928_H
#ifndef __STATICARRAYINITTYPESIZEU3D94_T23554D8B96399688002A3BE81C7C15EFB011DEC6_H
#define __STATICARRAYINITTYPESIZEU3D94_T23554D8B96399688002A3BE81C7C15EFB011DEC6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94
struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D94_T23554D8B96399688002A3BE81C7C15EFB011DEC6_H
#ifndef __STATICARRAYINITTYPESIZEU3D998_T8A5C9782706B510180A1B9C9F7E96F8F48421B8C_H
#define __STATICARRAYINITTYPESIZEU3D998_T8A5C9782706B510180A1B9C9F7E96F8F48421B8C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998
struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D998_T8A5C9782706B510180A1B9C9F7E96F8F48421B8C_H
#ifndef RUNTIMEGPTRARRAYHANDLE_T06E6883AF57DE36D928FAA0D86B8705CBC7D875B_H
#define RUNTIMEGPTRARRAYHANDLE_T06E6883AF57DE36D928FAA0D86B8705CBC7D875B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEGPTRARRAYHANDLE_T06E6883AF57DE36D928FAA0D86B8705CBC7D875B_H
#ifndef RUNTIMEGENERICPARAMINFOHANDLE_TF9D2ACFD24F96631E81D2F2478B237DB433428CE_H
#define RUNTIMEGENERICPARAMINFOHANDLE_TF9D2ACFD24F96631E81D2F2478B237DB433428CE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEGENERICPARAMINFOHANDLE_TF9D2ACFD24F96631E81D2F2478B237DB433428CE_H
#ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___TrueString_5), 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((&___FalseString_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___categoryForLatin1_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifndef ENUMERATOR_TE0C99528D3DCE5863566CE37BD94162A4C0431CD_H
#define ENUMERATOR_TE0C99528D3DCE5863566CE37BD94162A4C0431CD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___list_0), 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((&___current_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_TE0C99528D3DCE5863566CE37BD94162A4C0431CD_H
#ifndef ENUMERATOR_T7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08_H
#define ENUMERATOR_T7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___list_0), 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((&___current_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08_H
#ifndef DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#define DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___DaysToMonth365_29), 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((&___DaysToMonth366_30), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifndef DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#define DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___Powers10_6), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___enumSeperatorCharArray_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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
{
};
#endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifndef STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#define STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((&____activeReadWriteTask_2), value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((&____asyncActiveSemaphore_3), value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((&___Null_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifndef INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#define INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifndef INTPTR_T_H
#define INTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTPTR_T_H
#ifndef DEFAULTMEMBERATTRIBUTE_T5942F1EEEB050C11A84EAA5605BB79E337186731_H
#define DEFAULTMEMBERATTRIBUTE_T5942F1EEEB050C11A84EAA5605BB79E337186731_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.DefaultMemberAttribute
struct DefaultMemberAttribute_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((&___m_memberName_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DEFAULTMEMBERATTRIBUTE_T5942F1EEEB050C11A84EAA5605BB79E337186731_H
#ifndef EVENTINFO_T_H
#define EVENTINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.EventInfo
struct EventInfo_t : public MemberInfo_t
{
public:
// System.Reflection.EventInfo_AddEventAdapter System.Reflection.EventInfo::cached_add_event
AddEventAdapter_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((&___cached_add_event_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTINFO_T_H
#ifndef FIELDINFO_T_H
#define FIELDINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.FieldInfo
struct FieldInfo_t : public MemberInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FIELDINFO_T_H
#ifndef METHODBASE_T_H
#define METHODBASE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // METHODBASE_T_H
#ifndef PARAMETERMODIFIER_T7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_H
#define PARAMETERMODIFIER_T7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.ParameterModifier
struct ParameterModifier_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((&____byRef_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // PARAMETERMODIFIER_T7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_H
#ifndef PROPERTYINFO_T_H
#define PROPERTYINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PROPERTYINFO_T_H
#ifndef ONDESERIALIZEDATTRIBUTE_T2616E095E827F26C1B98001AC1C8EFBFC5E4C47D_H
#define ONDESERIALIZEDATTRIBUTE_T2616E095E827F26C1B98001AC1C8EFBFC5E4C47D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.OnDeserializedAttribute
struct OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ONDESERIALIZEDATTRIBUTE_T2616E095E827F26C1B98001AC1C8EFBFC5E4C47D_H
#ifndef ONDESERIALIZINGATTRIBUTE_TBBC20BC5DB0ABD1008045DBFBB881F7247409767_H
#define ONDESERIALIZINGATTRIBUTE_TBBC20BC5DB0ABD1008045DBFBB881F7247409767_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.OnDeserializingAttribute
struct OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ONDESERIALIZINGATTRIBUTE_TBBC20BC5DB0ABD1008045DBFBB881F7247409767_H
#ifndef ONSERIALIZEDATTRIBUTE_TCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A_H
#define ONSERIALIZEDATTRIBUTE_TCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.OnSerializedAttribute
struct OnSerializedAttribute_tCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ONSERIALIZEDATTRIBUTE_TCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A_H
#ifndef ONSERIALIZINGATTRIBUTE_T7C470A6CCE67CFEB32D29F1846A4581381EB6630_H
#define ONSERIALIZINGATTRIBUTE_T7C470A6CCE67CFEB32D29F1846A4581381EB6630_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.OnSerializingAttribute
struct OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ONSERIALIZINGATTRIBUTE_T7C470A6CCE67CFEB32D29F1846A4581381EB6630_H
#ifndef OPTIONALFIELDATTRIBUTE_T7AC87C5F363D1660B9AE63AF101B9890BD475384_H
#define OPTIONALFIELDATTRIBUTE_T7AC87C5F363D1660B9AE63AF101B9890BD475384_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OPTIONALFIELDATTRIBUTE_T7AC87C5F363D1660B9AE63AF101B9890BD475384_H
#ifndef SERIALIZATIONENTRY_TA4CE7B0176B45BD820A7802C84479174F5EBE5EA_H
#define SERIALIZATIONENTRY_TA4CE7B0176B45BD820A7802C84479174F5EBE5EA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_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((&___m_type_0), 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((&___m_value_1), 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((&___m_name_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // SERIALIZATIONENTRY_TA4CE7B0176B45BD820A7802C84479174F5EBE5EA_H
#ifndef LISTBUILDER_1_T9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0_H
#define LISTBUILDER_1_T9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&____items_0), 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((&____item_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LISTBUILDER_1_T9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0_H
#ifndef LISTBUILDER_1_TC910DF600888C2B5164672D53A552842C6B0A31B_H
#define LISTBUILDER_1_TC910DF600888C2B5164672D53A552842C6B0A31B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&____items_0), 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((&____item_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LISTBUILDER_1_TC910DF600888C2B5164672D53A552842C6B0A31B_H
#ifndef LISTBUILDER_1_T7C73F3941A5FC9B73A3978FF42B31F47032EB5CC_H
#define LISTBUILDER_1_T7C73F3941A5FC9B73A3978FF42B31F47032EB5CC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&____items_0), 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((&____item_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LISTBUILDER_1_T7C73F3941A5FC9B73A3978FF42B31F47032EB5CC_H
#ifndef LISTBUILDER_1_T9F805B8E5D22215EA08ED24F79F2783EB52A7B72_H
#define LISTBUILDER_1_T9F805B8E5D22215EA08ED24F79F2783EB52A7B72_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&____items_0), 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((&____item_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LISTBUILDER_1_T9F805B8E5D22215EA08ED24F79F2783EB52A7B72_H
#ifndef LISTBUILDER_1_T5D6EE6CE7ECAEF873A9512FDCDB1650477082C62_H
#define LISTBUILDER_1_T5D6EE6CE7ECAEF873A9512FDCDB1650477082C62_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&____items_0), 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((&____item_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LISTBUILDER_1_T5D6EE6CE7ECAEF873A9512FDCDB1650477082C62_H
#ifndef LISTBUILDER_1_T306530737CDAC7F801197CE81CE3E931E32B5B74_H
#define LISTBUILDER_1_T306530737CDAC7F801197CE81CE3E931E32B5B74_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&____items_0), 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((&____item_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LISTBUILDER_1_T306530737CDAC7F801197CE81CE3E931E32B5B74_H
#ifndef LISTBUILDER_1_TD5DE73E8827791DC2F4C293F9A405D8CC32E13FB_H
#define LISTBUILDER_1_TD5DE73E8827791DC2F4C293F9A405D8CC32E13FB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&____items_0), 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((&____item_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LISTBUILDER_1_TD5DE73E8827791DC2F4C293F9A405D8CC32E13FB_H
#ifndef SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#define SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifndef STATHREADATTRIBUTE_T0564A46C9F5E5DC44615EDFC5C95AEAF67397F16_H
#define STATHREADATTRIBUTE_T0564A46C9F5E5DC44615EDFC5C95AEAF67397F16_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.STAThreadAttribute
struct STAThreadAttribute_t0564A46C9F5E5DC44615EDFC5C95AEAF67397F16 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STATHREADATTRIBUTE_T0564A46C9F5E5DC44615EDFC5C95AEAF67397F16_H
#ifndef ALLOWPARTIALLYTRUSTEDCALLERSATTRIBUTE_T5FC828B1EF0E0F455A7055203AA0B2A0C2DB2E47_H
#define ALLOWPARTIALLYTRUSTEDCALLERSATTRIBUTE_T5FC828B1EF0E0F455A7055203AA0B2A0C2DB2E47_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.AllowPartiallyTrustedCallersAttribute
struct AllowPartiallyTrustedCallersAttribute_t5FC828B1EF0E0F455A7055203AA0B2A0C2DB2E47 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ALLOWPARTIALLYTRUSTEDCALLERSATTRIBUTE_T5FC828B1EF0E0F455A7055203AA0B2A0C2DB2E47_H
#ifndef DSA_T932F4A94DD2B782BFFC197544398826E6CDB64CF_H
#define DSA_T932F4A94DD2B782BFFC197544398826E6CDB64CF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.DSA
struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DSA_T932F4A94DD2B782BFFC197544398826E6CDB64CF_H
#ifndef DSASIGNATUREDEFORMATTER_TC4F6EE7636F9BD85197A80563E80DD1138A82372_H
#define DSASIGNATUREDEFORMATTER_TC4F6EE7636F9BD85197A80563E80DD1138A82372_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.DSASignatureDeformatter
struct DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 : public AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39
{
public:
// System.String System.Security.Cryptography.DSASignatureDeformatter::_oid
String_t* ____oid_0;
public:
inline static int32_t get_offset_of__oid_0() { return static_cast<int32_t>(offsetof(DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372, ____oid_0)); }
inline String_t* get__oid_0() const { return ____oid_0; }
inline String_t** get_address_of__oid_0() { return &____oid_0; }
inline void set__oid_0(String_t* value)
{
____oid_0 = value;
Il2CppCodeGenWriteBarrier((&____oid_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DSASIGNATUREDEFORMATTER_TC4F6EE7636F9BD85197A80563E80DD1138A82372_H
#ifndef DSASIGNATUREDESCRIPTION_T71AB8FDAC84C28BCCA886EB888A59534631DB07A_H
#define DSASIGNATUREDESCRIPTION_T71AB8FDAC84C28BCCA886EB888A59534631DB07A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.DSASignatureDescription
struct DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A : public SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DSASIGNATUREDESCRIPTION_T71AB8FDAC84C28BCCA886EB888A59534631DB07A_H
#ifndef DSASIGNATUREFORMATTER_TFEE16240E774EC2338F2B0292CB850CDEE735421_H
#define DSASIGNATUREFORMATTER_TFEE16240E774EC2338F2B0292CB850CDEE735421_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.DSASignatureFormatter
struct DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 : public AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E
{
public:
// System.String System.Security.Cryptography.DSASignatureFormatter::_oid
String_t* ____oid_0;
public:
inline static int32_t get_offset_of__oid_0() { return static_cast<int32_t>(offsetof(DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421, ____oid_0)); }
inline String_t* get__oid_0() const { return ____oid_0; }
inline String_t** get_address_of__oid_0() { return &____oid_0; }
inline void set__oid_0(String_t* value)
{
____oid_0 = value;
Il2CppCodeGenWriteBarrier((&____oid_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DSASIGNATUREFORMATTER_TFEE16240E774EC2338F2B0292CB850CDEE735421_H
#ifndef KEYEDHASHALGORITHM_T83CFA2CA5A4F0F39B747E61D013CB5EB919D218B_H
#define KEYEDHASHALGORITHM_T83CFA2CA5A4F0F39B747E61D013CB5EB919D218B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.KeyedHashAlgorithm
struct KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
// System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::KeyValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___KeyValue_4;
public:
inline static int32_t get_offset_of_KeyValue_4() { return static_cast<int32_t>(offsetof(KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B, ___KeyValue_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_KeyValue_4() const { return ___KeyValue_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_KeyValue_4() { return &___KeyValue_4; }
inline void set_KeyValue_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___KeyValue_4 = value;
Il2CppCodeGenWriteBarrier((&___KeyValue_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYEDHASHALGORITHM_T83CFA2CA5A4F0F39B747E61D013CB5EB919D218B_H
#ifndef MD5_TCED753745572EC20FE5D31D15F132736B5343EE6_H
#define MD5_TCED753745572EC20FE5D31D15F132736B5343EE6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.MD5
struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MD5_TCED753745572EC20FE5D31D15F132736B5343EE6_H
#ifndef RIPEMD160_T5BF1FB38C534BF0083B35AC6880867E11448EFE9_H
#define RIPEMD160_T5BF1FB38C534BF0083B35AC6880867E11448EFE9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RIPEMD160
struct RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RIPEMD160_T5BF1FB38C534BF0083B35AC6880867E11448EFE9_H
#ifndef RSA_TB6C4B434B2AC02E3F8981DB2908C2018E251D145_H
#define RSA_TB6C4B434B2AC02E3F8981DB2908C2018E251D145_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSA
struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSA_TB6C4B434B2AC02E3F8981DB2908C2018E251D145_H
#ifndef RSAPKCS1SIGNATUREDEFORMATTER_TC0F0E21B4C925CF6F250441EC51CD4804895597C_H
#define RSAPKCS1SIGNATUREDEFORMATTER_TC0F0E21B4C925CF6F250441EC51CD4804895597C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
struct RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C : public AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1SIGNATUREDEFORMATTER_TC0F0E21B4C925CF6F250441EC51CD4804895597C_H
#ifndef RSAPKCS1SIGNATUREDESCRIPTION_T95C0FD8B4EB0A88AC87E97E237FFB77C683D4619_H
#define RSAPKCS1SIGNATUREDESCRIPTION_T95C0FD8B4EB0A88AC87E97E237FFB77C683D4619_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSAPKCS1SignatureDescription
struct RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619 : public SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F
{
public:
// System.String System.Security.Cryptography.RSAPKCS1SignatureDescription::_hashAlgorithm
String_t* ____hashAlgorithm_4;
public:
inline static int32_t get_offset_of__hashAlgorithm_4() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619, ____hashAlgorithm_4)); }
inline String_t* get__hashAlgorithm_4() const { return ____hashAlgorithm_4; }
inline String_t** get_address_of__hashAlgorithm_4() { return &____hashAlgorithm_4; }
inline void set__hashAlgorithm_4(String_t* value)
{
____hashAlgorithm_4 = value;
Il2CppCodeGenWriteBarrier((&____hashAlgorithm_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1SIGNATUREDESCRIPTION_T95C0FD8B4EB0A88AC87E97E237FFB77C683D4619_H
#ifndef RSAPKCS1SIGNATUREFORMATTER_T72A0E518D1DF05E0469FCF760558E4CA497F19B6_H
#define RSAPKCS1SIGNATUREFORMATTER_T72A0E518D1DF05E0469FCF760558E4CA497F19B6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSAPKCS1SignatureFormatter
struct RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6 : public AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1SIGNATUREFORMATTER_T72A0E518D1DF05E0469FCF760558E4CA497F19B6_H
#ifndef SHA1_T242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_H
#define SHA1_T242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA1_T242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_H
#ifndef SHA256_TF15350D910DF8AC1E6ADDBA904218F95554711BD_H
#define SHA256_TF15350D910DF8AC1E6ADDBA904218F95554711BD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SHA256
struct SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA256_TF15350D910DF8AC1E6ADDBA904218F95554711BD_H
#ifndef SHA384_T73C69FA7FB10EF83355734BE635F079515FF5D37_H
#define SHA384_T73C69FA7FB10EF83355734BE635F079515FF5D37_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SHA384
struct SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA384_T73C69FA7FB10EF83355734BE635F079515FF5D37_H
#ifndef SHA512_TA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936_H
#define SHA512_TA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SHA512
struct SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA512_TA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936_H
#ifndef SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#define SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifndef UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#define UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_H
#define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <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>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::6D797C11E1D4FB68B6570CF2A92B792433527065
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_57;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132 <PrivateImplementationDetails>::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9
__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::6FC754859E4EC74E447048364B216D825C6F8FE7
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_59;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::704939CD172085D1295FCE3F1D92431D685D7AA2
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_60;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::7088AAE49F0627B72729078DE6E3182DDCF8ED99
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::7341C933A70EAE383CC50C4B945ADB8E08F06737
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_62;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::736D39815215889F11249D9958F6ED12D37B9F57
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_63;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::7F42F2EDC974BE29B2746957416ED1AEFA605F47
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252 <PrivateImplementationDetails>::811A927B7DADD378BE60BBDE794B9277AA9B50EC
__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::81917F1E21F3C22B9F916994547A614FB03E968E
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_67;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::823566DA642D6EA356E15585921F2A4CA23D6760
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_68;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::82C2A59850B2E85BCE1A45A479537A384DF6098D
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_69;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::86F4F563FA2C61798AE6238D789139739428463A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_71;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::871B9CF85DB352BAADF12BAE8F19857683E385AC
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_72;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::89A040451C8CC5C8FB268BE44BDD74964C104155
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_73;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8CAA092E783257106251246FF5C97F88D28517A6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_74;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100 <PrivateImplementationDetails>::8D231DD55FE1AD7631BBD0905A17D5EB616C2154
__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8E10AC2F34545DFBBF3FCBC06055D797A8C99991
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640 <PrivateImplementationDetails>::90A0542282A011472F94E97CEAE59F8B3B1A3291
__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_78;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::93A63E90605400F34B49F0EB3361D23C89164BDA
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_79;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::94841DD2F330CCB1089BF413E4FA9B04505152E2
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_80;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::95264589E48F94B7857CFF398FB72A537E13EEE2
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_81;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::95C48758CAE1715783472FB073AB158AB8A0AB2A
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_82;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::973417296623D8DC6961B09664E54039E44CA5D8
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_83;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::97FB30C84FF4A41CD4625B44B2940BFC8DB43003
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::A0074C15377C0C870B055927403EA9FA7A349D12
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_88;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130 <PrivateImplementationDetails>::A1319B706116AB2C6D44483F60A7D0ACEA543396
__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_89;
// System.Int64 <PrivateImplementationDetails>::A13AA52274D951A18029131A8DDECF76B569A15D
int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_90;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::A323DB0813C4D072957BA6FDA79D9776674CD06B
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_91;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::A5444763673307F6828C748D4B9708CFC02B0959
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_92;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::A6732F8E7FC23766AB329B492D6BF82E3B33233F
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::A705A106D95282BD15E13EEA6B0AF583FF786D83
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_94;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018 <PrivateImplementationDetails>::A8A491E4CED49AE0027560476C10D933CE70C8DF
__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_95;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::AC791C4F39504D1184B73478943D0636258DA7B1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_96;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::AFCD4E1211233E99373A3367B23105A3D624B1F2
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_97;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998 <PrivateImplementationDetails>::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45
__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162 <PrivateImplementationDetails>::B8864ACB9DD69E3D42151513C840AAE270BF21C8
__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360 <PrivateImplementationDetails>::B8F87834C3597B2EEF22BA6D3A392CC925636401
__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_104;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::B9B670F134A59FB1107AF01A9FE8F8E3980B3093
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20 <PrivateImplementationDetails>::BE1BDEC0AA74B4DCB079943E70528096CCA985F8
__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::BEBC9ECC660A13EFC359BA3383411F698CFF25DB
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::BF5EB60806ECB74EE484105DD9D6F463BF994867
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_110;
// System.Int64 <PrivateImplementationDetails>::C1A1100642BA9685B30A84D97348484E14AA1865
int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_111;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::C6F364A0AD934EFED8909446C215752E565D77C1
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_112;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::CE5835130F5277F63D716FC9115526B0AC68FFAD
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_113;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::CE93C35B755802BC4B3D180716B048FC61701EF7
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_114;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::CF0B42666EF5E37EDEA0AB8E173E42C196D03814
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D117188BE8D4609C0D531C51B0BB911A4219DEBE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D2C5BAE967587C6F3D9F2C4551911E0575A1101F
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::DA19DB47B583EFCF7825D2E39D661D2354F28219
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_121;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56 <PrivateImplementationDetails>::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82
__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::DD3AEFEADB1CD615F3017763F1568179FEE640B0
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::E1827270A5FE1C85F5352A66FD87BA747213D006
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_124;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::E45BAB43F7D5D038672B3E3431F92E34A7AF2571
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::E75835D001C843F156FBA01B001DFE1B8029AC17
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_126;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::E92B39D8233061927D9ACDE54665E68E7535635A
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_127;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::EA9506959484C55CFE0C139C624DF6060E285866
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_128;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262 <PrivateImplementationDetails>::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D
__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EBF68F411848D603D059DFDEA2321C5A5EA78044
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_130;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::EC89C317EA2BF49A70EFF5E89C691E34733D7C37
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::F06E829E62F3AFBC045D064E10A4F5DF7C969612
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614 <PrivateImplementationDetails>::F073AA332018FDA0D572E99448FFF1D6422BD520
__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_135;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::F34B0E10653402E8F788F8BC3F7CD7090928A429
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_136;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::F37E34BEADB04F34FCC31078A59F49856CA83D5B
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94 <PrivateImplementationDetails>::F512A9ABF88066AAEB92684F95CC05D8101B462B
__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_138;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::F8FAABB821300AA500C2CEC6091B3782A7FB44A4
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350 <PrivateImplementationDetails>::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B
__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140;
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_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56)); }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56; }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56 = value;
}
inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_57() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_57)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_57() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_57; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_57() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_57; }
inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_57(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___6D797C11E1D4FB68B6570CF2A92B792433527065_57 = value;
}
inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58)); }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58; }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58; }
inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value)
{
___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58 = value;
}
inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_59() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_59)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_59() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_59; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_59() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_59; }
inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_59(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___6FC754859E4EC74E447048364B216D825C6F8FE7_59 = value;
}
inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_60)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_60; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_60; }
inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___704939CD172085D1295FCE3F1D92431D685D7AA2_60 = value;
}
inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61; }
inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61 = value;
}
inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_62)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_62; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_62; }
inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___7341C933A70EAE383CC50C4B945ADB8E08F06737_62 = value;
}
inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_63() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_63)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_63() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_63; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_63() { return &___736D39815215889F11249D9958F6ED12D37B9F57_63; }
inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_63(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___736D39815215889F11249D9958F6ED12D37B9F57_63 = value;
}
inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64; }
inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64 = value;
}
inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65; }
inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65 = value;
}
inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66)); }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66; }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66; }
inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value)
{
___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66 = value;
}
inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_67() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_67)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_67() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_67; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_67() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_67; }
inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_67(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___81917F1E21F3C22B9F916994547A614FB03E968E_67 = value;
}
inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_68() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_68)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_68() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_68; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_68() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_68; }
inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_68(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___823566DA642D6EA356E15585921F2A4CA23D6760_68 = value;
}
inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_69)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_69; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_69; }
inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___82C2A59850B2E85BCE1A45A479537A384DF6098D_69 = value;
}
inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70; }
inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70 = value;
}
inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_71() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_71)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_71() const { return ___86F4F563FA2C61798AE6238D789139739428463A_71; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_71() { return &___86F4F563FA2C61798AE6238D789139739428463A_71; }
inline void set_U386F4F563FA2C61798AE6238D789139739428463A_71(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___86F4F563FA2C61798AE6238D789139739428463A_71 = value;
}
inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_72)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_72; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_72; }
inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___871B9CF85DB352BAADF12BAE8F19857683E385AC_72 = value;
}
inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_73() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_73)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_73() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_73; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_73() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_73; }
inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_73(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___89A040451C8CC5C8FB268BE44BDD74964C104155_73 = value;
}
inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_74() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_74)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_74() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_74; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_74() { return &___8CAA092E783257106251246FF5C97F88D28517A6_74; }
inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_74(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8CAA092E783257106251246FF5C97F88D28517A6_74 = value;
}
inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75)); }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75; }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75; }
inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value)
{
___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75 = value;
}
inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76; }
inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76 = value;
}
inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77; }
inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77 = value;
}
inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_78)); }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_78; }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_78; }
inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value)
{
___90A0542282A011472F94E97CEAE59F8B3B1A3291_78 = value;
}
inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_79() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_79)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_79() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_79; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_79() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_79; }
inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_79(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___93A63E90605400F34B49F0EB3361D23C89164BDA_79 = value;
}
inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_80)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_80; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_80; }
inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___94841DD2F330CCB1089BF413E4FA9B04505152E2_80 = value;
}
inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_81() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_81)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_81() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_81; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_81() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_81; }
inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___95264589E48F94B7857CFF398FB72A537E13EEE2_81 = value;
}
inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_82)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_82; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_82; }
inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___95C48758CAE1715783472FB073AB158AB8A0AB2A_82 = value;
}
inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_83() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_83)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_83() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_83; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_83() { return &___973417296623D8DC6961B09664E54039E44CA5D8_83; }
inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_83(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___973417296623D8DC6961B09664E54039E44CA5D8_83 = value;
}
inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84; }
inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84 = value;
}
inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85; }
inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85 = value;
}
inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86; }
inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86 = value;
}
inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87; }
inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87 = value;
}
inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_88() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_88)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_88() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_88; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_88() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_88; }
inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_88(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___A0074C15377C0C870B055927403EA9FA7A349D12_88 = value;
}
inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_89() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_89)); }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_89() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_89; }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_89() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_89; }
inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_89(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value)
{
___A1319B706116AB2C6D44483F60A7D0ACEA543396_89 = value;
}
inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_90() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_90)); }
inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_90() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_90; }
inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_90() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_90; }
inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_90(int64_t value)
{
___A13AA52274D951A18029131A8DDECF76B569A15D_90 = value;
}
inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_91() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_91)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_91() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_91; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_91() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_91; }
inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_91(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___A323DB0813C4D072957BA6FDA79D9776674CD06B_91 = value;
}
inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_92() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_92)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_92() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_92; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_92() { return &___A5444763673307F6828C748D4B9708CFC02B0959_92; }
inline void set_A5444763673307F6828C748D4B9708CFC02B0959_92(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___A5444763673307F6828C748D4B9708CFC02B0959_92 = value;
}
inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93; }
inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93 = value;
}
inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_94() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_94)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_94() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_94; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_94() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_94; }
inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_94(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___A705A106D95282BD15E13EEA6B0AF583FF786D83_94 = value;
}
inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_95() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_95)); }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_95() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_95; }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_95() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_95; }
inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_95(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value)
{
___A8A491E4CED49AE0027560476C10D933CE70C8DF_95 = value;
}
inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_96() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_96)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_96() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_96; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_96() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_96; }
inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_96(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___AC791C4F39504D1184B73478943D0636258DA7B1_96 = value;
}
inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_97() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_97)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_97() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_97; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_97() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_97; }
inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_97(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___AFCD4E1211233E99373A3367B23105A3D624B1F2_97 = value;
}
inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98; }
inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98 = value;
}
inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99; }
inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99 = value;
}
inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100; }
inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100 = value;
}
inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101; }
inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101 = value;
}
inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102)); }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102; }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102; }
inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value)
{
___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102 = value;
}
inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103)); }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103; }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103; }
inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value)
{
___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103 = value;
}
inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_104() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_104)); }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_104() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_104; }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_104() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_104; }
inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_104(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value)
{
___B8F87834C3597B2EEF22BA6D3A392CC925636401_104 = value;
}
inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105; }
inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105 = value;
}
inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106)); }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106; }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106; }
inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value)
{
___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106 = value;
}
inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107; }
inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107 = value;
}
inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108; }
inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108 = value;
}
inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109; }
inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109 = value;
}
inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_110() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_110)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_110() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_110; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_110() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_110; }
inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_110(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___BF5EB60806ECB74EE484105DD9D6F463BF994867_110 = value;
}
inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_111() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_111)); }
inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_111() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_111; }
inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_111() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_111; }
inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_111(int64_t value)
{
___C1A1100642BA9685B30A84D97348484E14AA1865_111 = value;
}
inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_112() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_112)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_112() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_112; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_112() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_112; }
inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_112(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___C6F364A0AD934EFED8909446C215752E565D77C1_112 = value;
}
inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_113() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_113)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_113() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_113; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_113() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_113; }
inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_113(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___CE5835130F5277F63D716FC9115526B0AC68FFAD_113 = value;
}
inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_114() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_114)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_114() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_114; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_114() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_114; }
inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_114(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___CE93C35B755802BC4B3D180716B048FC61701EF7_114 = value;
}
inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115; }
inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115 = value;
}
inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116; }
inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116 = value;
}
inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117; }
inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117 = value;
}
inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118; }
inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118 = value;
}
inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119; }
inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119 = value;
}
inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120; }
inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120 = value;
}
inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_121() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_121)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_121() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_121; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_121() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_121; }
inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_121(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___DA19DB47B583EFCF7825D2E39D661D2354F28219_121 = value;
}
inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122)); }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122; }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122; }
inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value)
{
___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122 = value;
}
inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123; }
inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123 = value;
}
inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_124() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_124)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_124() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_124; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_124() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_124; }
inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_124(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___E1827270A5FE1C85F5352A66FD87BA747213D006_124 = value;
}
inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125; }
inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125 = value;
}
inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_126() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_126)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_126() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_126; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_126() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_126; }
inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_126(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___E75835D001C843F156FBA01B001DFE1B8029AC17_126 = value;
}
inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_127() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_127)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_127() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_127; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_127() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_127; }
inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_127(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___E92B39D8233061927D9ACDE54665E68E7535635A_127 = value;
}
inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_128() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_128)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_128() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_128; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_128() { return &___EA9506959484C55CFE0C139C624DF6060E285866_128; }
inline void set_EA9506959484C55CFE0C139C624DF6060E285866_128(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___EA9506959484C55CFE0C139C624DF6060E285866_128 = value;
}
inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129)); }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129; }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129; }
inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value)
{
___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129 = value;
}
inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_130() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_130)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_130() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_130; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_130() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_130; }
inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_130(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___EBF68F411848D603D059DFDEA2321C5A5EA78044_130 = value;
}
inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131; }
inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131 = value;
}
inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132; }
inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132 = value;
}
inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133; }
inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133 = value;
}
inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134; }
inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134 = value;
}
inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_135() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_135)); }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_135() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_135; }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_135() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_135; }
inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_135(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value)
{
___F073AA332018FDA0D572E99448FFF1D6422BD520_135 = value;
}
inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_136() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_136)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_136() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_136; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_136() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_136; }
inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_136(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___F34B0E10653402E8F788F8BC3F7CD7090928A429_136 = value;
}
inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137; }
inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137 = value;
}
inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_138() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_138)); }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_138() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_138; }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_138() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_138; }
inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_138(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value)
{
___F512A9ABF88066AAEB92684F95CC05D8101B462B_138 = value;
}
inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139; }
inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139 = value;
}
inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140)); }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140; }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140; }
inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value)
{
___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_H
#ifndef RUNTIMEEVENTHANDLE_TE5D1932AECB9CB753494050E033F25584E3693A9_H
#define RUNTIMEEVENTHANDLE_TE5D1932AECB9CB753494050E033F25584E3693A9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEEVENTHANDLE_TE5D1932AECB9CB753494050E033F25584E3693A9_H
#ifndef RUNTIMEPROPERTYHANDLE_TFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB_H
#define RUNTIMEPROPERTYHANDLE_TFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEPROPERTYHANDLE_TFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB_H
#ifndef SAFEGPTRARRAYHANDLE_TC09FC66A1AE4A175EF88D04A786B62D02A4C09BE_H
#define SAFEGPTRARRAYHANDLE_TC09FC66A1AE4A175EF88D04A786B62D02A4C09BE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SAFEGPTRARRAYHANDLE_TC09FC66A1AE4A175EF88D04A786B62D02A4C09BE_H
#ifndef SAFESTRINGMARSHAL_TD41B530333F2C9F500BD6FEC91735D16F06C9A6F_H
#define SAFESTRINGMARSHAL_TD41B530333F2C9F500BD6FEC91735D16F06C9A6F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___str_0), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // SAFESTRINGMARSHAL_TD41B530333F2C9F500BD6FEC91735D16F06C9A6F_H
#ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_paramName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifndef ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H
#define ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArithmeticException
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H
#ifndef HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#define HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable
struct Hashtable_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((&___buckets_0), 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((&___keys_7), 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((&___values_8), 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((&____keycomparer_9), 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((&____syncRoot_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifndef ASSEMBLYHASHALGORITHM_T31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_H
#define ASSEMBLYHASHALGORITHM_T31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Configuration.Assemblies.AssemblyHashAlgorithm
struct AssemblyHashAlgorithm_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLYHASHALGORITHM_T31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9_H
#ifndef ASSEMBLYVERSIONCOMPATIBILITY_TEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_H
#define ASSEMBLYVERSIONCOMPATIBILITY_TEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Configuration.Assemblies.AssemblyVersionCompatibility
struct AssemblyVersionCompatibility_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLYVERSIONCOMPATIBILITY_TEA062AB37A9A750B33F6CA2898EEF03A4EEA496C_H
#ifndef DELEGATE_T_H
#define DELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_target_2), 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((&___method_info_7), 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((&___original_method_info_8), 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((&___data_9), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // DELEGATE_T_H
#ifndef NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#define NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifndef INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#define INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#ifndef INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#define INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#ifndef INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#define INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifndef MEMBERACCESSEXCEPTION_TDA869AFFB4FC1EA0EEF3143D85999710AC4774F0_H
#define MEMBERACCESSEXCEPTION_TDA869AFFB4FC1EA0EEF3143D85999710AC4774F0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MemberAccessException
struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERACCESSEXCEPTION_TDA869AFFB4FC1EA0EEF3143D85999710AC4774F0_H
#ifndef NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#define NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifndef NULLREFERENCEEXCEPTION_T204B194BC4DDA3259AF5A8633EA248AE5977ABDC_H
#define NULLREFERENCEEXCEPTION_T204B194BC4DDA3259AF5A8633EA248AE5977ABDC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NullReferenceException
struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NULLREFERENCEEXCEPTION_T204B194BC4DDA3259AF5A8633EA248AE5977ABDC_H
#ifndef AMBIGUOUSMATCHEXCEPTION_TA6167784E27C39A0B575BAD72BC25059F3B8B349_H
#define AMBIGUOUSMATCHEXCEPTION_TA6167784E27C39A0B575BAD72BC25059F3B8B349_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.AmbiguousMatchException
struct AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // AMBIGUOUSMATCHEXCEPTION_TA6167784E27C39A0B575BAD72BC25059F3B8B349_H
#ifndef ASSEMBLY_T_H
#define ASSEMBLY_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
public:
// System.IntPtr System.Reflection.Assembly::_mono_assembly
intptr_t ____mono_assembly_0;
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
ResolveEventHolder_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((&___resolve_event_holder_1), 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((&____evidence_2), 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((&____minimum_3), 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((&____optional_4), 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((&____refuse_5), 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((&____granted_6), 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((&____denied_7), 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((&___assemblyName_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // ASSEMBLY_T_H
#ifndef ASSEMBLYCONTENTTYPE_T9869DE40B7B1976B389F3B6A5A5D18B09E623401_H
#define ASSEMBLYCONTENTTYPE_T9869DE40B7B1976B389F3B6A5A5D18B09E623401_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLYCONTENTTYPE_T9869DE40B7B1976B389F3B6A5A5D18B09E623401_H
#ifndef ASSEMBLYNAMEFLAGS_T7834EDF078E7ECA985AA434A1EA0D95C2A44F256_H
#define ASSEMBLYNAMEFLAGS_T7834EDF078E7ECA985AA434A1EA0D95C2A44F256_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.AssemblyNameFlags
struct AssemblyNameFlags_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASSEMBLYNAMEFLAGS_T7834EDF078E7ECA985AA434A1EA0D95C2A44F256_H
#ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.BindingFlags
struct BindingFlags_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifndef CALLINGCONVENTIONS_T495B6EF267B118F780C044F96BCDE78C1982C147_H
#define CALLINGCONVENTIONS_T495B6EF267B118F780C044F96BCDE78C1982C147_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.CallingConventions
struct CallingConventions_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CALLINGCONVENTIONS_T495B6EF267B118F780C044F96BCDE78C1982C147_H
#ifndef CONSTRUCTORINFO_T9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_H
#define CONSTRUCTORINFO_T9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.ConstructorInfo
struct ConstructorInfo_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((&___ConstructorName_0), 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((&___TypeConstructorName_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSTRUCTORINFO_T9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_H
#ifndef FIELDATTRIBUTES_T53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1_H
#define FIELDATTRIBUTES_T53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.FieldAttributes
struct FieldAttributes_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FIELDATTRIBUTES_T53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1_H
#ifndef GENERICPARAMETERATTRIBUTES_T63450AEBA1F27F81502722CE89E01BD01E27A8CE_H
#define GENERICPARAMETERATTRIBUTES_T63450AEBA1F27F81502722CE89E01BD01E27A8CE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // GENERICPARAMETERATTRIBUTES_T63450AEBA1F27F81502722CE89E01BD01E27A8CE_H
#ifndef MEMBERTYPES_T3FEDC67D8B994D09AF155FFB2CFD26023F245041_H
#define MEMBERTYPES_T3FEDC67D8B994D09AF155FFB2CFD26023F245041_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberTypes
struct MemberTypes_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERTYPES_T3FEDC67D8B994D09AF155FFB2CFD26023F245041_H
#ifndef METHODINFO_T_H
#define METHODINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // METHODINFO_T_H
#ifndef PARAMETERATTRIBUTES_TF9962395513C2A48CF5AF2F371C66DD52789F110_H
#define PARAMETERATTRIBUTES_TF9962395513C2A48CF5AF2F371C66DD52789F110_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.ParameterAttributes
struct ParameterAttributes_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PARAMETERATTRIBUTES_TF9962395513C2A48CF5AF2F371C66DD52789F110_H
#ifndef PROCESSORARCHITECTURE_T0CFB73A83469D6AC222B9FE46E81EAC73C2627C7_H
#define PROCESSORARCHITECTURE_T0CFB73A83469D6AC222B9FE46E81EAC73C2627C7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.ProcessorArchitecture
struct ProcessorArchitecture_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PROCESSORARCHITECTURE_T0CFB73A83469D6AC222B9FE46E81EAC73C2627C7_H
#ifndef RUNTIMEEVENTINFO_TFBC185ED030EEA019664838A8404821CB711BC09_H
#define RUNTIMEEVENTINFO_TFBC185ED030EEA019664838A8404821CB711BC09_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RuntimeEventInfo
struct RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 : public EventInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEEVENTINFO_TFBC185ED030EEA019664838A8404821CB711BC09_H
#ifndef RUNTIMEFIELDINFO_T9C8BA644F857EBE60EC6587AE1C1148E420E66F7_H
#define RUNTIMEFIELDINFO_T9C8BA644F857EBE60EC6587AE1C1148E420E66F7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RuntimeFieldInfo
struct RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 : public FieldInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDINFO_T9C8BA644F857EBE60EC6587AE1C1148E420E66F7_H
#ifndef RUNTIMEPROPERTYINFO_T241956A29299F26A2F8B8829685E9D1F0345C5E4_H
#define RUNTIMEPROPERTYINFO_T241956A29299F26A2F8B8829685E9D1F0345C5E4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RuntimePropertyInfo
struct RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 : public PropertyInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEPROPERTYINFO_T241956A29299F26A2F8B8829685E9D1F0345C5E4_H
#ifndef TYPEATTRIBUTES_TE6ACB574918E5D234E547DB66EE27142AC379B30_H
#define TYPEATTRIBUTES_TE6ACB574918E5D234E547DB66EE27142AC379B30_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.TypeAttributes
struct TypeAttributes_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEATTRIBUTES_TE6ACB574918E5D234E547DB66EE27142AC379B30_H
#ifndef BINARYARRAYTYPEENUM_T524B2624D887D491698CB4BECFFC9FCF33871C86_H
#define BINARYARRAYTYPEENUM_T524B2624D887D491698CB4BECFFC9FCF33871C86_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum
struct BinaryArrayTypeEnum_t524B2624D887D491698CB4BECFFC9FCF33871C86
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BinaryArrayTypeEnum_t524B2624D887D491698CB4BECFFC9FCF33871C86, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYARRAYTYPEENUM_T524B2624D887D491698CB4BECFFC9FCF33871C86_H
#ifndef BINARYHEADERENUM_T4A53665402402F3F3D908CB38FBD5D7AA52DE997_H
#define BINARYHEADERENUM_T4A53665402402F3F3D908CB38FBD5D7AA52DE997_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum
struct BinaryHeaderEnum_t4A53665402402F3F3D908CB38FBD5D7AA52DE997
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BinaryHeaderEnum_t4A53665402402F3F3D908CB38FBD5D7AA52DE997, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYHEADERENUM_T4A53665402402F3F3D908CB38FBD5D7AA52DE997_H
#ifndef BINARYTYPEENUM_T7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8_H
#define BINARYTYPEENUM_T7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum
struct BinaryTypeEnum_t7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BinaryTypeEnum_t7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYTYPEENUM_T7800D9B0337C0B4E50C9A8C53702A9F7DDEE1DF8_H
#ifndef INTERNALARRAYTYPEE_TE439549A59FB04C796CE5C21C98DFD6E3CD69CF1_H
#define INTERNALARRAYTYPEE_TE439549A59FB04C796CE5C21C98DFD6E3CD69CF1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE
struct InternalArrayTypeE_tE439549A59FB04C796CE5C21C98DFD6E3CD69CF1
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InternalArrayTypeE_tE439549A59FB04C796CE5C21C98DFD6E3CD69CF1, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALARRAYTYPEE_TE439549A59FB04C796CE5C21C98DFD6E3CD69CF1_H
#ifndef INTERNALPRIMITIVETYPEE_T631DE4C166E141164C150F9C6C93365AB882E801_H
#define INTERNALPRIMITIVETYPEE_T631DE4C166E141164C150F9C6C93365AB882E801_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE
struct InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALPRIMITIVETYPEE_T631DE4C166E141164C150F9C6C93365AB882E801_H
#ifndef MESSAGEENUM_T208D4B77109F699595976C1E2418DC98AA3430C8_H
#define MESSAGEENUM_T208D4B77109F699595976C1E2418DC98AA3430C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.MessageEnum
struct MessageEnum_t208D4B77109F699595976C1E2418DC98AA3430C8
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.MessageEnum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MessageEnum_t208D4B77109F699595976C1E2418DC98AA3430C8, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MESSAGEENUM_T208D4B77109F699595976C1E2418DC98AA3430C8_H
#ifndef FORMATTERASSEMBLYSTYLE_TA1E8A300026362A0AE091830C5DBDEFCBCD5213A_H
#define FORMATTERASSEMBLYSTYLE_TA1E8A300026362A0AE091830C5DBDEFCBCD5213A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.FormatterAssemblyStyle
struct FormatterAssemblyStyle_tA1E8A300026362A0AE091830C5DBDEFCBCD5213A
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FormatterAssemblyStyle_tA1E8A300026362A0AE091830C5DBDEFCBCD5213A, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATTERASSEMBLYSTYLE_TA1E8A300026362A0AE091830C5DBDEFCBCD5213A_H
#ifndef FORMATTERTYPESTYLE_TFEF4ABC0D7DE012B1C0976F196E45600568D67AF_H
#define FORMATTERTYPESTYLE_TFEF4ABC0D7DE012B1C0976F196E45600568D67AF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.FormatterTypeStyle
struct FormatterTypeStyle_tFEF4ABC0D7DE012B1C0976F196E45600568D67AF
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.FormatterTypeStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FormatterTypeStyle_tFEF4ABC0D7DE012B1C0976F196E45600568D67AF, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATTERTYPESTYLE_TFEF4ABC0D7DE012B1C0976F196E45600568D67AF_H
#ifndef TYPEFILTERLEVEL_T8FC0F5849147B01F3EB6E3B876E06B3022E0C59A_H
#define TYPEFILTERLEVEL_T8FC0F5849147B01F3EB6E3B876E06B3022E0C59A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.TypeFilterLevel
struct TypeFilterLevel_t8FC0F5849147B01F3EB6E3B876E06B3022E0C59A
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.TypeFilterLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeFilterLevel_t8FC0F5849147B01F3EB6E3B876E06B3022E0C59A, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEFILTERLEVEL_T8FC0F5849147B01F3EB6E3B876E06B3022E0C59A_H
#ifndef SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#define SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationException
struct SerializationException_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((&____nullMessage_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#ifndef SERIALIZATIONFIELDINFO_TD6B6663C63025EF2D4D9DB470F10D8B033BBB201_H
#define SERIALIZATIONFIELDINFO_TD6B6663C63025EF2D4D9DB470F10D8B033BBB201_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_field_0), 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((&___m_serializationName_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONFIELDINFO_TD6B6663C63025EF2D4D9DB470F10D8B033BBB201_H
#ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifndef RUNTIMEARGUMENTHANDLE_T6118B2666F632AA0A554B476D9A447ACDBF08C46_H
#define RUNTIMEARGUMENTHANDLE_T6118B2666F632AA0A554B476D9A447ACDBF08C46_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARGUMENTHANDLE_T6118B2666F632AA0A554B476D9A447ACDBF08C46_H
#ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifndef RUNTIMEMETHODHANDLE_T85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_H
#define RUNTIMEMETHODHANDLE_T85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEMETHODHANDLE_T85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_H
#ifndef MEMBERLISTTYPE_TD77EECAE81FBFC68FD3A772FDBF75C478329C5AF_H
#define MEMBERLISTTYPE_TD77EECAE81FBFC68FD3A772FDBF75C478329C5AF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERLISTTYPE_TD77EECAE81FBFC68FD3A772FDBF75C478329C5AF_H
#ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifndef SBYTEENUM_T0EC157A9E311E27D76141202576E15FA4E83E0EE_H
#define SBYTEENUM_T0EC157A9E311E27D76141202576E15FA4E83E0EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SBYTEENUM_T0EC157A9E311E27D76141202576E15FA4E83E0EE_H
#ifndef CIPHERMODE_T1DC3069D617AC3D17A2608F5BB36C0F115D229DF_H
#define CIPHERMODE_T1DC3069D617AC3D17A2608F5BB36C0F115D229DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.CipherMode
struct CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF
{
public:
// System.Int32 System.Security.Cryptography.CipherMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CIPHERMODE_T1DC3069D617AC3D17A2608F5BB36C0F115D229DF_H
#ifndef CRYPTOGRAPHICEXCEPTION_T67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_H
#define CRYPTOGRAPHICEXCEPTION_T67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CRYPTOGRAPHICEXCEPTION_T67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_H
#ifndef CSPPROVIDERFLAGS_T58BDA302C5856D2AA7A41E97CAB5BDD0516571F4_H
#define CSPPROVIDERFLAGS_T58BDA302C5856D2AA7A41E97CAB5BDD0516571F4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.CspProviderFlags
struct CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4
{
public:
// System.Int32 System.Security.Cryptography.CspProviderFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CSPPROVIDERFLAGS_T58BDA302C5856D2AA7A41E97CAB5BDD0516571F4_H
#ifndef DSACRYPTOSERVICEPROVIDER_T2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_H
#define DSACRYPTOSERVICEPROVIDER_T2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.DSACryptoServiceProvider
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 : public DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF
{
public:
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_2;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey
bool ___persistKey_3;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted
bool ___persisted_4;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable
bool ___privateKeyExportable_5;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed
bool ___m_disposed_6;
// Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * ___dsa_7;
public:
inline static int32_t get_offset_of_store_2() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___store_2)); }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_2() const { return ___store_2; }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_2() { return &___store_2; }
inline void set_store_2(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value)
{
___store_2 = value;
Il2CppCodeGenWriteBarrier((&___store_2), value);
}
inline static int32_t get_offset_of_persistKey_3() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___persistKey_3)); }
inline bool get_persistKey_3() const { return ___persistKey_3; }
inline bool* get_address_of_persistKey_3() { return &___persistKey_3; }
inline void set_persistKey_3(bool value)
{
___persistKey_3 = value;
}
inline static int32_t get_offset_of_persisted_4() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___persisted_4)); }
inline bool get_persisted_4() const { return ___persisted_4; }
inline bool* get_address_of_persisted_4() { return &___persisted_4; }
inline void set_persisted_4(bool value)
{
___persisted_4 = value;
}
inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___privateKeyExportable_5)); }
inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; }
inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; }
inline void set_privateKeyExportable_5(bool value)
{
___privateKeyExportable_5 = value;
}
inline static int32_t get_offset_of_m_disposed_6() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___m_disposed_6)); }
inline bool get_m_disposed_6() const { return ___m_disposed_6; }
inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; }
inline void set_m_disposed_6(bool value)
{
___m_disposed_6 = value;
}
inline static int32_t get_offset_of_dsa_7() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___dsa_7)); }
inline DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * get_dsa_7() const { return ___dsa_7; }
inline DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA ** get_address_of_dsa_7() { return &___dsa_7; }
inline void set_dsa_7(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * value)
{
___dsa_7 = value;
Il2CppCodeGenWriteBarrier((&___dsa_7), value);
}
};
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields
{
public:
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore
bool ___useMachineKeyStore_8;
public:
inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields, ___useMachineKeyStore_8)); }
inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; }
inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; }
inline void set_useMachineKeyStore_8(bool value)
{
___useMachineKeyStore_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DSACRYPTOSERVICEPROVIDER_T2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_H
#ifndef HMAC_T85BE56AD7946F3A3D42B52448301D8995DEB7C90_H
#define HMAC_T85BE56AD7946F3A3D42B52448301D8995DEB7C90_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.HMAC
struct HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 : public KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B
{
public:
// System.Int32 System.Security.Cryptography.HMAC::blockSizeValue
int32_t ___blockSizeValue_5;
// System.String System.Security.Cryptography.HMAC::m_hashName
String_t* ___m_hashName_6;
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::m_hash1
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___m_hash1_7;
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::m_hash2
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___m_hash2_8;
// System.Byte[] System.Security.Cryptography.HMAC::m_inner
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_inner_9;
// System.Byte[] System.Security.Cryptography.HMAC::m_outer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_outer_10;
// System.Boolean System.Security.Cryptography.HMAC::m_hashing
bool ___m_hashing_11;
public:
inline static int32_t get_offset_of_blockSizeValue_5() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___blockSizeValue_5)); }
inline int32_t get_blockSizeValue_5() const { return ___blockSizeValue_5; }
inline int32_t* get_address_of_blockSizeValue_5() { return &___blockSizeValue_5; }
inline void set_blockSizeValue_5(int32_t value)
{
___blockSizeValue_5 = value;
}
inline static int32_t get_offset_of_m_hashName_6() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hashName_6)); }
inline String_t* get_m_hashName_6() const { return ___m_hashName_6; }
inline String_t** get_address_of_m_hashName_6() { return &___m_hashName_6; }
inline void set_m_hashName_6(String_t* value)
{
___m_hashName_6 = value;
Il2CppCodeGenWriteBarrier((&___m_hashName_6), value);
}
inline static int32_t get_offset_of_m_hash1_7() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hash1_7)); }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get_m_hash1_7() const { return ___m_hash1_7; }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of_m_hash1_7() { return &___m_hash1_7; }
inline void set_m_hash1_7(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value)
{
___m_hash1_7 = value;
Il2CppCodeGenWriteBarrier((&___m_hash1_7), value);
}
inline static int32_t get_offset_of_m_hash2_8() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hash2_8)); }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get_m_hash2_8() const { return ___m_hash2_8; }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of_m_hash2_8() { return &___m_hash2_8; }
inline void set_m_hash2_8(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value)
{
___m_hash2_8 = value;
Il2CppCodeGenWriteBarrier((&___m_hash2_8), value);
}
inline static int32_t get_offset_of_m_inner_9() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_inner_9)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_inner_9() const { return ___m_inner_9; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_inner_9() { return &___m_inner_9; }
inline void set_m_inner_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_inner_9 = value;
Il2CppCodeGenWriteBarrier((&___m_inner_9), value);
}
inline static int32_t get_offset_of_m_outer_10() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_outer_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_outer_10() const { return ___m_outer_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_outer_10() { return &___m_outer_10; }
inline void set_m_outer_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_outer_10 = value;
Il2CppCodeGenWriteBarrier((&___m_outer_10), value);
}
inline static int32_t get_offset_of_m_hashing_11() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hashing_11)); }
inline bool get_m_hashing_11() const { return ___m_hashing_11; }
inline bool* get_address_of_m_hashing_11() { return &___m_hashing_11; }
inline void set_m_hashing_11(bool value)
{
___m_hashing_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HMAC_T85BE56AD7946F3A3D42B52448301D8995DEB7C90_H
#ifndef MACTRIPLEDES_T43631D1228F1207543A1CAE3EBF4E5006296ABDE_H
#define MACTRIPLEDES_T43631D1228F1207543A1CAE3EBF4E5006296ABDE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.MACTripleDES
struct MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE : public KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B
{
public:
// System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.MACTripleDES::m_encryptor
RuntimeObject* ___m_encryptor_5;
// System.Security.Cryptography.CryptoStream System.Security.Cryptography.MACTripleDES::_cs
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * ____cs_6;
// System.Security.Cryptography.TailStream System.Security.Cryptography.MACTripleDES::_ts
TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * ____ts_7;
// System.Int32 System.Security.Cryptography.MACTripleDES::m_bytesPerBlock
int32_t ___m_bytesPerBlock_8;
// System.Security.Cryptography.TripleDES System.Security.Cryptography.MACTripleDES::des
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * ___des_9;
public:
inline static int32_t get_offset_of_m_encryptor_5() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ___m_encryptor_5)); }
inline RuntimeObject* get_m_encryptor_5() const { return ___m_encryptor_5; }
inline RuntimeObject** get_address_of_m_encryptor_5() { return &___m_encryptor_5; }
inline void set_m_encryptor_5(RuntimeObject* value)
{
___m_encryptor_5 = value;
Il2CppCodeGenWriteBarrier((&___m_encryptor_5), value);
}
inline static int32_t get_offset_of__cs_6() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ____cs_6)); }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * get__cs_6() const { return ____cs_6; }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC ** get_address_of__cs_6() { return &____cs_6; }
inline void set__cs_6(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * value)
{
____cs_6 = value;
Il2CppCodeGenWriteBarrier((&____cs_6), value);
}
inline static int32_t get_offset_of__ts_7() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ____ts_7)); }
inline TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * get__ts_7() const { return ____ts_7; }
inline TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 ** get_address_of__ts_7() { return &____ts_7; }
inline void set__ts_7(TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * value)
{
____ts_7 = value;
Il2CppCodeGenWriteBarrier((&____ts_7), value);
}
inline static int32_t get_offset_of_m_bytesPerBlock_8() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ___m_bytesPerBlock_8)); }
inline int32_t get_m_bytesPerBlock_8() const { return ___m_bytesPerBlock_8; }
inline int32_t* get_address_of_m_bytesPerBlock_8() { return &___m_bytesPerBlock_8; }
inline void set_m_bytesPerBlock_8(int32_t value)
{
___m_bytesPerBlock_8 = value;
}
inline static int32_t get_offset_of_des_9() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ___des_9)); }
inline TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * get_des_9() const { return ___des_9; }
inline TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 ** get_address_of_des_9() { return &___des_9; }
inline void set_des_9(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * value)
{
___des_9 = value;
Il2CppCodeGenWriteBarrier((&___des_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MACTRIPLEDES_T43631D1228F1207543A1CAE3EBF4E5006296ABDE_H
#ifndef MD5CRYPTOSERVICEPROVIDER_T99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_H
#define MD5CRYPTOSERVICEPROVIDER_T99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.MD5CryptoServiceProvider
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 : public MD5_tCED753745572EC20FE5D31D15F132736B5343EE6
{
public:
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::_H
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____H_4;
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::buff
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___buff_5;
// System.UInt64 System.Security.Cryptography.MD5CryptoServiceProvider::count
uint64_t ___count_6;
// System.Byte[] System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____ProcessingBuffer_7;
// System.Int32 System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBufferCount
int32_t ____ProcessingBufferCount_8;
public:
inline static int32_t get_offset_of__H_4() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____H_4)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__H_4() const { return ____H_4; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__H_4() { return &____H_4; }
inline void set__H_4(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____H_4 = value;
Il2CppCodeGenWriteBarrier((&____H_4), value);
}
inline static int32_t get_offset_of_buff_5() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ___buff_5)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_buff_5() const { return ___buff_5; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_buff_5() { return &___buff_5; }
inline void set_buff_5(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___buff_5 = value;
Il2CppCodeGenWriteBarrier((&___buff_5), value);
}
inline static int32_t get_offset_of_count_6() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ___count_6)); }
inline uint64_t get_count_6() const { return ___count_6; }
inline uint64_t* get_address_of_count_6() { return &___count_6; }
inline void set_count_6(uint64_t value)
{
___count_6 = value;
}
inline static int32_t get_offset_of__ProcessingBuffer_7() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____ProcessingBuffer_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__ProcessingBuffer_7() const { return ____ProcessingBuffer_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__ProcessingBuffer_7() { return &____ProcessingBuffer_7; }
inline void set__ProcessingBuffer_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____ProcessingBuffer_7 = value;
Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_7), value);
}
inline static int32_t get_offset_of__ProcessingBufferCount_8() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____ProcessingBufferCount_8)); }
inline int32_t get__ProcessingBufferCount_8() const { return ____ProcessingBufferCount_8; }
inline int32_t* get_address_of__ProcessingBufferCount_8() { return &____ProcessingBufferCount_8; }
inline void set__ProcessingBufferCount_8(int32_t value)
{
____ProcessingBufferCount_8 = value;
}
};
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields
{
public:
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::K
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___K_9;
public:
inline static int32_t get_offset_of_K_9() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields, ___K_9)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_K_9() const { return ___K_9; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_K_9() { return &___K_9; }
inline void set_K_9(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___K_9 = value;
Il2CppCodeGenWriteBarrier((&___K_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MD5CRYPTOSERVICEPROVIDER_T99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_H
#ifndef PADDINGMODE_TA6F228B2795D29C9554F2D6824DB9FF67519A0E0_H
#define PADDINGMODE_TA6F228B2795D29C9554F2D6824DB9FF67519A0E0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.PaddingMode
struct PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0
{
public:
// System.Int32 System.Security.Cryptography.PaddingMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PADDINGMODE_TA6F228B2795D29C9554F2D6824DB9FF67519A0E0_H
#ifndef RIPEMD160MANAGED_T2EB0A97DA0D0784F0B155CFFFACD00820E400A77_H
#define RIPEMD160MANAGED_T2EB0A97DA0D0784F0B155CFFFACD00820E400A77_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RIPEMD160Managed
struct RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 : public RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9
{
public:
// System.Byte[] System.Security.Cryptography.RIPEMD160Managed::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.Int64 System.Security.Cryptography.RIPEMD160Managed::_count
int64_t ____count_5;
// System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_stateMD160
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____stateMD160_6;
// System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_blockDWords
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____blockDWords_7;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((&____buffer_4), value);
}
inline static int32_t get_offset_of__count_5() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77, ____count_5)); }
inline int64_t get__count_5() const { return ____count_5; }
inline int64_t* get_address_of__count_5() { return &____count_5; }
inline void set__count_5(int64_t value)
{
____count_5 = value;
}
inline static int32_t get_offset_of__stateMD160_6() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77, ____stateMD160_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__stateMD160_6() const { return ____stateMD160_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__stateMD160_6() { return &____stateMD160_6; }
inline void set__stateMD160_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____stateMD160_6 = value;
Il2CppCodeGenWriteBarrier((&____stateMD160_6), value);
}
inline static int32_t get_offset_of__blockDWords_7() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77, ____blockDWords_7)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__blockDWords_7() const { return ____blockDWords_7; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__blockDWords_7() { return &____blockDWords_7; }
inline void set__blockDWords_7(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____blockDWords_7 = value;
Il2CppCodeGenWriteBarrier((&____blockDWords_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RIPEMD160MANAGED_T2EB0A97DA0D0784F0B155CFFFACD00820E400A77_H
#ifndef RNGCRYPTOSERVICEPROVIDER_T14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_H
#define RNGCRYPTOSERVICEPROVIDER_T14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RNGCryptoServiceProvider
struct RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 : public RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2
{
public:
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle
intptr_t ____handle_1;
public:
inline static int32_t get_offset_of__handle_1() { return static_cast<int32_t>(offsetof(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1, ____handle_1)); }
inline intptr_t get__handle_1() const { return ____handle_1; }
inline intptr_t* get_address_of__handle_1() { return &____handle_1; }
inline void set__handle_1(intptr_t value)
{
____handle_1 = value;
}
};
struct RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_StaticFields
{
public:
// System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock
RuntimeObject * ____lock_0;
public:
inline static int32_t get_offset_of__lock_0() { return static_cast<int32_t>(offsetof(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_StaticFields, ____lock_0)); }
inline RuntimeObject * get__lock_0() const { return ____lock_0; }
inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; }
inline void set__lock_0(RuntimeObject * value)
{
____lock_0 = value;
Il2CppCodeGenWriteBarrier((&____lock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RNGCRYPTOSERVICEPROVIDER_T14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_H
#ifndef RSAPKCS1SHA1SIGNATUREDESCRIPTION_TED5464E2310FB099A9E4CA33E856E6660B8187C2_H
#define RSAPKCS1SHA1SIGNATUREDESCRIPTION_TED5464E2310FB099A9E4CA33E856E6660B8187C2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription
struct RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2 : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1SHA1SIGNATUREDESCRIPTION_TED5464E2310FB099A9E4CA33E856E6660B8187C2_H
#ifndef RSAPKCS1SHA256SIGNATUREDESCRIPTION_T3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4_H
#define RSAPKCS1SHA256SIGNATUREDESCRIPTION_T3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription
struct RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4 : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1SHA256SIGNATUREDESCRIPTION_T3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4_H
#ifndef RSAPKCS1SHA384SIGNATUREDESCRIPTION_T623F93C7BDFA2260275B0262C075C93541F2CC01_H
#define RSAPKCS1SHA384SIGNATUREDESCRIPTION_T623F93C7BDFA2260275B0262C075C93541F2CC01_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription
struct RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01 : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1SHA384SIGNATUREDESCRIPTION_T623F93C7BDFA2260275B0262C075C93541F2CC01_H
#ifndef RSAPKCS1SHA512SIGNATUREDESCRIPTION_T12BD99F575828992ACC6A9937F9B5008C2F6F03E_H
#define RSAPKCS1SHA512SIGNATUREDESCRIPTION_T12BD99F575828992ACC6A9937F9B5008C2F6F03E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription
struct RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPKCS1SHA512SIGNATUREDESCRIPTION_T12BD99F575828992ACC6A9937F9B5008C2F6F03E_H
#ifndef SHA1CRYPTOSERVICEPROVIDER_TF3A493DFC009205F21B4C52C53B4B29477601D6D_H
#define SHA1CRYPTOSERVICEPROVIDER_TF3A493DFC009205F21B4C52C53B4B29477601D6D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SHA1CryptoServiceProvider
struct SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D : public SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA
{
public:
// System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1CryptoServiceProvider::sha
SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * ___sha_4;
public:
inline static int32_t get_offset_of_sha_4() { return static_cast<int32_t>(offsetof(SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D, ___sha_4)); }
inline SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * get_sha_4() const { return ___sha_4; }
inline SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 ** get_address_of_sha_4() { return &___sha_4; }
inline void set_sha_4(SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * value)
{
___sha_4 = value;
Il2CppCodeGenWriteBarrier((&___sha_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA1CRYPTOSERVICEPROVIDER_TF3A493DFC009205F21B4C52C53B4B29477601D6D_H
#ifndef SHA1MANAGED_T50D9E35F6A7A9656CC48CC0C62528738074DA60D_H
#define SHA1MANAGED_T50D9E35F6A7A9656CC48CC0C62528738074DA60D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SHA1Managed
struct SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D : public SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA
{
public:
// System.Byte[] System.Security.Cryptography.SHA1Managed::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.Int64 System.Security.Cryptography.SHA1Managed::_count
int64_t ____count_5;
// System.UInt32[] System.Security.Cryptography.SHA1Managed::_stateSHA1
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____stateSHA1_6;
// System.UInt32[] System.Security.Cryptography.SHA1Managed::_expandedBuffer
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____expandedBuffer_7;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((&____buffer_4), value);
}
inline static int32_t get_offset_of__count_5() { return static_cast<int32_t>(offsetof(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D, ____count_5)); }
inline int64_t get__count_5() const { return ____count_5; }
inline int64_t* get_address_of__count_5() { return &____count_5; }
inline void set__count_5(int64_t value)
{
____count_5 = value;
}
inline static int32_t get_offset_of__stateSHA1_6() { return static_cast<int32_t>(offsetof(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D, ____stateSHA1_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__stateSHA1_6() const { return ____stateSHA1_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__stateSHA1_6() { return &____stateSHA1_6; }
inline void set__stateSHA1_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____stateSHA1_6 = value;
Il2CppCodeGenWriteBarrier((&____stateSHA1_6), value);
}
inline static int32_t get_offset_of__expandedBuffer_7() { return static_cast<int32_t>(offsetof(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D, ____expandedBuffer_7)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__expandedBuffer_7() const { return ____expandedBuffer_7; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__expandedBuffer_7() { return &____expandedBuffer_7; }
inline void set__expandedBuffer_7(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____expandedBuffer_7 = value;
Il2CppCodeGenWriteBarrier((&____expandedBuffer_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA1MANAGED_T50D9E35F6A7A9656CC48CC0C62528738074DA60D_H
#ifndef SHA256MANAGED_TC093E6558E9FD287F00C58DE11B758F4779FB3A2_H
#define SHA256MANAGED_TC093E6558E9FD287F00C58DE11B758F4779FB3A2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SHA256Managed
struct SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 : public SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD
{
public:
// System.Byte[] System.Security.Cryptography.SHA256Managed::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.Int64 System.Security.Cryptography.SHA256Managed::_count
int64_t ____count_5;
// System.UInt32[] System.Security.Cryptography.SHA256Managed::_stateSHA256
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____stateSHA256_6;
// System.UInt32[] System.Security.Cryptography.SHA256Managed::_W
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____W_7;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((&____buffer_4), value);
}
inline static int32_t get_offset_of__count_5() { return static_cast<int32_t>(offsetof(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2, ____count_5)); }
inline int64_t get__count_5() const { return ____count_5; }
inline int64_t* get_address_of__count_5() { return &____count_5; }
inline void set__count_5(int64_t value)
{
____count_5 = value;
}
inline static int32_t get_offset_of__stateSHA256_6() { return static_cast<int32_t>(offsetof(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2, ____stateSHA256_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__stateSHA256_6() const { return ____stateSHA256_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__stateSHA256_6() { return &____stateSHA256_6; }
inline void set__stateSHA256_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____stateSHA256_6 = value;
Il2CppCodeGenWriteBarrier((&____stateSHA256_6), value);
}
inline static int32_t get_offset_of__W_7() { return static_cast<int32_t>(offsetof(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2, ____W_7)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__W_7() const { return ____W_7; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__W_7() { return &____W_7; }
inline void set__W_7(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____W_7 = value;
Il2CppCodeGenWriteBarrier((&____W_7), value);
}
};
struct SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_StaticFields
{
public:
// System.UInt32[] System.Security.Cryptography.SHA256Managed::_K
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____K_8;
public:
inline static int32_t get_offset_of__K_8() { return static_cast<int32_t>(offsetof(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_StaticFields, ____K_8)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__K_8() const { return ____K_8; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__K_8() { return &____K_8; }
inline void set__K_8(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____K_8 = value;
Il2CppCodeGenWriteBarrier((&____K_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA256MANAGED_TC093E6558E9FD287F00C58DE11B758F4779FB3A2_H
#ifndef SHA384MANAGED_T8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_H
#define SHA384MANAGED_T8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SHA384Managed
struct SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 : public SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37
{
public:
// System.Byte[] System.Security.Cryptography.SHA384Managed::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.UInt64 System.Security.Cryptography.SHA384Managed::_count
uint64_t ____count_5;
// System.UInt64[] System.Security.Cryptography.SHA384Managed::_stateSHA384
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____stateSHA384_6;
// System.UInt64[] System.Security.Cryptography.SHA384Managed::_W
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____W_7;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((&____buffer_4), value);
}
inline static int32_t get_offset_of__count_5() { return static_cast<int32_t>(offsetof(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160, ____count_5)); }
inline uint64_t get__count_5() const { return ____count_5; }
inline uint64_t* get_address_of__count_5() { return &____count_5; }
inline void set__count_5(uint64_t value)
{
____count_5 = value;
}
inline static int32_t get_offset_of__stateSHA384_6() { return static_cast<int32_t>(offsetof(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160, ____stateSHA384_6)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__stateSHA384_6() const { return ____stateSHA384_6; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__stateSHA384_6() { return &____stateSHA384_6; }
inline void set__stateSHA384_6(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____stateSHA384_6 = value;
Il2CppCodeGenWriteBarrier((&____stateSHA384_6), value);
}
inline static int32_t get_offset_of__W_7() { return static_cast<int32_t>(offsetof(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160, ____W_7)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__W_7() const { return ____W_7; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__W_7() { return &____W_7; }
inline void set__W_7(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____W_7 = value;
Il2CppCodeGenWriteBarrier((&____W_7), value);
}
};
struct SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_StaticFields
{
public:
// System.UInt64[] System.Security.Cryptography.SHA384Managed::_K
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____K_8;
public:
inline static int32_t get_offset_of__K_8() { return static_cast<int32_t>(offsetof(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_StaticFields, ____K_8)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__K_8() const { return ____K_8; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__K_8() { return &____K_8; }
inline void set__K_8(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____K_8 = value;
Il2CppCodeGenWriteBarrier((&____K_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA384MANAGED_T8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_H
#ifndef SHA512MANAGED_T2260445422BD94B3BE7B921BAD68DE6B0983A4F2_H
#define SHA512MANAGED_T2260445422BD94B3BE7B921BAD68DE6B0983A4F2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SHA512Managed
struct SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 : public SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936
{
public:
// System.Byte[] System.Security.Cryptography.SHA512Managed::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.UInt64 System.Security.Cryptography.SHA512Managed::_count
uint64_t ____count_5;
// System.UInt64[] System.Security.Cryptography.SHA512Managed::_stateSHA512
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____stateSHA512_6;
// System.UInt64[] System.Security.Cryptography.SHA512Managed::_W
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____W_7;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((&____buffer_4), value);
}
inline static int32_t get_offset_of__count_5() { return static_cast<int32_t>(offsetof(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2, ____count_5)); }
inline uint64_t get__count_5() const { return ____count_5; }
inline uint64_t* get_address_of__count_5() { return &____count_5; }
inline void set__count_5(uint64_t value)
{
____count_5 = value;
}
inline static int32_t get_offset_of__stateSHA512_6() { return static_cast<int32_t>(offsetof(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2, ____stateSHA512_6)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__stateSHA512_6() const { return ____stateSHA512_6; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__stateSHA512_6() { return &____stateSHA512_6; }
inline void set__stateSHA512_6(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____stateSHA512_6 = value;
Il2CppCodeGenWriteBarrier((&____stateSHA512_6), value);
}
inline static int32_t get_offset_of__W_7() { return static_cast<int32_t>(offsetof(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2, ____W_7)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__W_7() const { return ____W_7; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__W_7() { return &____W_7; }
inline void set__W_7(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____W_7 = value;
Il2CppCodeGenWriteBarrier((&____W_7), value);
}
};
struct SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_StaticFields
{
public:
// System.UInt64[] System.Security.Cryptography.SHA512Managed::_K
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____K_8;
public:
inline static int32_t get_offset_of__K_8() { return static_cast<int32_t>(offsetof(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_StaticFields, ____K_8)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__K_8() const { return ____K_8; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__K_8() { return &____K_8; }
inline void set__K_8(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____K_8 = value;
Il2CppCodeGenWriteBarrier((&____K_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA512MANAGED_T2260445422BD94B3BE7B921BAD68DE6B0983A4F2_H
#ifndef STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#define STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifndef STACKCRAWLMARK_T857D8DE506F124E737FD26BB7ADAAAAD13E4F943_H
#define STACKCRAWLMARK_T857D8DE506F124E737FD26BB7ADAAAAD13E4F943_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACKCRAWLMARK_T857D8DE506F124E737FD26BB7ADAAAAD13E4F943_H
#ifndef TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#define TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifndef TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#define TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#ifndef TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#define TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___ClassName_17), 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((&___AssemblyName_18), 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((&___MessageArg_19), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#ifndef TYPENAMEFORMATFLAGS_TDAD267AC4A655D16C608DD230B5C97F8226E94C8_H
#define TYPENAMEFORMATFLAGS_TDAD267AC4A655D16C608DD230B5C97F8226E94C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPENAMEFORMATFLAGS_TDAD267AC4A655D16C608DD230B5C97F8226E94C8_H
#ifndef TYPENAMEKIND_T200043F25E9EACB6294E8B825E5FED441F04C2BF_H
#define TYPENAMEKIND_T200043F25E9EACB6294E8B825E5FED441F04C2BF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPENAMEKIND_T200043F25E9EACB6294E8B825E5FED441F04C2BF_H
#ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifndef ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#define ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___m_actualValue_19), 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((&____rangeMessage_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifndef NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#define NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_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((&___numberGroupSizes_1), 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((&___currencyGroupSizes_2), 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((&___percentGroupSizes_3), 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((&___positiveSign_4), 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((&___negativeSign_5), 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((&___numberDecimalSeparator_6), 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((&___numberGroupSeparator_7), 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((&___currencyGroupSeparator_8), 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((&___currencyDecimalSeparator_9), 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((&___currencySymbol_10), 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((&___ansiCurrencySymbol_11), 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((&___nanSymbol_12), 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((&___positiveInfinitySymbol_13), 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((&___negativeInfinitySymbol_14), 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((&___percentDecimalSeparator_15), 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((&___percentGroupSeparator_16), 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((&___percentSymbol_17), 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((&___perMilleSymbol_18), 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((&___nativeDigits_19), 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((&___invariantInfo_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#ifndef MISSINGMEMBEREXCEPTION_T165349A7E04FC51DAA5C2251C6DCDD2DD60255DD_H
#define MISSINGMEMBEREXCEPTION_T165349A7E04FC51DAA5C2251C6DCDD2DD60255DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___ClassName_17), 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((&___MemberName_18), 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((&___Signature_19), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MISSINGMEMBEREXCEPTION_T165349A7E04FC51DAA5C2251C6DCDD2DD60255DD_H
#ifndef MULTICASTDELEGATE_T_H
#define MULTICASTDELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_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((&___delegates_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // MULTICASTDELEGATE_T_H
#ifndef OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H
#define OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H
#ifndef ASSEMBLYNAME_T6F3EC58113268060348EE894DCB46F6EF6BBBB82_H
#define ASSEMBLYNAME_T6F3EC58113268060348EE894DCB46F6EF6BBBB82_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.AssemblyName
struct AssemblyName_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((&___name_0), 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((&___codebase_1), 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((&___cultureinfo_6), 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((&___keypair_9), 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((&___publicKey_10), 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((&___keyToken_11), 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((&___version_13), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
uint8_t* ___publicKey_10;
uint8_t* ___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;
uint8_t* ___publicKey_10;
uint8_t* ___keyToken_11;
int32_t ___versioncompat_12;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
int32_t ___processor_architecture_14;
int32_t ___contentType_15;
};
#endif // ASSEMBLYNAME_T6F3EC58113268060348EE894DCB46F6EF6BBBB82_H
#ifndef MODULE_T882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_H
#define MODULE_T882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Module
struct Module_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((&___assembly_3), 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((&___fqname_4), 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((&___name_5), 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((&___scopename_6), 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((&___FilterTypeName_0), 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((&___FilterTypeNameIgnoreCase_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // MODULE_T882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_H
#ifndef PARAMETERINFO_T37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_H
#define PARAMETERINFO_T37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.ParameterInfo
struct ParameterInfo_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((&___ClassImpl_0), 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((&___DefaultValueImpl_1), 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((&___MemberImpl_2), 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((&___NameImpl_3), 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((&___marshalAs_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // PARAMETERINFO_T37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_H
#ifndef RTFIELDINFO_TF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_H
#define RTFIELDINFO_TF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RtFieldInfo
struct RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 : public RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RTFIELDINFO_TF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_H
#ifndef RUNTIMEASSEMBLY_T5EE9CD749D82345AE5635B9665665C31A3308EB1_H
#define RUNTIMEASSEMBLY_T5EE9CD749D82345AE5635B9665665C31A3308EB1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 : public Assembly_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEASSEMBLY_T5EE9CD749D82345AE5635B9665665C31A3308EB1_H
#ifndef RUNTIMECONSTRUCTORINFO_TF21A59967629968D0BE5D0DAF677662824E9629D_H
#define RUNTIMECONSTRUCTORINFO_TF21A59967629968D0BE5D0DAF677662824E9629D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RuntimeConstructorInfo
struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D : public ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMECONSTRUCTORINFO_TF21A59967629968D0BE5D0DAF677662824E9629D_H
#ifndef RUNTIMEMETHODINFO_TAA605450647FBADB423FB22832C3432CEEB36E3E_H
#define RUNTIMEMETHODINFO_TAA605450647FBADB423FB22832C3432CEEB36E3E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RuntimeMethodInfo
struct RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E : public MethodInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEMETHODINFO_TAA605450647FBADB423FB22832C3432CEEB36E3E_H
#ifndef BINARYARRAY_T73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_H
#define BINARYARRAY_T73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryArray
struct BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryArray::objectId
int32_t ___objectId_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryArray::rank
int32_t ___rank_1;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.BinaryArray::lengthA
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthA_2;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.BinaryArray::lowerBoundA
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lowerBoundA_3;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum System.Runtime.Serialization.Formatters.Binary.BinaryArray::binaryTypeEnum
int32_t ___binaryTypeEnum_4;
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryArray::typeInformation
RuntimeObject * ___typeInformation_5;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryArray::assemId
int32_t ___assemId_6;
// System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum System.Runtime.Serialization.Formatters.Binary.BinaryArray::binaryHeaderEnum
int32_t ___binaryHeaderEnum_7;
// System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum System.Runtime.Serialization.Formatters.Binary.BinaryArray::binaryArrayTypeEnum
int32_t ___binaryArrayTypeEnum_8;
public:
inline static int32_t get_offset_of_objectId_0() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___objectId_0)); }
inline int32_t get_objectId_0() const { return ___objectId_0; }
inline int32_t* get_address_of_objectId_0() { return &___objectId_0; }
inline void set_objectId_0(int32_t value)
{
___objectId_0 = value;
}
inline static int32_t get_offset_of_rank_1() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___rank_1)); }
inline int32_t get_rank_1() const { return ___rank_1; }
inline int32_t* get_address_of_rank_1() { return &___rank_1; }
inline void set_rank_1(int32_t value)
{
___rank_1 = value;
}
inline static int32_t get_offset_of_lengthA_2() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___lengthA_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_lengthA_2() const { return ___lengthA_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_lengthA_2() { return &___lengthA_2; }
inline void set_lengthA_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___lengthA_2 = value;
Il2CppCodeGenWriteBarrier((&___lengthA_2), value);
}
inline static int32_t get_offset_of_lowerBoundA_3() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___lowerBoundA_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_lowerBoundA_3() const { return ___lowerBoundA_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_lowerBoundA_3() { return &___lowerBoundA_3; }
inline void set_lowerBoundA_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___lowerBoundA_3 = value;
Il2CppCodeGenWriteBarrier((&___lowerBoundA_3), value);
}
inline static int32_t get_offset_of_binaryTypeEnum_4() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___binaryTypeEnum_4)); }
inline int32_t get_binaryTypeEnum_4() const { return ___binaryTypeEnum_4; }
inline int32_t* get_address_of_binaryTypeEnum_4() { return &___binaryTypeEnum_4; }
inline void set_binaryTypeEnum_4(int32_t value)
{
___binaryTypeEnum_4 = value;
}
inline static int32_t get_offset_of_typeInformation_5() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___typeInformation_5)); }
inline RuntimeObject * get_typeInformation_5() const { return ___typeInformation_5; }
inline RuntimeObject ** get_address_of_typeInformation_5() { return &___typeInformation_5; }
inline void set_typeInformation_5(RuntimeObject * value)
{
___typeInformation_5 = value;
Il2CppCodeGenWriteBarrier((&___typeInformation_5), value);
}
inline static int32_t get_offset_of_assemId_6() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___assemId_6)); }
inline int32_t get_assemId_6() const { return ___assemId_6; }
inline int32_t* get_address_of_assemId_6() { return &___assemId_6; }
inline void set_assemId_6(int32_t value)
{
___assemId_6 = value;
}
inline static int32_t get_offset_of_binaryHeaderEnum_7() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___binaryHeaderEnum_7)); }
inline int32_t get_binaryHeaderEnum_7() const { return ___binaryHeaderEnum_7; }
inline int32_t* get_address_of_binaryHeaderEnum_7() { return &___binaryHeaderEnum_7; }
inline void set_binaryHeaderEnum_7(int32_t value)
{
___binaryHeaderEnum_7 = value;
}
inline static int32_t get_offset_of_binaryArrayTypeEnum_8() { return static_cast<int32_t>(offsetof(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94, ___binaryArrayTypeEnum_8)); }
inline int32_t get_binaryArrayTypeEnum_8() const { return ___binaryArrayTypeEnum_8; }
inline int32_t* get_address_of_binaryArrayTypeEnum_8() { return &___binaryArrayTypeEnum_8; }
inline void set_binaryArrayTypeEnum_8(int32_t value)
{
___binaryArrayTypeEnum_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYARRAY_T73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_H
#ifndef BINARYMETHODCALL_TC674288A0347077F15A85A680F2BF73B4FE92323_H
#define BINARYMETHODCALL_TC674288A0347077F15A85A680F2BF73B4FE92323_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall
struct BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::methodName
String_t* ___methodName_0;
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::typeName
String_t* ___typeName_1;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::args
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_2;
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::callContext
RuntimeObject * ___callContext_3;
// System.Type[] System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::argTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argTypes_4;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::bArgsPrimitive
bool ___bArgsPrimitive_5;
// System.Runtime.Serialization.Formatters.Binary.MessageEnum System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::messageEnum
int32_t ___messageEnum_6;
public:
inline static int32_t get_offset_of_methodName_0() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___methodName_0)); }
inline String_t* get_methodName_0() const { return ___methodName_0; }
inline String_t** get_address_of_methodName_0() { return &___methodName_0; }
inline void set_methodName_0(String_t* value)
{
___methodName_0 = value;
Il2CppCodeGenWriteBarrier((&___methodName_0), value);
}
inline static int32_t get_offset_of_typeName_1() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___typeName_1)); }
inline String_t* get_typeName_1() const { return ___typeName_1; }
inline String_t** get_address_of_typeName_1() { return &___typeName_1; }
inline void set_typeName_1(String_t* value)
{
___typeName_1 = value;
Il2CppCodeGenWriteBarrier((&___typeName_1), value);
}
inline static int32_t get_offset_of_args_2() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___args_2)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_args_2() const { return ___args_2; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_args_2() { return &___args_2; }
inline void set_args_2(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___args_2 = value;
Il2CppCodeGenWriteBarrier((&___args_2), value);
}
inline static int32_t get_offset_of_callContext_3() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___callContext_3)); }
inline RuntimeObject * get_callContext_3() const { return ___callContext_3; }
inline RuntimeObject ** get_address_of_callContext_3() { return &___callContext_3; }
inline void set_callContext_3(RuntimeObject * value)
{
___callContext_3 = value;
Il2CppCodeGenWriteBarrier((&___callContext_3), value);
}
inline static int32_t get_offset_of_argTypes_4() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___argTypes_4)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_argTypes_4() const { return ___argTypes_4; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_argTypes_4() { return &___argTypes_4; }
inline void set_argTypes_4(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___argTypes_4 = value;
Il2CppCodeGenWriteBarrier((&___argTypes_4), value);
}
inline static int32_t get_offset_of_bArgsPrimitive_5() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___bArgsPrimitive_5)); }
inline bool get_bArgsPrimitive_5() const { return ___bArgsPrimitive_5; }
inline bool* get_address_of_bArgsPrimitive_5() { return &___bArgsPrimitive_5; }
inline void set_bArgsPrimitive_5(bool value)
{
___bArgsPrimitive_5 = value;
}
inline static int32_t get_offset_of_messageEnum_6() { return static_cast<int32_t>(offsetof(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323, ___messageEnum_6)); }
inline int32_t get_messageEnum_6() const { return ___messageEnum_6; }
inline int32_t* get_address_of_messageEnum_6() { return &___messageEnum_6; }
inline void set_messageEnum_6(int32_t value)
{
___messageEnum_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYMETHODCALL_TC674288A0347077F15A85A680F2BF73B4FE92323_H
#ifndef BINARYMETHODRETURN_TB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_H
#define BINARYMETHODRETURN_TB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn
struct BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 : public RuntimeObject
{
public:
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::returnValue
RuntimeObject * ___returnValue_0;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::args
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_1;
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::callContext
RuntimeObject * ___callContext_2;
// System.Type[] System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::argTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argTypes_3;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::bArgsPrimitive
bool ___bArgsPrimitive_4;
// System.Runtime.Serialization.Formatters.Binary.MessageEnum System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::messageEnum
int32_t ___messageEnum_5;
// System.Type System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::returnType
Type_t * ___returnType_6;
public:
inline static int32_t get_offset_of_returnValue_0() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___returnValue_0)); }
inline RuntimeObject * get_returnValue_0() const { return ___returnValue_0; }
inline RuntimeObject ** get_address_of_returnValue_0() { return &___returnValue_0; }
inline void set_returnValue_0(RuntimeObject * value)
{
___returnValue_0 = value;
Il2CppCodeGenWriteBarrier((&___returnValue_0), value);
}
inline static int32_t get_offset_of_args_1() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___args_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_args_1() const { return ___args_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_args_1() { return &___args_1; }
inline void set_args_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___args_1 = value;
Il2CppCodeGenWriteBarrier((&___args_1), value);
}
inline static int32_t get_offset_of_callContext_2() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___callContext_2)); }
inline RuntimeObject * get_callContext_2() const { return ___callContext_2; }
inline RuntimeObject ** get_address_of_callContext_2() { return &___callContext_2; }
inline void set_callContext_2(RuntimeObject * value)
{
___callContext_2 = value;
Il2CppCodeGenWriteBarrier((&___callContext_2), value);
}
inline static int32_t get_offset_of_argTypes_3() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___argTypes_3)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_argTypes_3() const { return ___argTypes_3; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_argTypes_3() { return &___argTypes_3; }
inline void set_argTypes_3(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___argTypes_3 = value;
Il2CppCodeGenWriteBarrier((&___argTypes_3), value);
}
inline static int32_t get_offset_of_bArgsPrimitive_4() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___bArgsPrimitive_4)); }
inline bool get_bArgsPrimitive_4() const { return ___bArgsPrimitive_4; }
inline bool* get_address_of_bArgsPrimitive_4() { return &___bArgsPrimitive_4; }
inline void set_bArgsPrimitive_4(bool value)
{
___bArgsPrimitive_4 = value;
}
inline static int32_t get_offset_of_messageEnum_5() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___messageEnum_5)); }
inline int32_t get_messageEnum_5() const { return ___messageEnum_5; }
inline int32_t* get_address_of_messageEnum_5() { return &___messageEnum_5; }
inline void set_messageEnum_5(int32_t value)
{
___messageEnum_5 = value;
}
inline static int32_t get_offset_of_returnType_6() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530, ___returnType_6)); }
inline Type_t * get_returnType_6() const { return ___returnType_6; }
inline Type_t ** get_address_of_returnType_6() { return &___returnType_6; }
inline void set_returnType_6(Type_t * value)
{
___returnType_6 = value;
Il2CppCodeGenWriteBarrier((&___returnType_6), value);
}
};
struct BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_StaticFields
{
public:
// System.Object System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::instanceOfVoid
RuntimeObject * ___instanceOfVoid_7;
public:
inline static int32_t get_offset_of_instanceOfVoid_7() { return static_cast<int32_t>(offsetof(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_StaticFields, ___instanceOfVoid_7)); }
inline RuntimeObject * get_instanceOfVoid_7() const { return ___instanceOfVoid_7; }
inline RuntimeObject ** get_address_of_instanceOfVoid_7() { return &___instanceOfVoid_7; }
inline void set_instanceOfVoid_7(RuntimeObject * value)
{
___instanceOfVoid_7 = value;
Il2CppCodeGenWriteBarrier((&___instanceOfVoid_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYMETHODRETURN_TB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_H
#ifndef BINARYOBJECTWITHMAP_TBE57F544D537F6E23893687CB582BFB1575FC107_H
#define BINARYOBJECTWITHMAP_TBE57F544D537F6E23893687CB582BFB1575FC107_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap
struct BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::binaryHeaderEnum
int32_t ___binaryHeaderEnum_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::objectId
int32_t ___objectId_1;
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::name
String_t* ___name_2;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::numMembers
int32_t ___numMembers_3;
// System.String[] System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::memberNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames_4;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::assemId
int32_t ___assemId_5;
public:
inline static int32_t get_offset_of_binaryHeaderEnum_0() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___binaryHeaderEnum_0)); }
inline int32_t get_binaryHeaderEnum_0() const { return ___binaryHeaderEnum_0; }
inline int32_t* get_address_of_binaryHeaderEnum_0() { return &___binaryHeaderEnum_0; }
inline void set_binaryHeaderEnum_0(int32_t value)
{
___binaryHeaderEnum_0 = value;
}
inline static int32_t get_offset_of_objectId_1() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___objectId_1)); }
inline int32_t get_objectId_1() const { return ___objectId_1; }
inline int32_t* get_address_of_objectId_1() { return &___objectId_1; }
inline void set_objectId_1(int32_t value)
{
___objectId_1 = value;
}
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((&___name_2), value);
}
inline static int32_t get_offset_of_numMembers_3() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___numMembers_3)); }
inline int32_t get_numMembers_3() const { return ___numMembers_3; }
inline int32_t* get_address_of_numMembers_3() { return &___numMembers_3; }
inline void set_numMembers_3(int32_t value)
{
___numMembers_3 = value;
}
inline static int32_t get_offset_of_memberNames_4() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___memberNames_4)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_memberNames_4() const { return ___memberNames_4; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_memberNames_4() { return &___memberNames_4; }
inline void set_memberNames_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___memberNames_4 = value;
Il2CppCodeGenWriteBarrier((&___memberNames_4), value);
}
inline static int32_t get_offset_of_assemId_5() { return static_cast<int32_t>(offsetof(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107, ___assemId_5)); }
inline int32_t get_assemId_5() const { return ___assemId_5; }
inline int32_t* get_address_of_assemId_5() { return &___assemId_5; }
inline void set_assemId_5(int32_t value)
{
___assemId_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYOBJECTWITHMAP_TBE57F544D537F6E23893687CB582BFB1575FC107_H
#ifndef BINARYOBJECTWITHMAPTYPED_TFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_H
#define BINARYOBJECTWITHMAPTYPED_TFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped
struct BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::binaryHeaderEnum
int32_t ___binaryHeaderEnum_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::objectId
int32_t ___objectId_1;
// System.String System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::name
String_t* ___name_2;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::numMembers
int32_t ___numMembers_3;
// System.String[] System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::memberNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames_4;
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[] System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::binaryTypeEnumA
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* ___binaryTypeEnumA_5;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::typeInformationA
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___typeInformationA_6;
// System.Int32[] System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::memberAssemIds
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___memberAssemIds_7;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::assemId
int32_t ___assemId_8;
public:
inline static int32_t get_offset_of_binaryHeaderEnum_0() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___binaryHeaderEnum_0)); }
inline int32_t get_binaryHeaderEnum_0() const { return ___binaryHeaderEnum_0; }
inline int32_t* get_address_of_binaryHeaderEnum_0() { return &___binaryHeaderEnum_0; }
inline void set_binaryHeaderEnum_0(int32_t value)
{
___binaryHeaderEnum_0 = value;
}
inline static int32_t get_offset_of_objectId_1() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___objectId_1)); }
inline int32_t get_objectId_1() const { return ___objectId_1; }
inline int32_t* get_address_of_objectId_1() { return &___objectId_1; }
inline void set_objectId_1(int32_t value)
{
___objectId_1 = value;
}
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((&___name_2), value);
}
inline static int32_t get_offset_of_numMembers_3() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___numMembers_3)); }
inline int32_t get_numMembers_3() const { return ___numMembers_3; }
inline int32_t* get_address_of_numMembers_3() { return &___numMembers_3; }
inline void set_numMembers_3(int32_t value)
{
___numMembers_3 = value;
}
inline static int32_t get_offset_of_memberNames_4() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___memberNames_4)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_memberNames_4() const { return ___memberNames_4; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_memberNames_4() { return &___memberNames_4; }
inline void set_memberNames_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___memberNames_4 = value;
Il2CppCodeGenWriteBarrier((&___memberNames_4), value);
}
inline static int32_t get_offset_of_binaryTypeEnumA_5() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___binaryTypeEnumA_5)); }
inline BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* get_binaryTypeEnumA_5() const { return ___binaryTypeEnumA_5; }
inline BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B** get_address_of_binaryTypeEnumA_5() { return &___binaryTypeEnumA_5; }
inline void set_binaryTypeEnumA_5(BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* value)
{
___binaryTypeEnumA_5 = value;
Il2CppCodeGenWriteBarrier((&___binaryTypeEnumA_5), value);
}
inline static int32_t get_offset_of_typeInformationA_6() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___typeInformationA_6)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_typeInformationA_6() const { return ___typeInformationA_6; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_typeInformationA_6() { return &___typeInformationA_6; }
inline void set_typeInformationA_6(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___typeInformationA_6 = value;
Il2CppCodeGenWriteBarrier((&___typeInformationA_6), value);
}
inline static int32_t get_offset_of_memberAssemIds_7() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___memberAssemIds_7)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_memberAssemIds_7() const { return ___memberAssemIds_7; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_memberAssemIds_7() { return &___memberAssemIds_7; }
inline void set_memberAssemIds_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___memberAssemIds_7 = value;
Il2CppCodeGenWriteBarrier((&___memberAssemIds_7), value);
}
inline static int32_t get_offset_of_assemId_8() { return static_cast<int32_t>(offsetof(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645, ___assemId_8)); }
inline int32_t get_assemId_8() const { return ___assemId_8; }
inline int32_t* get_address_of_assemId_8() { return &___assemId_8; }
inline void set_assemId_8(int32_t value)
{
___assemId_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYOBJECTWITHMAPTYPED_TFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_H
#ifndef MEMBERPRIMITIVETYPED_T0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_H
#define MEMBERPRIMITIVETYPED_T0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped
struct MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::primitiveTypeEnum
int32_t ___primitiveTypeEnum_0;
// System.Object System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_primitiveTypeEnum_0() { return static_cast<int32_t>(offsetof(MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F, ___primitiveTypeEnum_0)); }
inline int32_t get_primitiveTypeEnum_0() const { return ___primitiveTypeEnum_0; }
inline int32_t* get_address_of_primitiveTypeEnum_0() { return &___primitiveTypeEnum_0; }
inline void set_primitiveTypeEnum_0(int32_t value)
{
___primitiveTypeEnum_0 = value;
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((&___value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERPRIMITIVETYPED_T0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_H
#ifndef MEMBERPRIMITIVEUNTYPED_TDA60C25752F92B89A315A67E4E447DDA4E2BD423_H
#define MEMBERPRIMITIVEUNTYPED_TDA60C25752F92B89A315A67E4E447DDA4E2BD423_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped
struct MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 : public RuntimeObject
{
public:
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::typeInformation
int32_t ___typeInformation_0;
// System.Object System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_typeInformation_0() { return static_cast<int32_t>(offsetof(MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423, ___typeInformation_0)); }
inline int32_t get_typeInformation_0() const { return ___typeInformation_0; }
inline int32_t* get_address_of_typeInformation_0() { return &___typeInformation_0; }
inline void set_typeInformation_0(int32_t value)
{
___typeInformation_0 = value;
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((&___value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERPRIMITIVEUNTYPED_TDA60C25752F92B89A315A67E4E447DDA4E2BD423_H
#ifndef NAMEINFO_T57D1A79A08FB3AD2F94CC065E024AA9C02760D77_H
#define NAMEINFO_T57D1A79A08FB3AD2F94CC065E024AA9C02760D77_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.NameInfo
struct NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.Formatters.Binary.NameInfo::NIFullName
String_t* ___NIFullName_0;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.NameInfo::NIobjectId
int64_t ___NIobjectId_1;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.NameInfo::NIassemId
int64_t ___NIassemId_2;
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.NameInfo::NIprimitiveTypeEnum
int32_t ___NIprimitiveTypeEnum_3;
// System.Type System.Runtime.Serialization.Formatters.Binary.NameInfo::NItype
Type_t * ___NItype_4;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NIisSealed
bool ___NIisSealed_5;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NIisArray
bool ___NIisArray_6;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NIisArrayItem
bool ___NIisArrayItem_7;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NItransmitTypeOnObject
bool ___NItransmitTypeOnObject_8;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NItransmitTypeOnMember
bool ___NItransmitTypeOnMember_9;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NIisParentTypeOnObject
bool ___NIisParentTypeOnObject_10;
// System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE System.Runtime.Serialization.Formatters.Binary.NameInfo::NIarrayEnum
int32_t ___NIarrayEnum_11;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.NameInfo::NIsealedStatusChecked
bool ___NIsealedStatusChecked_12;
public:
inline static int32_t get_offset_of_NIFullName_0() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIFullName_0)); }
inline String_t* get_NIFullName_0() const { return ___NIFullName_0; }
inline String_t** get_address_of_NIFullName_0() { return &___NIFullName_0; }
inline void set_NIFullName_0(String_t* value)
{
___NIFullName_0 = value;
Il2CppCodeGenWriteBarrier((&___NIFullName_0), value);
}
inline static int32_t get_offset_of_NIobjectId_1() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIobjectId_1)); }
inline int64_t get_NIobjectId_1() const { return ___NIobjectId_1; }
inline int64_t* get_address_of_NIobjectId_1() { return &___NIobjectId_1; }
inline void set_NIobjectId_1(int64_t value)
{
___NIobjectId_1 = value;
}
inline static int32_t get_offset_of_NIassemId_2() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIassemId_2)); }
inline int64_t get_NIassemId_2() const { return ___NIassemId_2; }
inline int64_t* get_address_of_NIassemId_2() { return &___NIassemId_2; }
inline void set_NIassemId_2(int64_t value)
{
___NIassemId_2 = value;
}
inline static int32_t get_offset_of_NIprimitiveTypeEnum_3() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIprimitiveTypeEnum_3)); }
inline int32_t get_NIprimitiveTypeEnum_3() const { return ___NIprimitiveTypeEnum_3; }
inline int32_t* get_address_of_NIprimitiveTypeEnum_3() { return &___NIprimitiveTypeEnum_3; }
inline void set_NIprimitiveTypeEnum_3(int32_t value)
{
___NIprimitiveTypeEnum_3 = value;
}
inline static int32_t get_offset_of_NItype_4() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NItype_4)); }
inline Type_t * get_NItype_4() const { return ___NItype_4; }
inline Type_t ** get_address_of_NItype_4() { return &___NItype_4; }
inline void set_NItype_4(Type_t * value)
{
___NItype_4 = value;
Il2CppCodeGenWriteBarrier((&___NItype_4), value);
}
inline static int32_t get_offset_of_NIisSealed_5() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIisSealed_5)); }
inline bool get_NIisSealed_5() const { return ___NIisSealed_5; }
inline bool* get_address_of_NIisSealed_5() { return &___NIisSealed_5; }
inline void set_NIisSealed_5(bool value)
{
___NIisSealed_5 = value;
}
inline static int32_t get_offset_of_NIisArray_6() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIisArray_6)); }
inline bool get_NIisArray_6() const { return ___NIisArray_6; }
inline bool* get_address_of_NIisArray_6() { return &___NIisArray_6; }
inline void set_NIisArray_6(bool value)
{
___NIisArray_6 = value;
}
inline static int32_t get_offset_of_NIisArrayItem_7() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIisArrayItem_7)); }
inline bool get_NIisArrayItem_7() const { return ___NIisArrayItem_7; }
inline bool* get_address_of_NIisArrayItem_7() { return &___NIisArrayItem_7; }
inline void set_NIisArrayItem_7(bool value)
{
___NIisArrayItem_7 = value;
}
inline static int32_t get_offset_of_NItransmitTypeOnObject_8() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NItransmitTypeOnObject_8)); }
inline bool get_NItransmitTypeOnObject_8() const { return ___NItransmitTypeOnObject_8; }
inline bool* get_address_of_NItransmitTypeOnObject_8() { return &___NItransmitTypeOnObject_8; }
inline void set_NItransmitTypeOnObject_8(bool value)
{
___NItransmitTypeOnObject_8 = value;
}
inline static int32_t get_offset_of_NItransmitTypeOnMember_9() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NItransmitTypeOnMember_9)); }
inline bool get_NItransmitTypeOnMember_9() const { return ___NItransmitTypeOnMember_9; }
inline bool* get_address_of_NItransmitTypeOnMember_9() { return &___NItransmitTypeOnMember_9; }
inline void set_NItransmitTypeOnMember_9(bool value)
{
___NItransmitTypeOnMember_9 = value;
}
inline static int32_t get_offset_of_NIisParentTypeOnObject_10() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIisParentTypeOnObject_10)); }
inline bool get_NIisParentTypeOnObject_10() const { return ___NIisParentTypeOnObject_10; }
inline bool* get_address_of_NIisParentTypeOnObject_10() { return &___NIisParentTypeOnObject_10; }
inline void set_NIisParentTypeOnObject_10(bool value)
{
___NIisParentTypeOnObject_10 = value;
}
inline static int32_t get_offset_of_NIarrayEnum_11() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIarrayEnum_11)); }
inline int32_t get_NIarrayEnum_11() const { return ___NIarrayEnum_11; }
inline int32_t* get_address_of_NIarrayEnum_11() { return &___NIarrayEnum_11; }
inline void set_NIarrayEnum_11(int32_t value)
{
___NIarrayEnum_11 = value;
}
inline static int32_t get_offset_of_NIsealedStatusChecked_12() { return static_cast<int32_t>(offsetof(NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77, ___NIsealedStatusChecked_12)); }
inline bool get_NIsealedStatusChecked_12() const { return ___NIsealedStatusChecked_12; }
inline bool* get_address_of_NIsealedStatusChecked_12() { return &___NIsealedStatusChecked_12; }
inline void set_NIsealedStatusChecked_12(bool value)
{
___NIsealedStatusChecked_12 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMEINFO_T57D1A79A08FB3AD2F94CC065E024AA9C02760D77_H
#ifndef SERIALIZATIONHEADERRECORD_T20BDA953494C891B8DBAEB338D6694F7C56BEF05_H
#define SERIALIZATIONHEADERRECORD_T20BDA953494C891B8DBAEB338D6694F7C56BEF05_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord
struct SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::binaryFormatterMajorVersion
int32_t ___binaryFormatterMajorVersion_0;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::binaryFormatterMinorVersion
int32_t ___binaryFormatterMinorVersion_1;
// System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::binaryHeaderEnum
int32_t ___binaryHeaderEnum_2;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::topId
int32_t ___topId_3;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::headerId
int32_t ___headerId_4;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::majorVersion
int32_t ___majorVersion_5;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::minorVersion
int32_t ___minorVersion_6;
public:
inline static int32_t get_offset_of_binaryFormatterMajorVersion_0() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___binaryFormatterMajorVersion_0)); }
inline int32_t get_binaryFormatterMajorVersion_0() const { return ___binaryFormatterMajorVersion_0; }
inline int32_t* get_address_of_binaryFormatterMajorVersion_0() { return &___binaryFormatterMajorVersion_0; }
inline void set_binaryFormatterMajorVersion_0(int32_t value)
{
___binaryFormatterMajorVersion_0 = value;
}
inline static int32_t get_offset_of_binaryFormatterMinorVersion_1() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___binaryFormatterMinorVersion_1)); }
inline int32_t get_binaryFormatterMinorVersion_1() const { return ___binaryFormatterMinorVersion_1; }
inline int32_t* get_address_of_binaryFormatterMinorVersion_1() { return &___binaryFormatterMinorVersion_1; }
inline void set_binaryFormatterMinorVersion_1(int32_t value)
{
___binaryFormatterMinorVersion_1 = value;
}
inline static int32_t get_offset_of_binaryHeaderEnum_2() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___binaryHeaderEnum_2)); }
inline int32_t get_binaryHeaderEnum_2() const { return ___binaryHeaderEnum_2; }
inline int32_t* get_address_of_binaryHeaderEnum_2() { return &___binaryHeaderEnum_2; }
inline void set_binaryHeaderEnum_2(int32_t value)
{
___binaryHeaderEnum_2 = value;
}
inline static int32_t get_offset_of_topId_3() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___topId_3)); }
inline int32_t get_topId_3() const { return ___topId_3; }
inline int32_t* get_address_of_topId_3() { return &___topId_3; }
inline void set_topId_3(int32_t value)
{
___topId_3 = value;
}
inline static int32_t get_offset_of_headerId_4() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___headerId_4)); }
inline int32_t get_headerId_4() const { return ___headerId_4; }
inline int32_t* get_address_of_headerId_4() { return &___headerId_4; }
inline void set_headerId_4(int32_t value)
{
___headerId_4 = value;
}
inline static int32_t get_offset_of_majorVersion_5() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___majorVersion_5)); }
inline int32_t get_majorVersion_5() const { return ___majorVersion_5; }
inline int32_t* get_address_of_majorVersion_5() { return &___majorVersion_5; }
inline void set_majorVersion_5(int32_t value)
{
___majorVersion_5 = value;
}
inline static int32_t get_offset_of_minorVersion_6() { return static_cast<int32_t>(offsetof(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05, ___minorVersion_6)); }
inline int32_t get_minorVersion_6() const { return ___minorVersion_6; }
inline int32_t* get_address_of_minorVersion_6() { return &___minorVersion_6; }
inline void set_minorVersion_6(int32_t value)
{
___minorVersion_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONHEADERRECORD_T20BDA953494C891B8DBAEB338D6694F7C56BEF05_H
#ifndef __BINARYWRITER_T0895EBF9E16AB435338A634C273212D7479DD727_H
#define __BINARYWRITER_T0895EBF9E16AB435338A634C273212D7479DD727_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.__BinaryWriter
struct __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 : public RuntimeObject
{
public:
// System.IO.Stream System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::sout
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___sout_0;
// System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::formatterTypeStyle
int32_t ___formatterTypeStyle_1;
// System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::objectMapTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___objectMapTable_2;
// System.Runtime.Serialization.Formatters.Binary.ObjectWriter System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::objectWriter
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter_3;
// System.IO.BinaryWriter System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::dataWriter
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___dataWriter_4;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::m_nestedObjectCount
int32_t ___m_nestedObjectCount_5;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::nullCount
int32_t ___nullCount_6;
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryMethodCall
BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * ___binaryMethodCall_7;
// System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryMethodReturn
BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * ___binaryMethodReturn_8;
// System.Runtime.Serialization.Formatters.Binary.BinaryObject System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObject
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * ___binaryObject_9;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObjectWithMap
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * ___binaryObjectWithMap_10;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObjectWithMapTyped
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * ___binaryObjectWithMapTyped_11;
// System.Runtime.Serialization.Formatters.Binary.BinaryObjectString System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryObjectString
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * ___binaryObjectString_12;
// System.Runtime.Serialization.Formatters.Binary.BinaryArray System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryArray
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * ___binaryArray_13;
// System.Byte[] System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_14;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::chunkSize
int32_t ___chunkSize_15;
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::memberPrimitiveUnTyped
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * ___memberPrimitiveUnTyped_16;
// System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::memberPrimitiveTyped
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * ___memberPrimitiveTyped_17;
// System.Runtime.Serialization.Formatters.Binary.ObjectNull System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::objectNull
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * ___objectNull_18;
// System.Runtime.Serialization.Formatters.Binary.MemberReference System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::memberReference
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * ___memberReference_19;
// System.Runtime.Serialization.Formatters.Binary.BinaryAssembly System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::binaryAssembly
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * ___binaryAssembly_20;
public:
inline static int32_t get_offset_of_sout_0() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___sout_0)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_sout_0() const { return ___sout_0; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_sout_0() { return &___sout_0; }
inline void set_sout_0(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___sout_0 = value;
Il2CppCodeGenWriteBarrier((&___sout_0), value);
}
inline static int32_t get_offset_of_formatterTypeStyle_1() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___formatterTypeStyle_1)); }
inline int32_t get_formatterTypeStyle_1() const { return ___formatterTypeStyle_1; }
inline int32_t* get_address_of_formatterTypeStyle_1() { return &___formatterTypeStyle_1; }
inline void set_formatterTypeStyle_1(int32_t value)
{
___formatterTypeStyle_1 = value;
}
inline static int32_t get_offset_of_objectMapTable_2() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___objectMapTable_2)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_objectMapTable_2() const { return ___objectMapTable_2; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_objectMapTable_2() { return &___objectMapTable_2; }
inline void set_objectMapTable_2(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___objectMapTable_2 = value;
Il2CppCodeGenWriteBarrier((&___objectMapTable_2), value);
}
inline static int32_t get_offset_of_objectWriter_3() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___objectWriter_3)); }
inline ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * get_objectWriter_3() const { return ___objectWriter_3; }
inline ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 ** get_address_of_objectWriter_3() { return &___objectWriter_3; }
inline void set_objectWriter_3(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * value)
{
___objectWriter_3 = value;
Il2CppCodeGenWriteBarrier((&___objectWriter_3), value);
}
inline static int32_t get_offset_of_dataWriter_4() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___dataWriter_4)); }
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * get_dataWriter_4() const { return ___dataWriter_4; }
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 ** get_address_of_dataWriter_4() { return &___dataWriter_4; }
inline void set_dataWriter_4(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * value)
{
___dataWriter_4 = value;
Il2CppCodeGenWriteBarrier((&___dataWriter_4), value);
}
inline static int32_t get_offset_of_m_nestedObjectCount_5() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___m_nestedObjectCount_5)); }
inline int32_t get_m_nestedObjectCount_5() const { return ___m_nestedObjectCount_5; }
inline int32_t* get_address_of_m_nestedObjectCount_5() { return &___m_nestedObjectCount_5; }
inline void set_m_nestedObjectCount_5(int32_t value)
{
___m_nestedObjectCount_5 = value;
}
inline static int32_t get_offset_of_nullCount_6() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___nullCount_6)); }
inline int32_t get_nullCount_6() const { return ___nullCount_6; }
inline int32_t* get_address_of_nullCount_6() { return &___nullCount_6; }
inline void set_nullCount_6(int32_t value)
{
___nullCount_6 = value;
}
inline static int32_t get_offset_of_binaryMethodCall_7() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryMethodCall_7)); }
inline BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * get_binaryMethodCall_7() const { return ___binaryMethodCall_7; }
inline BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 ** get_address_of_binaryMethodCall_7() { return &___binaryMethodCall_7; }
inline void set_binaryMethodCall_7(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * value)
{
___binaryMethodCall_7 = value;
Il2CppCodeGenWriteBarrier((&___binaryMethodCall_7), value);
}
inline static int32_t get_offset_of_binaryMethodReturn_8() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryMethodReturn_8)); }
inline BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * get_binaryMethodReturn_8() const { return ___binaryMethodReturn_8; }
inline BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 ** get_address_of_binaryMethodReturn_8() { return &___binaryMethodReturn_8; }
inline void set_binaryMethodReturn_8(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * value)
{
___binaryMethodReturn_8 = value;
Il2CppCodeGenWriteBarrier((&___binaryMethodReturn_8), value);
}
inline static int32_t get_offset_of_binaryObject_9() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryObject_9)); }
inline BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * get_binaryObject_9() const { return ___binaryObject_9; }
inline BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F ** get_address_of_binaryObject_9() { return &___binaryObject_9; }
inline void set_binaryObject_9(BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * value)
{
___binaryObject_9 = value;
Il2CppCodeGenWriteBarrier((&___binaryObject_9), value);
}
inline static int32_t get_offset_of_binaryObjectWithMap_10() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryObjectWithMap_10)); }
inline BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * get_binaryObjectWithMap_10() const { return ___binaryObjectWithMap_10; }
inline BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 ** get_address_of_binaryObjectWithMap_10() { return &___binaryObjectWithMap_10; }
inline void set_binaryObjectWithMap_10(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * value)
{
___binaryObjectWithMap_10 = value;
Il2CppCodeGenWriteBarrier((&___binaryObjectWithMap_10), value);
}
inline static int32_t get_offset_of_binaryObjectWithMapTyped_11() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryObjectWithMapTyped_11)); }
inline BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * get_binaryObjectWithMapTyped_11() const { return ___binaryObjectWithMapTyped_11; }
inline BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 ** get_address_of_binaryObjectWithMapTyped_11() { return &___binaryObjectWithMapTyped_11; }
inline void set_binaryObjectWithMapTyped_11(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * value)
{
___binaryObjectWithMapTyped_11 = value;
Il2CppCodeGenWriteBarrier((&___binaryObjectWithMapTyped_11), value);
}
inline static int32_t get_offset_of_binaryObjectString_12() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryObjectString_12)); }
inline BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * get_binaryObjectString_12() const { return ___binaryObjectString_12; }
inline BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 ** get_address_of_binaryObjectString_12() { return &___binaryObjectString_12; }
inline void set_binaryObjectString_12(BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * value)
{
___binaryObjectString_12 = value;
Il2CppCodeGenWriteBarrier((&___binaryObjectString_12), value);
}
inline static int32_t get_offset_of_binaryArray_13() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryArray_13)); }
inline BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * get_binaryArray_13() const { return ___binaryArray_13; }
inline BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 ** get_address_of_binaryArray_13() { return &___binaryArray_13; }
inline void set_binaryArray_13(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * value)
{
___binaryArray_13 = value;
Il2CppCodeGenWriteBarrier((&___binaryArray_13), value);
}
inline static int32_t get_offset_of_byteBuffer_14() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___byteBuffer_14)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_14() const { return ___byteBuffer_14; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_14() { return &___byteBuffer_14; }
inline void set_byteBuffer_14(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_14 = value;
Il2CppCodeGenWriteBarrier((&___byteBuffer_14), value);
}
inline static int32_t get_offset_of_chunkSize_15() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___chunkSize_15)); }
inline int32_t get_chunkSize_15() const { return ___chunkSize_15; }
inline int32_t* get_address_of_chunkSize_15() { return &___chunkSize_15; }
inline void set_chunkSize_15(int32_t value)
{
___chunkSize_15 = value;
}
inline static int32_t get_offset_of_memberPrimitiveUnTyped_16() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___memberPrimitiveUnTyped_16)); }
inline MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * get_memberPrimitiveUnTyped_16() const { return ___memberPrimitiveUnTyped_16; }
inline MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 ** get_address_of_memberPrimitiveUnTyped_16() { return &___memberPrimitiveUnTyped_16; }
inline void set_memberPrimitiveUnTyped_16(MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * value)
{
___memberPrimitiveUnTyped_16 = value;
Il2CppCodeGenWriteBarrier((&___memberPrimitiveUnTyped_16), value);
}
inline static int32_t get_offset_of_memberPrimitiveTyped_17() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___memberPrimitiveTyped_17)); }
inline MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * get_memberPrimitiveTyped_17() const { return ___memberPrimitiveTyped_17; }
inline MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F ** get_address_of_memberPrimitiveTyped_17() { return &___memberPrimitiveTyped_17; }
inline void set_memberPrimitiveTyped_17(MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * value)
{
___memberPrimitiveTyped_17 = value;
Il2CppCodeGenWriteBarrier((&___memberPrimitiveTyped_17), value);
}
inline static int32_t get_offset_of_objectNull_18() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___objectNull_18)); }
inline ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * get_objectNull_18() const { return ___objectNull_18; }
inline ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 ** get_address_of_objectNull_18() { return &___objectNull_18; }
inline void set_objectNull_18(ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * value)
{
___objectNull_18 = value;
Il2CppCodeGenWriteBarrier((&___objectNull_18), value);
}
inline static int32_t get_offset_of_memberReference_19() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___memberReference_19)); }
inline MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * get_memberReference_19() const { return ___memberReference_19; }
inline MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 ** get_address_of_memberReference_19() { return &___memberReference_19; }
inline void set_memberReference_19(MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * value)
{
___memberReference_19 = value;
Il2CppCodeGenWriteBarrier((&___memberReference_19), value);
}
inline static int32_t get_offset_of_binaryAssembly_20() { return static_cast<int32_t>(offsetof(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727, ___binaryAssembly_20)); }
inline BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * get_binaryAssembly_20() const { return ___binaryAssembly_20; }
inline BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE ** get_address_of_binaryAssembly_20() { return &___binaryAssembly_20; }
inline void set_binaryAssembly_20(BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * value)
{
___binaryAssembly_20 = value;
Il2CppCodeGenWriteBarrier((&___binaryAssembly_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __BINARYWRITER_T0895EBF9E16AB435338A634C273212D7479DD727_H
#ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_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((&___m_additionalContext_0), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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;
};
#endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifndef CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_TB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_H
#define CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_TB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.CryptographicUnexpectedOperationException
struct CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE : public CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_TB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_H
#ifndef HMACMD5_T8C6693E41EEA9BF26BBAF880B405CC170C43F11B_H
#define HMACMD5_T8C6693E41EEA9BF26BBAF880B405CC170C43F11B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.HMACMD5
struct HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HMACMD5_T8C6693E41EEA9BF26BBAF880B405CC170C43F11B_H
#ifndef HMACRIPEMD160_T52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71_H
#define HMACRIPEMD160_T52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.HMACRIPEMD160
struct HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HMACRIPEMD160_T52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71_H
#ifndef HMACSHA1_T4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_H
#define HMACSHA1_T4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.HMACSHA1
struct HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HMACSHA1_T4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_H
#ifndef HMACSHA256_T597088501D2683C794DD40CBCC54FA0E6D93E414_H
#define HMACSHA256_T597088501D2683C794DD40CBCC54FA0E6D93E414_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.HMACSHA256
struct HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HMACSHA256_T597088501D2683C794DD40CBCC54FA0E6D93E414_H
#ifndef HMACSHA384_T4AB70A19F033E20CFD5C3E53D9B4745165F4AB09_H
#define HMACSHA384_T4AB70A19F033E20CFD5C3E53D9B4745165F4AB09_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.HMACSHA384
struct HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
// System.Boolean System.Security.Cryptography.HMACSHA384::m_useLegacyBlockSize
bool ___m_useLegacyBlockSize_12;
public:
inline static int32_t get_offset_of_m_useLegacyBlockSize_12() { return static_cast<int32_t>(offsetof(HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09, ___m_useLegacyBlockSize_12)); }
inline bool get_m_useLegacyBlockSize_12() const { return ___m_useLegacyBlockSize_12; }
inline bool* get_address_of_m_useLegacyBlockSize_12() { return &___m_useLegacyBlockSize_12; }
inline void set_m_useLegacyBlockSize_12(bool value)
{
___m_useLegacyBlockSize_12 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HMACSHA384_T4AB70A19F033E20CFD5C3E53D9B4745165F4AB09_H
#ifndef HMACSHA512_T2E9505616EE76E773A963928F94B750C6A52070D_H
#define HMACSHA512_T2E9505616EE76E773A963928F94B750C6A52070D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.HMACSHA512
struct HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
// System.Boolean System.Security.Cryptography.HMACSHA512::m_useLegacyBlockSize
bool ___m_useLegacyBlockSize_12;
public:
inline static int32_t get_offset_of_m_useLegacyBlockSize_12() { return static_cast<int32_t>(offsetof(HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D, ___m_useLegacyBlockSize_12)); }
inline bool get_m_useLegacyBlockSize_12() const { return ___m_useLegacyBlockSize_12; }
inline bool* get_address_of_m_useLegacyBlockSize_12() { return &___m_useLegacyBlockSize_12; }
inline void set_m_useLegacyBlockSize_12(bool value)
{
___m_useLegacyBlockSize_12 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HMACSHA512_T2E9505616EE76E773A963928F94B750C6A52070D_H
#ifndef RSACRYPTOSERVICEPROVIDER_T6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_H
#define RSACRYPTOSERVICEPROVIDER_T6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 : public RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145
{
public:
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_3;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey
bool ___persistKey_4;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted
bool ___persisted_5;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable
bool ___privateKeyExportable_6;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed
bool ___m_disposed_7;
// Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa
RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * ___rsa_8;
public:
inline static int32_t get_offset_of_store_3() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___store_3)); }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_3() const { return ___store_3; }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_3() { return &___store_3; }
inline void set_store_3(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value)
{
___store_3 = value;
Il2CppCodeGenWriteBarrier((&___store_3), value);
}
inline static int32_t get_offset_of_persistKey_4() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persistKey_4)); }
inline bool get_persistKey_4() const { return ___persistKey_4; }
inline bool* get_address_of_persistKey_4() { return &___persistKey_4; }
inline void set_persistKey_4(bool value)
{
___persistKey_4 = value;
}
inline static int32_t get_offset_of_persisted_5() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persisted_5)); }
inline bool get_persisted_5() const { return ___persisted_5; }
inline bool* get_address_of_persisted_5() { return &___persisted_5; }
inline void set_persisted_5(bool value)
{
___persisted_5 = value;
}
inline static int32_t get_offset_of_privateKeyExportable_6() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___privateKeyExportable_6)); }
inline bool get_privateKeyExportable_6() const { return ___privateKeyExportable_6; }
inline bool* get_address_of_privateKeyExportable_6() { return &___privateKeyExportable_6; }
inline void set_privateKeyExportable_6(bool value)
{
___privateKeyExportable_6 = value;
}
inline static int32_t get_offset_of_m_disposed_7() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___m_disposed_7)); }
inline bool get_m_disposed_7() const { return ___m_disposed_7; }
inline bool* get_address_of_m_disposed_7() { return &___m_disposed_7; }
inline void set_m_disposed_7(bool value)
{
___m_disposed_7 = value;
}
inline static int32_t get_offset_of_rsa_8() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___rsa_8)); }
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * get_rsa_8() const { return ___rsa_8; }
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A ** get_address_of_rsa_8() { return &___rsa_8; }
inline void set_rsa_8(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * value)
{
___rsa_8 = value;
Il2CppCodeGenWriteBarrier((&___rsa_8), value);
}
};
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields
{
public:
// System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore
int32_t ___s_UseMachineKeyStore_2;
public:
inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields, ___s_UseMachineKeyStore_2)); }
inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; }
inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; }
inline void set_s_UseMachineKeyStore_2(int32_t value)
{
___s_UseMachineKeyStore_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSACRYPTOSERVICEPROVIDER_T6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_H
#ifndef SYMMETRICALGORITHM_T0A2EC7E7AD8B8976832B4F0AC432B691F862E789_H
#define SYMMETRICALGORITHM_T0A2EC7E7AD8B8976832B4F0AC432B691F862E789_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SymmetricAlgorithm
struct SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue
int32_t ___BlockSizeValue_0;
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue
int32_t ___FeedbackSizeValue_1;
// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___IVValue_2;
// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___KeyValue_3;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalBlockSizesValue_4;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_5;
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue
int32_t ___KeySizeValue_6;
// System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue
int32_t ___ModeValue_7;
// System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue
int32_t ___PaddingValue_8;
public:
inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___BlockSizeValue_0)); }
inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; }
inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; }
inline void set_BlockSizeValue_0(int32_t value)
{
___BlockSizeValue_0 = value;
}
inline static int32_t get_offset_of_FeedbackSizeValue_1() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___FeedbackSizeValue_1)); }
inline int32_t get_FeedbackSizeValue_1() const { return ___FeedbackSizeValue_1; }
inline int32_t* get_address_of_FeedbackSizeValue_1() { return &___FeedbackSizeValue_1; }
inline void set_FeedbackSizeValue_1(int32_t value)
{
___FeedbackSizeValue_1 = value;
}
inline static int32_t get_offset_of_IVValue_2() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___IVValue_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_IVValue_2() const { return ___IVValue_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_IVValue_2() { return &___IVValue_2; }
inline void set_IVValue_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___IVValue_2 = value;
Il2CppCodeGenWriteBarrier((&___IVValue_2), value);
}
inline static int32_t get_offset_of_KeyValue_3() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___KeyValue_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_KeyValue_3() const { return ___KeyValue_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_KeyValue_3() { return &___KeyValue_3; }
inline void set_KeyValue_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___KeyValue_3 = value;
Il2CppCodeGenWriteBarrier((&___KeyValue_3), value);
}
inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___LegalBlockSizesValue_4)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; }
inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___LegalBlockSizesValue_4 = value;
Il2CppCodeGenWriteBarrier((&___LegalBlockSizesValue_4), value);
}
inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___LegalKeySizesValue_5)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; }
inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___LegalKeySizesValue_5 = value;
Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_5), value);
}
inline static int32_t get_offset_of_KeySizeValue_6() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___KeySizeValue_6)); }
inline int32_t get_KeySizeValue_6() const { return ___KeySizeValue_6; }
inline int32_t* get_address_of_KeySizeValue_6() { return &___KeySizeValue_6; }
inline void set_KeySizeValue_6(int32_t value)
{
___KeySizeValue_6 = value;
}
inline static int32_t get_offset_of_ModeValue_7() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___ModeValue_7)); }
inline int32_t get_ModeValue_7() const { return ___ModeValue_7; }
inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; }
inline void set_ModeValue_7(int32_t value)
{
___ModeValue_7 = value;
}
inline static int32_t get_offset_of_PaddingValue_8() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___PaddingValue_8)); }
inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; }
inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; }
inline void set_PaddingValue_8(int32_t value)
{
___PaddingValue_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYMMETRICALGORITHM_T0A2EC7E7AD8B8976832B4F0AC432B691F862E789_H
#ifndef TYPE_T_H
#define TYPE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_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((&___FilterAttribute_0), 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((&___FilterName_1), 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((&___FilterNameIgnoreCase_2), 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((&___Missing_3), 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((&___EmptyTypes_5), 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((&___defaultBinder_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPE_T_H
#ifndef TYPEDREFERENCE_T118BC3B643F75F52DB9C99D5E051299F886EB2A8_H
#define TYPEDREFERENCE_T118BC3B643F75F52DB9C99D5E051299F886EB2A8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEDREFERENCE_T118BC3B643F75F52DB9C99D5E051299F886EB2A8_H
#ifndef ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#define ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifndef EVENTHANDLER_1_T2FAACD646FEA53CF34DD74BB21333F2B9175DD81_H
#define EVENTHANDLER_1_T2FAACD646FEA53CF34DD74BB21333F2B9175DD81_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>
struct EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTHANDLER_1_T2FAACD646FEA53CF34DD74BB21333F2B9175DD81_H
#ifndef MISSINGFIELDEXCEPTION_TDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_H
#define MISSINGFIELDEXCEPTION_TDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MissingFieldException
struct MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MISSINGFIELDEXCEPTION_TDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_H
#ifndef MISSINGMETHODEXCEPTION_T7D33DFD3009E4F19BE4DD0967F04D3878F348498_H
#define MISSINGMETHODEXCEPTION_T7D33DFD3009E4F19BE4DD0967F04D3878F348498_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___signature_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MISSINGMETHODEXCEPTION_T7D33DFD3009E4F19BE4DD0967F04D3878F348498_H
#ifndef MONOCMETHOD_TFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61_H
#define MONOCMETHOD_TFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MonoCMethod
struct MonoCMethod_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((&___name_3), 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((&___reftype_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MONOCMETHOD_TFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61_H
#ifndef MONOFIELD_T_H
#define MONOFIELD_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MonoField
struct MonoField_t : public 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((&___name_2), 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((&___type_3), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MONOFIELD_T_H
#ifndef MONOMETHOD_T_H
#define MONOMETHOD_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MonoMethod
struct MonoMethod_t : public 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((&___name_1), 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((&___reftype_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MONOMETHOD_T_H
#ifndef RUNTIMEMODULE_T6E9C045A7B72FD3543F79F86CDBADA96805438DD_H
#define RUNTIMEMODULE_T6E9C045A7B72FD3543F79F86CDBADA96805438DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.RuntimeModule
struct RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD : public Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEMODULE_T6E9C045A7B72FD3543F79F86CDBADA96805438DD_H
#ifndef TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#define TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.TypeInfo
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#ifndef DESERIALIZATIONEVENTHANDLER_T26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF_H
#define DESERIALIZATIONEVENTHANDLER_T26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.DeserializationEventHandler
struct DeserializationEventHandler_t26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DESERIALIZATIONEVENTHANDLER_T26D7FDAE5B9A417670B4F8E37A8D5F94DF836DFF_H
#ifndef OBJECTWRITER_TF3E4F02676AFF4D29C9409566B837A1CB2CE1C16_H
#define OBJECTWRITER_TF3E4F02676AFF4D29C9409566B837A1CB2CE1C16_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.ObjectWriter
struct ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 : public RuntimeObject
{
public:
// System.Collections.Queue System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_objectQueue
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___m_objectQueue_0;
// System.Runtime.Serialization.ObjectIDGenerator System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_idGenerator
ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * ___m_idGenerator_1;
// System.Int32 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_currentId
int32_t ___m_currentId_2;
// System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_surrogates
RuntimeObject* ___m_surrogates_3;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_context_4;
// System.Runtime.Serialization.Formatters.Binary.__BinaryWriter System.Runtime.Serialization.Formatters.Binary.ObjectWriter::serWriter
__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___serWriter_5;
// System.Runtime.Serialization.SerializationObjectManager System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_objectManager
SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * ___m_objectManager_6;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::topId
int64_t ___topId_7;
// System.String System.Runtime.Serialization.Formatters.Binary.ObjectWriter::topName
String_t* ___topName_8;
// System.Runtime.Remoting.Messaging.Header[] System.Runtime.Serialization.Formatters.Binary.ObjectWriter::headers
HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* ___headers_9;
// System.Runtime.Serialization.Formatters.Binary.InternalFE System.Runtime.Serialization.Formatters.Binary.ObjectWriter::formatterEnums
InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * ___formatterEnums_10;
// System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_binder
SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___m_binder_11;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit System.Runtime.Serialization.Formatters.Binary.ObjectWriter::serObjectInfoInit
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit_12;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.Formatters.Binary.ObjectWriter::m_formatterConverter
RuntimeObject* ___m_formatterConverter_13;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.ObjectWriter::crossAppDomainArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___crossAppDomainArray_14;
// System.Object System.Runtime.Serialization.Formatters.Binary.ObjectWriter::previousObj
RuntimeObject * ___previousObj_15;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.ObjectWriter::previousId
int64_t ___previousId_16;
// System.Type System.Runtime.Serialization.Formatters.Binary.ObjectWriter::previousType
Type_t * ___previousType_17;
// System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.ObjectWriter::previousCode
int32_t ___previousCode_18;
// System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.ObjectWriter::assemblyToIdTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___assemblyToIdTable_19;
// System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.ObjectWriter::niPool
SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * ___niPool_20;
public:
inline static int32_t get_offset_of_m_objectQueue_0() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_objectQueue_0)); }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * get_m_objectQueue_0() const { return ___m_objectQueue_0; }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 ** get_address_of_m_objectQueue_0() { return &___m_objectQueue_0; }
inline void set_m_objectQueue_0(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * value)
{
___m_objectQueue_0 = value;
Il2CppCodeGenWriteBarrier((&___m_objectQueue_0), value);
}
inline static int32_t get_offset_of_m_idGenerator_1() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_idGenerator_1)); }
inline ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * get_m_idGenerator_1() const { return ___m_idGenerator_1; }
inline ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 ** get_address_of_m_idGenerator_1() { return &___m_idGenerator_1; }
inline void set_m_idGenerator_1(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * value)
{
___m_idGenerator_1 = value;
Il2CppCodeGenWriteBarrier((&___m_idGenerator_1), value);
}
inline static int32_t get_offset_of_m_currentId_2() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_currentId_2)); }
inline int32_t get_m_currentId_2() const { return ___m_currentId_2; }
inline int32_t* get_address_of_m_currentId_2() { return &___m_currentId_2; }
inline void set_m_currentId_2(int32_t value)
{
___m_currentId_2 = value;
}
inline static int32_t get_offset_of_m_surrogates_3() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_surrogates_3)); }
inline RuntimeObject* get_m_surrogates_3() const { return ___m_surrogates_3; }
inline RuntimeObject** get_address_of_m_surrogates_3() { return &___m_surrogates_3; }
inline void set_m_surrogates_3(RuntimeObject* value)
{
___m_surrogates_3 = value;
Il2CppCodeGenWriteBarrier((&___m_surrogates_3), value);
}
inline static int32_t get_offset_of_m_context_4() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_context_4)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_context_4() const { return ___m_context_4; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_context_4() { return &___m_context_4; }
inline void set_m_context_4(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_context_4 = value;
}
inline static int32_t get_offset_of_serWriter_5() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___serWriter_5)); }
inline __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * get_serWriter_5() const { return ___serWriter_5; }
inline __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 ** get_address_of_serWriter_5() { return &___serWriter_5; }
inline void set_serWriter_5(__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * value)
{
___serWriter_5 = value;
Il2CppCodeGenWriteBarrier((&___serWriter_5), value);
}
inline static int32_t get_offset_of_m_objectManager_6() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_objectManager_6)); }
inline SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * get_m_objectManager_6() const { return ___m_objectManager_6; }
inline SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA ** get_address_of_m_objectManager_6() { return &___m_objectManager_6; }
inline void set_m_objectManager_6(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * value)
{
___m_objectManager_6 = value;
Il2CppCodeGenWriteBarrier((&___m_objectManager_6), value);
}
inline static int32_t get_offset_of_topId_7() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___topId_7)); }
inline int64_t get_topId_7() const { return ___topId_7; }
inline int64_t* get_address_of_topId_7() { return &___topId_7; }
inline void set_topId_7(int64_t value)
{
___topId_7 = value;
}
inline static int32_t get_offset_of_topName_8() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___topName_8)); }
inline String_t* get_topName_8() const { return ___topName_8; }
inline String_t** get_address_of_topName_8() { return &___topName_8; }
inline void set_topName_8(String_t* value)
{
___topName_8 = value;
Il2CppCodeGenWriteBarrier((&___topName_8), value);
}
inline static int32_t get_offset_of_headers_9() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___headers_9)); }
inline HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* get_headers_9() const { return ___headers_9; }
inline HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC** get_address_of_headers_9() { return &___headers_9; }
inline void set_headers_9(HeaderU5BU5D_t5EDB44F2B731039304163091DF818493DBB049AC* value)
{
___headers_9 = value;
Il2CppCodeGenWriteBarrier((&___headers_9), value);
}
inline static int32_t get_offset_of_formatterEnums_10() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___formatterEnums_10)); }
inline InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * get_formatterEnums_10() const { return ___formatterEnums_10; }
inline InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 ** get_address_of_formatterEnums_10() { return &___formatterEnums_10; }
inline void set_formatterEnums_10(InternalFE_tB3647119B7B43049DD9BDE109EB74BC7A05931D1 * value)
{
___formatterEnums_10 = value;
Il2CppCodeGenWriteBarrier((&___formatterEnums_10), value);
}
inline static int32_t get_offset_of_m_binder_11() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_binder_11)); }
inline SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * get_m_binder_11() const { return ___m_binder_11; }
inline SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 ** get_address_of_m_binder_11() { return &___m_binder_11; }
inline void set_m_binder_11(SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * value)
{
___m_binder_11 = value;
Il2CppCodeGenWriteBarrier((&___m_binder_11), value);
}
inline static int32_t get_offset_of_serObjectInfoInit_12() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___serObjectInfoInit_12)); }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * get_serObjectInfoInit_12() const { return ___serObjectInfoInit_12; }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 ** get_address_of_serObjectInfoInit_12() { return &___serObjectInfoInit_12; }
inline void set_serObjectInfoInit_12(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * value)
{
___serObjectInfoInit_12 = value;
Il2CppCodeGenWriteBarrier((&___serObjectInfoInit_12), value);
}
inline static int32_t get_offset_of_m_formatterConverter_13() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___m_formatterConverter_13)); }
inline RuntimeObject* get_m_formatterConverter_13() const { return ___m_formatterConverter_13; }
inline RuntimeObject** get_address_of_m_formatterConverter_13() { return &___m_formatterConverter_13; }
inline void set_m_formatterConverter_13(RuntimeObject* value)
{
___m_formatterConverter_13 = value;
Il2CppCodeGenWriteBarrier((&___m_formatterConverter_13), value);
}
inline static int32_t get_offset_of_crossAppDomainArray_14() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___crossAppDomainArray_14)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_crossAppDomainArray_14() const { return ___crossAppDomainArray_14; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_crossAppDomainArray_14() { return &___crossAppDomainArray_14; }
inline void set_crossAppDomainArray_14(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___crossAppDomainArray_14 = value;
Il2CppCodeGenWriteBarrier((&___crossAppDomainArray_14), value);
}
inline static int32_t get_offset_of_previousObj_15() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___previousObj_15)); }
inline RuntimeObject * get_previousObj_15() const { return ___previousObj_15; }
inline RuntimeObject ** get_address_of_previousObj_15() { return &___previousObj_15; }
inline void set_previousObj_15(RuntimeObject * value)
{
___previousObj_15 = value;
Il2CppCodeGenWriteBarrier((&___previousObj_15), value);
}
inline static int32_t get_offset_of_previousId_16() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___previousId_16)); }
inline int64_t get_previousId_16() const { return ___previousId_16; }
inline int64_t* get_address_of_previousId_16() { return &___previousId_16; }
inline void set_previousId_16(int64_t value)
{
___previousId_16 = value;
}
inline static int32_t get_offset_of_previousType_17() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___previousType_17)); }
inline Type_t * get_previousType_17() const { return ___previousType_17; }
inline Type_t ** get_address_of_previousType_17() { return &___previousType_17; }
inline void set_previousType_17(Type_t * value)
{
___previousType_17 = value;
Il2CppCodeGenWriteBarrier((&___previousType_17), value);
}
inline static int32_t get_offset_of_previousCode_18() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___previousCode_18)); }
inline int32_t get_previousCode_18() const { return ___previousCode_18; }
inline int32_t* get_address_of_previousCode_18() { return &___previousCode_18; }
inline void set_previousCode_18(int32_t value)
{
___previousCode_18 = value;
}
inline static int32_t get_offset_of_assemblyToIdTable_19() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___assemblyToIdTable_19)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_assemblyToIdTable_19() const { return ___assemblyToIdTable_19; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_assemblyToIdTable_19() { return &___assemblyToIdTable_19; }
inline void set_assemblyToIdTable_19(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___assemblyToIdTable_19 = value;
Il2CppCodeGenWriteBarrier((&___assemblyToIdTable_19), value);
}
inline static int32_t get_offset_of_niPool_20() { return static_cast<int32_t>(offsetof(ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16, ___niPool_20)); }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * get_niPool_20() const { return ___niPool_20; }
inline SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF ** get_address_of_niPool_20() { return &___niPool_20; }
inline void set_niPool_20(SerStack_t40715BC3B3EA919738845FBD98EB61B391CCB5CF * value)
{
___niPool_20 = value;
Il2CppCodeGenWriteBarrier((&___niPool_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTWRITER_TF3E4F02676AFF4D29C9409566B837A1CB2CE1C16_H
#ifndef WRITEOBJECTINFO_T5E240CBDF05476ED57BE42BD31E19334836CCA00_H
#define WRITEOBJECTINFO_T5E240CBDF05476ED57BE42BD31E19334836CCA00_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo
struct WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 : public RuntimeObject
{
public:
// System.Int32 System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::objectInfoId
int32_t ___objectInfoId_0;
// System.Object System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::obj
RuntimeObject * ___obj_1;
// System.Type System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::objectType
Type_t * ___objectType_2;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::isSi
bool ___isSi_3;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::isNamed
bool ___isNamed_4;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::isTyped
bool ___isTyped_5;
// System.Boolean System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::isArray
bool ___isArray_6;
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::si
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___si_7;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::cache
SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * ___cache_8;
// System.Object[] System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::memberData
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___memberData_9;
// System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::serializationSurrogate
RuntimeObject* ___serializationSurrogate_10;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context_11;
// System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::serObjectInfoInit
SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * ___serObjectInfoInit_12;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::objectId
int64_t ___objectId_13;
// System.Int64 System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::assemId
int64_t ___assemId_14;
// System.String System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::binderTypeName
String_t* ___binderTypeName_15;
// System.String System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo::binderAssemblyString
String_t* ___binderAssemblyString_16;
public:
inline static int32_t get_offset_of_objectInfoId_0() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___objectInfoId_0)); }
inline int32_t get_objectInfoId_0() const { return ___objectInfoId_0; }
inline int32_t* get_address_of_objectInfoId_0() { return &___objectInfoId_0; }
inline void set_objectInfoId_0(int32_t value)
{
___objectInfoId_0 = value;
}
inline static int32_t get_offset_of_obj_1() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___obj_1)); }
inline RuntimeObject * get_obj_1() const { return ___obj_1; }
inline RuntimeObject ** get_address_of_obj_1() { return &___obj_1; }
inline void set_obj_1(RuntimeObject * value)
{
___obj_1 = value;
Il2CppCodeGenWriteBarrier((&___obj_1), value);
}
inline static int32_t get_offset_of_objectType_2() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___objectType_2)); }
inline Type_t * get_objectType_2() const { return ___objectType_2; }
inline Type_t ** get_address_of_objectType_2() { return &___objectType_2; }
inline void set_objectType_2(Type_t * value)
{
___objectType_2 = value;
Il2CppCodeGenWriteBarrier((&___objectType_2), value);
}
inline static int32_t get_offset_of_isSi_3() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___isSi_3)); }
inline bool get_isSi_3() const { return ___isSi_3; }
inline bool* get_address_of_isSi_3() { return &___isSi_3; }
inline void set_isSi_3(bool value)
{
___isSi_3 = value;
}
inline static int32_t get_offset_of_isNamed_4() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___isNamed_4)); }
inline bool get_isNamed_4() const { return ___isNamed_4; }
inline bool* get_address_of_isNamed_4() { return &___isNamed_4; }
inline void set_isNamed_4(bool value)
{
___isNamed_4 = value;
}
inline static int32_t get_offset_of_isTyped_5() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___isTyped_5)); }
inline bool get_isTyped_5() const { return ___isTyped_5; }
inline bool* get_address_of_isTyped_5() { return &___isTyped_5; }
inline void set_isTyped_5(bool value)
{
___isTyped_5 = value;
}
inline static int32_t get_offset_of_isArray_6() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___isArray_6)); }
inline bool get_isArray_6() const { return ___isArray_6; }
inline bool* get_address_of_isArray_6() { return &___isArray_6; }
inline void set_isArray_6(bool value)
{
___isArray_6 = value;
}
inline static int32_t get_offset_of_si_7() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___si_7)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get_si_7() const { return ___si_7; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of_si_7() { return &___si_7; }
inline void set_si_7(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
___si_7 = value;
Il2CppCodeGenWriteBarrier((&___si_7), value);
}
inline static int32_t get_offset_of_cache_8() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___cache_8)); }
inline SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * get_cache_8() const { return ___cache_8; }
inline SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 ** get_address_of_cache_8() { return &___cache_8; }
inline void set_cache_8(SerObjectInfoCache_t32BC33838021C390DC94B45E12F87B2E6BC38B62 * value)
{
___cache_8 = value;
Il2CppCodeGenWriteBarrier((&___cache_8), value);
}
inline static int32_t get_offset_of_memberData_9() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___memberData_9)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_memberData_9() const { return ___memberData_9; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_memberData_9() { return &___memberData_9; }
inline void set_memberData_9(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___memberData_9 = value;
Il2CppCodeGenWriteBarrier((&___memberData_9), value);
}
inline static int32_t get_offset_of_serializationSurrogate_10() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___serializationSurrogate_10)); }
inline RuntimeObject* get_serializationSurrogate_10() const { return ___serializationSurrogate_10; }
inline RuntimeObject** get_address_of_serializationSurrogate_10() { return &___serializationSurrogate_10; }
inline void set_serializationSurrogate_10(RuntimeObject* value)
{
___serializationSurrogate_10 = value;
Il2CppCodeGenWriteBarrier((&___serializationSurrogate_10), value);
}
inline static int32_t get_offset_of_context_11() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___context_11)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_context_11() const { return ___context_11; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_context_11() { return &___context_11; }
inline void set_context_11(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___context_11 = value;
}
inline static int32_t get_offset_of_serObjectInfoInit_12() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___serObjectInfoInit_12)); }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * get_serObjectInfoInit_12() const { return ___serObjectInfoInit_12; }
inline SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 ** get_address_of_serObjectInfoInit_12() { return &___serObjectInfoInit_12; }
inline void set_serObjectInfoInit_12(SerObjectInfoInit_tD7277DACBD8DA9334482500C1ECE6574FA6CFCF2 * value)
{
___serObjectInfoInit_12 = value;
Il2CppCodeGenWriteBarrier((&___serObjectInfoInit_12), value);
}
inline static int32_t get_offset_of_objectId_13() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___objectId_13)); }
inline int64_t get_objectId_13() const { return ___objectId_13; }
inline int64_t* get_address_of_objectId_13() { return &___objectId_13; }
inline void set_objectId_13(int64_t value)
{
___objectId_13 = value;
}
inline static int32_t get_offset_of_assemId_14() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___assemId_14)); }
inline int64_t get_assemId_14() const { return ___assemId_14; }
inline int64_t* get_address_of_assemId_14() { return &___assemId_14; }
inline void set_assemId_14(int64_t value)
{
___assemId_14 = value;
}
inline static int32_t get_offset_of_binderTypeName_15() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___binderTypeName_15)); }
inline String_t* get_binderTypeName_15() const { return ___binderTypeName_15; }
inline String_t** get_address_of_binderTypeName_15() { return &___binderTypeName_15; }
inline void set_binderTypeName_15(String_t* value)
{
___binderTypeName_15 = value;
Il2CppCodeGenWriteBarrier((&___binderTypeName_15), value);
}
inline static int32_t get_offset_of_binderAssemblyString_16() { return static_cast<int32_t>(offsetof(WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00, ___binderAssemblyString_16)); }
inline String_t* get_binderAssemblyString_16() const { return ___binderAssemblyString_16; }
inline String_t** get_address_of_binderAssemblyString_16() { return &___binderAssemblyString_16; }
inline void set_binderAssemblyString_16(String_t* value)
{
___binderAssemblyString_16 = value;
Il2CppCodeGenWriteBarrier((&___binderAssemblyString_16), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WRITEOBJECTINFO_T5E240CBDF05476ED57BE42BD31E19334836CCA00_H
#ifndef MEMBERHOLDER_T8520AE2362D964B6070B27EDA1575DFCF1638334_H
#define MEMBERHOLDER_T8520AE2362D964B6070B27EDA1575DFCF1638334_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.MemberHolder
struct MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 : public RuntimeObject
{
public:
// System.Type System.Runtime.Serialization.MemberHolder::memberType
Type_t * ___memberType_0;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.MemberHolder::context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context_1;
public:
inline static int32_t get_offset_of_memberType_0() { return static_cast<int32_t>(offsetof(MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334, ___memberType_0)); }
inline Type_t * get_memberType_0() const { return ___memberType_0; }
inline Type_t ** get_address_of_memberType_0() { return &___memberType_0; }
inline void set_memberType_0(Type_t * value)
{
___memberType_0 = value;
Il2CppCodeGenWriteBarrier((&___memberType_0), value);
}
inline static int32_t get_offset_of_context_1() { return static_cast<int32_t>(offsetof(MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334, ___context_1)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_context_1() const { return ___context_1; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_context_1() { return &___context_1; }
inline void set_context_1(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___context_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERHOLDER_T8520AE2362D964B6070B27EDA1575DFCF1638334_H
#ifndef OBJECTMANAGER_T507FFA4AF40CBF19B13E1AD2057420E865817281_H
#define OBJECTMANAGER_T507FFA4AF40CBF19B13E1AD2057420E865817281_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.ObjectManager
struct ObjectManager_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((&___m_onDeserializationHandler_0), 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((&___m_onDeserializedHandler_1), 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((&___m_objects_2), 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((&___m_topObject_3), 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((&___m_specialFixupObjects_4), 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((&___m_selector_6), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTMANAGER_T507FFA4AF40CBF19B13E1AD2057420E865817281_H
#ifndef SAFESERIALIZATIONEVENTARGS_T28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD_H
#define SAFESERIALIZATIONEVENTARGS_T28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
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((&___m_serializedStates_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SAFESERIALIZATIONEVENTARGS_T28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD_H
#ifndef SERIALIZATIONEVENTHANDLER_T89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_H
#define SERIALIZATIONEVENTHANDLER_T89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationEventHandler
struct SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONEVENTHANDLER_T89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_H
#ifndef SERIALIZATIONOBJECTMANAGER_T1B34C26A17A346BDD48720E0D35BCA659827CBFA_H
#define SERIALIZATIONOBJECTMANAGER_T1B34C26A17A346BDD48720E0D35BCA659827CBFA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationObjectManager
struct SerializationObjectManager_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((&___m_objectSeenTable_0), 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((&___m_onSerializedHandler_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONOBJECTMANAGER_T1B34C26A17A346BDD48720E0D35BCA659827CBFA_H
#ifndef AES_T45D82D059B1811A60AF2DA6FD0355CAFB591A653_H
#define AES_T45D82D059B1811A60AF2DA6FD0355CAFB591A653_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.Aes
struct Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.Aes::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.Aes::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((&___s_legalBlockSizes_9), value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((&___s_legalKeySizes_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // AES_T45D82D059B1811A60AF2DA6FD0355CAFB591A653_H
#ifndef DES_TFB993FE8AF9722A555B0737FE730332CCD86F6F0_H
#define DES_TFB993FE8AF9722A555B0737FE730332CCD86F6F0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.DES
struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((&___s_legalBlockSizes_9), value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((&___s_legalKeySizes_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DES_TFB993FE8AF9722A555B0737FE730332CCD86F6F0_H
#ifndef RC2_T132839173DF797C9821C92F0E7D467B573C6A2BA_H
#define RC2_T132839173DF797C9821C92F0E7D467B573C6A2BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RC2
struct RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
// System.Int32 System.Security.Cryptography.RC2::EffectiveKeySizeValue
int32_t ___EffectiveKeySizeValue_9;
public:
inline static int32_t get_offset_of_EffectiveKeySizeValue_9() { return static_cast<int32_t>(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA, ___EffectiveKeySizeValue_9)); }
inline int32_t get_EffectiveKeySizeValue_9() const { return ___EffectiveKeySizeValue_9; }
inline int32_t* get_address_of_EffectiveKeySizeValue_9() { return &___EffectiveKeySizeValue_9; }
inline void set_EffectiveKeySizeValue_9(int32_t value)
{
___EffectiveKeySizeValue_9 = value;
}
};
struct RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_10;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_11;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_10() { return static_cast<int32_t>(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields, ___s_legalBlockSizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_10() const { return ___s_legalBlockSizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_10() { return &___s_legalBlockSizes_10; }
inline void set_s_legalBlockSizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_10 = value;
Il2CppCodeGenWriteBarrier((&___s_legalBlockSizes_10), value);
}
inline static int32_t get_offset_of_s_legalKeySizes_11() { return static_cast<int32_t>(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields, ___s_legalKeySizes_11)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_11() const { return ___s_legalKeySizes_11; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_11() { return &___s_legalKeySizes_11; }
inline void set_s_legalKeySizes_11(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_11 = value;
Il2CppCodeGenWriteBarrier((&___s_legalKeySizes_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RC2_T132839173DF797C9821C92F0E7D467B573C6A2BA_H
#ifndef RIJNDAEL_T9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC_H
#define RIJNDAEL_T9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.Rijndael
struct Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.Rijndael::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.Rijndael::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((&___s_legalBlockSizes_9), value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((&___s_legalKeySizes_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RIJNDAEL_T9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC_H
#ifndef TRIPLEDES_T807A21E6EC7CEC2736DB60738256174326BE4DE1_H
#define TRIPLEDES_T807A21E6EC7CEC2736DB60738256174326BE4DE1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.TripleDES
struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((&___s_legalBlockSizes_9), value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((&___s_legalKeySizes_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TRIPLEDES_T807A21E6EC7CEC2736DB60738256174326BE4DE1_H
#ifndef RUNTIMETYPE_T40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_H
#define RUNTIMETYPE_T40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___type_info_26), 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((&___GenericCache_27), 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((&___m_serializationCtor_28), 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((&___ValueType_10), 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((&___EnumType_11), 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((&___ObjectType_12), 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((&___StringType_13), 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((&___DelegateType_14), 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((&___s_SICtorParamTypes_15), 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((&___s_typedRef_25), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPE_T40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_H
#ifndef DESCRYPTOSERVICEPROVIDER_T4970DFD468A963066369D2D518FD0882628649F6_H
#define DESCRYPTOSERVICEPROVIDER_T4970DFD468A963066369D2D518FD0882628649F6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.DESCryptoServiceProvider
struct DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 : public DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DESCRYPTOSERVICEPROVIDER_T4970DFD468A963066369D2D518FD0882628649F6_H
#ifndef RC2CRYPTOSERVICEPROVIDER_T38C55A1EDCC512A04C4F35B6160755668D1AC797_H
#define RC2CRYPTOSERVICEPROVIDER_T38C55A1EDCC512A04C4F35B6160755668D1AC797_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RC2CryptoServiceProvider
struct RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797 : public RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA
{
public:
// System.Boolean System.Security.Cryptography.RC2CryptoServiceProvider::m_use40bitSalt
bool ___m_use40bitSalt_12;
public:
inline static int32_t get_offset_of_m_use40bitSalt_12() { return static_cast<int32_t>(offsetof(RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797, ___m_use40bitSalt_12)); }
inline bool get_m_use40bitSalt_12() const { return ___m_use40bitSalt_12; }
inline bool* get_address_of_m_use40bitSalt_12() { return &___m_use40bitSalt_12; }
inline void set_m_use40bitSalt_12(bool value)
{
___m_use40bitSalt_12 = value;
}
};
struct RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2CryptoServiceProvider::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_13;
public:
inline static int32_t get_offset_of_s_legalKeySizes_13() { return static_cast<int32_t>(offsetof(RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797_StaticFields, ___s_legalKeySizes_13)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_13() const { return ___s_legalKeySizes_13; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_13() { return &___s_legalKeySizes_13; }
inline void set_s_legalKeySizes_13(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_13 = value;
Il2CppCodeGenWriteBarrier((&___s_legalKeySizes_13), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RC2CRYPTOSERVICEPROVIDER_T38C55A1EDCC512A04C4F35B6160755668D1AC797_H
#ifndef RIJNDAELMANAGED_T4E3376C5DAE4AB0D658F4A00A1FE7496DB258182_H
#define RIJNDAELMANAGED_T4E3376C5DAE4AB0D658F4A00A1FE7496DB258182_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RijndaelManaged
struct RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182 : public Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RIJNDAELMANAGED_T4E3376C5DAE4AB0D658F4A00A1FE7496DB258182_H
#ifndef TRIPLEDESCRYPTOSERVICEPROVIDER_T9DC43BD25787CDC4A1C702E699F5038881A8D389_H
#define TRIPLEDESCRYPTOSERVICEPROVIDER_T9DC43BD25787CDC4A1C702E699F5038881A8D389_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.TripleDESCryptoServiceProvider
struct TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389 : public TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TRIPLEDESCRYPTOSERVICEPROVIDER_T9DC43BD25787CDC4A1C702E699F5038881A8D389_H
#ifndef REFLECTIONONLYTYPE_T887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_H
#define REFLECTIONONLYTYPE_T887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ReflectionOnlyType
struct ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5 : public RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REFLECTIONONLYTYPE_T887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_H
// 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.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.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(m_Items + index, value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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(m_Items + index, value);
}
inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo[]
struct WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9 : public RuntimeArray
{
public:
ALIGN_FIELD (8) WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * m_Items[1];
public:
inline WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 ** 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, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[]
struct BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_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(m_Items + index, value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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.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(m_Items + index, 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(m_Items + index, 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(m_Items + index, value);
}
inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, value);
}
inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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(m_Items + index, 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;
}
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;
}
};
// 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(m_Items + index, value);
}
inline MethodBase_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MethodBase_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MethodBase_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Reflection.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(m_Items + index, value);
}
inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Reflection.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(m_Items + index, value);
}
inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Reflection.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(m_Items + index, value);
}
inline EventInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline EventInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, EventInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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;
}
};
// System.Security.Cryptography.KeySizes[]
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E : public RuntimeArray
{
public:
ALIGN_FIELD (8) KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * m_Items[1];
public:
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
extern "C" void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled);
extern "C" void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_back(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled);
extern "C" void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_cleanup(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
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)
extern "C" IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_mBF3979EE17B68658C4C1AB3A8D64B24F263E3B98_gshared (EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Reverse()
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()
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
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()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
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()
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()
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)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Add(TKey,TValue)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m786A1D72D4E499C0776742D3B2921F47E3A54545_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(TKey,TValue&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Object>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Object>::Add(T)
extern "C" IL2CPP_METHOD_ATTR void ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Object>::ToArray()
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()
extern "C" IL2CPP_METHOD_ATTR int32_t ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, const RuntimeMethod* method);
// T System.RuntimeType/ListBuilder`1<System.Object>::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Object>::CopyTo(System.Object[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, int32_t p1, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Object>(T[],T)
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)
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>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[])
extern "C" IL2CPP_METHOD_ATTR void List_1_CopyTo_m54E18E9C1ECE23383EF0EA1E98330235DEAD7B39_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, const RuntimeMethod* method);
// T[] System.Array::Empty<System.Object>()
extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared (const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_UTF8()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
// System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream,System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m2859E6B900197645E2B9DC8E447F2A6F25208406 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___output0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.String System.Decimal::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mC257A35A991F88D3CFE6F29F619F8EC9D1D5ADFB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteString(System.String)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteByte(System.Byte)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint8_t ___value0, const RuntimeMethod* method);
// System.Int64 System.TimeSpan::get_Ticks()
extern "C" IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt64(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt64_mFB9D44F1AD3FD239B0204A3D91EA2A39CF04E79D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int64_t ___value0, const RuntimeMethod* method);
// System.Int64 System.DateTime::ToBinaryRaw()
extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MessageEnd__ctor_mACD46A473A484BA33E889CB737C58D6A9DC3A9F6 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::Dump(System.IO.Stream)
extern "C" IL2CPP_METHOD_ATTR void MessageEnd_Dump_mABCF28D46A04A23715EB6110B43B7B11F2218EB3 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MessageEnd::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void MessageEnd_Write_m8CF38079537B8D79BA3B7C1EB135E28A6367FEC7 (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::.ctor(System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum,System.Int32,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord__ctor_m31F9D25395928CA6B0F6CB8E9B86984BA43EF1DB (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, int32_t ___binaryHeaderEnum0, int32_t ___topId1, int32_t ___headerId2, int32_t ___majorVersion3, int32_t ___minorVersion4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Dump()
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Dump_mBC16FBDB8ECC583303E3C469577E2FB55D8BDC06 (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void SerializationHeaderRecord_Write_m4673AAD04C272B5A9E549F905F7F71ED2437AF0C (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodCall__ctor_m574C119C34667A7E88268658C039F5F44AAC3181 (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodCall_Dump_m1F81CBE0869F89604A9AFAFAB892708D7055650B (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodCall_Write_m0050BB14C5EC88126B3CA96836080D1B60BD627F (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodReturn__ctor_m413738112C6F2CB2258FBF50E0F94141C234E76B (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodReturn_Dump_mED70CD4BA259A8C9812CC68E4347B82D78B33236 (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryMethodReturn_Write_mEFDB7EC2BF9BA5577A2826555515AF08CC5B4550 (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::InternalWriteItemNull()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.Formatters.Binary.NameInfo::get_NIname()
extern "C" IL2CPP_METHOD_ATTR String_t* NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202 (NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::isCompatible(System.Int32,System.String[],System.Type[])
extern "C" IL2CPP_METHOD_ATTR bool ObjectMapInfo_isCompatible_mDCEE231165B988DF120F243B8E706D5F38CFDADF (ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * __this, int32_t ___numMembers0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryObject__ctor_m25D8800F6EE10EDA2C209470BBE1252D033CF3D1 (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::Set(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BinaryObject_Set_m1FC3F9DDF36145FEA892F62D889093C0F3DC0EFD (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, int32_t ___objectId0, int32_t ___mapId1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObject::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryObject_Write_mE200A7D31B7B011706DAFD93DA22CA6445001B87 (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap__ctor_mFF9A9CC9FA3704FAA97C996C05489D359C871CC1 (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Set(System.Int32,System.String,System.Int32,System.String[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap_Set_mD79D5EDB54F37E6F3FF3A0D6C66D98287F258324 (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, int32_t ___objectId0, String_t* ___name1, int32_t ___numMembers2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames3, int32_t ___assemId4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap_Dump_m9A61CE1E9A6BB69C5A8A94082D6719E1178FB787 (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMap_Write_m700AD2221D26F2D875BB3829238F05C65EAD8D4B (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo::.ctor(System.Int32,System.Int32,System.String[],System.Type[])
extern "C" IL2CPP_METHOD_ATTR void ObjectMapInfo__ctor_m55C2E0CD6BE4BCE52A4F012DADA057C057AF47E3 (ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * __this, int32_t ___objectId0, int32_t ___numMembers1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes3, const RuntimeMethod* method);
// System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum System.Runtime.Serialization.Formatters.Binary.BinaryConverter::GetBinaryTypeInfo(System.Type,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.String,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.Object&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681 (Type_t * ___type0, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo1, String_t* ___typeName2, ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter3, RuntimeObject ** ___typeInformation4, int32_t* ___assemId5, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped__ctor_m14C2763312F68FBADF65C61571B3FFFA1D02D547 (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::Set(System.Int32,System.String,System.Int32,System.String[],System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum[],System.Object[],System.Int32[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped_Set_mF103DF1131915665D40DCC24A6F2A327BC627244 (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, int32_t ___objectId0, String_t* ___name1, int32_t ___numMembers2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames3, BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* ___binaryTypeEnumA4, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___typeInformationA5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___memberAssemIds6, int32_t ___assemId7, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectWithMapTyped_Write_mFAA4A8A0975F10D4C51CEBC6681D6009739F292A (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString__ctor_mA3C8766190F8D14F0F1AEDA02D77B16E3DEDECE0 (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::Set(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString_Set_m42F597477F549522AE80B9DCB3A5D7AA7ABA0944 (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, int32_t ___objectId0, String_t* ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryObjectString_Write_mD9DB5580C569BE0F09DC95332A53060C4404703B (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryArray__ctor_m56081EE7B9FCA6AF79C332B837C72422C358BC0F (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::Set(System.Int32,System.Int32,System.Int32[],System.Int32[],System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum,System.Object,System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BinaryArray_Set_m68D0717FEA11D9D4F35FF404851FFD4C94FA839A (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, int32_t ___objectId0, int32_t ___rank1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthA2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lowerBoundA3, int32_t ___binaryTypeEnum4, RuntimeObject * ___typeInformation5, int32_t ___binaryArrayTypeEnum6, int32_t ___assemId7, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryArray::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.Formatters.Binary.Converter::IsWriteAsByteArray(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR bool Converter_IsWriteAsByteArray_mCA82F39C18E588C023C54D90D64E491A1BB5429D (int32_t ___code0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBytes(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBytes_mAE174128EFA09DF7260553B58888F5213A1EC2AF (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteChars(System.Char[])
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteChars_m899A00CD1377ADF77660AD1AD7629FED57B6A97A (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.Formatters.Binary.Converter::TypeLength(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE)
extern "C" IL2CPP_METHOD_ATTR int32_t Converter_TypeLength_m8D5DAA10D90E70ED2EEECDB1CC4915C43FA93BBB (int32_t ___code0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteArrayAsBytes(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteArrayAsBytes_mADE2C6E9777993695D0E777D69CBC34DC5025EDA (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, RuntimeArray * ___array0, int32_t ___typeLength1, const RuntimeMethod* method);
// System.Int32 System.Array::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBytes(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBytes_mF824C8662DDE5C6829651C8344E625407103CC32 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteA0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSingleArray(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.Int32,System.Array)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSingleArray_m25621D3DF6EEADA89CF6090A3C19718848EDD345 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo3, int32_t ___length4, int32_t ___lowerBound5, RuntimeArray * ___array6, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped__ctor_mA92E0E0B80348509FADFA44CD5102FF2E2E1DFAA (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Set(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Set_m7D4691AFA943E3622BE72F15B68D8F622D38018C (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, int32_t ___primitiveTypeEnum0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Dump()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Dump_mA50FD278A27252D4F0D98D2260FFD715EEE4AEAF (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveTyped_Write_mC16B1F7546A9F57182772CCDEDF62FFE86B43B2B (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped__ctor_m568513B5C309103049BB976B44D3BABD4C22C6CB (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Set(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Set_m270E577638C2CD47873843E8CDEA5A69A974ACAA (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, int32_t ___typeInformation0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Dump()
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Dump_mE77F705ACFEC56C4C436DB78C0771500B920B11A (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void MemberPrimitiveUnTyped_Write_m46A2F76F806F2C391D597EFCD19748BC289B4272 (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ObjectNull__ctor_m90B9A7BFD14454A441AA7D206C28C1C7A7CD80C8 (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::SetNullCount(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ObjectNull_SetNullCount_m1E655DD5E8585C2E245BFC8C4B1D34B54E23B26C (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, int32_t ___nullCount0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::Dump()
extern "C" IL2CPP_METHOD_ATTR void ObjectNull_Dump_mC92599F3AD09C6B2B6ABA1DE17DA655C3EFB3021 (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.ObjectNull::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void ObjectNull_Write_m9C3FE197DDBF658D1BDA13E31C3BB2F1B4EC019B (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemberReference__ctor_m9E23ECF4F9B49892C6F0DC28627B9F222C6E5C8B (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Set(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void MemberReference_Set_m86A31A20EC895309DA47D5552C8B852C26B22CE6 (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, int32_t ___idRef0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Dump()
extern "C" IL2CPP_METHOD_ATTR void MemberReference_Dump_m9CFAFB528EB5D745794F69D6F7CA1A55C4B0B9DD (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.MemberReference::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void MemberReference_Write_mE126D1F2343CA15D721F56E5D391AA94F248E61A (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObjectString(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___objectId0, String_t* ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMember(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMemberObjectRef(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, int32_t ___idRef1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly__ctor_m05C09656FA7EA4FE9E993F435CF110FF6B22B0CE (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Set(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly_Set_m064BA83DC31EDAACF1FCFC5FD5C7CE8F8986829D (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, int32_t ___assemId0, String_t* ___assemblyString1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Dump()
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly_Dump_m613C3077298D20882D6DAEDEB9D8B20A587B33D1 (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly::Write(System.Runtime.Serialization.Formatters.Binary.__BinaryWriter)
extern "C" IL2CPP_METHOD_ATTR void BinaryAssembly_Write_m24D43F19F9E55B7A1226E9C7B64A279698C20C95 (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * __this, __BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * ___sout0, const RuntimeMethod* method);
// System.Boolean System.Convert::ToBoolean(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBoolean(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBoolean_m7253B929057F253BACCCFDE59834C58BE83CD7DE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, bool ___value0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m71CFEFDB61F13E2AD7ECF91BA5DEE0616C1E857A (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Char System.Convert::ToChar(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m94EF86BDBD5110CF4C652C48A625F546AA24CE95 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteChar_m09B8D7FC5374A079AF5622FF00D680C37030C8EC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m053A47D87C59CA7A87D4E67E5E06368D775D7651 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDouble(System.Double)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDouble_mDD5C8F1FAD8F411B1125F1F10DE5B514B3CED308 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, double ___value0, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m9E4E48A97E050355468F58D2EAEB3AB3C811CE8B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt16(System.Int16)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt16_mE98B401C573C3FBE7B0C5EEA748E9473D6FF59CC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int16_t ___value0, const RuntimeMethod* method);
// System.Int32 System.Convert::ToInt32(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt32(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.SByte System.Convert::ToSByte(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2716303126BD8C930D1D4E8590F8706A8F26AD48 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSByte(System.SByte)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSByte_mE9CB589144C284CC62265C1931C80683575E55BE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int8_t ___value0, const RuntimeMethod* method);
// System.Single System.Convert::ToSingle(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSingle(System.Single)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSingle_mC45CA37ADB12C147577C4A59EBCC4444B2D44A71 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, float ___value0, const RuntimeMethod* method);
// System.UInt16 System.Convert::ToUInt16(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mB7311DB5960043FD81C1305B69C5328126F43C89 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt16(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt16_m288138DDD5513AD9473C21DE97F0B34A3B4AB533 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt32 System.Convert::ToUInt32(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mB53B83E03C15DCD785806793ACC3083FCC7F4BCA (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt32(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt32_m2C520E61BA0C3F2491E4E63AC8D35FEA536A5272 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt64 System.Convert::ToUInt64(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt64(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt64_mE8384E52EF8F55B5FD77D9E3398A7D7AE728A209 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint64_t ___value0, const RuntimeMethod* method);
// System.Decimal System.Convert::ToDecimal(System.Object,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mD8F65E8B251DBE61789CAD032172D089375D1E5B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDecimal(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDecimal_m7986738BDADD74D620B54C8162C5594B80186017 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteTimeSpan(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteTimeSpan_m5921564B49C102977DEC8DAE61E9F1FCA9177349 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDateTime(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDateTime_mAE569B84DA42DAE44369FBE65BFA2CF80903A75A (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.LongList::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LongList__ctor_mFE7CAEC3CDACC232BD3497A71ADF359994018C55 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int32_t ___startingSize0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.LongList::EnlargeArray()
extern "C" IL2CPP_METHOD_ATTR void LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method);
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::get_State()
extern "C" IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, 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[])
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.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsValueType()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8 (Type_t * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ValueTypeFixupInfo::.ctor(System.Int64,System.Reflection.FieldInfo,System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, int64_t ___containerID0, FieldInfo_t * ___member1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___parentIndex2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::SetFlags()
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresValueTypeFixup()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::UpdateDescendentDependencyChain(System.Int32,System.Runtime.Serialization.ObjectManager)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_UpdateDescendentDependencyChain_mA0FC99F5F4F92D7253E63FEA4CABD3F2D2E81B27 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int32_t ___amount0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.LongList::RemoveElement(System.Int64)
extern "C" IL2CPP_METHOD_ATTR bool LongList_RemoveElement_mBAAA98683D9B5637E2F2625FDA6BC7F98C8B7468 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int64_t ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.FixupHolderList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FixupHolderList__ctor_mE6281A8930EED171198CD43F55943FB2998585CC (FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * __this, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.ObjectHolder::get_ContainerID()
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectHolder_get_ContainerID_mE0BB13C98F785FCB29585868287558CB39A022AD (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectManager::FindOrCreateObjectHolder(System.Int64)
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::IncrementDescendentFixups(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_IncrementDescendentFixups_mA93AC04751A6A605BE0BC9C3F5933C0D45D4774A (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int32_t ___amount0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.LongList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void LongList__ctor_m1989F16F481114F49A7D9A3011CA36AD6194AA40 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.LongList::Add(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void LongList_Add_mB28919ED8AEA543FED7B1D708ABDB41726947A5D (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int64_t ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::SetObjectValue(System.Object,System.Runtime.Serialization.ObjectManager)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, RuntimeObject * ___obj0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.LongList::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t LongList_get_Count_m904F7D166A2D072684B93A7701FFEBB81366B3EB (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.Type System.Object::GetType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_IsIncompleteObjectReference()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_HasSurrogate()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_HasSurrogate_m9ADAB8C187E28A50A9B50D7A36EC995255829509 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CanSurrogatedObjectValueChange()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.ObjectManager::get_TopObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::CompleteObject(System.Runtime.Serialization.ObjectHolder,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3 (ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * __this, ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ___holder0, bool ___bObjectFullyComplete1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresSerInfoFixup()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresSerInfoFixup_m12FF7D6A2E8B94BC220234353D586C797FBA8591 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.ValueTypeFixupInfo::get_ContainerID()
extern "C" IL2CPP_METHOD_ATTR int64_t ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208 (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolderList::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolderList__ctor_m12403A7A5A3F460E1D51AB7A378FFD47ED68119B (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, int32_t ___startingSize0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolderList::EnlargeArray()
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)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolderListEnumerator__ctor_m93E59861F58512098A8597F9190DB0F891FA27F7 (ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * __this, ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * ___list0, bool ___isFixupEnumerator1, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.ObjectHolderList::get_Version()
extern "C" IL2CPP_METHOD_ATTR int32_t ObjectHolderList_get_Version_m25BCE64363B779807792CB9AA9F313008BFAF20F (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.ObjectHolderList::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t ObjectHolderList_get_Count_mF679AB6F5C3AABEEB9CD9C8F5CE546E11B15232B (ObjectHolderList_t97B03F905CF48F849C56D9514A9541AAF500DBF7 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CompletelyFixed()
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)
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_GetHashCode_mB357C67BC7D5C014F6F51FE93E200F140DF7A40B (RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
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&)
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()
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)
extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolderList::.ctor()
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)
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)
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)
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()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.ObjectHolderList System.Runtime.Serialization.ObjectManager::get_SpecialFixupObjects()
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()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_CanObjectValueChange_m87A726C30DD43D52B356528FDC5123D421C7B648 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ObjectHolder::get_Surrogate()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ObjectHolder_get_Surrogate_mF212AFFD8843047FA5EFDF30CE1F7879AA946982 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.ObjectHolder::get_SerializationInfo()
extern "C" IL2CPP_METHOD_ATTR SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ObjectHolder_get_SerializationInfo_m84FC91DB76282D6FADFB1B3B281FD6FE2A779066 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
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.ObjectManager::CompleteISerializableObject(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
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)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_SerializationInfo_m5F3BCCE0FFFFC46EE20D20B19D15734F9EF2AA8B (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_RequiresSerInfoFixup(System.Boolean)
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_ValueTypeFixupPerformed()
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)
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)
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)
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()
extern "C" IL2CPP_METHOD_ATTR ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * ObjectHolder_get_ValueFixup_m3889D9D6C49E7A3E2886C5197AEFB096CCA51369 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Reflection.FieldInfo System.Runtime.Serialization.ValueTypeFixupInfo::get_ParentField()
extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * ValueTypeFixupInfo_get_ParentField_m0A81FF0C88D22219613C250FD431A107BF4411E3 (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method);
// System.Type System.Nullable::GetUnderlyingType(System.Type)
extern "C" IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_m038B195642BF738026196B1629997705B6317D04 (Type_t * ___nullableType0, const RuntimeMethod* method);
// System.Int32[] System.Runtime.Serialization.ValueTypeFixupInfo::get_ParentIndex()
extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ValueTypeFixupInfo_get_ParentIndex_m6B7ADD6FF8AC73C8DDBF4FAA49AF2CA484EE7816 (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.FieldInfo::op_Equality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
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()
extern "C" IL2CPP_METHOD_ATTR RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * SerializationFieldInfo_get_FieldInfo_m9DB3AFCBC6FC49294E177759911C49CEC4E2C400 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method);
// System.TypedReference System.TypedReference::MakeTypedReference(System.Object,System.Reflection.FieldInfo[])
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)
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)
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[])
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()
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_UpdateValue_m061390F667AABBC605E266D5BCED0825FC503B95 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::DecrementFixupsRemaining(System.Runtime.Serialization.ObjectManager)
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)
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()
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()
extern "C" IL2CPP_METHOD_ATTR TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ObjectHolder_get_TypeLoadException_mCA525F13C1D26F7CA141168F8A588FE0A51014A2 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_TypeLoadException(System.Runtime.Serialization.TypeLoadExceptionHolder)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_TypeLoadException_mB667695A35EFE191C78F4BA1728F1154171CD45F (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ___value0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_Reachable()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_Reachable_mFDECFB4F4A367DC43A3ECA44E6DDC8D16F0E4A5B (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.TypeLoadExceptionHolder::get_TypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* TypeLoadExceptionHolder_get_TypeName_mF0C5975316A9B33FFF5082F76342E267A3C2448C (TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_Reachable(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_Reachable_mFB16438A63E2826E46B4F960A87E667FF082BF65 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::set_ValueTypeFixupPerformed(System.Boolean)
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()
extern "C" IL2CPP_METHOD_ATTR LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ObjectHolder_get_DependentObjects_mDFC4777887B126AAE5AA159DC6B53EA6317F2730 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.LongList::StartEnumeration()
extern "C" IL2CPP_METHOD_ATTR void LongList_StartEnumeration_m4E6DDBB1951E7F29C343F0D6ECEAB0C18D7E70DE (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.LongList::get_Current()
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()
extern "C" IL2CPP_METHOD_ATTR int32_t ObjectHolder_get_DirectlyDependentObjects_m48EAF5128C57434025E116C42594469274B85956 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::MarkForCompletionWhenAvailable()
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_MarkForCompletionWhenAvailable_mB326E7C7256268F9B5CD53AF49E83AC9EA46B854 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.LongList::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool LongList_MoveNext_m0E6B42DAFB2C0943AC5364A16D02478DE6AF726F (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
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)
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)
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()
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[])
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()
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)
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)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_DependentObjects_m3D873FB6D0BBB1D45851F36052BAB41AABCD6917 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ___value0, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.ObjectHolder::get_TotalDependentObjects()
extern "C" IL2CPP_METHOD_ATTR int32_t ObjectHolder_get_TotalDependentObjects_m44FFE14229ACD115115BEA715E0950E586BFBE57 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
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)
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)
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)
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()
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)
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()
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()
extern "C" IL2CPP_METHOD_ATTR ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * ObjectHolderListEnumerator_get_Current_m3262527F9830E141E3A4FCDFF11CEB7ECE525FDB (ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectManager::FixupSpecialObject(System.Runtime.Serialization.ObjectHolder)
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)
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()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolderListEnumerator_MoveNext_mC4EA193D162605DD30FB2CB1EB28DEBD5F036014 (ObjectHolderListEnumerator_t3E24E320CA056E6709CF086F3BEF406B3B076DFF * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.ObjectHolder::AddFixup(System.Runtime.Serialization.FixupHolder,System.Runtime.Serialization.ObjectManager)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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()
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()
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)
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)
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)
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)
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 * p0, SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * p1, const RuntimeMethod* method)
{
(( void (*) (EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 *, RuntimeObject *, SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD *, const RuntimeMethod*))EventHandler_1_Invoke_mBF3979EE17B68658C4C1AB3A8D64B24F263E3B98_gshared)(__this, p0, p1, method);
}
// System.Collections.Generic.IList`1<System.Object> System.Runtime.Serialization.SafeSerializationEventArgs::get_SerializedStates()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SafeSerializationEventArgs_get_SerializedStates_m31C8F7B805E2DF3B7D0650D9459D07AA5C689CBA (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
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)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.Collections.Stack::.ctor()
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)
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)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D (Type_t * ___type0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationEntry::get_Value()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048 (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationEntry::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4 (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEntry::.ctor(System.String,System.Object,System.Type)
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 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, MethodInfo_t *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, 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 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::GetMethodsWithAttribute(System.Type,System.Type)
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 (Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 * __this, const RuntimeMethod* method)
{
return (( MethodInfo_t * (*) (Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared)(__this, method);
}
// System.Delegate System.Delegate::CreateDelegateNoSecurityCheck(System.RuntimeType,System.Object,System.Reflection.MethodInfo)
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&)
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)
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)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String)
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)
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)
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)
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()
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)
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)
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)
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)
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)
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()
extern "C" IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::DemandForUnsafeAssemblyNameAssignments(System.String,System.String)
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)
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)
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)
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()
extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
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()
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[])
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)
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)
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* p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared)(__this, p0, 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* p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m786A1D72D4E499C0776742D3B2921F47E3A54545_gshared)(__this, p0, p1, method);
}
// System.Void System.Runtime.Serialization.SerializationInfo::ExpandArrays()
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.SerializationInfo::FindElement(System.String)
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* p0, int32_t* p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared)(__this, p0, p1, method);
}
// System.Object System.Runtime.Serialization.SerializationInfo::GetElement(System.String,System.Type&)
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&)
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)
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()
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)
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)
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)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR bool StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.StreamingContext::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method);
// System.Void System.RuntimeFieldHandle::.ctor(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeFieldHandle::get_Value()
extern "C" IL2CPP_METHOD_ATTR intptr_t RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method);
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
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)
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)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.IntPtr::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A (intptr_t* __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeFieldHandle::GetHashCode()
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)
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)
extern "C" IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeMethodHandle::get_Value()
extern "C" IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method);
// System.Void System.RuntimeMethodHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.RuntimeMethodHandle::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.RuntimeMethodHandle::IsNullHandle()
extern "C" IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPointer()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsByRef()
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)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510 (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType::ThrowIfTypeNeverValidGenericArgument(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR void RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.String,System.StringComparison)
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)
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()
extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method);
// System.String System.String::ToLower(System.Globalization.CultureInfo)
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)
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&)
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)
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)
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)
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()
extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4 (MethodBase_t * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::get_IsAbstract()
extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsAbstract_mFE6CAF80BCF511BE090A541FD179CF5C418176A0 (MethodBase_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNestedPublic()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsNestedPublic_m214CC3E241549EDCA1B438E5A66E4B3C66EA5C14 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPublic()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsPublic_mC1B34517A62C56867856DFFE5C7797E7B6CF536C (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNestedAssembly()
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)
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)
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()
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[])
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()
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeConstructorInfo_get_BindingFlags_m51C818D2BF78AA374716BBB16692D7DC6CB59405 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.ParameterInfo::get_IsOptional()
extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_m54B4A2CA619395E36020C512595DA8C7016CAB8D (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsArray()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE (Type_t * __this, const RuntimeMethod* method);
// System.Void System.Reflection.TypeInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TypeInfo__ctor_m90553BFFBD15E94439312991D2B1118F1EEB2114 (TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// System.RuntimeType System.RuntimeType::GetBaseType()
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)
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)
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 p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, p0, method);
}
// System.Boolean System.RuntimeType::FilterApplyMethodInfo(System.Reflection.RuntimeMethodInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
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 * p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, MethodInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, p0, method);
}
// System.Boolean System.String::op_Inequality(System.String,System.String)
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 p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, p0, method);
}
// System.Reflection.RuntimeConstructorInfo[] System.RuntimeType::GetConstructors_internal(System.Reflection.BindingFlags,System.RuntimeType)
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[])
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 * p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, p0, method);
}
// System.Reflection.RuntimePropertyInfo[] System.RuntimeType::GetPropertiesByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.RuntimeType)
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 p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, p0, method);
}
// System.Reflection.BindingFlags System.Reflection.RuntimePropertyInfo::get_BindingFlags()
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 * p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, PropertyInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, p0, method);
}
// System.Reflection.RuntimeEventInfo[] System.RuntimeType::GetEvents_internal(System.String,System.Reflection.BindingFlags,System.RuntimeType)
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 p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, p0, method);
}
// System.Reflection.BindingFlags System.Reflection.RuntimeEventInfo::get_BindingFlags()
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 * p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, EventInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, p0, method);
}
// System.Reflection.RuntimeFieldInfo[] System.RuntimeType::GetFields_internal(System.String,System.Reflection.BindingFlags,System.RuntimeType)
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 p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, p0, method);
}
// System.Reflection.BindingFlags System.Reflection.RuntimeFieldInfo::get_BindingFlags()
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 * p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, FieldInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, p0, method);
}
// System.Void System.RuntimeType::SplitName(System.String,System.String&,System.String&)
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)
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 p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, p0, method);
}
// System.Boolean System.RuntimeType::FilterApplyType(System.Type,System.Reflection.BindingFlags,System.String,System.Boolean,System.String)
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 * p0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, Type_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, p0, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo> System.RuntimeType::GetMethodCandidates(System.String,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],System.Boolean)
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)
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.FieldInfo> System.RuntimeType::GetFieldCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
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.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared)(__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 p0, const RuntimeMethod* method)
{
return (( MethodInfo_t * (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, int32_t, const RuntimeMethod*))ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared)(__this, p0, method);
}
// System.Boolean System.DefaultBinder::CompareMethodSigAndName(System.Reflection.MethodBase,System.Reflection.MethodBase)
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)
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)
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()
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 (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared)(__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 p0, const RuntimeMethod* method)
{
return (( ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, int32_t, const RuntimeMethod*))ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared)(__this, p0, method);
}
// System.Reflection.MethodBase System.DefaultBinder::ExactBinding(System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[])
extern "C" IL2CPP_METHOD_ATTR MethodBase_t * DefaultBinder_ExactBinding_m56EE01D30656F6D879BCAD9B72DDA7345227EA15 (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___match0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers2, const RuntimeMethod* method);
// System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo> System.RuntimeType::GetPropertyCandidates(System.String,System.Reflection.BindingFlags,System.Type[],System.Boolean)
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);
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6 (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared)(__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 p0, const RuntimeMethod* method)
{
return (( PropertyInfo_t * (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, int32_t, const RuntimeMethod*))ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared)(__this, p0, 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.Reflection.PropertyInfo System.DefaultBinder::ExactPropertyBinding(System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[])
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&)
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)
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()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED (Type_t * __this, const RuntimeMethod* method);
// System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo> System.RuntimeType::GetEventCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
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.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958 (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared)(__this, method);
}
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Type> System.RuntimeType::GetNestedTypeCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
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.Type>::get_Count()
inline int32_t ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared)(__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* p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, p0, p1, 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* p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, p0, p1, 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* p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, p0, p1, 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* p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, p0, p1, 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* p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, p0, p1, 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* p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, p0, p1, method);
}
// System.Reflection.RuntimeModule System.RuntimeType::GetRuntimeModule()
extern "C" IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Reflection.RuntimeModule System.RuntimeTypeHandle::GetModule(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.RuntimeAssembly System.RuntimeType::GetRuntimeAssembly()
extern "C" IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeType_GetRuntimeAssembly_m34E13B557A24CE6438916C08EC329EFD16AEBAE4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Reflection.RuntimeAssembly System.RuntimeTypeHandle::GetAssembly(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void System.RuntimeTypeHandle::.ctor(System.RuntimeType)
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)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.RuntimeType System.RuntimeTypeHandle::GetBaseType(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.TypeAttributes System.RuntimeTypeHandle::GetAttributes(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsContextful(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsByRef(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsPrimitive(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsPointer(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsComObject(System.RuntimeType,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsComObject_m6BEC1E54C1ECA6622CB12AD31CA804665198A39A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, bool ___isGenericCOM1, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::HasElementType(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasElementType_m844E596F2213BFE1DBB19D22021A9F900516E72D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.GenericParameterAttributes System.RuntimeType::GetGenericParameterAttributes()
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeType_GetGenericParameterAttributes_mC198CEF42B645A4360E6F0473D33625069FD6E52 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsSzArray(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsSzArray_m77E81D2403CD09CF447E55AC5EEE000887400D53 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsArray(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetArrayRank(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.RuntimeType System.RuntimeTypeHandle::GetElementType(System.RuntimeType)
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)
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)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method);
// System.RuntimeType System.Enum::InternalGetUnderlyingType(System.RuntimeType)
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)
extern "C" IL2CPP_METHOD_ATTR bool Type_IsIntegerType_m19478B79237AE0C92BE81AEEAD7D9DD36DFC0B27 (Type_t * ___t0, const RuntimeMethod* method);
// System.UInt64[] System.Enum::InternalGetValues(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method);
// System.UInt64 System.Enum::ToUInt64(System.Object)
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)
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[])
extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilderInstantiation_MakeGenericType_m6EA0D8A23A3197C63ACE9848425637D48E8689D4 (Type_t * ___type0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___typeArguments1, const RuntimeMethod* method);
// System.RuntimeType[] System.RuntimeType::GetGenericArgumentsInternal()
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[])
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[])
extern "C" IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E (Type_t * ___gt0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, const RuntimeMethod* method);
// System.Void System.TypeLoadException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TypeLoadException__ctor_mEF05D23A192E0B9BFAAA97A77A0FC1BCBE7B4355 (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsGenericTypeDefinition(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Int32 System.RuntimeType::GetGenericParameterPosition()
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Type System.RuntimeTypeHandle::GetGenericTypeDefinition(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR Type_t * RuntimeTypeHandle_GetGenericTypeDefinition_m4B55E662D7F56EB1D85FEA06EC92E295158684B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::HasInstantiation(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, 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)
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.String System.RuntimeType::GetDefaultMemberName()
extern "C" IL2CPP_METHOD_ATTR String_t* RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Object System.Array::GetValue(System.Int32[])
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)
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 p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, p0, 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* p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*, const RuntimeMethod*))List_1_CopyTo_m54E18E9C1ECE23383EF0EA1E98330235DEAD7B39_gshared)(__this, p0, method);
}
// System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
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)
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)
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)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributesInternal_m8D1C3A30B4A14B6CC103B0AADC90BC8FDBF14E2C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___target0, const RuntimeMethod* method);
// System.String System.RuntimeType::GetCachedName(System.TypeNameKind)
extern "C" IL2CPP_METHOD_ATTR String_t* RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___kind0, const RuntimeMethod* method);
// System.Type System.Type::GetRootElementType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetRootElementType_mE4F0579E18FAAEEB2DB86F1315BFBEC1A9A2FD56 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNested()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsNested_m0191026EDE15331C2DD97FC106E1C86825722F37 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPrimitive()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
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()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsNotPublic_mF21439101FF78B7EB47B92C99EB20F179FCFDE76 (Type_t * __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetToken(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetToken_mBA9485A17FFB3C3FC461F0BD531A802F6F8CA37E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.RuntimeType::CreateInstanceCheckThis()
extern "C" IL2CPP_METHOD_ATTR void RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::IsGenericCOMObjectImpl()
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&)
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 p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, p0, 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 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, MethodBase_t *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodBase>::get_Count()
inline int32_t List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02 (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__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* p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, const RuntimeMethod*))List_1_CopyTo_m54E18E9C1ECE23383EF0EA1E98330235DEAD7B39_gshared)(__this, p0, method);
}
// System.Void System.MissingMethodException::.ctor(System.String)
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 (const RuntimeMethod* method)
{
return (( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared)(method);
}
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
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)
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()
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&)
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()
extern "C" IL2CPP_METHOD_ATTR void MonoTypeInfo__ctor_mB3C8C989BCE5AA95EFF2C6ED45C8ACB28ABF3A46 (MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * __this, const RuntimeMethod* method);
// System.String System.Reflection.DefaultMemberAttribute::get_MemberName()
extern "C" IL2CPP_METHOD_ATTR String_t* DefaultMemberAttribute_get_MemberName_mC3A880116EB62C9DC66420EBE8C2F68BCC915121 (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[])
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)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___nonPublic0, const RuntimeMethod* method);
// System.Reflection.MonoCMethod System.RuntimeType::GetDefaultConstructor()
extern "C" IL2CPP_METHOD_ATTR MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::get_IsPublic()
extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B (MethodBase_t * __this, const RuntimeMethod* method);
// System.Object System.RuntimeType::CreateInstanceInternal(System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45 (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
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()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m769E8E92F368822B8AB5354BB0D123BDDD605D09 (Type_t * __this, const RuntimeMethod* method);
// System.String Locale::GetText(System.String,System.Object[])
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[])
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&)
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()
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849 (RuntimeObject * ___value0, Type_t * ___targetType1, const RuntimeMethod* method);
// System.TypeCode System.Type::GetTypeCode(System.Type)
extern "C" IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F (Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method);
// System.Type System.RuntimeType::make_array_type(System.Int32)
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()
extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1 (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, const RuntimeMethod* method);
// System.Void System.TypeLoadException::.ctor(System.String)
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()
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)
extern "C" IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656 (Type_t * ___type0, const RuntimeMethod* method);
// System.Boolean System.Type::get_HasElementType()
extern "C" IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF (Type_t * __this, const RuntimeMethod* method);
// System.IntPtr System.RuntimeTypeHandle::GetGenericParameterInfo(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void Mono.RuntimeGenericParamInfoHandle::.ctor(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void RuntimeGenericParamInfoHandle__ctor_m3B4F5CE2051F2FA4C757AD760BA1D5A50A66464D (RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE * __this, intptr_t ___ptr0, const RuntimeMethod* method);
// System.Type[] Mono.RuntimeGenericParamInfoHandle::get_Constraints()
extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeGenericParamInfoHandle_get_Constraints_m4C1E15BA3021B157AFBA94DE19A79CBCAFF2F172 (RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE * __this, const RuntimeMethod* method);
// System.Void Mono.SafeStringMarshal::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73 (SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F * __this, String_t* ___str0, const RuntimeMethod* method);
// System.IntPtr Mono.SafeStringMarshal::get_Value()
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)
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)
extern "C" IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE (SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE * __this, intptr_t ___ptr0, const RuntimeMethod* method);
// System.Int32 Mono.SafeGPtrArrayHandle::get_Length()
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)
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)
extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleNoGenericCheck_m2889FEAC3D9354D34642A904DCEC82CDBBE7AC78 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___reflectedType1, const RuntimeMethod* method);
// System.Void Mono.SafeGPtrArrayHandle::Dispose()
extern "C" IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476 (SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE * __this, const RuntimeMethod* method);
// System.Void Mono.SafeStringMarshal::Dispose()
extern "C" IL2CPP_METHOD_ATTR void SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898 (SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F * __this, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetConstructors_native(System.Reflection.BindingFlags)
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)
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)
extern "C" IL2CPP_METHOD_ATTR void RuntimePropertyHandle__ctor_m00C7A705D1521572DD6CBCBBACDA2168E7174495 (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.Reflection.PropertyInfo System.Reflection.PropertyInfo::GetPropertyFromHandle(Mono.RuntimePropertyHandle,System.RuntimeTypeHandle)
extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___reflectedType1, const RuntimeMethod* method);
// System.TypeCode System.RuntimeType::GetTypeCodeImplInternal(System.Type)
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)
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()
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)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR void RuntimeEventHandle__ctor_m74BEE789797EFEE15B634C7AA44F68AF747DB1B2 (RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.Reflection.EventInfo System.Reflection.EventInfo::GetEventFromHandle(Mono.RuntimeEventHandle,System.RuntimeTypeHandle)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, intptr_t ___val0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeTypeHandle::get_Value()
extern "C" IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method);
// System.Int32 System.IntPtr::op_Explicit(System.IntPtr)
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)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetMetadataToken(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Type System.RuntimeTypeHandle::GetGenericTypeDefinition_impl(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR Type_t * RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsComObject(System.RuntimeType)
extern "C" IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.TypeAttributes System.Type::get_Attributes()
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)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR bool SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144 (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.SByte::Equals(System.SByte)
extern "C" IL2CPP_METHOD_ATTR bool SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8 (int8_t* __this, int8_t ___obj0, const RuntimeMethod* method);
// System.Int32 System.SByte::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F (int8_t* __this, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo()
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)
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()
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)
extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A (RuntimeObject* ___formatProvider0, const RuntimeMethod* method);
// System.String System.SByte::ToString(System.IFormatProvider)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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&)
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&)
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()
extern "C" IL2CPP_METHOD_ATTR int32_t SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461 (int8_t* __this, const RuntimeMethod* method);
// System.Boolean System.Convert::ToBoolean(System.SByte)
extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mB7E94BAE3523E19C8743457112EC6B76B775AC44 (int8_t ___value0, const RuntimeMethod* method);
// System.Boolean System.SByte::System.IConvertible.ToBoolean(System.IFormatProvider)
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)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m5A1F3909973CE4894614B7444B430BE562456F8C (int8_t ___value0, const RuntimeMethod* method);
// System.Char System.SByte::System.IConvertible.ToChar(System.IFormatProvider)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m6594D24976A20E820938E5DE88A63082EAFED0F4 (int8_t ___value0, const RuntimeMethod* method);
// System.Single System.SByte::System.IConvertible.ToSingle(System.IFormatProvider)
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)
extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m236422548F1BC40280491F59EBD3D1B22AA84F97 (int8_t ___value0, const RuntimeMethod* method);
// System.Double System.SByte::System.IConvertible.ToDouble(System.IFormatProvider)
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)
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)
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)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51 (int8_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SymmetricAlgorithm::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm__ctor_mA48D09DF35BE5C20350B379682F1F7FE1278F755 (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Clear()
extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method);
// System.Void System.GC::SuppressFinalize(System.Object)
extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.KeySizes::get_SkipSize()
extern "C" IL2CPP_METHOD_ATTR int32_t KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.KeySizes::get_MinSize()
extern "C" IL2CPP_METHOD_ATTR int32_t KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.KeySizes::get_MaxSize()
extern "C" IL2CPP_METHOD_ATTR int32_t KeySizes_get_MaxSize_m0DA99EB5B5DE65B27B83EC85F634BBC6382E1691 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[])
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.String)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mF5A487816056F3D1509511E3CD8FA1DF3D91F581 (String_t* ___value0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64 (int32_t ___value0, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.String)
extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m740F0CA2696F5D04F06456FCBFE08E942B12B4A6 (String_t* ___value0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeLongNumber(System.Int64)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335 (int64_t ___x0, const RuntimeMethod* method);
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.Int64)
extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935 (int64_t ___value0, const RuntimeMethod* method);
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.String System.String::ToLowerInvariant()
extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method);
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
extern "C" IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A (String_t* ___s0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_mFCE50857F38AF469241EFD54DC59A5EFFE3C3586 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSASignatureDeformatter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DSASignatureDeformatter__ctor_m8E7DEE311992CE6C639D9F137F4E925C803A9339 (DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSASignatureFormatter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DSASignatureFormatter__ctor_m6CEFE3C963790DFBE33A5E7B15FBDAF36926269D (DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSASignatureDescription::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DSASignatureDescription__ctor_m760E369C55BFFC133EFB06E1BAFC45CB303BB327 (DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DESCryptoServiceProvider::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACMD5::.ctor()
extern "C" IL2CPP_METHOD_ATTR void HMACMD5__ctor_mA2C65541E2EAC52AFACBA80E18DD65645F4DA2FD (HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACRIPEMD160::.ctor()
extern "C" IL2CPP_METHOD_ATTR void HMACRIPEMD160__ctor_m5986F562451144C1D4393C9B9269631B77E22E7D (HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA1::.ctor()
extern "C" IL2CPP_METHOD_ATTR void HMACSHA1__ctor_m1B63EC00D993F8321E617B509220C7A7874403B7 (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA256::.ctor()
extern "C" IL2CPP_METHOD_ATTR void HMACSHA256__ctor_mA6B0165D77CF7868A4F6C2BCED68B0E3D0D5C7A7 (HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA384::.ctor()
extern "C" IL2CPP_METHOD_ATTR void HMACSHA384__ctor_mE3E283CAA7D53044E99A46E9A8C6E4D11B9F0B37 (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA512::.ctor()
extern "C" IL2CPP_METHOD_ATTR void HMACSHA512__ctor_m5F7BF4FA9FAF90E6479E77FF55EE71200A260757 (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MACTripleDES::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MACTripleDES__ctor_mB0D7FBC6A89C4295715545BE4CC8C7C224404974 (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RC2CryptoServiceProvider::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider__ctor_m47A5ED7A434CE8376717B5409FE2D8B2A65A563E (RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RijndaelManaged::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RijndaelManaged__ctor_mA6A1CDD39CD6CFCD208B3F102A01C90B5C4D4134 (RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RIPEMD160Managed::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed__ctor_m62F44985E773461D1CD493D01FAB75B684E8AE6C (RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_m5D6369AAF2AD50F4052C89B66B612E4C317FCF7E (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m9249D579A83FC34306B6B1A53B677FC0C1DD21E1 (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter__ctor_m36BA038F0EA665AB19E566C673C0D9559665D41E (RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter__ctor_m05822AA34501BF843FBBA2A571A9CD6259EC8D06 (RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SHA1SignatureDescription__ctor_m5323DDAD6A4783C7E41521DA9DBD86FB99304464 (RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SHA256SignatureDescription__ctor_mC4D95218BE716A941A99D8E11EFE48B2CD2AEE3E (RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SHA384SignatureDescription__ctor_m950676A97068276569F8AC6300AD5F6A5610408D (RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SHA512SignatureDescription__ctor_mAD114A0EEBE956594FB800E3DEE60B69B85FC099 (RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Managed::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SHA1Managed__ctor_m7565B5C5B9F0B2A4BECF3B704D87C865FCDEF358 (SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA256Managed::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SHA256Managed__ctor_mE7ED908AA6371B0BA6184B06894171B10A589529 (SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA384Managed::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SHA384Managed__ctor_m2E394905D81228BDFE17F3970C55709DBBB7EE3B (SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA512Managed::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SHA512Managed__ctor_m69C0B4F5849CF1D2B3C1D244F853A952434476DF (SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.TripleDESCryptoServiceProvider::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TripleDESCryptoServiceProvider__ctor_m7289D757BFDD86AFB6458DDC633BB5935112BC28 (TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389 * __this, const RuntimeMethod* method);
// System.Type System.Type::GetType(System.String)
extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C (String_t* ___typeName0, const RuntimeMethod* method);
// System.Object System.Activator::CreateInstance(System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210 (String_t* ___name0, 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.Formatters.Binary.__BinaryWriter::.ctor(System.IO.Stream,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.Runtime.Serialization.Formatters.FormatterTypeStyle)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter__ctor_m3C5325849D34DC9B0C190C1E75C0435BE32AD2B8 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___sout0, ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * ___objectWriter1, int32_t ___formatterTypeStyle2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter__ctor_m3C5325849D34DC9B0C190C1E75C0435BE32AD2B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_chunkSize_15(((int32_t)4096));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___sout0;
__this->set_sout_0(L_0);
int32_t L_1 = ___formatterTypeStyle2;
__this->set_formatterTypeStyle_1(L_1);
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_2 = ___objectWriter1;
__this->set_objectWriter_3(L_2);
__this->set_m_nestedObjectCount_5(0);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___sout0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_5 = (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 *)il2cpp_codegen_object_new(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_il2cpp_TypeInfo_var);
BinaryWriter__ctor_m2859E6B900197645E2B9DC8E447F2A6F25208406(L_5, L_3, L_4, /*hidden argument*/NULL);
__this->set_dataWriter_4(L_5);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBegin()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBegin_m7DBF4A6172CBBF1801618054D98A05927CFE9037 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteEnd()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteEnd_m53F545DFCA6DD2F79AE3356A648BCD9E8CB97A3C (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
NullCheck(L_0);
VirtActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryWriter::Flush() */, L_0);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBoolean(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBoolean_m7253B929057F253BACCCFDE59834C58BE83CD7DE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, bool ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
bool L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.IO.BinaryWriter::Write(System.Boolean) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteByte(System.Byte)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint8_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
uint8_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBytes(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBytes_mAE174128EFA09DF7260553B58888F5213A1EC2AF (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteBytes(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteBytes_mF824C8662DDE5C6829651C8344E625407103CC32 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteA0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___byteA0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
NullCheck(L_0);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(10 /* System.Void System.IO.BinaryWriter::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteChar_m09B8D7FC5374A079AF5622FF00D680C37030C8EC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
Il2CppChar L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.BinaryWriter::Write(System.Char) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteChars(System.Char[])
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteChars_m899A00CD1377ADF77660AD1AD7629FED57B6A97A (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* >::Invoke(12 /* System.Void System.IO.BinaryWriter::Write(System.Char[]) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDecimal(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDecimal_m7986738BDADD74D620B54C8162C5594B80186017 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteDecimal_m7986738BDADD74D620B54C8162C5594B80186017_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_1 = Decimal_ToString_mC257A35A991F88D3CFE6F29F619F8EC9D1D5ADFB((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___value0), L_0, /*hidden argument*/NULL);
__BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSingle(System.Single)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSingle_mC45CA37ADB12C147577C4A59EBCC4444B2D44A71 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, float ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
float L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< float >::Invoke(20 /* System.Void System.IO.BinaryWriter::Write(System.Single) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDouble(System.Double)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDouble_mDD5C8F1FAD8F411B1125F1F10DE5B514B3CED308 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, double ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
double L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< double >::Invoke(13 /* System.Void System.IO.BinaryWriter::Write(System.Double) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt16(System.Int16)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt16_mE98B401C573C3FBE7B0C5EEA748E9473D6FF59CC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int16_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
int16_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< int16_t >::Invoke(14 /* System.Void System.IO.BinaryWriter::Write(System.Int16) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt32(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
int32_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteInt64(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteInt64_mFB9D44F1AD3FD239B0204A3D91EA2A39CF04E79D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int64_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
int64_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< int64_t >::Invoke(18 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSByte(System.SByte)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSByte_mE9CB589144C284CC62265C1931C80683575E55BE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int8_t ___value0, const RuntimeMethod* method)
{
{
int8_t L_0 = ___value0;
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(__this, (uint8_t)(((int32_t)((uint8_t)L_0))), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteString(System.String)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteString_mA7EADC6355C4ADE22698F60EA9495B9967F04D3D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
String_t* L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< String_t* >::Invoke(21 /* System.Void System.IO.BinaryWriter::Write(System.String) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteTimeSpan(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteTimeSpan_m5921564B49C102977DEC8DAE61E9F1FCA9177349 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___value0), /*hidden argument*/NULL);
__BinaryWriter_WriteInt64_mFB9D44F1AD3FD239B0204A3D91EA2A39CF04E79D(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDateTime(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDateTime_mAE569B84DA42DAE44369FBE65BFA2CF80903A75A (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = DateTime_ToBinaryRaw_m337980211329E7231056A835F8EB1179A55E927E((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL);
__BinaryWriter_WriteInt64_mFB9D44F1AD3FD239B0204A3D91EA2A39CF04E79D(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt16(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt16_m288138DDD5513AD9473C21DE97F0B34A3B4AB533 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
uint16_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< uint16_t >::Invoke(15 /* System.Void System.IO.BinaryWriter::Write(System.UInt16) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt32(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt32_m2C520E61BA0C3F2491E4E63AC8D35FEA536A5272 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
uint32_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< uint32_t >::Invoke(17 /* System.Void System.IO.BinaryWriter::Write(System.UInt32) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteUInt64(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteUInt64_mE8384E52EF8F55B5FD77D9E3398A7D7AE728A209 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = __this->get_dataWriter_4();
uint64_t L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< uint64_t >::Invoke(19 /* System.Void System.IO.BinaryWriter::Write(System.UInt64) */, L_0, L_1);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObjectEnd(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObjectEnd_mB2231BC8E663B4929CD0872B2E8810EE2549BA6E (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSerializationHeaderEnd()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSerializationHeaderEnd_m7F9C1FB790457F331804B76A12B44CD5CCAF2CAE (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteSerializationHeaderEnd_m7F9C1FB790457F331804B76A12B44CD5CCAF2CAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * L_0 = (MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF *)il2cpp_codegen_object_new(MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF_il2cpp_TypeInfo_var);
MessageEnd__ctor_mACD46A473A484BA33E889CB737C58D6A9DC3A9F6(L_0, /*hidden argument*/NULL);
MessageEnd_tFE21C6E76D9EE7CAB10486486D43D97B5EF258DF * L_1 = L_0;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_sout_0();
NullCheck(L_1);
MessageEnd_Dump_mABCF28D46A04A23715EB6110B43B7B11F2218EB3(L_1, L_2, /*hidden argument*/NULL);
NullCheck(L_1);
MessageEnd_Write_m8CF38079537B8D79BA3B7C1EB135E28A6367FEC7(L_1, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSerializationHeader(System.Int32,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSerializationHeader_m8C66A66AA79EBE2DC8D85DDDA970C8031734BE99 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___topId0, int32_t ___headerId1, int32_t ___minorVersion2, int32_t ___majorVersion3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteSerializationHeader_m8C66A66AA79EBE2DC8D85DDDA970C8031734BE99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___topId0;
int32_t L_1 = ___headerId1;
int32_t L_2 = ___minorVersion2;
int32_t L_3 = ___majorVersion3;
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_4 = (SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 *)il2cpp_codegen_object_new(SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05_il2cpp_TypeInfo_var);
SerializationHeaderRecord__ctor_m31F9D25395928CA6B0F6CB8E9B86984BA43EF1DB(L_4, 0, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
SerializationHeaderRecord_t20BDA953494C891B8DBAEB338D6694F7C56BEF05 * L_5 = L_4;
NullCheck(L_5);
SerializationHeaderRecord_Dump_mBC16FBDB8ECC583303E3C469577E2FB55D8BDC06(L_5, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationHeaderRecord_Write_m4673AAD04C272B5A9E549F905F7F71ED2437AF0C(L_5, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMethodCall()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMethodCall_m4055591853D0A468C9ADCE4D198D761F6ACB84AB (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteMethodCall_m4055591853D0A468C9ADCE4D198D761F6ACB84AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * L_0 = __this->get_binaryMethodCall_7();
if (L_0)
{
goto IL_0013;
}
}
{
BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * L_1 = (BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 *)il2cpp_codegen_object_new(BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323_il2cpp_TypeInfo_var);
BinaryMethodCall__ctor_m574C119C34667A7E88268658C039F5F44AAC3181(L_1, /*hidden argument*/NULL);
__this->set_binaryMethodCall_7(L_1);
}
IL_0013:
{
BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * L_2 = __this->get_binaryMethodCall_7();
NullCheck(L_2);
BinaryMethodCall_Dump_m1F81CBE0869F89604A9AFAFAB892708D7055650B(L_2, /*hidden argument*/NULL);
BinaryMethodCall_tC674288A0347077F15A85A680F2BF73B4FE92323 * L_3 = __this->get_binaryMethodCall_7();
NullCheck(L_3);
BinaryMethodCall_Write_m0050BB14C5EC88126B3CA96836080D1B60BD627F(L_3, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMethodReturn()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMethodReturn_m263942E592040AD0912EB28CBEED2522906316D7 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteMethodReturn_m263942E592040AD0912EB28CBEED2522906316D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * L_0 = __this->get_binaryMethodReturn_8();
if (L_0)
{
goto IL_0013;
}
}
{
BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * L_1 = (BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 *)il2cpp_codegen_object_new(BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530_il2cpp_TypeInfo_var);
BinaryMethodReturn__ctor_m413738112C6F2CB2258FBF50E0F94141C234E76B(L_1, /*hidden argument*/NULL);
__this->set_binaryMethodReturn_8(L_1);
}
IL_0013:
{
BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * L_2 = __this->get_binaryMethodReturn_8();
NullCheck(L_2);
BinaryMethodReturn_Dump_mED70CD4BA259A8C9812CC68E4347B82D78B33236(L_2, /*hidden argument*/NULL);
BinaryMethodReturn_tB9D6A5DA8EFB97E6C45C135F03D6E89DC2EDA530 * L_3 = __this->get_binaryMethodReturn_8();
NullCheck(L_3);
BinaryMethodReturn_Write_mEFDB7EC2BF9BA5577A2826555515AF08CC5B4550(L_3, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObject(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.String[],System.Type[],System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo[])
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObject_m0B74BDDA3FBE69DCDC88FD3A165F0A6F65FABDC7 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, int32_t ___numMembers2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___memberNames3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___memberTypes4, WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* ___memberObjectInfos5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteObject_m0B74BDDA3FBE69DCDC88FD3A165F0A6F65FABDC7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * V_3 = NULL;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* V_4 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_5 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_6 = NULL;
int32_t V_7 = 0;
RuntimeObject * V_8 = NULL;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___nameInfo0;
NullCheck(L_0);
int64_t L_1 = L_0->get_NIobjectId_1();
V_1 = (((int32_t)((int32_t)L_1)));
int32_t L_2 = V_1;
V_2 = (String_t*)NULL;
int32_t L_3 = V_1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0021;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_4 = ___typeNameInfo1;
NullCheck(L_4);
String_t* L_5 = NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202(L_4, /*hidden argument*/NULL);
V_2 = L_5;
goto IL_0028;
}
IL_0021:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_6 = ___nameInfo0;
NullCheck(L_6);
String_t* L_7 = NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202(L_6, /*hidden argument*/NULL);
V_2 = L_7;
}
IL_0028:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = __this->get_objectMapTable_2();
if (L_8)
{
goto IL_003b;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_9, /*hidden argument*/NULL);
__this->set_objectMapTable_2(L_9);
}
IL_003b:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get_objectMapTable_2();
String_t* L_11 = V_2;
NullCheck(L_10);
RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_10, L_11);
V_3 = ((ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 *)CastclassSealed((RuntimeObject*)L_12, ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8_il2cpp_TypeInfo_var));
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_13 = V_3;
if (!L_13)
{
goto IL_008f;
}
}
{
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_14 = V_3;
int32_t L_15 = ___numMembers2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = ___memberNames3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = ___memberTypes4;
NullCheck(L_14);
bool L_18 = ObjectMapInfo_isCompatible_mDCEE231165B988DF120F243B8E706D5F38CFDADF(L_14, L_15, L_16, L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_008f;
}
}
{
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_19 = __this->get_binaryObject_9();
if (L_19)
{
goto IL_0070;
}
}
{
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_20 = (BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F *)il2cpp_codegen_object_new(BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F_il2cpp_TypeInfo_var);
BinaryObject__ctor_m25D8800F6EE10EDA2C209470BBE1252D033CF3D1(L_20, /*hidden argument*/NULL);
__this->set_binaryObject_9(L_20);
}
IL_0070:
{
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_21 = __this->get_binaryObject_9();
int32_t L_22 = V_1;
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_23 = V_3;
NullCheck(L_23);
int32_t L_24 = L_23->get_objectId_0();
NullCheck(L_21);
BinaryObject_Set_m1FC3F9DDF36145FEA892F62D889093C0F3DC0EFD(L_21, L_22, L_24, /*hidden argument*/NULL);
BinaryObject_t673C2375D2FCF3D7E5631FF937DE0FD35E87950F * L_25 = __this->get_binaryObject_9();
NullCheck(L_25);
BinaryObject_Write_mE200A7D31B7B011706DAFD93DA22CA6445001B87(L_25, __this, /*hidden argument*/NULL);
return;
}
IL_008f:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_26 = ___typeNameInfo1;
NullCheck(L_26);
bool L_27 = L_26->get_NItransmitTypeOnObject_8();
if (L_27)
{
goto IL_00f8;
}
}
{
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_28 = __this->get_binaryObjectWithMap_10();
if (L_28)
{
goto IL_00aa;
}
}
{
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_29 = (BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 *)il2cpp_codegen_object_new(BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107_il2cpp_TypeInfo_var);
BinaryObjectWithMap__ctor_mFF9A9CC9FA3704FAA97C996C05489D359C871CC1(L_29, /*hidden argument*/NULL);
__this->set_binaryObjectWithMap_10(L_29);
}
IL_00aa:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_30 = ___typeNameInfo1;
NullCheck(L_30);
int64_t L_31 = L_30->get_NIassemId_2();
V_0 = (((int32_t)((int32_t)L_31)));
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_32 = __this->get_binaryObjectWithMap_10();
int32_t L_33 = V_1;
String_t* L_34 = V_2;
int32_t L_35 = ___numMembers2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = ___memberNames3;
int32_t L_37 = V_0;
NullCheck(L_32);
BinaryObjectWithMap_Set_mD79D5EDB54F37E6F3FF3A0D6C66D98287F258324(L_32, L_33, L_34, L_35, L_36, L_37, /*hidden argument*/NULL);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_38 = __this->get_binaryObjectWithMap_10();
NullCheck(L_38);
BinaryObjectWithMap_Dump_m9A61CE1E9A6BB69C5A8A94082D6719E1178FB787(L_38, /*hidden argument*/NULL);
BinaryObjectWithMap_tBE57F544D537F6E23893687CB582BFB1575FC107 * L_39 = __this->get_binaryObjectWithMap_10();
NullCheck(L_39);
BinaryObjectWithMap_Write_m700AD2221D26F2D875BB3829238F05C65EAD8D4B(L_39, __this, /*hidden argument*/NULL);
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_40 = V_3;
if (L_40)
{
goto IL_01a7;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_41 = __this->get_objectMapTable_2();
String_t* L_42 = V_2;
int32_t L_43 = V_1;
int32_t L_44 = ___numMembers2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_45 = ___memberNames3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_46 = ___memberTypes4;
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_47 = (ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 *)il2cpp_codegen_object_new(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8_il2cpp_TypeInfo_var);
ObjectMapInfo__ctor_m55C2E0CD6BE4BCE52A4F012DADA057C057AF47E3(L_47, L_43, L_44, L_45, L_46, /*hidden argument*/NULL);
NullCheck(L_41);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_41, L_42, L_47);
return;
}
IL_00f8:
{
int32_t L_48 = ___numMembers2;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_49 = (BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B*)SZArrayNew(BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B_il2cpp_TypeInfo_var, (uint32_t)L_48);
V_4 = L_49;
int32_t L_50 = ___numMembers2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_51 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_50);
V_5 = L_51;
int32_t L_52 = ___numMembers2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_53 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_52);
V_6 = L_53;
V_7 = 0;
goto IL_014a;
}
IL_0115:
{
V_8 = NULL;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_54 = V_4;
int32_t L_55 = V_7;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_56 = ___memberTypes4;
int32_t L_57 = V_7;
NullCheck(L_56);
int32_t L_58 = L_57;
Type_t * L_59 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
WriteObjectInfoU5BU5D_tBD618A460F27662FB362B41BF436235197E00EB9* L_60 = ___memberObjectInfos5;
int32_t L_61 = V_7;
NullCheck(L_60);
int32_t L_62 = L_61;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_64 = __this->get_objectWriter_3();
int32_t L_65 = BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681(L_59, L_63, (String_t*)NULL, L_64, (RuntimeObject **)(&V_8), (int32_t*)(&V_0), /*hidden argument*/NULL);
NullCheck(L_54);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(L_55), (int32_t)L_65);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_66 = V_5;
int32_t L_67 = V_7;
RuntimeObject * L_68 = V_8;
NullCheck(L_66);
ArrayElementTypeCheck (L_66, L_68);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(L_67), (RuntimeObject *)L_68);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_69 = V_6;
int32_t L_70 = V_7;
int32_t L_71 = V_0;
NullCheck(L_69);
(L_69)->SetAt(static_cast<il2cpp_array_size_t>(L_70), (int32_t)L_71);
int32_t L_72 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1));
}
IL_014a:
{
int32_t L_73 = V_7;
int32_t L_74 = ___numMembers2;
if ((((int32_t)L_73) < ((int32_t)L_74)))
{
goto IL_0115;
}
}
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_75 = __this->get_binaryObjectWithMapTyped_11();
if (L_75)
{
goto IL_0162;
}
}
{
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_76 = (BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 *)il2cpp_codegen_object_new(BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645_il2cpp_TypeInfo_var);
BinaryObjectWithMapTyped__ctor_m14C2763312F68FBADF65C61571B3FFFA1D02D547(L_76, /*hidden argument*/NULL);
__this->set_binaryObjectWithMapTyped_11(L_76);
}
IL_0162:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_77 = ___typeNameInfo1;
NullCheck(L_77);
int64_t L_78 = L_77->get_NIassemId_2();
V_0 = (((int32_t)((int32_t)L_78)));
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_79 = __this->get_binaryObjectWithMapTyped_11();
int32_t L_80 = V_1;
String_t* L_81 = V_2;
int32_t L_82 = ___numMembers2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_83 = ___memberNames3;
BinaryTypeEnumU5BU5D_t4D497311C59F2845C702129637074DAE6D00785B* L_84 = V_4;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_85 = V_5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_86 = V_6;
int32_t L_87 = V_0;
NullCheck(L_79);
BinaryObjectWithMapTyped_Set_mF103DF1131915665D40DCC24A6F2A327BC627244(L_79, L_80, L_81, L_82, L_83, L_84, L_85, L_86, L_87, /*hidden argument*/NULL);
BinaryObjectWithMapTyped_tFB9A8B8A9EE3336A39E82BD6F1D9F76ECB01F645 * L_88 = __this->get_binaryObjectWithMapTyped_11();
NullCheck(L_88);
BinaryObjectWithMapTyped_Write_mFAA4A8A0975F10D4C51CEBC6681D6009739F292A(L_88, __this, /*hidden argument*/NULL);
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_89 = V_3;
if (L_89)
{
goto IL_01a7;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_90 = __this->get_objectMapTable_2();
String_t* L_91 = V_2;
int32_t L_92 = V_1;
int32_t L_93 = ___numMembers2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_94 = ___memberNames3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_95 = ___memberTypes4;
ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 * L_96 = (ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8 *)il2cpp_codegen_object_new(ObjectMapInfo_t84FE00AB11C96611DDE801C57CB9415F77B0ABF8_il2cpp_TypeInfo_var);
ObjectMapInfo__ctor_m55C2E0CD6BE4BCE52A4F012DADA057C057AF47E3(L_96, L_92, L_93, L_94, L_95, /*hidden argument*/NULL);
NullCheck(L_90);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_90, L_91, L_96);
}
IL_01a7:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObjectString(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___objectId0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_0 = __this->get_binaryObjectString_12();
if (L_0)
{
goto IL_0019;
}
}
{
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_1 = (BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 *)il2cpp_codegen_object_new(BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7_il2cpp_TypeInfo_var);
BinaryObjectString__ctor_mA3C8766190F8D14F0F1AEDA02D77B16E3DEDECE0(L_1, /*hidden argument*/NULL);
__this->set_binaryObjectString_12(L_1);
}
IL_0019:
{
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_2 = __this->get_binaryObjectString_12();
int32_t L_3 = ___objectId0;
String_t* L_4 = ___value1;
NullCheck(L_2);
BinaryObjectString_Set_m42F597477F549522AE80B9DCB3A5D7AA7ABA0944(L_2, L_3, L_4, /*hidden argument*/NULL);
BinaryObjectString_t6062746844A056F90F1F64E5368D8A1E1FA0D8B7 * L_5 = __this->get_binaryObjectString_12();
NullCheck(L_5);
BinaryObjectString_Write_mD9DB5580C569BE0F09DC95332A53060C4404703B(L_5, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteSingleArray(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.Int32,System.Array)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteSingleArray_m25621D3DF6EEADA89CF6090A3C19718848EDD345 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo3, int32_t ___length4, int32_t ___lowerBound5, RuntimeArray * ___array6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteSingleArray_m25621D3DF6EEADA89CF6090A3C19718848EDD345_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
RuntimeObject * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
V_1 = L_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = V_1;
int32_t L_2 = ___length4;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_2);
V_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
V_3 = NULL;
int32_t L_3 = ___lowerBound5;
if (L_3)
{
goto IL_001e;
}
}
{
V_0 = 0;
goto IL_002c;
}
IL_001e:
{
V_0 = 3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
V_2 = L_4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = V_2;
int32_t L_6 = ___lowerBound5;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_6);
}
IL_002c:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_7 = ___arrayElemTypeNameInfo3;
NullCheck(L_7);
Type_t * L_8 = L_7->get_NItype_4();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_9 = ___objectInfo2;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_10 = ___arrayElemTypeNameInfo3;
NullCheck(L_10);
String_t* L_11 = NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202(L_10, /*hidden argument*/NULL);
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_12 = __this->get_objectWriter_3();
int32_t L_13 = BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681(L_8, L_9, L_11, L_12, (RuntimeObject **)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL);
V_5 = L_13;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_14 = __this->get_binaryArray_13();
if (L_14)
{
goto IL_005f;
}
}
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_15 = (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 *)il2cpp_codegen_object_new(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_il2cpp_TypeInfo_var);
BinaryArray__ctor_m56081EE7B9FCA6AF79C332B837C72422C358BC0F(L_15, /*hidden argument*/NULL);
__this->set_binaryArray_13(L_15);
}
IL_005f:
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_16 = __this->get_binaryArray_13();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_17 = ___arrayNameInfo1;
NullCheck(L_17);
int64_t L_18 = L_17->get_NIobjectId_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = V_2;
int32_t L_21 = V_5;
RuntimeObject * L_22 = V_3;
int32_t L_23 = V_0;
int32_t L_24 = V_4;
NullCheck(L_16);
BinaryArray_Set_m68D0717FEA11D9D4F35FF404851FFD4C94FA839A(L_16, (((int32_t)((int32_t)L_18))), 1, L_19, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_25 = ___arrayNameInfo1;
NullCheck(L_25);
int64_t L_26 = L_25->get_NIobjectId_1();
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_27 = __this->get_binaryArray_13();
NullCheck(L_27);
BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE(L_27, __this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_28 = ___arrayElemTypeNameInfo3;
NullCheck(L_28);
int32_t L_29 = L_28->get_NIprimitiveTypeEnum_3();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
bool L_30 = Converter_IsWriteAsByteArray_mCA82F39C18E588C023C54D90D64E491A1BB5429D(L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_00e6;
}
}
{
int32_t L_31 = ___lowerBound5;
if (L_31)
{
goto IL_00e6;
}
}
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_32 = ___arrayElemTypeNameInfo3;
NullCheck(L_32);
int32_t L_33 = L_32->get_NIprimitiveTypeEnum_3();
if ((!(((uint32_t)L_33) == ((uint32_t)2))))
{
goto IL_00ba;
}
}
{
RuntimeArray * L_34 = ___array6;
__BinaryWriter_WriteBytes_mAE174128EFA09DF7260553B58888F5213A1EC2AF(__this, ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_34, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
IL_00ba:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_35 = ___arrayElemTypeNameInfo3;
NullCheck(L_35);
int32_t L_36 = L_35->get_NIprimitiveTypeEnum_3();
if ((!(((uint32_t)L_36) == ((uint32_t)3))))
{
goto IL_00d2;
}
}
{
RuntimeArray * L_37 = ___array6;
__BinaryWriter_WriteChars_m899A00CD1377ADF77660AD1AD7629FED57B6A97A(__this, ((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)Castclass((RuntimeObject*)L_37, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
IL_00d2:
{
RuntimeArray * L_38 = ___array6;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_39 = ___arrayElemTypeNameInfo3;
NullCheck(L_39);
int32_t L_40 = L_39->get_NIprimitiveTypeEnum_3();
IL2CPP_RUNTIME_CLASS_INIT(Converter_t487E627532CCF8E32700AE055E7EFBDAC280C794_il2cpp_TypeInfo_var);
int32_t L_41 = Converter_TypeLength_m8D5DAA10D90E70ED2EEECDB1CC4915C43FA93BBB(L_40, /*hidden argument*/NULL);
__BinaryWriter_WriteArrayAsBytes_mADE2C6E9777993695D0E777D69CBC34DC5025EDA(__this, L_38, L_41, /*hidden argument*/NULL);
}
IL_00e6:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteArrayAsBytes(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteArrayAsBytes_mADE2C6E9777993695D0E777D69CBC34DC5025EDA (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, RuntimeArray * ___array0, int32_t ___typeLength1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteArrayAsBytes_mADE2C6E9777993695D0E777D69CBC34DC5025EDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
uint8_t V_5 = 0x0;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_byteBuffer_14();
if (L_0)
{
goto IL_00c4;
}
}
{
int32_t L_1 = __this->get_chunkSize_15();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1);
__this->set_byteBuffer_14(L_2);
goto IL_00c4;
}
IL_0029:
{
int32_t L_3 = __this->get_chunkSize_15();
int32_t L_4 = ___typeLength1;
RuntimeArray * L_5 = ___array0;
NullCheck(L_5);
int32_t L_6 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_5, /*hidden argument*/NULL);
int32_t L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_8 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(((int32_t)((int32_t)L_3/(int32_t)L_4)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL);
V_1 = L_8;
int32_t L_9 = V_1;
int32_t L_10 = ___typeLength1;
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)L_10));
RuntimeArray * L_11 = ___array0;
int32_t L_12 = V_0;
int32_t L_13 = ___typeLength1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_byteBuffer_14();
int32_t L_15 = V_2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2(L_11, ((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)L_13)), (RuntimeArray *)(RuntimeArray *)L_14, 0, L_15, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_16 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (L_16)
{
goto IL_00b2;
}
}
{
V_3 = 0;
goto IL_00ae;
}
IL_0060:
{
V_4 = 0;
goto IL_00a3;
}
IL_0065:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_byteBuffer_14();
int32_t L_18 = V_3;
int32_t L_19 = V_4;
NullCheck(L_17);
int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19));
uint8_t L_21 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
V_5 = L_21;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get_byteBuffer_14();
int32_t L_23 = V_3;
int32_t L_24 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = __this->get_byteBuffer_14();
int32_t L_26 = V_3;
int32_t L_27 = ___typeLength1;
int32_t L_28 = V_4;
NullCheck(L_25);
int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)), (int32_t)1)), (int32_t)L_28));
uint8_t L_30 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))), (uint8_t)L_30);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = __this->get_byteBuffer_14();
int32_t L_32 = V_3;
int32_t L_33 = ___typeLength1;
int32_t L_34 = V_4;
uint8_t L_35 = V_5;
NullCheck(L_31);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)1)), (int32_t)L_34))), (uint8_t)L_35);
int32_t L_36 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
}
IL_00a3:
{
int32_t L_37 = V_4;
int32_t L_38 = ___typeLength1;
if ((((int32_t)L_37) < ((int32_t)((int32_t)((int32_t)L_38/(int32_t)2)))))
{
goto IL_0065;
}
}
{
int32_t L_39 = V_3;
int32_t L_40 = ___typeLength1;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40));
}
IL_00ae:
{
int32_t L_41 = V_3;
int32_t L_42 = V_2;
if ((((int32_t)L_41) < ((int32_t)L_42)))
{
goto IL_0060;
}
}
IL_00b2:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = __this->get_byteBuffer_14();
int32_t L_44 = V_2;
__BinaryWriter_WriteBytes_mF824C8662DDE5C6829651C8344E625407103CC32(__this, L_43, 0, L_44, /*hidden argument*/NULL);
int32_t L_45 = V_0;
int32_t L_46 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46));
}
IL_00c4:
{
int32_t L_47 = V_0;
RuntimeArray * L_48 = ___array0;
NullCheck(L_48);
int32_t L_49 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_48, /*hidden argument*/NULL);
if ((((int32_t)L_47) < ((int32_t)L_49)))
{
goto IL_0029;
}
}
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteJaggedArray(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteJaggedArray_mDF655C56482A2510EAFD536D809DFAD6AF85EE0C (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo3, int32_t ___length4, int32_t ___lowerBound5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteJaggedArray_mDF655C56482A2510EAFD536D809DFAD6AF85EE0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
RuntimeObject * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
V_1 = L_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = V_1;
int32_t L_2 = ___length4;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_2);
V_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
V_3 = NULL;
V_4 = 0;
int32_t L_3 = ___lowerBound5;
if (L_3)
{
goto IL_0021;
}
}
{
V_0 = 1;
goto IL_002f;
}
IL_0021:
{
V_0 = 4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
V_2 = L_4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = V_2;
int32_t L_6 = ___lowerBound5;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_6);
}
IL_002f:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_7 = ___arrayElemTypeNameInfo3;
NullCheck(L_7);
Type_t * L_8 = L_7->get_NItype_4();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_9 = ___objectInfo2;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_10 = ___arrayElemTypeNameInfo3;
NullCheck(L_10);
String_t* L_11 = NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202(L_10, /*hidden argument*/NULL);
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_12 = __this->get_objectWriter_3();
int32_t L_13 = BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681(L_8, L_9, L_11, L_12, (RuntimeObject **)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL);
V_5 = L_13;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_14 = __this->get_binaryArray_13();
if (L_14)
{
goto IL_0062;
}
}
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_15 = (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 *)il2cpp_codegen_object_new(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_il2cpp_TypeInfo_var);
BinaryArray__ctor_m56081EE7B9FCA6AF79C332B837C72422C358BC0F(L_15, /*hidden argument*/NULL);
__this->set_binaryArray_13(L_15);
}
IL_0062:
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_16 = __this->get_binaryArray_13();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_17 = ___arrayNameInfo1;
NullCheck(L_17);
int64_t L_18 = L_17->get_NIobjectId_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = V_2;
int32_t L_21 = V_5;
RuntimeObject * L_22 = V_3;
int32_t L_23 = V_0;
int32_t L_24 = V_4;
NullCheck(L_16);
BinaryArray_Set_m68D0717FEA11D9D4F35FF404851FFD4C94FA839A(L_16, (((int32_t)((int32_t)L_18))), 1, L_19, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_25 = ___arrayNameInfo1;
NullCheck(L_25);
int64_t L_26 = L_25->get_NIobjectId_1();
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_27 = __this->get_binaryArray_13();
NullCheck(L_27);
BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE(L_27, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteRectangleArray(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.Int32[],System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteRectangleArray_mD30559DC61571D319AD8A421FAFA34B71AFC337C (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo3, int32_t ___rank4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthA5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lowerBoundA6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteRectangleArray_mD30559DC61571D319AD8A421FAFA34B71AFC337C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
V_0 = 2;
V_1 = NULL;
V_2 = 0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___arrayElemTypeNameInfo3;
NullCheck(L_0);
Type_t * L_1 = L_0->get_NItype_4();
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = ___objectInfo2;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_3 = ___arrayElemTypeNameInfo3;
NullCheck(L_3);
String_t* L_4 = NameInfo_get_NIname_m95C1A53012DB9508E9940E8BD2C492D7572E9202(L_3, /*hidden argument*/NULL);
ObjectWriter_tF3E4F02676AFF4D29C9409566B837A1CB2CE1C16 * L_5 = __this->get_objectWriter_3();
int32_t L_6 = BinaryConverter_GetBinaryTypeInfo_m2C505D886AE29104AA53E0B0891AB1D7C135B681(L_1, L_2, L_4, L_5, (RuntimeObject **)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
V_3 = L_6;
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_7 = __this->get_binaryArray_13();
if (L_7)
{
goto IL_003e;
}
}
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_8 = (BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 *)il2cpp_codegen_object_new(BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94_il2cpp_TypeInfo_var);
BinaryArray__ctor_m56081EE7B9FCA6AF79C332B837C72422C358BC0F(L_8, /*hidden argument*/NULL);
__this->set_binaryArray_13(L_8);
}
IL_003e:
{
V_4 = 0;
goto IL_0054;
}
IL_0043:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = ___lowerBoundA6;
int32_t L_10 = V_4;
NullCheck(L_9);
int32_t L_11 = L_10;
int32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if (!L_12)
{
goto IL_004e;
}
}
{
V_0 = 5;
goto IL_005a;
}
IL_004e:
{
int32_t L_13 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0054:
{
int32_t L_14 = V_4;
int32_t L_15 = ___rank4;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_0043;
}
}
IL_005a:
{
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_16 = __this->get_binaryArray_13();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_17 = ___arrayNameInfo1;
NullCheck(L_17);
int64_t L_18 = L_17->get_NIobjectId_1();
int32_t L_19 = ___rank4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = ___lengthA5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = ___lowerBoundA6;
int32_t L_22 = V_3;
RuntimeObject * L_23 = V_1;
int32_t L_24 = V_0;
int32_t L_25 = V_2;
NullCheck(L_16);
BinaryArray_Set_m68D0717FEA11D9D4F35FF404851FFD4C94FA839A(L_16, (((int32_t)((int32_t)L_18))), L_19, L_20, L_21, L_22, L_23, L_24, L_25, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_26 = ___arrayNameInfo1;
NullCheck(L_26);
int64_t L_27 = L_26->get_NIobjectId_1();
BinaryArray_t73579D38A0B2CBC8CC6D498807CE3F07D2ED3D94 * L_28 = __this->get_binaryArray_13();
NullCheck(L_28);
BinaryArray_Write_mC3E00591B4F6247D117C287AF0C29A53FBC6B3AE(L_28, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteObjectByteArray(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32,System.Int32,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteObjectByteArray_mE22B877390AAD3D6CBF5341F970A6B3272AE36A6 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayNameInfo1, WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * ___objectInfo2, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___arrayElemTypeNameInfo3, int32_t ___length4, int32_t ___lowerBound5, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteA6, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___memberNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_1 = ___arrayNameInfo1;
WriteObjectInfo_t5E240CBDF05476ED57BE42BD31E19334836CCA00 * L_2 = ___objectInfo2;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_3 = ___arrayElemTypeNameInfo3;
int32_t L_4 = ___length4;
int32_t L_5 = ___lowerBound5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___byteA6;
__BinaryWriter_WriteSingleArray_m25621D3DF6EEADA89CF6090A3C19718848EDD345(__this, L_0, L_1, L_2, L_3, L_4, L_5, (RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMember(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___typeNameInfo1;
NullCheck(L_0);
int32_t L_1 = L_0->get_NIprimitiveTypeEnum_3();
V_0 = L_1;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_2 = ___memberNameInfo0;
NullCheck(L_2);
bool L_3 = L_2->get_NItransmitTypeOnMember_9();
if (!L_3)
{
goto IL_0054;
}
}
{
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_4 = __this->get_memberPrimitiveTyped_17();
if (L_4)
{
goto IL_0028;
}
}
{
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_5 = (MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F *)il2cpp_codegen_object_new(MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F_il2cpp_TypeInfo_var);
MemberPrimitiveTyped__ctor_mA92E0E0B80348509FADFA44CD5102FF2E2E1DFAA(L_5, /*hidden argument*/NULL);
__this->set_memberPrimitiveTyped_17(L_5);
}
IL_0028:
{
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_6 = __this->get_memberPrimitiveTyped_17();
int32_t L_7 = V_0;
RuntimeObject * L_8 = ___value2;
NullCheck(L_6);
MemberPrimitiveTyped_Set_m7D4691AFA943E3622BE72F15B68D8F622D38018C(L_6, L_7, L_8, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_9 = ___memberNameInfo0;
NullCheck(L_9);
bool L_10 = L_9->get_NIisArrayItem_7();
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_11 = __this->get_memberPrimitiveTyped_17();
NullCheck(L_11);
MemberPrimitiveTyped_Dump_mA50FD278A27252D4F0D98D2260FFD715EEE4AEAF(L_11, /*hidden argument*/NULL);
MemberPrimitiveTyped_t0FB5084B941EF1AD0E7237F89AD892A3CF9C135F * L_12 = __this->get_memberPrimitiveTyped_17();
NullCheck(L_12);
MemberPrimitiveTyped_Write_mC16B1F7546A9F57182772CCDEDF62FFE86B43B2B(L_12, __this, /*hidden argument*/NULL);
return;
}
IL_0054:
{
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_13 = __this->get_memberPrimitiveUnTyped_16();
if (L_13)
{
goto IL_0067;
}
}
{
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_14 = (MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 *)il2cpp_codegen_object_new(MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423_il2cpp_TypeInfo_var);
MemberPrimitiveUnTyped__ctor_m568513B5C309103049BB976B44D3BABD4C22C6CB(L_14, /*hidden argument*/NULL);
__this->set_memberPrimitiveUnTyped_16(L_14);
}
IL_0067:
{
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_15 = __this->get_memberPrimitiveUnTyped_16();
int32_t L_16 = V_0;
RuntimeObject * L_17 = ___value2;
NullCheck(L_15);
MemberPrimitiveUnTyped_Set_m270E577638C2CD47873843E8CDEA5A69A974ACAA(L_15, L_16, L_17, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_18 = ___memberNameInfo0;
NullCheck(L_18);
bool L_19 = L_18->get_NIisArrayItem_7();
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_20 = __this->get_memberPrimitiveUnTyped_16();
NullCheck(L_20);
MemberPrimitiveUnTyped_Dump_mE77F705ACFEC56C4C436DB78C0771500B920B11A(L_20, /*hidden argument*/NULL);
MemberPrimitiveUnTyped_tDA60C25752F92B89A315A67E4E447DDA4E2BD423 * L_21 = __this->get_memberPrimitiveUnTyped_16();
NullCheck(L_21);
MemberPrimitiveUnTyped_Write_m46A2F76F806F2C391D597EFCD19748BC289B4272(L_21, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteNullMember(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteNullMember_m704E5E682139DD2DF43E509B19DA06533E53BD56 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteNullMember_m704E5E682139DD2DF43E509B19DA06533E53BD56_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_0 = __this->get_objectNull_18();
if (L_0)
{
goto IL_0019;
}
}
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_1 = (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 *)il2cpp_codegen_object_new(ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05_il2cpp_TypeInfo_var);
ObjectNull__ctor_m90B9A7BFD14454A441AA7D206C28C1C7A7CD80C8(L_1, /*hidden argument*/NULL);
__this->set_objectNull_18(L_1);
}
IL_0019:
{
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_2 = ___memberNameInfo0;
NullCheck(L_2);
bool L_3 = L_2->get_NIisArrayItem_7();
if (L_3)
{
goto IL_004b;
}
}
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_4 = __this->get_objectNull_18();
NullCheck(L_4);
ObjectNull_SetNullCount_m1E655DD5E8585C2E245BFC8C4B1D34B54E23B26C(L_4, 1, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_5 = __this->get_objectNull_18();
NullCheck(L_5);
ObjectNull_Dump_mC92599F3AD09C6B2B6ABA1DE17DA655C3EFB3021(L_5, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_6 = __this->get_objectNull_18();
NullCheck(L_6);
ObjectNull_Write_m9C3FE197DDBF658D1BDA13E31C3BB2F1B4EC019B(L_6, __this, /*hidden argument*/NULL);
__this->set_nullCount_6(0);
}
IL_004b:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMemberObjectRef(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, int32_t ___idRef1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_0 = __this->get_memberReference_19();
if (L_0)
{
goto IL_0019;
}
}
{
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_1 = (MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 *)il2cpp_codegen_object_new(MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66_il2cpp_TypeInfo_var);
MemberReference__ctor_m9E23ECF4F9B49892C6F0DC28627B9F222C6E5C8B(L_1, /*hidden argument*/NULL);
__this->set_memberReference_19(L_1);
}
IL_0019:
{
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_2 = __this->get_memberReference_19();
int32_t L_3 = ___idRef1;
NullCheck(L_2);
MemberReference_Set_m86A31A20EC895309DA47D5552C8B852C26B22CE6(L_2, L_3, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_4 = ___memberNameInfo0;
NullCheck(L_4);
bool L_5 = L_4->get_NIisArrayItem_7();
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_6 = __this->get_memberReference_19();
NullCheck(L_6);
MemberReference_Dump_m9CFAFB528EB5D745794F69D6F7CA1A55C4B0B9DD(L_6, /*hidden argument*/NULL);
MemberReference_t12860538665657DB61F1F5CD53253E2DBB073E66 * L_7 = __this->get_memberReference_19();
NullCheck(L_7);
MemberReference_Write_mE126D1F2343CA15D721F56E5D391AA94F248E61A(L_7, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMemberNested(System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMemberNested_m9BFEB137822095D5E13C333C2580903AF4FB8109 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___memberNameInfo0;
NullCheck(L_0);
bool L_1 = L_0->get_NIisArrayItem_7();
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteMemberString(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.String)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteMemberString_m2633F38F3CD4A4F0761D7B68C0BF6A5A64B9E20D (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___memberNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, String_t* ___value2, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___memberNameInfo0;
NullCheck(L_0);
bool L_1 = L_0->get_NIisArrayItem_7();
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_2 = ___typeNameInfo1;
NullCheck(L_2);
int64_t L_3 = L_2->get_NIobjectId_1();
String_t* L_4 = ___value2;
__BinaryWriter_WriteObjectString_mAA42E9A8F4623AF148AACE5AC585573CE43FB798(__this, (((int32_t)((int32_t)L_3))), L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteItem(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Object)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteItem_m1EA983956A213E49C57BB9712ACB5FFA8E867B92 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___itemNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___itemNameInfo0;
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_1 = ___typeNameInfo1;
RuntimeObject * L_2 = ___value2;
__BinaryWriter_WriteMember_m5D0175EC83C82B632C96A5DCCB1F6C96A2FC201D(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteNullItem(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Runtime.Serialization.Formatters.Binary.NameInfo)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteNullItem_mC1771E3B91B2343B342E14900D6CDD382142BDF2 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___itemNameInfo0, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___typeNameInfo1, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_nullCount_6();
__this->set_nullCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteDelayedNullItem()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteDelayedNullItem_mEE5EF8F308AC0D44C3E0074342ABF1EFA3D605BC (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_nullCount_6();
__this->set_nullCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteItemEnd()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteItemEnd_mDEA769E88DDE177C57D6DD520BBAC240B86D2D00 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::InternalWriteItemNull()
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_nullCount_6();
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_004b;
}
}
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_1 = __this->get_objectNull_18();
if (L_1)
{
goto IL_001c;
}
}
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_2 = (ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 *)il2cpp_codegen_object_new(ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05_il2cpp_TypeInfo_var);
ObjectNull__ctor_m90B9A7BFD14454A441AA7D206C28C1C7A7CD80C8(L_2, /*hidden argument*/NULL);
__this->set_objectNull_18(L_2);
}
IL_001c:
{
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_3 = __this->get_objectNull_18();
int32_t L_4 = __this->get_nullCount_6();
NullCheck(L_3);
ObjectNull_SetNullCount_m1E655DD5E8585C2E245BFC8C4B1D34B54E23B26C(L_3, L_4, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_5 = __this->get_objectNull_18();
NullCheck(L_5);
ObjectNull_Dump_mC92599F3AD09C6B2B6ABA1DE17DA655C3EFB3021(L_5, /*hidden argument*/NULL);
ObjectNull_t5DB725C9D746ACE48959A43CE5ABAC465865EA05 * L_6 = __this->get_objectNull_18();
NullCheck(L_6);
ObjectNull_Write_m9C3FE197DDBF658D1BDA13E31C3BB2F1B4EC019B(L_6, __this, /*hidden argument*/NULL);
__this->set_nullCount_6(0);
}
IL_004b:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteItemObjectRef(System.Runtime.Serialization.Formatters.Binary.NameInfo,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteItemObjectRef_mB9EC4B776701AF91042839BAA9A288F30C7D9343 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * ___nameInfo0, int32_t ___idRef1, const RuntimeMethod* method)
{
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
NameInfo_t57D1A79A08FB3AD2F94CC065E024AA9C02760D77 * L_0 = ___nameInfo0;
int32_t L_1 = ___idRef1;
__BinaryWriter_WriteMemberObjectRef_mF16A750C66BB5227A40E9285D285CDCE2FE9DEAF(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteAssembly(System.Type,System.String,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteAssembly_m7E65E787D6E845F91A81509D0ADF197EC61BEAC7 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, Type_t * ___type0, String_t* ___assemblyString1, int32_t ___assemId2, bool ___isNew3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteAssembly_m7E65E787D6E845F91A81509D0ADF197EC61BEAC7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__BinaryWriter_InternalWriteItemNull_mAE056A42743B8DD43A113746D6E506CD1AD32FAB(__this, /*hidden argument*/NULL);
String_t* L_0 = ___assemblyString1;
if (L_0)
{
goto IL_0010;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___assemblyString1 = L_1;
}
IL_0010:
{
bool L_2 = ___isNew3;
if (!L_2)
{
goto IL_004b;
}
}
{
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_3 = __this->get_binaryAssembly_20();
if (L_3)
{
goto IL_0027;
}
}
{
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_4 = (BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE *)il2cpp_codegen_object_new(BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE_il2cpp_TypeInfo_var);
BinaryAssembly__ctor_m05C09656FA7EA4FE9E993F435CF110FF6B22B0CE(L_4, /*hidden argument*/NULL);
__this->set_binaryAssembly_20(L_4);
}
IL_0027:
{
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_5 = __this->get_binaryAssembly_20();
int32_t L_6 = ___assemId2;
String_t* L_7 = ___assemblyString1;
NullCheck(L_5);
BinaryAssembly_Set_m064BA83DC31EDAACF1FCFC5FD5C7CE8F8986829D(L_5, L_6, L_7, /*hidden argument*/NULL);
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_8 = __this->get_binaryAssembly_20();
NullCheck(L_8);
BinaryAssembly_Dump_m613C3077298D20882D6DAEDEB9D8B20A587B33D1(L_8, /*hidden argument*/NULL);
BinaryAssembly_t9612D61FDC16A48964BB61FDB3D968437BBADFFE * L_9 = __this->get_binaryAssembly_20();
NullCheck(L_9);
BinaryAssembly_Write_m24D43F19F9E55B7A1226E9C7B64A279698C20C95(L_9, __this, /*hidden argument*/NULL);
}
IL_004b:
{
return;
}
}
// System.Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter::WriteValue(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Object)
extern "C" IL2CPP_METHOD_ATTR void __BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8 (__BinaryWriter_t0895EBF9E16AB435338A634C273212D7479DD727 * __this, int32_t ___code0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (__BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___code0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_004d;
}
case 1:
{
goto IL_005f;
}
case 2:
{
goto IL_0071;
}
case 3:
{
goto IL_0151;
}
case 4:
{
goto IL_0125;
}
case 5:
{
goto IL_0083;
}
case 6:
{
goto IL_0095;
}
case 7:
{
goto IL_00a7;
}
case 8:
{
goto IL_00b9;
}
case 9:
{
goto IL_00cb;
}
case 10:
{
goto IL_00dd;
}
case 11:
{
goto IL_0137;
}
case 12:
{
goto IL_0144;
}
case 13:
{
goto IL_00ef;
}
case 14:
{
goto IL_0101;
}
case 15:
{
goto IL_0113;
}
}
}
{
goto IL_0151;
}
IL_004d:
{
RuntimeObject * L_1 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
bool L_3 = Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4(L_1, L_2, /*hidden argument*/NULL);
__BinaryWriter_WriteBoolean_m7253B929057F253BACCCFDE59834C58BE83CD7DE(__this, L_3, /*hidden argument*/NULL);
return;
}
IL_005f:
{
RuntimeObject * L_4 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_6 = Convert_ToByte_m71CFEFDB61F13E2AD7ECF91BA5DEE0616C1E857A(L_4, L_5, /*hidden argument*/NULL);
__BinaryWriter_WriteByte_m41B0D804BD31820D0A457DA9AA486F05E89E373F(__this, L_6, /*hidden argument*/NULL);
return;
}
IL_0071:
{
RuntimeObject * L_7 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Il2CppChar L_9 = Convert_ToChar_m94EF86BDBD5110CF4C652C48A625F546AA24CE95(L_7, L_8, /*hidden argument*/NULL);
__BinaryWriter_WriteChar_m09B8D7FC5374A079AF5622FF00D680C37030C8EC(__this, L_9, /*hidden argument*/NULL);
return;
}
IL_0083:
{
RuntimeObject * L_10 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
double L_12 = Convert_ToDouble_m053A47D87C59CA7A87D4E67E5E06368D775D7651(L_10, L_11, /*hidden argument*/NULL);
__BinaryWriter_WriteDouble_mDD5C8F1FAD8F411B1125F1F10DE5B514B3CED308(__this, L_12, /*hidden argument*/NULL);
return;
}
IL_0095:
{
RuntimeObject * L_13 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_15 = Convert_ToInt16_m9E4E48A97E050355468F58D2EAEB3AB3C811CE8B(L_13, L_14, /*hidden argument*/NULL);
__BinaryWriter_WriteInt16_mE98B401C573C3FBE7B0C5EEA748E9473D6FF59CC(__this, L_15, /*hidden argument*/NULL);
return;
}
IL_00a7:
{
RuntimeObject * L_16 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_18 = Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A(L_16, L_17, /*hidden argument*/NULL);
__BinaryWriter_WriteInt32_m3B10A14CE67C787ECB6BAD9E2681EC8F5B121133(__this, L_18, /*hidden argument*/NULL);
return;
}
IL_00b9:
{
RuntimeObject * L_19 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_21 = Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29(L_19, L_20, /*hidden argument*/NULL);
__BinaryWriter_WriteInt64_mFB9D44F1AD3FD239B0204A3D91EA2A39CF04E79D(__this, L_21, /*hidden argument*/NULL);
return;
}
IL_00cb:
{
RuntimeObject * L_22 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_23 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int8_t L_24 = Convert_ToSByte_m2716303126BD8C930D1D4E8590F8706A8F26AD48(L_22, L_23, /*hidden argument*/NULL);
__BinaryWriter_WriteSByte_mE9CB589144C284CC62265C1931C80683575E55BE(__this, L_24, /*hidden argument*/NULL);
return;
}
IL_00dd:
{
RuntimeObject * L_25 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_26 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_27 = Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828(L_25, L_26, /*hidden argument*/NULL);
__BinaryWriter_WriteSingle_mC45CA37ADB12C147577C4A59EBCC4444B2D44A71(__this, L_27, /*hidden argument*/NULL);
return;
}
IL_00ef:
{
RuntimeObject * L_28 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_29 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint16_t L_30 = Convert_ToUInt16_mB7311DB5960043FD81C1305B69C5328126F43C89(L_28, L_29, /*hidden argument*/NULL);
__BinaryWriter_WriteUInt16_m288138DDD5513AD9473C21DE97F0B34A3B4AB533(__this, L_30, /*hidden argument*/NULL);
return;
}
IL_0101:
{
RuntimeObject * L_31 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint32_t L_33 = Convert_ToUInt32_mB53B83E03C15DCD785806793ACC3083FCC7F4BCA(L_31, L_32, /*hidden argument*/NULL);
__BinaryWriter_WriteUInt32_m2C520E61BA0C3F2491E4E63AC8D35FEA536A5272(__this, L_33, /*hidden argument*/NULL);
return;
}
IL_0113:
{
RuntimeObject * L_34 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_35 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint64_t L_36 = Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2(L_34, L_35, /*hidden argument*/NULL);
__BinaryWriter_WriteUInt64_mE8384E52EF8F55B5FD77D9E3398A7D7AE728A209(__this, L_36, /*hidden argument*/NULL);
return;
}
IL_0125:
{
RuntimeObject * L_37 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_38 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_39 = Convert_ToDecimal_mD8F65E8B251DBE61789CAD032172D089375D1E5B(L_37, L_38, /*hidden argument*/NULL);
__BinaryWriter_WriteDecimal_m7986738BDADD74D620B54C8162C5594B80186017(__this, L_39, /*hidden argument*/NULL);
return;
}
IL_0137:
{
RuntimeObject * L_40 = ___value1;
__BinaryWriter_WriteTimeSpan_m5921564B49C102977DEC8DAE61E9F1FCA9177349(__this, ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_40, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return;
}
IL_0144:
{
RuntimeObject * L_41 = ___value1;
__BinaryWriter_WriteDateTime_mAE569B84DA42DAE44369FBE65BFA2CF80903A75A(__this, ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_41, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return;
}
IL_0151:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_42;
int32_t L_44 = ___code0;
int32_t L_45 = L_44;
RuntimeObject * L_46 = Box(InternalPrimitiveTypeE_t631DE4C166E141164C150F9C6C93365AB882E801_il2cpp_TypeInfo_var, &L_45);
NullCheck(L_46);
String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_47);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_47);
String_t* L_48 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral34396285DCC00850D89DA89D254E9D577693F10B, L_43, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_49 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_49, L_48, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, NULL, __BinaryWriter_WriteValue_mB9CBE02A0D03D42C54B06D58D40F50AAC6A137B8_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.LongList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void LongList__ctor_m1989F16F481114F49A7D9A3011CA36AD6194AA40 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
{
LongList__ctor_mFE7CAEC3CDACC232BD3497A71ADF359994018C55(__this, 2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.LongList::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LongList__ctor_mFE7CAEC3CDACC232BD3497A71ADF359994018C55 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int32_t ___startingSize0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongList__ctor_mFE7CAEC3CDACC232BD3497A71ADF359994018C55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_count_1(0);
__this->set_m_totalItems_2(0);
int32_t L_0 = ___startingSize0;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_1 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var, (uint32_t)L_0);
__this->set_m_values_0(L_1);
return;
}
}
// System.Void System.Runtime.Serialization.LongList::Add(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void LongList_Add_mB28919ED8AEA543FED7B1D708ABDB41726947A5D (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int64_t ___value0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_totalItems_2();
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* 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;
}
}
{
LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1(__this, /*hidden argument*/NULL);
}
IL_0016:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_2 = __this->get_m_values_0();
int32_t L_3 = __this->get_m_totalItems_2();
V_0 = L_3;
int32_t L_4 = V_0;
__this->set_m_totalItems_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
int32_t L_5 = V_0;
int64_t L_6 = ___value0;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (int64_t)L_6);
int32_t L_7 = __this->get_m_count_1();
__this->set_m_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
return;
}
}
// System.Int32 System.Runtime.Serialization.LongList::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t LongList_get_Count_m904F7D166A2D072684B93A7701FFEBB81366B3EB (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_count_1();
return L_0;
}
}
// System.Void System.Runtime.Serialization.LongList::StartEnumeration()
extern "C" IL2CPP_METHOD_ATTR void LongList_StartEnumeration_m4E6DDBB1951E7F29C343F0D6ECEAB0C18D7E70DE (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
{
__this->set_m_currentItem_3((-1));
return;
}
}
// System.Boolean System.Runtime.Serialization.LongList::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool LongList_MoveNext_m0E6B42DAFB2C0943AC5364A16D02478DE6AF726F (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
IL_0000:
{
int32_t L_0 = __this->get_m_currentItem_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
int32_t L_1 = V_0;
__this->set_m_currentItem_3(L_1);
int32_t L_2 = V_0;
int32_t L_3 = __this->get_m_totalItems_2();
if ((((int32_t)L_2) >= ((int32_t)L_3)))
{
goto IL_002a;
}
}
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_4 = __this->get_m_values_0();
int32_t L_5 = __this->get_m_currentItem_3();
NullCheck(L_4);
int32_t L_6 = L_5;
int64_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
if ((((int64_t)L_7) == ((int64_t)(((int64_t)((int64_t)(-1)))))))
{
goto IL_0000;
}
}
IL_002a:
{
int32_t L_8 = __this->get_m_currentItem_3();
int32_t L_9 = __this->get_m_totalItems_2();
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
{
goto IL_003a;
}
}
{
return (bool)0;
}
IL_003a:
{
return (bool)1;
}
}
// System.Int64 System.Runtime.Serialization.LongList::get_Current()
extern "C" IL2CPP_METHOD_ATTR int64_t LongList_get_Current_m649324984B7195FAC0AB7FE8E69A876B44F8382E (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_0 = __this->get_m_values_0();
int32_t L_1 = __this->get_m_currentItem_3();
NullCheck(L_0);
int32_t L_2 = L_1;
int64_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Boolean System.Runtime.Serialization.LongList::RemoveElement(System.Int64)
extern "C" IL2CPP_METHOD_ATTR bool LongList_RemoveElement_mBAAA98683D9B5637E2F2625FDA6BC7F98C8B7468 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, int64_t ___value0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0013;
}
IL_0004:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_0 = __this->get_m_values_0();
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
int64_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
int64_t L_4 = ___value0;
if ((((int64_t)L_3) == ((int64_t)L_4)))
{
goto IL_001c;
}
}
{
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0013:
{
int32_t L_6 = V_0;
int32_t L_7 = __this->get_m_totalItems_2();
if ((((int32_t)L_6) < ((int32_t)L_7)))
{
goto IL_0004;
}
}
IL_001c:
{
int32_t L_8 = V_0;
int32_t L_9 = __this->get_m_totalItems_2();
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
{
goto IL_0027;
}
}
{
return (bool)0;
}
IL_0027:
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_10 = __this->get_m_values_0();
int32_t L_11 = V_0;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int64_t)(((int64_t)((int64_t)(-1)))));
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.LongList::EnlargeArray()
extern "C" IL2CPP_METHOD_ATTR void LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1 (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* V_1 = NULL;
{
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* 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, NULL, LongList_EnlargeArray_m4900FB98C1ED49DCE0710092C3F13FDFF00DB3C1_RuntimeMethod_var);
}
IL_0027:
{
V_0 = ((int32_t)2147483647LL);
}
IL_002d:
{
int32_t L_5 = V_0;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_6 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_1 = L_6;
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_7 = __this->get_m_values_0();
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* 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);
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_10 = V_1;
__this->set_m_values_0(L_10);
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.MemberHolder::.ctor(System.Type,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void MemberHolder__ctor_m528F1B3B1AC751B32F03D34AA99899CE3725B28D (MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * __this, Type_t * ___type0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Type_t * L_0 = ___type0;
__this->set_memberType_0(L_0);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___ctx1;
__this->set_context_1(L_1);
return;
}
}
// System.Int32 System.Runtime.Serialization.MemberHolder::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t MemberHolder_GetHashCode_m289CCB3C107C5D9CA572ECA3D6FEBA48F3560651 (MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_memberType_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
return L_1;
}
}
// System.Boolean System.Runtime.Serialization.MemberHolder::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool MemberHolder_Equals_mA6EED75BB4CB4EC189C6ED4B7179D65A512665CE (MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MemberHolder_Equals_mA6EED75BB4CB4EC189C6ED4B7179D65A512665CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if (((MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 *)IsInstClass((RuntimeObject*)L_0, MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 *)CastclassClass((RuntimeObject*)L_1, MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334_il2cpp_TypeInfo_var));
MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * L_2 = V_0;
NullCheck(L_2);
Type_t * L_3 = L_2->get_memberType_0();
Type_t * L_4 = __this->get_memberType_0();
if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_0039;
}
}
{
MemberHolder_t8520AE2362D964B6070B27EDA1575DFCF1638334 * L_5 = V_0;
NullCheck(L_5);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * L_6 = L_5->get_address_of_context_1();
int32_t L_7 = StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)L_6, /*hidden argument*/NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * L_8 = __this->get_address_of_context_1();
int32_t L_9 = StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)L_8, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)L_9))))
{
goto IL_0039;
}
}
{
return (bool)1;
}
IL_0039:
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.ObjectHolder::.ctor(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder__ctor_mD09C113B9970246B75AA90D463775A50522D75C0 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int64_t ___objID0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___objID0;
ObjectHolder__ctor_m20F07562B30D6414CE96FB24ADD30FE2205C87E1(__this, (String_t*)NULL, L_0, (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)NULL, (RuntimeObject*)NULL, (((int64_t)((int64_t)0))), (FieldInfo_t *)NULL, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL, /*hidden argument*/NULL);
return;
}
}
// 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[])
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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___obj0;
__this->set_m_object_0(L_0);
int64_t L_1 = ___objID1;
__this->set_m_id_1(L_1);
__this->set_m_flags_9(0);
__this->set_m_missingElementsRemaining_2(0);
__this->set_m_missingDecendents_3(0);
__this->set_m_dependentObjects_7((LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF *)NULL);
__this->set_m_next_8((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info2;
__this->set_m_serInfo_4(L_2);
RuntimeObject* L_3 = ___surrogate3;
__this->set_m_surrogate_5(L_3);
__this->set_m_markForFixupWhenAvailable_10((bool)0);
RuntimeObject * L_4 = ___obj0;
if (!((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)IsInstClass((RuntimeObject*)L_4, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)))
{
goto IL_0061;
}
}
{
RuntimeObject * L_5 = ___obj0;
__this->set_m_typeLoad_12(((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)CastclassClass((RuntimeObject*)L_5, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)));
}
IL_0061:
{
int64_t L_6 = ___idOfContainingObj4;
if (!L_6)
{
goto IL_00a7;
}
}
{
FieldInfo_t * L_7 = ___field5;
bool L_8 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_7, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_007d;
}
}
{
FieldInfo_t * L_9 = ___field5;
NullCheck(L_9);
Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_9);
NullCheck(L_10);
bool L_11 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0081;
}
}
IL_007d:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = ___arrayIndex6;
if (!L_12)
{
goto IL_00a7;
}
}
IL_0081:
{
int64_t L_13 = ___idOfContainingObj4;
int64_t L_14 = ___objID1;
if ((!(((uint64_t)L_13) == ((uint64_t)L_14))))
{
goto IL_0096;
}
}
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4E6F2B2D93374316E84ABE79E52E8BFFF3E4F1A7, /*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, NULL, ObjectHolder__ctor_m2FFED3F4ADB51557DCDC586D9642B96CD3AD6444_RuntimeMethod_var);
}
IL_0096:
{
int64_t L_17 = ___idOfContainingObj4;
FieldInfo_t * L_18 = ___field5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = ___arrayIndex6;
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_20 = (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC *)il2cpp_codegen_object_new(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC_il2cpp_TypeInfo_var);
ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE(L_20, L_17, L_18, L_19, /*hidden argument*/NULL);
__this->set_m_valueFixup_11(L_20);
}
IL_00a7:
{
ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3(__this, /*hidden argument*/NULL);
return;
}
}
// 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[])
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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder__ctor_m20F07562B30D6414CE96FB24ADD30FE2205C87E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___obj0;
__this->set_m_object_0(L_0);
int64_t L_1 = ___objID1;
__this->set_m_id_1(L_1);
__this->set_m_flags_9(0);
__this->set_m_missingElementsRemaining_2(0);
__this->set_m_missingDecendents_3(0);
__this->set_m_dependentObjects_7((LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF *)NULL);
__this->set_m_next_8((ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 *)NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info2;
__this->set_m_serInfo_4(L_2);
RuntimeObject* L_3 = ___surrogate3;
__this->set_m_surrogate_5(L_3);
__this->set_m_markForFixupWhenAvailable_10((bool)0);
int64_t L_4 = ___idOfContainingObj4;
if (!L_4)
{
goto IL_0066;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ___arrayIndex6;
if (!L_5)
{
goto IL_0066;
}
}
{
int64_t L_6 = ___idOfContainingObj4;
FieldInfo_t * L_7 = ___field5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = ___arrayIndex6;
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_9 = (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC *)il2cpp_codegen_object_new(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC_il2cpp_TypeInfo_var);
ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE(L_9, L_6, L_7, L_8, /*hidden argument*/NULL);
__this->set_m_valueFixup_11(L_9);
}
IL_0066:
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_10 = __this->get_m_valueFixup_11();
if (!L_10)
{
goto IL_007c;
}
}
{
int32_t L_11 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_11|(int32_t)8)));
}
IL_007c:
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::IncrementDescendentFixups(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_IncrementDescendentFixups_mA93AC04751A6A605BE0BC9C3F5933C0D45D4774A (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int32_t ___amount0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_missingDecendents_3();
int32_t L_1 = ___amount0;
__this->set_m_missingDecendents_3(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)));
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::DecrementFixupsRemaining(System.Runtime.Serialization.ObjectManager)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_DecrementFixupsRemaining_m2F114685D046305C36544FAB9380611BBADF8610 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_missingElementsRemaining_2();
__this->set_m_missingElementsRemaining_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)));
bool L_1 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001e;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_2 = ___manager0;
ObjectHolder_UpdateDescendentDependencyChain_mA0FC99F5F4F92D7253E63FEA4CABD3F2D2E81B27(__this, (-1), L_2, /*hidden argument*/NULL);
}
IL_001e:
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::RemoveDependency(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_RemoveDependency_mB068D101C147BCF3E0EA4424175C0CD6DD1F0BCD (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int64_t ___id0, const RuntimeMethod* method)
{
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_0 = __this->get_m_dependentObjects_7();
int64_t L_1 = ___id0;
NullCheck(L_0);
LongList_RemoveElement_mBAAA98683D9B5637E2F2625FDA6BC7F98C8B7468(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::AddFixup(System.Runtime.Serialization.FixupHolder,System.Runtime.Serialization.ObjectManager)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_AddFixup_mAD6AAF901FE52337C44D7CF8B6BC19922DF1342E (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * ___fixup0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_AddFixup_mAD6AAF901FE52337C44D7CF8B6BC19922DF1342E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_0 = __this->get_m_missingElements_6();
if (L_0)
{
goto IL_0013;
}
}
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_1 = (FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A *)il2cpp_codegen_object_new(FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A_il2cpp_TypeInfo_var);
FixupHolderList__ctor_mE6281A8930EED171198CD43F55943FB2998585CC(L_1, /*hidden argument*/NULL);
__this->set_m_missingElements_6(L_1);
}
IL_0013:
{
FixupHolderList_t0D171ED299D06C65C3112A909ECD5428C078299A * L_2 = __this->get_m_missingElements_6();
FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * L_3 = ___fixup0;
NullCheck(L_2);
VirtActionInvoker1< FixupHolder_t8559C72F1898E3C1B055814A5E251BB5CDE2F117 * >::Invoke(4 /* System.Void System.Runtime.Serialization.FixupHolderList::Add(System.Runtime.Serialization.FixupHolder) */, L_2, L_3);
int32_t L_4 = __this->get_m_missingElementsRemaining_2();
__this->set_m_missingElementsRemaining_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
bool L_5 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(__this, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_003d;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_6 = ___manager1;
ObjectHolder_UpdateDescendentDependencyChain_mA0FC99F5F4F92D7253E63FEA4CABD3F2D2E81B27(__this, 1, L_6, /*hidden argument*/NULL);
}
IL_003d:
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::UpdateDescendentDependencyChain(System.Int32,System.Runtime.Serialization.ObjectManager)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_UpdateDescendentDependencyChain_mA0FC99F5F4F92D7253E63FEA4CABD3F2D2E81B27 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int32_t ___amount0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method)
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * V_0 = NULL;
{
V_0 = __this;
}
IL_0002:
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_0 = ___manager1;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_1 = V_0;
NullCheck(L_1);
int64_t L_2 = ObjectHolder_get_ContainerID_mE0BB13C98F785FCB29585868287558CB39A022AD(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_3 = ObjectManager_FindOrCreateObjectHolder_mFAB81D05972F152A1B22F656083D703B45D7F0B1(L_0, L_2, /*hidden argument*/NULL);
V_0 = L_3;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_4 = V_0;
int32_t L_5 = ___amount0;
NullCheck(L_4);
ObjectHolder_IncrementDescendentFixups_mA93AC04751A6A605BE0BC9C3F5933C0D45D4774A(L_4, L_5, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_6 = V_0;
NullCheck(L_6);
bool L_7 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0002;
}
}
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::AddDependency(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_AddDependency_mE072892D26BAF0441611F504021EE19814DABFC2 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, int64_t ___dependentObject0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_AddDependency_mE072892D26BAF0441611F504021EE19814DABFC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_0 = __this->get_m_dependentObjects_7();
if (L_0)
{
goto IL_0013;
}
}
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_1 = (LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF *)il2cpp_codegen_object_new(LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF_il2cpp_TypeInfo_var);
LongList__ctor_m1989F16F481114F49A7D9A3011CA36AD6194AA40(L_1, /*hidden argument*/NULL);
__this->set_m_dependentObjects_7(L_1);
}
IL_0013:
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_2 = __this->get_m_dependentObjects_7();
int64_t L_3 = ___dependentObject0;
NullCheck(L_2);
LongList_Add_mB28919ED8AEA543FED7B1D708ABDB41726947A5D(L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// 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)
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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_1 = ___manager6;
ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info1;
__this->set_m_serInfo_4(L_2);
RuntimeObject* L_3 = ___surrogate2;
__this->set_m_surrogate_5(L_3);
int64_t L_4 = ___idOfContainer3;
if (!L_4)
{
goto IL_0062;
}
}
{
FieldInfo_t * L_5 = ___field4;
bool L_6 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_5, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0033;
}
}
{
FieldInfo_t * L_7 = ___field4;
NullCheck(L_7);
Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_7);
NullCheck(L_8);
bool L_9 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0037;
}
}
IL_0033:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = ___arrayIndex5;
if (!L_10)
{
goto IL_0062;
}
}
IL_0037:
{
int64_t L_11 = ___idOfContainer3;
int64_t L_12 = __this->get_m_id_1();
if ((!(((uint64_t)L_11) == ((uint64_t)L_12))))
{
goto IL_0051;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4E6F2B2D93374316E84ABE79E52E8BFFF3E4F1A7, /*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, NULL, ObjectHolder_UpdateData_m42B2EB83511AF11F9C72ADFFF0775C63ED74A4B1_RuntimeMethod_var);
}
IL_0051:
{
int64_t L_15 = ___idOfContainer3;
FieldInfo_t * L_16 = ___field4;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = ___arrayIndex5;
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_18 = (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC *)il2cpp_codegen_object_new(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC_il2cpp_TypeInfo_var);
ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE(L_18, L_15, L_16, L_17, /*hidden argument*/NULL);
__this->set_m_valueFixup_11(L_18);
}
IL_0062:
{
ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3(__this, /*hidden argument*/NULL);
bool L_19 = ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03(__this, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_007e;
}
}
{
int32_t L_20 = __this->get_m_missingElementsRemaining_2();
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_21 = ___manager6;
ObjectHolder_UpdateDescendentDependencyChain_mA0FC99F5F4F92D7253E63FEA4CABD3F2D2E81B27(__this, L_20, L_21, /*hidden argument*/NULL);
}
IL_007e:
{
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::MarkForCompletionWhenAvailable()
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_MarkForCompletionWhenAvailable_mB326E7C7256268F9B5CD53AF49E83AC9EA46B854 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
__this->set_m_markForFixupWhenAvailable_10((bool)1);
return;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::SetFlags()
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_SetFlags_m788E99E1E37C29C856EF7780F238168C77C53DF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get_m_object_0();
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IObjectReference_t6CDA6360AB0728B0A65C44CFEECA24F338134E80_il2cpp_TypeInfo_var)))
{
goto IL_001b;
}
}
{
int32_t L_1 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_1|(int32_t)1)));
}
IL_001b:
{
int32_t L_2 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-7))));
RuntimeObject* L_3 = __this->get_m_surrogate_5();
if (!L_3)
{
goto IL_0042;
}
}
{
int32_t L_4 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_4|(int32_t)4)));
goto IL_005d;
}
IL_0042:
{
RuntimeObject * L_5 = __this->get_m_object_0();
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, ISerializable_t6367D17788BC3D11199A6922F5932FB0DB2F2815_il2cpp_TypeInfo_var)))
{
goto IL_005d;
}
}
{
int32_t L_6 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_6|(int32_t)2)));
}
IL_005d:
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_7 = __this->get_m_valueFixup_11();
if (!L_7)
{
goto IL_0073;
}
}
{
int32_t L_8 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_8|(int32_t)8)));
}
IL_0073:
{
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_IsIncompleteObjectReference()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_IsIncompleteObjectReference(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_IsIncompleteObjectReference_m4BCF55184AB2230F0B5E6758FCD789C3CCDF421E (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (!L_0)
{
goto IL_0012;
}
}
{
int32_t L_1 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_1|(int32_t)1)));
return;
}
IL_0012:
{
int32_t L_2 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-2))));
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresDelayedFixup()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresDelayedFixup_m963B681056565723391FAED9A9F50B6519F9C9CA (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)7))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresValueTypeFixup()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresValueTypeFixup_mC5BB6CE3A676074E47090DBE8338865A11A33E03 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_ValueTypeFixupPerformed()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_ValueTypeFixupPerformed_mBF8D77CB31CA7B6A3F4BB4BB7CD8EB34C677F3C5 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)32768))))
{
goto IL_0031;
}
}
{
RuntimeObject * L_1 = __this->get_m_object_0();
if (!L_1)
{
goto IL_002f;
}
}
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_2 = __this->get_m_dependentObjects_7();
if (!L_2)
{
goto IL_002d;
}
}
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_3 = __this->get_m_dependentObjects_7();
NullCheck(L_3);
int32_t L_4 = LongList_get_Count_m904F7D166A2D072684B93A7701FFEBB81366B3EB(L_3, /*hidden argument*/NULL);
return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
}
IL_002d:
{
return (bool)1;
}
IL_002f:
{
return (bool)0;
}
IL_0031:
{
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_ValueTypeFixupPerformed(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_ValueTypeFixupPerformed_mDB05BB7533D6843BA90BED3B255CDF77DC0FF75D (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (!L_0)
{
goto IL_0015;
}
}
{
int32_t L_1 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_1|(int32_t)((int32_t)32768))));
}
IL_0015:
{
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_HasISerializable()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_HasISerializable_mC8D2D7573215A1FBC882E199180589811F6D1CC7 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_HasSurrogate()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_HasSurrogate_m9ADAB8C187E28A50A9B50D7A36EC995255829509 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CanSurrogatedObjectValueChange()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_m_surrogate_5();
if (!L_0)
{
goto IL_0023;
}
}
{
RuntimeObject* L_1 = __this->get_m_surrogate_5();
NullCheck(L_1);
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45_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_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0023:
{
return (bool)1;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CanObjectValueChange()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_CanObjectValueChange_m87A726C30DD43D52B356528FDC5123D421C7B648 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
bool L_0 = ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
bool L_1 = ObjectHolder_get_HasSurrogate_m9ADAB8C187E28A50A9B50D7A36EC995255829509(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
bool L_2 = ObjectHolder_get_CanSurrogatedObjectValueChange_mE9D817768C779F4A23F2F343CCFC3B888F8E159F(__this, /*hidden argument*/NULL);
return L_2;
}
IL_0019:
{
return (bool)0;
}
}
// System.Int32 System.Runtime.Serialization.ObjectHolder::get_DirectlyDependentObjects()
extern "C" IL2CPP_METHOD_ATTR int32_t ObjectHolder_get_DirectlyDependentObjects_m48EAF5128C57434025E116C42594469274B85956 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_missingElementsRemaining_2();
return L_0;
}
}
// System.Int32 System.Runtime.Serialization.ObjectHolder::get_TotalDependentObjects()
extern "C" IL2CPP_METHOD_ATTR int32_t ObjectHolder_get_TotalDependentObjects_m44FFE14229ACD115115BEA715E0950E586BFBE57 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_missingElementsRemaining_2();
int32_t L_1 = __this->get_m_missingDecendents_3();
return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_Reachable()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_Reachable_mFDECFB4F4A367DC43A3ECA44E6DDC8D16F0E4A5B (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_reachable_13();
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_Reachable(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_Reachable_mFB16438A63E2826E46B4F960A87E667FF082BF65 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_reachable_13(L_0);
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_TypeLoadExceptionReachable()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_TypeLoadExceptionReachable_m4FA18072BED6923D10C3E7F4EA01CF88F2939D5D (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_0 = __this->get_m_typeLoad_12();
return (bool)((!(((RuntimeObject*)(TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Runtime.Serialization.TypeLoadExceptionHolder System.Runtime.Serialization.ObjectHolder::get_TypeLoadException()
extern "C" IL2CPP_METHOD_ATTR TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ObjectHolder_get_TypeLoadException_mCA525F13C1D26F7CA141168F8A588FE0A51014A2 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_0 = __this->get_m_typeLoad_12();
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_TypeLoadException(System.Runtime.Serialization.TypeLoadExceptionHolder)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_TypeLoadException_mB667695A35EFE191C78F4BA1728F1154171CD45F (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * ___value0, const RuntimeMethod* method)
{
{
TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * L_0 = ___value0;
__this->set_m_typeLoad_12(L_0);
return;
}
}
// System.Object System.Runtime.Serialization.ObjectHolder::get_ObjectValue()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_object_0();
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::SetObjectValue(System.Object,System.Runtime.Serialization.ObjectManager)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, RuntimeObject * ___obj0, ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * ___manager1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectHolder_SetObjectValue_m9C943DEDF858281CAADACBE4743FD661E8484952_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
__this->set_m_object_0(L_0);
RuntimeObject * L_1 = ___obj0;
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_2 = ___manager1;
NullCheck(L_2);
RuntimeObject * L_3 = ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764(L_2, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_3))))
{
goto IL_0017;
}
}
{
__this->set_m_reachable_13((bool)1);
}
IL_0017:
{
RuntimeObject * L_4 = ___obj0;
if (!((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)IsInstClass((RuntimeObject*)L_4, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)))
{
goto IL_002b;
}
}
{
RuntimeObject * L_5 = ___obj0;
__this->set_m_typeLoad_12(((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)CastclassClass((RuntimeObject*)L_5, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)));
}
IL_002b:
{
bool L_6 = __this->get_m_markForFixupWhenAvailable_10();
if (!L_6)
{
goto IL_003b;
}
}
{
ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281 * L_7 = ___manager1;
NullCheck(L_7);
ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3(L_7, __this, (bool)1, /*hidden argument*/NULL);
}
IL_003b:
{
return;
}
}
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.ObjectHolder::get_SerializationInfo()
extern "C" IL2CPP_METHOD_ATTR SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ObjectHolder_get_SerializationInfo_m84FC91DB76282D6FADFB1B3B281FD6FE2A779066 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = __this->get_m_serInfo_4();
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_SerializationInfo(System.Runtime.Serialization.SerializationInfo)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_SerializationInfo_m5F3BCCE0FFFFC46EE20D20B19D15734F9EF2AA8B (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___value0, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___value0;
__this->set_m_serInfo_4(L_0);
return;
}
}
// System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ObjectHolder::get_Surrogate()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ObjectHolder_get_Surrogate_mF212AFFD8843047FA5EFDF30CE1F7879AA946982 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_m_surrogate_5();
return L_0;
}
}
// System.Runtime.Serialization.LongList System.Runtime.Serialization.ObjectHolder::get_DependentObjects()
extern "C" IL2CPP_METHOD_ATTR LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ObjectHolder_get_DependentObjects_mDFC4777887B126AAE5AA159DC6B53EA6317F2730 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_0 = __this->get_m_dependentObjects_7();
return L_0;
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_DependentObjects(System.Runtime.Serialization.LongList)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_DependentObjects_m3D873FB6D0BBB1D45851F36052BAB41AABCD6917 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * ___value0, const RuntimeMethod* method)
{
{
LongList_t8EEDDAE235CDD2E5CB2339990303AFE2FE08FDBF * L_0 = ___value0;
__this->set_m_dependentObjects_7(L_0);
return;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_RequiresSerInfoFixup()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_RequiresSerInfoFixup_m12FF7D6A2E8B94BC220234353D586C797FBA8591 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_9();
if (((int32_t)((int32_t)L_0&(int32_t)4)))
{
goto IL_0016;
}
}
{
int32_t L_1 = __this->get_m_flags_9();
if (((int32_t)((int32_t)L_1&(int32_t)2)))
{
goto IL_0016;
}
}
{
return (bool)0;
}
IL_0016:
{
int32_t L_2 = __this->get_m_flags_9();
return (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)16384)))) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.Runtime.Serialization.ObjectHolder::set_RequiresSerInfoFixup(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ObjectHolder_set_RequiresSerInfoFixup_m4331E5585D2470E6A9E4DAAECB618870D66DB1BA (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0016;
}
}
{
int32_t L_1 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_1|(int32_t)((int32_t)16384))));
return;
}
IL_0016:
{
int32_t L_2 = __this->get_m_flags_9();
__this->set_m_flags_9(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-16385))));
return;
}
}
// System.Runtime.Serialization.ValueTypeFixupInfo System.Runtime.Serialization.ObjectHolder::get_ValueFixup()
extern "C" IL2CPP_METHOD_ATTR ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * ObjectHolder_get_ValueFixup_m3889D9D6C49E7A3E2886C5197AEFB096CCA51369 (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_0 = __this->get_m_valueFixup_11();
return L_0;
}
}
// System.Boolean System.Runtime.Serialization.ObjectHolder::get_CompletelyFixed()
extern "C" IL2CPP_METHOD_ATTR bool ObjectHolder_get_CompletelyFixed_mCB9B60E727690F4A7876465310999B608859E75C (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
bool L_0 = ObjectHolder_get_RequiresSerInfoFixup_m12FF7D6A2E8B94BC220234353D586C797FBA8591(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0012;
}
}
{
bool L_1 = ObjectHolder_get_IsIncompleteObjectReference_m1DF5C8B4B21ECA8F36FDBF20F16EEB874892F416(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Int64 System.Runtime.Serialization.ObjectHolder::get_ContainerID()
extern "C" IL2CPP_METHOD_ATTR int64_t ObjectHolder_get_ContainerID_mE0BB13C98F785FCB29585868287558CB39A022AD (ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * __this, const RuntimeMethod* method)
{
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_0 = __this->get_m_valueFixup_11();
if (!L_0)
{
goto IL_0014;
}
}
{
ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * L_1 = __this->get_m_valueFixup_11();
NullCheck(L_1);
int64_t L_2 = ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
return (((int64_t)((int64_t)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.ObjectHolderList::.ctor()
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)
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*)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)
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()
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()
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, NULL, 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*)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()
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()
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)
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(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()
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(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(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(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()
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()
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*)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*)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.BooleanU26)
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.BooleanU26)
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, NULL, 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.BooleanU26)
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, NULL, 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()
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, NULL, 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*)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*)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()
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*)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)
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*)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)
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)
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()
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()
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.Void System.Runtime.Serialization.ObjectManager::.cctor()
extern "C" IL2CPP_METHOD_ATTR void ObjectManager__cctor_m1954D068078EF03A1A1336E565EBAA3E19DFD095 (const RuntimeMethod* method)
{
{
return;
}
}
// System.Runtime.Serialization.ObjectHolder System.Runtime.Serialization.ObjectManager::FindObjectHolder(System.Int64)
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)
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)
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*)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.ObjectHolderU26,System.ObjectU26,System.Boolean)
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((RuntimeObject **)L_0, (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((RuntimeObject **)L_3, (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(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(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(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*)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, NULL, 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*)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, NULL, ObjectManager_GetCompletionInfo_mB3761D5715310E94E9ECD51253A5D1AA11E52077_RuntimeMethod_var);
}
IL_00b4:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = (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, NULL, 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)
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(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(L_5, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_7 = ___holder0;
NullCheck(L_7);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ObjectHolder_get_SerializationInfo_m84FC91DB76282D6FADFB1B3B281FD6FE2A779066(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(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(25 /* 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, NULL, 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(L_29, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_31 = ___holder0;
NullCheck(L_31);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_32 = ObjectHolder_get_SerializationInfo_m84FC91DB76282D6FADFB1B3B281FD6FE2A779066(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(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(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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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(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(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(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, NULL, ObjectManager_ResolveObjectReference_m90EF800476089742D85776D1EA32EBB03A34278E_RuntimeMethod_var);
}
IL_0053:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_15 = ___holder0;
NullCheck(L_15);
RuntimeObject * L_16 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4(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(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)
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*)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(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*)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(L_11, /*hidden argument*/NULL);
V_5 = L_12;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_13 = ___holder1;
NullCheck(L_13);
RuntimeObject * L_14 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4(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(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(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(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(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(42 /* 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(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(L_43, /*hidden argument*/NULL);
V_4 = L_44;
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_45 = ___holder1;
NullCheck(L_45);
RuntimeObject * L_46 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4(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(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(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(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*)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(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(27 /* 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(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(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)
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(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (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, NULL, 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, NULL, 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(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(L_74, /*hidden argument*/NULL);
NullCheck(L_73);
ObjectHolder_set_TypeLoadException_mB667695A35EFE191C78F4BA1728F1154171CD45F(L_73, L_75, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_76 = ___holder0;
NullCheck(L_76);
bool L_77 = ObjectHolder_get_Reachable_mFDECFB4F4A367DC43A3ECA44E6DDC8D16F0E4A5B(L_76, /*hidden argument*/NULL);
if (!L_77)
{
goto IL_0187;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_78 = (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(L_80, /*hidden argument*/NULL);
NullCheck(L_81);
String_t* L_82 = TypeLoadExceptionHolder_get_TypeName_mF0C5975316A9B33FFF5082F76342E267A3C2448C(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, NULL, ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var);
}
IL_0187:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_85 = ___holder0;
NullCheck(L_85);
bool L_86 = ObjectHolder_get_Reachable_mFDECFB4F4A367DC43A3ECA44E6DDC8D16F0E4A5B(L_85, /*hidden argument*/NULL);
if (!L_86)
{
goto IL_0197;
}
}
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_87 = V_4;
NullCheck(L_87);
ObjectHolder_set_Reachable_mFB16438A63E2826E46B4F960A87E667FF082BF65(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, NULL, ObjectManager_CompleteObject_m4793FE8FC2BA2D525334431404C2B11564236FC3_RuntimeMethod_var);
}
IL_01c6:
{
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_96 = ___holder0;
NullCheck(L_96);
RuntimeObject * L_97 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4(L_96, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_98 = V_4;
NullCheck(L_98);
RuntimeObject * L_99 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4(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(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, NULL, 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(L_116, /*hidden argument*/NULL);
ObjectHolder_t11F223E6C83960E12DAC164F1ADAAC47D4A2C942 * L_118 = V_4;
NullCheck(L_118);
RuntimeObject * L_119 = ObjectHolder_get_ObjectValue_mB82D64E693DBE4B7DFD44AB566C80186EAE764B4(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, NULL, 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, NULL, 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)
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(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(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(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)
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, NULL, 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(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)
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[])
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, NULL, 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, NULL, 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, NULL, 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(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, NULL, 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(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(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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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, NULL, 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, NULL, 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;
IL2CPP_RUNTIME_CLASS_INIT(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281_il2cpp_TypeInfo_var);
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*)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, NULL, 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)
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*)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(25 /* 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, NULL, ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405_RuntimeMethod_var);
}
IL_002f:
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_10 = V_0;
return L_10;
}
}
// System.Void System.Runtime.Serialization.ObjectManager::DoFixups()
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(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_004a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (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, NULL, 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(__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*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_33;
RuntimeObject * L_35 = ObjectManager_get_TopObject_mADB4345E710702DBE5A7C1FB2132D50E528F7764(__this, /*hidden argument*/NULL);
NullCheck(((TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 *)CastclassClass((RuntimeObject*)L_35, TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653_il2cpp_TypeInfo_var)));
String_t* L_36 = TypeLoadExceptionHolder_get_TypeName_mF0C5975316A9B33FFF5082F76342E267A3C2448C(((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, NULL, 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, NULL, ObjectManager_DoFixups_mBB082B5973C7972C465B33A3CCB3B4F7724B552E_RuntimeMethod_var);
}
}
// System.Void System.Runtime.Serialization.ObjectManager::RegisterFixup(System.Runtime.Serialization.FixupHolder,System.Int64,System.Int64)
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, NULL, 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)
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, NULL, 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, NULL, 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*)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, NULL, 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)
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, NULL, 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, NULL, 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)
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, NULL, 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, NULL, 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()
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)
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)
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)
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)
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()
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()
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()
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()
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)
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, NULL, 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)
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()
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()
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)
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()
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)
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(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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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)
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)
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(29 /* 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;
IL2CPP_RUNTIME_CLASS_INIT(ObjectManager_t507FFA4AF40CBF19B13E1AD2057420E865817281_il2cpp_TypeInfo_var);
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)
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.StringU26,System.StringU26)
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((RuntimeObject **)L_0, (RuntimeObject *)NULL);
String_t** L_1 = ___typeName2;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_1, (RuntimeObject *)NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationBinder::.ctor()
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
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, NULL);
}
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, NULL);
}
// Conversion method for clean up from marshalling of: System.Runtime.Serialization.SerializationEntry
extern "C" void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_pinvoke_cleanup(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Runtime.Serialization.SerializationEntry
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, NULL);
}
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, NULL);
}
// Conversion method for clean up from marshalling of: System.Runtime.Serialization.SerializationEntry
extern "C" void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_com_cleanup(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com& marshaled)
{
}
// System.Object System.Runtime.Serialization.SerializationEntry::get_Value()
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;
}
}
extern "C" RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * _thisAdjusted = reinterpret_cast<SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *>(__this + 1);
return SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048(_thisAdjusted, method);
}
// System.String System.Runtime.Serialization.SerializationEntry::get_Name()
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;
}
}
extern "C" String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * _thisAdjusted = reinterpret_cast<SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *>(__this + 1);
return SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4(_thisAdjusted, method);
}
// System.Void System.Runtime.Serialization.SerializationEntry::.ctor(System.String,System.Object,System.Type)
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;
}
}
extern "C" void SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C_AdjustorThunk (RuntimeObject * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method)
{
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * _thisAdjusted = reinterpret_cast<SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *>(__this + 1);
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
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 U27___context0U27 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 U27___context0U27 native representation
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_cleanup(____context0_marshaled);
}
// System.Void System.Runtime.Serialization.SerializationEventHandler::.ctor(System.Object,System.IntPtr)
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)
extern "C" IL2CPP_METHOD_ATTR void SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
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 (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_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___context0, targetMethod);
}
else 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
{
typedef void (*FunctionPointerType) (void*, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___context0, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
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 (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_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___context0, targetMethod);
}
else 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
{
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)
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)
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)
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(41 /* 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(29 /* 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(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)
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()
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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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((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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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((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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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((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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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((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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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((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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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(22 /* 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(31 /* 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(22 /* 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(23 /* 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()
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()
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)
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)
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)
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()
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()
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()
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)
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()
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()
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()
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)
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)
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)
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()
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)
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)
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)
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(24 /* 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)
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(24 /* 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()
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()
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()
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)
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)
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, NULL, 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, NULL, SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_RuntimeMethod_var);
}
IL_0022:
{
Type_t * L_4 = ___type0;
__this->set_objectType_8(L_4);
Type_t * L_5 = ___type0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_5);
__this->set_m_fullTypeName_6(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(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_9);
__this->set_m_assemName_7(L_10);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_m_members_0(L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_m_data_1(L_12);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_m_types_2(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_3(L_14);
RuntimeObject* L_15 = ___converter1;
__this->set_m_converter_5(L_15);
bool L_16 = ___requireSameTokenInPartialTrust2;
__this->set_requireSameTokenInPartialTrust_11(L_16);
return;
}
}
// System.String System.Runtime.Serialization.SerializationInfo::get_FullTypeName()
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_6();
return L_0;
}
}
// System.String System.Runtime.Serialization.SerializationInfo::get_AssemblyName()
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_7();
return L_0;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type)
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, NULL, SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_RuntimeMethod_var);
}
IL_000e:
{
bool L_2 = __this->get_requireSameTokenInPartialTrust_11();
if (!L_2)
{
goto IL_0036;
}
}
{
Type_t * L_3 = SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B(__this, /*hidden argument*/NULL);
NullCheck(L_3);
Assembly_t * L_4 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_3);
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_4);
Type_t * L_6 = ___type0;
NullCheck(L_6);
Assembly_t * L_7 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_6);
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(8 /* 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_8();
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_8(L_11);
Type_t * L_12 = ___type0;
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_12);
__this->set_m_fullTypeName_6(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(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_16);
__this->set_m_assemName_7(L_17);
__this->set_isFullTypeNameSetExplicit_9((bool)0);
__this->set_isAssemblyNameSetExplicit_10((bool)0);
}
IL_0076:
{
return;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::Compare(System.Byte[],System.Byte[])
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)
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)
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(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(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()
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_4();
return L_0;
}
}
// System.Type System.Runtime.Serialization.SerializationInfo::get_ObjectType()
extern "C" IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_objectType_8();
return L_0;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsFullTypeNameSetExplicit()
extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsFullTypeNameSetExplicit_m35B9D2A3CF5D0B4BBA1FF6279CB8DD03D8B402CD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isFullTypeNameSetExplicit_9();
return L_0;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsAssemblyNameSetExplicit()
extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsAssemblyNameSetExplicit_m0570C6F7088735687DE3A5FE6099B6DE2030DEB8 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isAssemblyNameSetExplicit_10();
return L_0;
}
}
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
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_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get_m_data_1();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = __this->get_m_types_2();
int32_t L_3 = __this->get_m_currMember_4();
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()
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_4();
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_4();
if ((((int32_t)L_1) >= ((int32_t)L_2)))
{
goto IL_0025;
}
}
{
int32_t L_3 = __this->get_m_currMember_4();
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*)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*)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*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_8);
V_3 = L_9;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = __this->get_m_members_0();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_1;
int32_t L_12 = __this->get_m_currMember_4();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_10, (RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_m_data_1();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = V_2;
int32_t L_15 = __this->get_m_currMember_4();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_13, (RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = __this->get_m_types_2();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = V_3;
int32_t L_18 = __this->get_m_currMember_4();
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_0(L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = V_2;
__this->set_m_data_1(L_20);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_21 = V_3;
__this->set_m_types_2(L_21);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
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, NULL, 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, NULL, 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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_3();
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, NULL, SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_RuntimeMethod_var);
}
IL_001e:
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_5 = __this->get_m_nameToIndex_3();
String_t* L_6 = ___name0;
int32_t L_7 = __this->get_m_currMember_4();
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_4();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = __this->get_m_members_0();
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_0();
int32_t L_11 = __this->get_m_currMember_4();
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_1();
int32_t L_14 = __this->get_m_currMember_4();
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_2();
int32_t L_17 = __this->get_m_currMember_4();
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_4();
__this->set_m_currMember_4(((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)
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_1();
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_2();
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)
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, NULL, SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_RuntimeMethod_var);
}
IL_000e:
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_2 = __this->get_m_nameToIndex_3();
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.TypeU26)
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*)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, NULL, SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_RuntimeMethod_var);
}
IL_0026:
{
Type_t ** L_8 = ___foundType1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = __this->get_m_types_2();
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((RuntimeObject **)L_8, (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_m_data_1();
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.TypeU26)
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((RuntimeObject **)L_3, (RuntimeObject *)NULL);
return NULL;
}
IL_0011:
{
Type_t ** L_4 = ___foundType1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = __this->get_m_types_2();
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((RuntimeObject **)L_4, (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = __this->get_m_data_1();
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)
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, NULL, 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, NULL, 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(104 /* 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_5();
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)
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(104 /* 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_5();
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)
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_5();
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)
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_5();
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)
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_5();
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)
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_5();
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)
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_5();
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)
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()
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()
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, NULL, 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()
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, NULL, 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()
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()
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, NULL, 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()
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, NULL, 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()
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, NULL, 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)
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)
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(22 /* 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(23 /* 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()
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)
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
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()))
{
il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_m_additionalContext_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast<void**>(&marshaled.___m_additionalContext_0));
il2cpp_codegen_com_raise_exception_if_failed(hr, false);
}
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();
}
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));
}
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
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
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()))
{
il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_m_additionalContext_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast<void**>(&marshaled.___m_additionalContext_0));
il2cpp_codegen_com_raise_exception_if_failed(hr, true);
}
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();
}
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));
}
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
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)
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;
}
}
extern "C" void StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA_AdjustorThunk (RuntimeObject * __this, int32_t ___state0, const RuntimeMethod* method)
{
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + 1);
StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA(_thisAdjusted, ___state0, method);
}
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates,System.Object)
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;
}
}
extern "C" void StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52_AdjustorThunk (RuntimeObject * __this, int32_t ___state0, RuntimeObject * ___additional1, const RuntimeMethod* method)
{
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + 1);
StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52(_thisAdjusted, ___state0, ___additional1, method);
}
// System.Boolean System.Runtime.Serialization.StreamingContext::Equals(System.Object)
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;
}
}
extern "C" bool StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + 1);
return StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.Runtime.Serialization.StreamingContext::GetHashCode()
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;
}
}
extern "C" int32_t StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + 1);
return StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5(_thisAdjusted, method);
}
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::get_State()
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;
}
}
extern "C" int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + 1);
return StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62(_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
// System.Void System.Runtime.Serialization.SurrogateForCyclicalReference::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void SurrogateForCyclicalReference_GetObjectData_m9B4DAABBCDBE58D3F17095EF263F52DA9702603F (SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45 * __this, RuntimeObject * ___obj0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SurrogateForCyclicalReference_GetObjectData_m9B4DAABBCDBE58D3F17095EF263F52DA9702603F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_innerSurrogate_0();
RuntimeObject * L_1 = ___obj0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_3 = ___context2;
NullCheck(L_0);
InterfaceActionInvoker3< RuntimeObject *, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(0 /* System.Void System.Runtime.Serialization.ISerializationSurrogate::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, ISerializationSurrogate_t23038B6F4E182A38826DE971AAC78E29FDBFA816_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3);
return;
}
}
// System.Object System.Runtime.Serialization.SurrogateForCyclicalReference::SetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SurrogateForCyclicalReference_SetObjectData_m33C539D19A733C1D0B0B3138DA8EF676DE974ED5 (SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45 * __this, RuntimeObject * ___obj0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, RuntimeObject* ___selector3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SurrogateForCyclicalReference_SetObjectData_m33C539D19A733C1D0B0B3138DA8EF676DE974ED5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_innerSurrogate_0();
RuntimeObject * L_1 = ___obj0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_3 = ___context2;
RuntimeObject* L_4 = ___selector3;
NullCheck(L_0);
RuntimeObject * L_5 = 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_0, L_1, L_2, L_3, L_4);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.TypeLoadExceptionHolder::.ctor(System.String)
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()
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[])
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, NULL, 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, NULL, 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, NULL, 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()
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()
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()
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()
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)
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;
}
}
extern "C" void RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_AdjustorThunk (RuntimeObject * __this, intptr_t ___v0, const RuntimeMethod* method)
{
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + 1);
RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1(_thisAdjusted, ___v0, method);
}
// System.Void System.RuntimeFieldHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
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, NULL, 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((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, NULL, RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_RuntimeMethod_var);
}
IL_005f:
{
return;
}
}
extern "C" void RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + 1);
RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465(_thisAdjusted, ___info0, ___context1, method);
}
// System.IntPtr System.RuntimeFieldHandle::get_Value()
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;
}
}
extern "C" intptr_t RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + 1);
return RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA(_thisAdjusted, method);
}
// System.Void System.RuntimeFieldHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
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, NULL, 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, NULL, RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_RuntimeMethod_var);
}
IL_002b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
FieldInfo_t * L_6 = FieldInfo_GetFieldFromHandle_m4559B3EB75D60B9573FF47FB04F91F4752F1EDD6((*(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)__this), /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (MonoField_t_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_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteralEC1F78FD1B1ED4270616C86AC5F060C76454B471, ((MonoField_t *)CastclassClass((RuntimeObject*)L_6, MonoField_t_il2cpp_TypeInfo_var)), L_8, /*hidden argument*/NULL);
return;
}
}
extern "C" void RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + 1);
RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A(_thisAdjusted, ___info0, ___context1, method);
}
// System.Boolean System.RuntimeFieldHandle::Equals(System.Object)
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);
RuntimeObject * L_2 = Box(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_il2cpp_TypeInfo_var, &L_1);
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___obj0;
NullCheck(L_4);
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_6 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_3, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_7 = __this->get_value_0();
RuntimeObject * L_8 = ___obj0;
V_0 = ((*(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)((RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)UnBox(L_8, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_il2cpp_TypeInfo_var))));
intptr_t L_9 = RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA((RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)(&V_0), /*hidden argument*/NULL);
bool L_10 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_7, (intptr_t)L_9, /*hidden argument*/NULL);
return L_10;
}
}
extern "C" bool RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + 1);
return RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.RuntimeFieldHandle::GetHashCode()
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;
}
}
extern "C" int32_t RuntimeFieldHandle_GetHashCode_mAC7E78F6C0F0A58E6A349467E3B9F8DC602B7F88_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + 1);
return RuntimeFieldHandle_GetHashCode_mAC7E78F6C0F0A58E6A349467E3B9F8DC602B7F88(_thisAdjusted, method);
}
// System.Void System.RuntimeFieldHandle::SetValueInternal(System.Reflection.FieldInfo,System.Object,System.Object)
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.BooleanU26)
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)
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)
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;
}
}
extern "C" void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_AdjustorThunk (RuntimeObject * __this, intptr_t ___v0, const RuntimeMethod* method)
{
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + 1);
RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453(_thisAdjusted, ___v0, method);
}
// System.Void System.RuntimeMethodHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
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, NULL, 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((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, NULL, RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_RuntimeMethod_var);
}
IL_005f:
{
return;
}
}
extern "C" void RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + 1);
RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC(_thisAdjusted, ___info0, ___context1, method);
}
// System.IntPtr System.RuntimeMethodHandle::get_Value()
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;
}
}
extern "C" intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + 1);
return RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA(_thisAdjusted, method);
}
// System.Void System.RuntimeMethodHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
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, NULL, 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, NULL, RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_RuntimeMethod_var);
}
IL_002b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
MethodBase_t * L_6 = MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878((*(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)__this), /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (MonoMethod_t_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_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteral308DADD8379AA87AD9B6AD01D3328702E3FD5D72, ((MonoMethod_t *)CastclassClass((RuntimeObject*)L_6, MonoMethod_t_il2cpp_TypeInfo_var)), L_8, /*hidden argument*/NULL);
return;
}
}
extern "C" void RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + 1);
RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5(_thisAdjusted, ___info0, ___context1, method);
}
// System.Boolean System.RuntimeMethodHandle::Equals(System.Object)
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);
RuntimeObject * L_2 = Box(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_il2cpp_TypeInfo_var, &L_1);
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___obj0;
NullCheck(L_4);
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_6 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_3, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_7 = __this->get_value_0();
RuntimeObject * L_8 = ___obj0;
V_0 = ((*(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)UnBox(L_8, RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_il2cpp_TypeInfo_var))));
intptr_t L_9 = RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&V_0), /*hidden argument*/NULL);
bool L_10 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_7, (intptr_t)L_9, /*hidden argument*/NULL);
return L_10;
}
}
extern "C" bool RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + 1);
return RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.RuntimeMethodHandle::GetHashCode()
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;
}
}
extern "C" int32_t RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + 1);
return RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5(_thisAdjusted, method);
}
// System.String System.RuntimeMethodHandle::ConstructInstantiation(System.Reflection.RuntimeMethodInfo,System.TypeNameFormatFlags)
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()
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;
}
}
extern "C" bool RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + 1);
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)
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*)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, NULL, RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_RuntimeMethod_var);
}
IL_0041:
{
return;
}
}
// System.Void System.RuntimeType::SanityCheckGenericArguments(System.RuntimeType[],System.RuntimeType[])
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, NULL, 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, NULL, 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*)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, NULL, RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_RuntimeMethod_var);
}
IL_0064:
{
return;
}
}
// System.Void System.RuntimeType::SplitName(System.String,System.StringU26,System.StringU26)
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((RuntimeObject **)L_0, (RuntimeObject *)NULL);
String_t** L_1 = ___ns2;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_1, (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((RuntimeObject **)L_6, (RuntimeObject *)L_9);
String_t* L_10 = ___fullname0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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(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((RuntimeObject **)L_16, (RuntimeObject *)L_20);
return;
}
IL_0046:
{
String_t** L_21 = ___name1;
*((RuntimeObject **)L_21) = (RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_21, (RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
return;
}
IL_004e:
{
String_t** L_22 = ___name1;
String_t* L_23 = ___fullname0;
*((RuntimeObject **)L_22) = (RuntimeObject *)L_23;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_22, (RuntimeObject *)L_23);
return;
}
}
// System.Void System.RuntimeType::FilterHelper(System.Reflection.BindingFlags,System.StringU26,System.Boolean,System.BooleanU26,System.BooleanU26,System.RuntimeType_MemberListTypeU26)
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((RuntimeObject **)L_5, (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(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((RuntimeObject **)L_17, (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.StringU26,System.BooleanU26,System.RuntimeType_MemberListTypeU26)
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)
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)
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)
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(26 /* 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[])
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[])
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[])
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()
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, NULL, RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_RuntimeMethod_var);
}
}
// System.Boolean System.RuntimeType::IsSpecialSerializableType()
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)
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)
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)
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(22 /* 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)
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)
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)
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)
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)
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.FieldInfo[] System.RuntimeType::GetFields(System.Reflection.BindingFlags)
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.Reflection.MethodInfo System.RuntimeType::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])
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((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((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, NULL, 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((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((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[])
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((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((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[])
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, NULL, 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((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((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(105 /* 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, NULL, 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)
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, NULL, 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, NULL, 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)
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, NULL, 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, NULL, 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(102 /* 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, NULL, RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_RuntimeMethod_var);
}
IL_00ed:
{
FieldInfo_t * L_50 = V_3;
return L_50;
}
}
// System.Type System.RuntimeType::GetNestedType(System.String,System.Reflection.BindingFlags)
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, NULL, 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, NULL, 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)
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, NULL, 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((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((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((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((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((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((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*)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*)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((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((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((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((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((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((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()
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()
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()
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()
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()
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)
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)
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, NULL, 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)
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(101 /* 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)
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()
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()
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(75 /* 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(72 /* 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(55 /* 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(55 /* 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()
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()
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()
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()
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()
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()
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()
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()
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(102 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, __this, L_7);
return L_8;
}
}
// System.Boolean System.RuntimeType::get_IsEnum()
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()
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()
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(72 /* 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, NULL, 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()
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()
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()
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(85 /* 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, NULL, 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()
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()
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(66 /* 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, NULL, 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*)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.Type System.RuntimeType::GetEnumUnderlyingType()
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(66 /* 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, NULL, 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)
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, NULL, 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(66 /* 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(105 /* System.Boolean System.Type::IsEquivalentTo(System.Type) */, L_6, __this);
if (L_7)
{
goto IL_0053;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (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, NULL, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
IL_0053:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_16 = V_0;
NullCheck(L_16);
Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(98 /* 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*)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, NULL, 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:
{
IL2CPP_RUNTIME_CLASS_INIT(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var);
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*)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(98 /* 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, NULL, 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, NULL, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
}
// System.String System.RuntimeType::GetEnumName(System.Object)
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, NULL, 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(66 /* 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, NULL, 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()
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()
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[])
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, NULL, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_000e:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ___instantiation0;
NullCheck(L_2);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_3 = (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(71 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, __this);
if (L_4)
{
goto IL_0039;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (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, NULL, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_0039:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(94 /* 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, NULL, 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, NULL, 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*)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, NULL, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_00e3:
{
return G_B18_0;
}
}
// System.Boolean System.RuntimeType::get_IsGenericTypeDefinition()
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()
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()
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(72 /* 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, NULL, 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()
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(70 /* 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, NULL, 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()
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.Object System.RuntimeType::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * 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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
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(72 /* 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, NULL, 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, NULL, 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, NULL, 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, NULL, 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, NULL, 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, NULL, 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, NULL, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_012b:
{
String_t* L_42 = ___name0;
NullCheck(L_42);
int32_t L_43 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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, NULL, 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, NULL, 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, NULL, 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, NULL, 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, NULL, 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(53 /* 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*)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, NULL, 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, NULL, 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, NULL, 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(24 /* 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(25 /* 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, NULL, 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, NULL, 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, NULL, 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(53 /* 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*)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(L_185, /*hidden argument*/List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var);
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_187 = (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(53 /* 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(23 /* 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(21 /* 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*)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(L_229, /*hidden argument*/List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var);
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_231 = (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*)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(25 /* 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, NULL, 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(25 /* 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, NULL, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
}
// System.Boolean System.RuntimeType::Equals(System.Object)
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)
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)
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()
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)
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, NULL, 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)
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)
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, NULL, RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___attributeType0;
NullCheck(L_2);
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(101 /* 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, NULL, 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)
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, NULL, RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___attributeType0;
NullCheck(L_2);
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(101 /* 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, NULL, 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()
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)
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(_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()
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()
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()
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()
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, NULL, RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var);
}
IL_0018:
{
bool L_2 = VirtFuncInvoker0< bool >::Invoke(74 /* System.Boolean System.Type::get_ContainsGenericParameters() */, __this);
if (!L_2)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (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, NULL, 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, NULL, 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, NULL, 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.StackCrawlMarkU26)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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(34 /* 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*)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(L_48, /*hidden argument*/List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02_RuntimeMethod_var);
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_50 = (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*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_57 = L_56;
String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(25 /* 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, NULL, 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*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_69 = L_68;
String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(25 /* 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, NULL, 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(/*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, NULL, 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, NULL, 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.StackCrawlMarkU26)
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, NULL, 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()
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(34 /* 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()
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(((DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 *)CastclassSealed((RuntimeObject*)L_6, DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_7;
}
}
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::GetSerializationCtor()
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*)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.StackCrawlMarkU26)
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)
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, NULL, 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(25 /* 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, NULL, 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*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(25 /* 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, NULL, 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)
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, NULL, 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, NULL, RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_RuntimeMethod_var);
}
}
// System.Object System.RuntimeType::TryConvertToType(System.Object,System.BooleanU26)
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(103 /* 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(93 /* 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(103 /* 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(66 /* 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)
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(66 /* 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)
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, NULL, RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_RuntimeMethod_var);
}
}
// System.Type System.RuntimeType::make_array_type(System.Int32)
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()
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)
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, NULL, 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()
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()
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, NULL, 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)
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()
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.Boolean System.RuntimeType::get_ContainsGenericParameters()
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(72 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (!L_0)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
bool L_1 = VirtFuncInvoker0< bool >::Invoke(70 /* System.Boolean System.Type::get_IsGenericType() */, __this);
if (!L_1)
{
goto IL_0033;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(94 /* 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(74 /* 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(93 /* System.Type System.Type::GetElementType() */, __this);
NullCheck(L_12);
bool L_13 = VirtFuncInvoker0< bool >::Invoke(74 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_12);
return L_13;
}
IL_0047:
{
return (bool)0;
}
}
// System.Type[] System.RuntimeType::GetGenericParameterConstraints()
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(72 /* 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, NULL, 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)
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*)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[])
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)
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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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*)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((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)
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)
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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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*)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((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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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*)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((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.TypeCode System.RuntimeType::GetTypeCodeImpl()
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)
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()
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()
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)
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()
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)
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)
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()
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()
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)
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)
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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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*)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((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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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*)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((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()
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)
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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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*)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((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()
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()
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()
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()
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()
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(101 /* 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((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()
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(70 /* System.Boolean System.Type::get_IsGenericType() */, __this);
if (!L_0)
{
goto IL_001a;
}
}
{
bool L_1 = VirtFuncInvoker0< bool >::Invoke(74 /* System.Boolean System.Type::get_ContainsGenericParameters() */, __this);
if (!L_1)
{
goto IL_001a;
}
}
{
bool L_2 = VirtFuncInvoker0< bool >::Invoke(71 /* 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()
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)
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;
}
}
extern "C" void RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_AdjustorThunk (RuntimeObject * __this, intptr_t ___val0, const RuntimeMethod* method)
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + 1);
RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092(_thisAdjusted, ___val0, method);
}
// System.Void System.RuntimeTypeHandle::.ctor(System.RuntimeType)
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((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)__this, (intptr_t)L_2, /*hidden argument*/NULL);
return;
}
}
extern "C" void RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230_AdjustorThunk (RuntimeObject * __this, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + 1);
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230(_thisAdjusted, ___type0, method);
}
// System.Void System.RuntimeTypeHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
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, NULL, 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(24 /* System.RuntimeTypeHandle System.Type::get_TypeHandle() */, L_6);
V_1 = L_7;
intptr_t L_8 = RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6((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, NULL, RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_RuntimeMethod_var);
}
IL_005f:
{
return;
}
}
extern "C" void RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + 1);
RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5(_thisAdjusted, ___info0, ___context1, method);
}
// System.IntPtr System.RuntimeTypeHandle::get_Value()
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;
}
}
extern "C" intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + 1);
return RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6(_thisAdjusted, method);
}
// System.Void System.RuntimeTypeHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
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, NULL, 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, NULL, RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_RuntimeMethod_var);
}
IL_002b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = (*(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)__this);
RuntimeObject * L_7 = Box(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var, &L_6);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = Type_GetTypeHandle_mF4790808C172FB5701365C8AA48EC9A132AD60B9(L_7, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = L_8;
RuntimeObject * L_10 = Box(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var, &L_9);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var) };
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteral89ADD44544810AC934CD80F0F594BF927DE8468D, L_10, L_12, /*hidden argument*/NULL);
return;
}
}
extern "C" void RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + 1);
RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06(_thisAdjusted, ___info0, ___context1, method);
}
// System.Boolean System.RuntimeTypeHandle::Equals(System.Object)
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);
RuntimeObject * L_2 = Box(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var, &L_1);
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___obj0;
NullCheck(L_4);
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_6 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_3, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_7 = __this->get_value_0();
RuntimeObject * L_8 = ___obj0;
V_0 = ((*(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)UnBox(L_8, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var))));
intptr_t L_9 = RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), /*hidden argument*/NULL);
bool L_10 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_7, (intptr_t)L_9, /*hidden argument*/NULL);
return L_10;
}
}
extern "C" bool RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + 1);
return RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.RuntimeTypeHandle::GetHashCode()
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;
}
}
extern "C" int32_t RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + 1);
return RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA(_thisAdjusted, method);
}
// System.Reflection.TypeAttributes System.RuntimeTypeHandle::GetAttributes(System.RuntimeType)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_1, L_2);
return L_3;
}
}
// System.Boolean System.RuntimeTypeHandle::IsEquivalentTo(System.RuntimeType,System.RuntimeType)
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)
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(28 /* 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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, NULL, 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))))));
}
}
extern "C" int32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.SByte::CompareTo(System.SByte)
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));
}
}
extern "C" int32_t SByte_CompareTo_mE2BEEEA7A6B69C30725249CC16088C768068C1C8_AdjustorThunk (RuntimeObject * __this, int8_t ___value0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_CompareTo_mE2BEEEA7A6B69C30725249CC16088C768068C1C8(_thisAdjusted, ___value0, method);
}
// System.Boolean System.SByte::Equals(System.Object)
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);
}
}
extern "C" bool SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144(_thisAdjusted, ___obj0, method);
}
// System.Boolean System.SByte::Equals(System.SByte)
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);
}
}
extern "C" bool SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8_AdjustorThunk (RuntimeObject * __this, int8_t ___obj0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.SByte::GetHashCode()
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))));
}
}
extern "C" int32_t SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F(_thisAdjusted, method);
}
// System.String System.SByte::ToString()
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;
}
}
extern "C" String_t* SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566(_thisAdjusted, method);
}
// System.String System.SByte::ToString(System.IFormatProvider)
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;
}
}
extern "C" String_t* SByte_ToString_m9297ABA82168D557F8616CAF5E23BCE9B3763906_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_ToString_m9297ABA82168D557F8616CAF5E23BCE9B3763906(_thisAdjusted, ___provider0, method);
}
// System.String System.SByte::ToString(System.String,System.IFormatProvider)
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;
}
}
extern "C" String_t* SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1(_thisAdjusted, ___format0, ___provider1, method);
}
// System.String System.SByte::ToString(System.String,System.Globalization.NumberFormatInfo)
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(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;
}
}
extern "C" String_t* SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info1, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48(_thisAdjusted, ___format0, ___info1, method);
}
// System.SByte System.SByte::Parse(System.String,System.IFormatProvider)
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)
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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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, NULL, 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, NULL, 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, NULL, 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.SByteU26)
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.SByteU26)
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()
extern "C" IL2CPP_METHOD_ATTR int32_t SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461 (int8_t* __this, const RuntimeMethod* method)
{
{
return (int32_t)(5);
}
}
extern "C" int32_t SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461(_thisAdjusted, method);
}
// System.Boolean System.SByte::System.IConvertible.ToBoolean(System.IFormatProvider)
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;
}
}
extern "C" bool SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB(_thisAdjusted, ___provider0, method);
}
// System.Char System.SByte::System.IConvertible.ToChar(System.IFormatProvider)
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;
}
}
extern "C" Il2CppChar SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28(_thisAdjusted, ___provider0, method);
}
// System.SByte System.SByte::System.IConvertible.ToSByte(System.IFormatProvider)
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;
}
}
extern "C" int8_t SByte_System_IConvertible_ToSByte_m294499739C5D5B037AEF9CC6579CFA7599397687_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToSByte_m294499739C5D5B037AEF9CC6579CFA7599397687(_thisAdjusted, ___provider0, method);
}
// System.Byte System.SByte::System.IConvertible.ToByte(System.IFormatProvider)
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;
}
}
extern "C" uint8_t SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501(_thisAdjusted, ___provider0, method);
}
// System.Int16 System.SByte::System.IConvertible.ToInt16(System.IFormatProvider)
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;
}
}
extern "C" int16_t SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE(_thisAdjusted, ___provider0, method);
}
// System.UInt16 System.SByte::System.IConvertible.ToUInt16(System.IFormatProvider)
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;
}
}
extern "C" uint16_t SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5(_thisAdjusted, ___provider0, method);
}
// System.Int32 System.SByte::System.IConvertible.ToInt32(System.IFormatProvider)
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;
}
}
extern "C" int32_t SByte_System_IConvertible_ToInt32_m1BA4F4D3E5E2CF9B5B74C252B12DB67ACBD493FD_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToInt32_m1BA4F4D3E5E2CF9B5B74C252B12DB67ACBD493FD(_thisAdjusted, ___provider0, method);
}
// System.UInt32 System.SByte::System.IConvertible.ToUInt32(System.IFormatProvider)
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;
}
}
extern "C" uint32_t SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD(_thisAdjusted, ___provider0, method);
}
// System.Int64 System.SByte::System.IConvertible.ToInt64(System.IFormatProvider)
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;
}
}
extern "C" int64_t SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9(_thisAdjusted, ___provider0, method);
}
// System.UInt64 System.SByte::System.IConvertible.ToUInt64(System.IFormatProvider)
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;
}
}
extern "C" uint64_t SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E(_thisAdjusted, ___provider0, method);
}
// System.Single System.SByte::System.IConvertible.ToSingle(System.IFormatProvider)
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;
}
}
extern "C" float SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003(_thisAdjusted, ___provider0, method);
}
// System.Double System.SByte::System.IConvertible.ToDouble(System.IFormatProvider)
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;
}
}
extern "C" double SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2(_thisAdjusted, ___provider0, method);
}
// System.Decimal System.SByte::System.IConvertible.ToDecimal(System.IFormatProvider)
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;
}
}
extern "C" Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC(_thisAdjusted, ___provider0, method);
}
// System.DateTime System.SByte::System.IConvertible.ToDateTime(System.IFormatProvider)
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*)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, NULL, SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_RuntimeMethod_var);
}
}
extern "C" DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
return SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B(_thisAdjusted, ___provider0, method);
}
// System.Object System.SByte::System.IConvertible.ToType(System.Type,System.IFormatProvider)
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;
}
}
extern "C" RuntimeObject * SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + 1);
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()
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
// System.Void System.Security.AllowPartiallyTrustedCallersAttribute::.ctor()
extern "C" IL2CPP_METHOD_ATTR void AllowPartiallyTrustedCallersAttribute__ctor_mA0819487C1398513FD239DF91164E9CE0B62E99F (AllowPartiallyTrustedCallersAttribute_t5FC828B1EF0E0F455A7055203AA0B2A0C2DB2E47 * __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.Security.Cryptography.Aes::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Aes__ctor_m16C1BE841CDC7AD3484B027FADD635F4CC2F46C5 (Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Aes__ctor_m16C1BE841CDC7AD3484B027FADD635F4CC2F46C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SymmetricAlgorithm__ctor_mA48D09DF35BE5C20350B379682F1F7FE1278F755(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = ((Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields*)il2cpp_codegen_static_fields_for(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var))->get_s_legalBlockSizes_9();
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_LegalBlockSizesValue_4(L_0);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = ((Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields*)il2cpp_codegen_static_fields_for(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var))->get_s_legalKeySizes_10();
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_LegalKeySizesValue_5(L_1);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_BlockSizeValue_0(((int32_t)128));
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_FeedbackSizeValue_1(8);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeySizeValue_6(((int32_t)256));
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_ModeValue_7(1);
return;
}
}
// System.Void System.Security.Cryptography.Aes::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Aes__cctor_mB33D6B5DD75B0A3826B363B0EBF660C1C267E23A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Aes__cctor_mB33D6B5DD75B0A3826B363B0EBF660C1C267E23A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = L_0;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_2 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_2, ((int32_t)128), ((int32_t)128), 0, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_2);
((Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields*)il2cpp_codegen_static_fields_for(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var))->set_s_legalBlockSizes_9(L_1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_3 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_4 = L_3;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_5 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_5, ((int32_t)128), ((int32_t)256), ((int32_t)64), /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_5);
((Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields*)il2cpp_codegen_static_fields_for(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var))->set_s_legalKeySizes_10(L_4);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::.ctor()
extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm__ctor_m2CC64409B1183D15BF9703D8581233B11D5D11EC (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose()
extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Dispose_mEB7569AF815938EF3B85B4D2165EEAD010C2CF4B (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
{
AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Clear()
extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Dispose_m6640108F9EB3155FFD5D9553E962F74A001E4BCF (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize()
extern "C" IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50 (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_KeySizeValue_0();
return L_0;
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
goto IL_006b;
}
IL_0004:
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = __this->get_LegalKeySizesValue_1();
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
NullCheck(L_3);
int32_t L_4 = KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002b;
}
}
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_5 = __this->get_LegalKeySizesValue_1();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = L_6;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
NullCheck(L_8);
int32_t L_9 = KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B(L_8, /*hidden argument*/NULL);
int32_t L_10 = ___value0;
if ((!(((uint32_t)L_9) == ((uint32_t)L_10))))
{
goto IL_0067;
}
}
{
int32_t L_11 = ___value0;
__this->set_KeySizeValue_0(L_11);
return;
}
IL_002b:
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_12 = __this->get_LegalKeySizesValue_1();
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = L_13;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_15);
int32_t L_16 = KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B(L_15, /*hidden argument*/NULL);
V_1 = L_16;
goto IL_0057;
}
IL_003b:
{
int32_t L_17 = V_1;
int32_t L_18 = ___value0;
if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
{
goto IL_0047;
}
}
{
int32_t L_19 = ___value0;
__this->set_KeySizeValue_0(L_19);
return;
}
IL_0047:
{
int32_t L_20 = V_1;
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_21 = __this->get_LegalKeySizesValue_1();
int32_t L_22 = V_0;
NullCheck(L_21);
int32_t L_23 = L_22;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
NullCheck(L_24);
int32_t L_25 = KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33(L_24, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_25));
}
IL_0057:
{
int32_t L_26 = V_1;
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_27 = __this->get_LegalKeySizesValue_1();
int32_t L_28 = V_0;
NullCheck(L_27);
int32_t L_29 = L_28;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_30);
int32_t L_31 = KeySizes_get_MaxSize_m0DA99EB5B5DE65B27B83EC85F634BBC6382E1691(L_30, /*hidden argument*/NULL);
if ((((int32_t)L_26) <= ((int32_t)L_31)))
{
goto IL_003b;
}
}
IL_0067:
{
int32_t L_32 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_006b:
{
int32_t L_33 = V_0;
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_34 = __this->get_LegalKeySizesValue_1();
NullCheck(L_34);
if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length)))))))
{
goto IL_0004;
}
}
{
String_t* L_35 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD99687D6E2A05AB86D82EB88F617BB3A6D262286, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_36 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_36, L_35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, NULL, AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_RuntimeMethod_var);
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::FromXmlString(System.String)
extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, String_t* ___xmlString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_RuntimeMethod_var);
}
}
// System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void AsymmetricSignatureDeformatter__ctor_m656D0E64C9E6B3FF5D07E118F06EA95F16363AED (AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39 * __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
// System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void AsymmetricSignatureFormatter__ctor_m4581CBC81F10A82465AF491B8C8C32A44D4EBB43 (AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E * __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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
uint8_t V_6 = 0x0;
uint8_t V_7 = 0x0;
int32_t V_8 = 0;
int64_t V_9 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_10 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
String_t* L_0 = ___str0;
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, _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var);
}
IL_000e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = L_2;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)46));
V_0 = L_3;
String_t* L_4 = ___str0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = V_0;
NullCheck(L_4);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_4, L_5, /*hidden argument*/NULL);
V_1 = L_6;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_1;
NullCheck(L_7);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) >= ((int32_t)2)))
{
goto IL_0038;
}
}
{
String_t* L_8 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral0048DEAE32BAEC237741315F192A8069558B375B, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_9 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var);
}
IL_0038:
{
String_t* L_10 = ___str0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_10, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_11);
V_2 = L_12;
}
IL_0044:
try
{ // begin try (depth: 1)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = V_1;
NullCheck(L_13);
int32_t L_14 = 0;
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_16 = Convert_ToByte_mF5A487816056F3D1509511E3CD8FA1DF3D91F581(L_15, /*hidden argument*/NULL);
V_6 = L_16;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = V_1;
NullCheck(L_17);
int32_t L_18 = 1;
String_t* L_19 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
uint8_t L_20 = Convert_ToByte_mF5A487816056F3D1509511E3CD8FA1DF3D91F581(L_19, /*hidden argument*/NULL);
V_7 = L_20;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2;
uint8_t L_22 = V_6;
uint8_t L_23 = V_7;
uint8_t L_24 = Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)((int32_t)40))), (int32_t)L_23)), /*hidden argument*/NULL);
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_24);
goto IL_007b;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_006a;
throw e;
}
CATCH_006a:
{ // begin catch(System.Object)
String_t* L_25 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralA5A13027211F0B4427CA2494B23E545326628927, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_26 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_26, L_25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, NULL, CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var);
} // end catch (depth: 1)
IL_007b:
{
V_3 = 3;
V_8 = 2;
goto IL_00c8;
}
IL_0082:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = V_1;
int32_t L_28 = V_8;
NullCheck(L_27);
int32_t L_29 = L_28;
String_t* L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_31 = Convert_ToInt64_m740F0CA2696F5D04F06456FCBFE08E942B12B4A6(L_30, /*hidden argument*/NULL);
V_9 = L_31;
int64_t L_32 = V_9;
if ((((int64_t)L_32) <= ((int64_t)(((int64_t)((int64_t)((int32_t)127)))))))
{
goto IL_00b4;
}
}
{
int64_t L_33 = V_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335(L_33, /*hidden argument*/NULL);
V_10 = L_34;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_2;
int32_t L_37 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_10;
NullCheck(L_38);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_35, 0, (RuntimeArray *)(RuntimeArray *)L_36, L_37, (((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length)))), /*hidden argument*/NULL);
int32_t L_39 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_10;
NullCheck(L_40);
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length))))));
goto IL_00c2;
}
IL_00b4:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_2;
int32_t L_42 = V_3;
int32_t L_43 = L_42;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
int64_t L_44 = V_9;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_45 = Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935(L_44, /*hidden argument*/NULL);
NullCheck(L_41);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(L_43), (uint8_t)L_45);
}
IL_00c2:
{
int32_t L_46 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
}
IL_00c8:
{
int32_t L_47 = V_8;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_48 = V_1;
NullCheck(L_48);
if ((((int32_t)L_47) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length)))))))
{
goto IL_0082;
}
}
{
V_4 = 2;
int32_t L_49 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_49);
V_5 = L_50;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_5;
NullCheck(L_51);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)6);
int32_t L_52 = V_3;
if ((((int32_t)L_52) <= ((int32_t)((int32_t)127))))
{
goto IL_00f4;
}
}
{
String_t* L_53 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralBC8AB946FF84A98F1B995F29850F63C9D1EC4F7F, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_54 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_54, L_53, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, NULL, CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var);
}
IL_00f4:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_5;
int32_t L_56 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_57 = Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64(((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)2)), /*hidden argument*/NULL);
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_57);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_2;
int32_t L_59 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_5;
int32_t L_61 = V_4;
int32_t L_62 = V_3;
int32_t L_63 = V_4;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_58, L_59, (RuntimeArray *)(RuntimeArray *)L_60, L_61, ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63)), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_5;
return L_64;
}
}
// System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeLongNumber(System.Int64)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335 (int64_t ___x0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
{
int64_t L_0 = ___x0;
if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_0012;
}
}
{
int64_t L_1 = ___x0;
if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((int64_t)((int32_t)-2147483648LL)))))))
{
goto IL_0022;
}
}
IL_0012:
{
String_t* L_2 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral65E49DAB77336CA851AE4EB596211C1C78BC2386, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335_RuntimeMethod_var);
}
IL_0022:
{
int64_t L_4 = ___x0;
V_0 = L_4;
V_1 = 1;
goto IL_0030;
}
IL_0028:
{
int64_t L_5 = V_0;
V_0 = ((int64_t)((int64_t)L_5>>(int32_t)7));
int32_t L_6 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0030:
{
int64_t L_7 = V_0;
if ((((int64_t)L_7) > ((int64_t)(((int64_t)((int64_t)((int32_t)127)))))))
{
goto IL_0028;
}
}
{
int32_t L_8 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_8);
V_2 = L_9;
V_3 = 0;
goto IL_006d;
}
IL_0041:
{
int64_t L_10 = ___x0;
int32_t L_11 = V_3;
V_0 = ((int64_t)((int64_t)L_10>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)7, (int32_t)L_11))&(int32_t)((int32_t)63)))));
int64_t L_12 = V_0;
V_0 = ((int64_t)((int64_t)L_12&(int64_t)(((int64_t)((int64_t)((int32_t)127))))));
int32_t L_13 = V_3;
if (!L_13)
{
goto IL_005c;
}
}
{
int64_t L_14 = V_0;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)(((int64_t)((int64_t)((int32_t)128))))));
}
IL_005c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_2;
int32_t L_16 = V_1;
int32_t L_17 = V_3;
int64_t L_18 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_19 = Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935(L_18, /*hidden argument*/NULL);
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), (int32_t)1))), (uint8_t)L_19);
int32_t L_20 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_006d:
{
int32_t L_21 = V_3;
int32_t L_22 = V_1;
if ((((int32_t)L_21) < ((int32_t)L_22)))
{
goto IL_0041;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_2;
return L_23;
}
}
// System.Boolean System.Security.Cryptography.CryptoConfig::get_AllowOnlyFipsAlgorithms()
extern "C" IL2CPP_METHOD_ATTR bool CryptoConfig_get_AllowOnlyFipsAlgorithms_mAB638CADB33E72823271E1FA51421DEBDB41AD5E (const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4 (String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C(L_0, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL);
return L_1;
}
}
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
uint32_t V_1 = 0;
RuntimeObject * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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, NULL, CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___name0;
NullCheck(L_2);
String_t* L_3 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_2, /*hidden argument*/NULL);
V_0 = L_3;
String_t* L_4 = V_0;
uint32_t L_5 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A(L_4, /*hidden argument*/NULL);
V_1 = L_5;
uint32_t L_6 = V_1;
if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)-1879638766)))))
{
goto IL_0308;
}
}
{
uint32_t L_7 = V_1;
if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)1279198866)))))
{
goto IL_019d;
}
}
{
uint32_t L_8 = V_1;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)589079309)))))
{
goto IL_00ed;
}
}
{
uint32_t L_9 = V_1;
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)401798778)))))
{
goto IL_0099;
}
}
{
uint32_t L_10 = V_1;
if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)294650258)))))
{
goto IL_0073;
}
}
{
uint32_t L_11 = V_1;
if ((((int32_t)L_11) == ((int32_t)((int32_t)97835172))))
{
goto IL_0c8b;
}
}
{
uint32_t L_12 = V_1;
if ((((int32_t)L_12) == ((int32_t)((int32_t)289646596))))
{
goto IL_0afc;
}
}
{
uint32_t L_13 = V_1;
if ((((int32_t)L_13) == ((int32_t)((int32_t)294650258))))
{
goto IL_0d87;
}
}
{
goto IL_0e8a;
}
IL_0073:
{
uint32_t L_14 = V_1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)373238979))))
{
goto IL_0b11;
}
}
{
uint32_t L_15 = V_1;
if ((((int32_t)L_15) == ((int32_t)((int32_t)381964475))))
{
goto IL_0760;
}
}
{
uint32_t L_16 = V_1;
if ((((int32_t)L_16) == ((int32_t)((int32_t)401798778))))
{
goto IL_064f;
}
}
{
goto IL_0e8a;
}
IL_0099:
{
uint32_t L_17 = V_1;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)550229268)))))
{
goto IL_00c7;
}
}
{
uint32_t L_18 = V_1;
if ((((int32_t)L_18) == ((int32_t)((int32_t)418711287))))
{
goto IL_0832;
}
}
{
uint32_t L_19 = V_1;
if ((((int32_t)L_19) == ((int32_t)((int32_t)524624695))))
{
goto IL_0ad2;
}
}
{
uint32_t L_20 = V_1;
if ((((int32_t)L_20) == ((int32_t)((int32_t)550229268))))
{
goto IL_079f;
}
}
{
goto IL_0e8a;
}
IL_00c7:
{
uint32_t L_21 = V_1;
if ((((int32_t)L_21) == ((int32_t)((int32_t)572088812))))
{
goto IL_07de;
}
}
{
uint32_t L_22 = V_1;
if ((((int32_t)L_22) == ((int32_t)((int32_t)585245684))))
{
goto IL_0b65;
}
}
{
uint32_t L_23 = V_1;
if ((((int32_t)L_23) == ((int32_t)((int32_t)589079309))))
{
goto IL_0736;
}
}
{
goto IL_0e8a;
}
IL_00ed:
{
uint32_t L_24 = V_1;
if ((!(((uint32_t)L_24) <= ((uint32_t)((int32_t)900295094)))))
{
goto IL_0149;
}
}
{
uint32_t L_25 = V_1;
if ((!(((uint32_t)L_25) <= ((uint32_t)((int32_t)734683829)))))
{
goto IL_0123;
}
}
{
uint32_t L_26 = V_1;
if ((((int32_t)L_26) == ((int32_t)((int32_t)699966473))))
{
goto IL_0664;
}
}
{
uint32_t L_27 = V_1;
if ((((int32_t)L_27) == ((int32_t)((int32_t)708523592))))
{
goto IL_0db1;
}
}
{
uint32_t L_28 = V_1;
if ((((int32_t)L_28) == ((int32_t)((int32_t)734683829))))
{
goto IL_078a;
}
}
{
goto IL_0e8a;
}
IL_0123:
{
uint32_t L_29 = V_1;
if ((((int32_t)L_29) == ((int32_t)((int32_t)853553133))))
{
goto IL_0a7e;
}
}
{
uint32_t L_30 = V_1;
if ((((int32_t)L_30) == ((int32_t)((int32_t)877368883))))
{
goto IL_0a3f;
}
}
{
uint32_t L_31 = V_1;
if ((((int32_t)L_31) == ((int32_t)((int32_t)900295094))))
{
goto IL_063a;
}
}
{
goto IL_0e8a;
}
IL_0149:
{
uint32_t L_32 = V_1;
if ((!(((uint32_t)L_32) <= ((uint32_t)((int32_t)1104969097)))))
{
goto IL_0177;
}
}
{
uint32_t L_33 = V_1;
if ((((int32_t)L_33) == ((int32_t)((int32_t)965923590))))
{
goto IL_0b50;
}
}
{
uint32_t L_34 = V_1;
if ((((int32_t)L_34) == ((int32_t)((int32_t)999454301))))
{
goto IL_0a54;
}
}
{
uint32_t L_35 = V_1;
if ((((int32_t)L_35) == ((int32_t)((int32_t)1104969097))))
{
goto IL_09eb;
}
}
{
goto IL_0e8a;
}
IL_0177:
{
uint32_t L_36 = V_1;
if ((((int32_t)L_36) == ((int32_t)((int32_t)1147401626))))
{
goto IL_0a15;
}
}
{
uint32_t L_37 = V_1;
if ((((int32_t)L_37) == ((int32_t)((int32_t)1168228931))))
{
goto IL_092e;
}
}
{
uint32_t L_38 = V_1;
if ((((int32_t)L_38) == ((int32_t)((int32_t)1279198866))))
{
goto IL_0d48;
}
}
{
goto IL_0e8a;
}
IL_019d:
{
uint32_t L_39 = V_1;
if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)1862521808)))))
{
goto IL_0258;
}
}
{
uint32_t L_40 = V_1;
if ((!(((uint32_t)L_40) <= ((uint32_t)((int32_t)1664836558)))))
{
goto IL_0204;
}
}
{
uint32_t L_41 = V_1;
if ((!(((uint32_t)L_41) <= ((uint32_t)((int32_t)1604759256)))))
{
goto IL_01de;
}
}
{
uint32_t L_42 = V_1;
if ((((int32_t)L_42) == ((int32_t)((int32_t)1495151835))))
{
goto IL_0679;
}
}
{
uint32_t L_43 = V_1;
if ((((int32_t)L_43) == ((int32_t)((int32_t)1600607069))))
{
goto IL_0c4c;
}
}
{
uint32_t L_44 = V_1;
if ((((int32_t)L_44) == ((int32_t)((int32_t)1604759256))))
{
goto IL_0d09;
}
}
{
goto IL_0e8a;
}
IL_01de:
{
uint32_t L_45 = V_1;
if ((((int32_t)L_45) == ((int32_t)((int32_t)1610008198))))
{
goto IL_08ef;
}
}
{
uint32_t L_46 = V_1;
if ((((int32_t)L_46) == ((int32_t)((int32_t)1629735498))))
{
goto IL_089b;
}
}
{
uint32_t L_47 = V_1;
if ((((int32_t)L_47) == ((int32_t)((int32_t)1664836558))))
{
goto IL_0ba4;
}
}
{
goto IL_0e8a;
}
IL_0204:
{
uint32_t L_48 = V_1;
if ((!(((uint32_t)L_48) <= ((uint32_t)((int32_t)1720406050)))))
{
goto IL_0232;
}
}
{
uint32_t L_49 = V_1;
if ((((int32_t)L_49) == ((int32_t)((int32_t)1686995390))))
{
goto IL_0871;
}
}
{
uint32_t L_50 = V_1;
if ((((int32_t)L_50) == ((int32_t)((int32_t)1688024611))))
{
goto IL_0bf8;
}
}
{
uint32_t L_51 = V_1;
if ((((int32_t)L_51) == ((int32_t)((int32_t)1720406050))))
{
goto IL_0d9c;
}
}
{
goto IL_0e8a;
}
IL_0232:
{
uint32_t L_52 = V_1;
if ((((int32_t)L_52) == ((int32_t)((int32_t)1778503857))))
{
goto IL_0997;
}
}
{
uint32_t L_53 = V_1;
if ((((int32_t)L_53) == ((int32_t)((int32_t)1820576144))))
{
goto IL_0808;
}
}
{
uint32_t L_54 = V_1;
if ((((int32_t)L_54) == ((int32_t)((int32_t)1862521808))))
{
goto IL_08c5;
}
}
{
goto IL_0e8a;
}
IL_0258:
{
uint32_t L_55 = V_1;
if ((!(((uint32_t)L_55) <= ((uint32_t)((int32_t)-2048207513)))))
{
goto IL_02b4;
}
}
{
uint32_t L_56 = V_1;
if ((!(((uint32_t)L_56) <= ((uint32_t)((int32_t)2120664437)))))
{
goto IL_028e;
}
}
{
uint32_t L_57 = V_1;
if ((((int32_t)L_57) == ((int32_t)((int32_t)2070555668))))
{
goto IL_0b26;
}
}
{
uint32_t L_58 = V_1;
if ((((int32_t)L_58) == ((int32_t)((int32_t)2102584679))))
{
goto IL_096d;
}
}
{
uint32_t L_59 = V_1;
if ((((int32_t)L_59) == ((int32_t)((int32_t)2120664437))))
{
goto IL_0c76;
}
}
{
goto IL_0e8a;
}
IL_028e:
{
uint32_t L_60 = V_1;
if ((((int32_t)L_60) == ((int32_t)((int32_t)2131651891))))
{
goto IL_0d72;
}
}
{
uint32_t L_61 = V_1;
if ((((int32_t)L_61) == ((int32_t)((int32_t)-2080359983))))
{
goto IL_0cca;
}
}
{
uint32_t L_62 = V_1;
if ((((int32_t)L_62) == ((int32_t)((int32_t)-2048207513))))
{
goto IL_0625;
}
}
{
goto IL_0e8a;
}
IL_02b4:
{
uint32_t L_63 = V_1;
if ((!(((uint32_t)L_63) <= ((uint32_t)((int32_t)-1948475359)))))
{
goto IL_02e2;
}
}
{
uint32_t L_64 = V_1;
if ((((int32_t)L_64) == ((int32_t)((int32_t)-2025031285))))
{
goto IL_085c;
}
}
{
uint32_t L_65 = V_1;
if ((((int32_t)L_65) == ((int32_t)((int32_t)-1954420191))))
{
goto IL_0721;
}
}
{
uint32_t L_66 = V_1;
if ((((int32_t)L_66) == ((int32_t)((int32_t)-1948475359))))
{
goto IL_0b8f;
}
}
{
goto IL_0e8a;
}
IL_02e2:
{
uint32_t L_67 = V_1;
if ((((int32_t)L_67) == ((int32_t)((int32_t)-1901412621))))
{
goto IL_0886;
}
}
{
uint32_t L_68 = V_1;
if ((((int32_t)L_68) == ((int32_t)((int32_t)-1900350882))))
{
goto IL_0c37;
}
}
{
uint32_t L_69 = V_1;
if ((((int32_t)L_69) == ((int32_t)((int32_t)-1879638766))))
{
goto IL_0775;
}
}
{
goto IL_0e8a;
}
IL_0308:
{
uint32_t L_70 = V_1;
if ((!(((uint32_t)L_70) <= ((uint32_t)((int32_t)-1023131396)))))
{
goto IL_047e;
}
}
{
uint32_t L_71 = V_1;
if ((!(((uint32_t)L_71) <= ((uint32_t)((int32_t)-1439830659)))))
{
goto IL_03ce;
}
}
{
uint32_t L_72 = V_1;
if ((!(((uint32_t)L_72) <= ((uint32_t)((int32_t)-1633788003)))))
{
goto IL_037a;
}
}
{
uint32_t L_73 = V_1;
if ((!(((uint32_t)L_73) <= ((uint32_t)((int32_t)-1816742525)))))
{
goto IL_0354;
}
}
{
uint32_t L_74 = V_1;
if ((((int32_t)L_74) == ((int32_t)((int32_t)-1852880718))))
{
goto IL_06f7;
}
}
{
uint32_t L_75 = V_1;
if ((((int32_t)L_75) == ((int32_t)((int32_t)-1843562458))))
{
goto IL_0943;
}
}
{
uint32_t L_76 = V_1;
if ((((int32_t)L_76) == ((int32_t)((int32_t)-1816742525))))
{
goto IL_07f3;
}
}
{
goto IL_0e8a;
}
IL_0354:
{
uint32_t L_77 = V_1;
if ((((int32_t)L_77) == ((int32_t)((int32_t)-1810091758))))
{
goto IL_0b7a;
}
}
{
uint32_t L_78 = V_1;
if ((((int32_t)L_78) == ((int32_t)((int32_t)-1663814150))))
{
goto IL_0bce;
}
}
{
uint32_t L_79 = V_1;
if ((((int32_t)L_79) == ((int32_t)((int32_t)-1633788003))))
{
goto IL_0be3;
}
}
{
goto IL_0e8a;
}
IL_037a:
{
uint32_t L_80 = V_1;
if ((!(((uint32_t)L_80) <= ((uint32_t)((int32_t)-1594352554)))))
{
goto IL_03a8;
}
}
{
uint32_t L_81 = V_1;
if ((((int32_t)L_81) == ((int32_t)((int32_t)-1609684195))))
{
goto IL_08b0;
}
}
{
uint32_t L_82 = V_1;
if ((((int32_t)L_82) == ((int32_t)((int32_t)-1600917909))))
{
goto IL_0cf4;
}
}
{
uint32_t L_83 = V_1;
if ((((int32_t)L_83) == ((int32_t)((int32_t)-1594352554))))
{
goto IL_0c61;
}
}
{
goto IL_0e8a;
}
IL_03a8:
{
uint32_t L_84 = V_1;
if ((((int32_t)L_84) == ((int32_t)((int32_t)-1491810067))))
{
goto IL_0bb9;
}
}
{
uint32_t L_85 = V_1;
if ((((int32_t)L_85) == ((int32_t)((int32_t)-1470904040))))
{
goto IL_0abd;
}
}
{
uint32_t L_86 = V_1;
if ((((int32_t)L_86) == ((int32_t)((int32_t)-1439830659))))
{
goto IL_07c9;
}
}
{
goto IL_0e8a;
}
IL_03ce:
{
uint32_t L_87 = V_1;
if ((!(((uint32_t)L_87) <= ((uint32_t)((int32_t)-1203682609)))))
{
goto IL_042a;
}
}
{
uint32_t L_88 = V_1;
if ((!(((uint32_t)L_88) <= ((uint32_t)((int32_t)-1364149353)))))
{
goto IL_0404;
}
}
{
uint32_t L_89 = V_1;
if ((((int32_t)L_89) == ((int32_t)((int32_t)-1374165070))))
{
goto IL_0919;
}
}
{
uint32_t L_90 = V_1;
if ((((int32_t)L_90) == ((int32_t)((int32_t)-1364592423))))
{
goto IL_081d;
}
}
{
uint32_t L_91 = V_1;
if ((((int32_t)L_91) == ((int32_t)((int32_t)-1364149353))))
{
goto IL_0ae7;
}
}
{
goto IL_0e8a;
}
IL_0404:
{
uint32_t L_92 = V_1;
if ((((int32_t)L_92) == ((int32_t)((int32_t)-1270733506))))
{
goto IL_07b4;
}
}
{
uint32_t L_93 = V_1;
if ((((int32_t)L_93) == ((int32_t)((int32_t)-1223747024))))
{
goto IL_0aa8;
}
}
{
uint32_t L_94 = V_1;
if ((((int32_t)L_94) == ((int32_t)((int32_t)-1203682609))))
{
goto IL_0a2a;
}
}
{
goto IL_0e8a;
}
IL_042a:
{
uint32_t L_95 = V_1;
if ((!(((uint32_t)L_95) <= ((uint32_t)((int32_t)-1117958627)))))
{
goto IL_0458;
}
}
{
uint32_t L_96 = V_1;
if ((((int32_t)L_96) == ((int32_t)((int32_t)-1188348007))))
{
goto IL_070c;
}
}
{
uint32_t L_97 = V_1;
if ((((int32_t)L_97) == ((int32_t)((int32_t)-1139780596))))
{
goto IL_074b;
}
}
{
uint32_t L_98 = V_1;
if ((((int32_t)L_98) == ((int32_t)((int32_t)-1117958627))))
{
goto IL_0d5d;
}
}
{
goto IL_0e8a;
}
IL_0458:
{
uint32_t L_99 = V_1;
if ((((int32_t)L_99) == ((int32_t)((int32_t)-1101682848))))
{
goto IL_0982;
}
}
{
uint32_t L_100 = V_1;
if ((((int32_t)L_100) == ((int32_t)((int32_t)-1071424333))))
{
goto IL_0610;
}
}
{
uint32_t L_101 = V_1;
if ((((int32_t)L_101) == ((int32_t)((int32_t)-1023131396))))
{
goto IL_09ac;
}
}
{
goto IL_0e8a;
}
IL_047e:
{
uint32_t L_102 = V_1;
if ((!(((uint32_t)L_102) <= ((uint32_t)((int32_t)-444983110)))))
{
goto IL_0539;
}
}
{
uint32_t L_103 = V_1;
if ((!(((uint32_t)L_103) <= ((uint32_t)((int32_t)-765881597)))))
{
goto IL_04e5;
}
}
{
uint32_t L_104 = V_1;
if ((!(((uint32_t)L_104) <= ((uint32_t)((int32_t)-878832370)))))
{
goto IL_04bf;
}
}
{
uint32_t L_105 = V_1;
if ((((int32_t)L_105) == ((int32_t)((int32_t)-999200609))))
{
goto IL_06e2;
}
}
{
uint32_t L_106 = V_1;
if ((((int32_t)L_106) == ((int32_t)((int32_t)-954998859))))
{
goto IL_0a93;
}
}
{
uint32_t L_107 = V_1;
if ((((int32_t)L_107) == ((int32_t)((int32_t)-878832370))))
{
goto IL_068e;
}
}
{
goto IL_0e8a;
}
IL_04bf:
{
uint32_t L_108 = V_1;
if ((((int32_t)L_108) == ((int32_t)((int32_t)-852131484))))
{
goto IL_09d6;
}
}
{
uint32_t L_109 = V_1;
if ((((int32_t)L_109) == ((int32_t)((int32_t)-837852979))))
{
goto IL_0ca0;
}
}
{
uint32_t L_110 = V_1;
if ((((int32_t)L_110) == ((int32_t)((int32_t)-765881597))))
{
goto IL_06a3;
}
}
{
goto IL_0e8a;
}
IL_04e5:
{
uint32_t L_111 = V_1;
if ((!(((uint32_t)L_111) <= ((uint32_t)((int32_t)-583435589)))))
{
goto IL_0513;
}
}
{
uint32_t L_112 = V_1;
if ((((int32_t)L_112) == ((int32_t)((int32_t)-725163379))))
{
goto IL_09c1;
}
}
{
uint32_t L_113 = V_1;
if ((((int32_t)L_113) == ((int32_t)((int32_t)-586725934))))
{
goto IL_0cdf;
}
}
{
uint32_t L_114 = V_1;
if ((((int32_t)L_114) == ((int32_t)((int32_t)-583435589))))
{
goto IL_06b8;
}
}
{
goto IL_0e8a;
}
IL_0513:
{
uint32_t L_115 = V_1;
if ((((int32_t)L_115) == ((int32_t)((int32_t)-522406862))))
{
goto IL_0d1e;
}
}
{
uint32_t L_116 = V_1;
if ((((int32_t)L_116) == ((int32_t)((int32_t)-453564910))))
{
goto IL_0958;
}
}
{
uint32_t L_117 = V_1;
if ((((int32_t)L_117) == ((int32_t)((int32_t)-444983110))))
{
goto IL_05fb;
}
}
{
goto IL_0e8a;
}
IL_0539:
{
uint32_t L_118 = V_1;
if ((!(((uint32_t)L_118) <= ((uint32_t)((int32_t)-202742718)))))
{
goto IL_0592;
}
}
{
uint32_t L_119 = V_1;
if ((!(((uint32_t)L_119) <= ((uint32_t)((int32_t)-303375500)))))
{
goto IL_056f;
}
}
{
uint32_t L_120 = V_1;
if ((((int32_t)L_120) == ((int32_t)((int32_t)-414484003))))
{
goto IL_0a69;
}
}
{
uint32_t L_121 = V_1;
if ((((int32_t)L_121) == ((int32_t)((int32_t)-315752403))))
{
goto IL_0b3b;
}
}
{
uint32_t L_122 = V_1;
if ((((int32_t)L_122) == ((int32_t)((int32_t)-303375500))))
{
goto IL_0cb5;
}
}
{
goto IL_0e8a;
}
IL_056f:
{
uint32_t L_123 = V_1;
if ((((int32_t)L_123) == ((int32_t)((int32_t)-291629945))))
{
goto IL_05e6;
}
}
{
uint32_t L_124 = V_1;
if ((((int32_t)L_124) == ((int32_t)((int32_t)-224559595))))
{
goto IL_0904;
}
}
{
uint32_t L_125 = V_1;
if ((((int32_t)L_125) == ((int32_t)((int32_t)-202742718))))
{
goto IL_06cd;
}
}
{
goto IL_0e8a;
}
IL_0592:
{
uint32_t L_126 = V_1;
if ((!(((uint32_t)L_126) <= ((uint32_t)((int32_t)-174798581)))))
{
goto IL_05c0;
}
}
{
uint32_t L_127 = V_1;
if ((((int32_t)L_127) == ((int32_t)((int32_t)-188700544))))
{
goto IL_0847;
}
}
{
uint32_t L_128 = V_1;
if ((((int32_t)L_128) == ((int32_t)((int32_t)-185129537))))
{
goto IL_0d33;
}
}
{
uint32_t L_129 = V_1;
if ((((int32_t)L_129) == ((int32_t)((int32_t)-174798581))))
{
goto IL_0a00;
}
}
{
goto IL_0e8a;
}
IL_05c0:
{
uint32_t L_130 = V_1;
if ((((int32_t)L_130) == ((int32_t)((int32_t)-113906878))))
{
goto IL_0c0d;
}
}
{
uint32_t L_131 = V_1;
if ((((int32_t)L_131) == ((int32_t)((int32_t)-95184527))))
{
goto IL_0c22;
}
}
{
uint32_t L_132 = V_1;
if ((((int32_t)L_132) == ((int32_t)((int32_t)-29649842))))
{
goto IL_08da;
}
}
{
goto IL_0e8a;
}
IL_05e6:
{
String_t* L_133 = V_0;
bool L_134 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_133, _stringLiteral752DA69D35B7D2F3AECB0519FD2289F94D325EA7, /*hidden argument*/NULL);
if (L_134)
{
goto IL_0dc6;
}
}
{
goto IL_0e8a;
}
IL_05fb:
{
String_t* L_135 = V_0;
bool L_136 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_135, _stringLiteral6C1FD94D4E88ED3CDF21B575C0573DAF7ACC4EBB, /*hidden argument*/NULL);
if (L_136)
{
goto IL_0dc6;
}
}
{
goto IL_0e8a;
}
IL_0610:
{
String_t* L_137 = V_0;
bool L_138 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_137, _stringLiteralE908389D4BBF30E8DC72DC47CDF6B45D89E8B2A0, /*hidden argument*/NULL);
if (L_138)
{
goto IL_0dc6;
}
}
{
goto IL_0e8a;
}
IL_0625:
{
String_t* L_139 = V_0;
bool L_140 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_139, _stringLiteral8862EDBAB039F3ABF957AB1AC05B05486B32335D, /*hidden argument*/NULL);
if (L_140)
{
goto IL_0dcc;
}
}
{
goto IL_0e8a;
}
IL_063a:
{
String_t* L_141 = V_0;
bool L_142 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_141, _stringLiteral054D44E1BDA587A06CCB251246C0EE7E34D53865, /*hidden argument*/NULL);
if (L_142)
{
goto IL_0dd2;
}
}
{
goto IL_0e8a;
}
IL_064f:
{
String_t* L_143 = V_0;
bool L_144 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_143, _stringLiteral97E545A78CF68A97CFABEEF624913E3C78EA4D98, /*hidden argument*/NULL);
if (L_144)
{
goto IL_0dd8;
}
}
{
goto IL_0e8a;
}
IL_0664:
{
String_t* L_145 = V_0;
bool L_146 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_145, _stringLiteralBA443BD433770FD1FF9A9F228975BA77391CE319, /*hidden argument*/NULL);
if (L_146)
{
goto IL_0dd8;
}
}
{
goto IL_0e8a;
}
IL_0679:
{
String_t* L_147 = V_0;
bool L_148 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_147, _stringLiteral809A5353F7D4F1CC85D53AC73B1A87FDF04978CC, /*hidden argument*/NULL);
if (L_148)
{
goto IL_0dde;
}
}
{
goto IL_0e8a;
}
IL_068e:
{
String_t* L_149 = V_0;
bool L_150 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_149, _stringLiteralB7640D3025BFDC2590F98D3AC2DF7D19BBD0EC9E, /*hidden argument*/NULL);
if (L_150)
{
goto IL_0dde;
}
}
{
goto IL_0e8a;
}
IL_06a3:
{
String_t* L_151 = V_0;
bool L_152 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_151, _stringLiteralE9D596E7807A846BC76A51E845FCC844F24DFDAA, /*hidden argument*/NULL);
if (L_152)
{
goto IL_0dde;
}
}
{
goto IL_0e8a;
}
IL_06b8:
{
String_t* L_153 = V_0;
bool L_154 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_153, _stringLiteralBEABC360599DB05A149F26A3125B5D852F68ACF0, /*hidden argument*/NULL);
if (L_154)
{
goto IL_0de4;
}
}
{
goto IL_0e8a;
}
IL_06cd:
{
String_t* L_155 = V_0;
bool L_156 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_155, _stringLiteral7109F9ECFCC521A037C045BAB837A04A1467751B, /*hidden argument*/NULL);
if (L_156)
{
goto IL_0de4;
}
}
{
goto IL_0e8a;
}
IL_06e2:
{
String_t* L_157 = V_0;
bool L_158 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_157, _stringLiteral71EFA7E9FA909ED1CB9E25F0907FB4A41A55C2E7, /*hidden argument*/NULL);
if (L_158)
{
goto IL_0dea;
}
}
{
goto IL_0e8a;
}
IL_06f7:
{
String_t* L_159 = V_0;
bool L_160 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_159, _stringLiteral17149ABD69F0071A40D60C17F285B7CE932A7B3D, /*hidden argument*/NULL);
if (L_160)
{
goto IL_0dea;
}
}
{
goto IL_0e8a;
}
IL_070c:
{
String_t* L_161 = V_0;
bool L_162 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_161, _stringLiteralBBA592C780BAA2BD80C0FDB04EC8E10FD3041179, /*hidden argument*/NULL);
if (L_162)
{
goto IL_0dea;
}
}
{
goto IL_0e8a;
}
IL_0721:
{
String_t* L_163 = V_0;
bool L_164 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_163, _stringLiteralBBAA31881F8EFA20E68D6C29545CB39DED166BFC, /*hidden argument*/NULL);
if (L_164)
{
goto IL_0df0;
}
}
{
goto IL_0e8a;
}
IL_0736:
{
String_t* L_165 = V_0;
bool L_166 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_165, _stringLiteralA8DCA9EAB98DF6D866332F48A7666D025CF30BF7, /*hidden argument*/NULL);
if (L_166)
{
goto IL_0df0;
}
}
{
goto IL_0e8a;
}
IL_074b:
{
String_t* L_167 = V_0;
bool L_168 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_167, _stringLiteralC169BB34C183CA07B6309A1F467C2BACBA841760, /*hidden argument*/NULL);
if (L_168)
{
goto IL_0df0;
}
}
{
goto IL_0e8a;
}
IL_0760:
{
String_t* L_169 = V_0;
bool L_170 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_169, _stringLiteralFA54E171FCDD7A053C7DCD4773C6E0773E360538, /*hidden argument*/NULL);
if (L_170)
{
goto IL_0df0;
}
}
{
goto IL_0e8a;
}
IL_0775:
{
String_t* L_171 = V_0;
bool L_172 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_171, _stringLiteral8228CC6FC660BC93819620C7CACB1E0A8732B70B, /*hidden argument*/NULL);
if (L_172)
{
goto IL_0df6;
}
}
{
goto IL_0e8a;
}
IL_078a:
{
String_t* L_173 = V_0;
bool L_174 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_173, _stringLiteralE554422A394CA76EB629B1457DD3F68AE6A4CA0E, /*hidden argument*/NULL);
if (L_174)
{
goto IL_0df6;
}
}
{
goto IL_0e8a;
}
IL_079f:
{
String_t* L_175 = V_0;
bool L_176 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_175, _stringLiteral888B2AB675FB5D7F6F9DECB418C618803EF62592, /*hidden argument*/NULL);
if (L_176)
{
goto IL_0df6;
}
}
{
goto IL_0e8a;
}
IL_07b4:
{
String_t* L_177 = V_0;
bool L_178 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_177, _stringLiteral43994F036B284920EB65140595B212791E1E315B, /*hidden argument*/NULL);
if (L_178)
{
goto IL_0dfc;
}
}
{
goto IL_0e8a;
}
IL_07c9:
{
String_t* L_179 = V_0;
bool L_180 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_179, _stringLiteralCD911902D5F716340723F96C3D7ED0A89E6C5EED, /*hidden argument*/NULL);
if (L_180)
{
goto IL_0dfc;
}
}
{
goto IL_0e8a;
}
IL_07de:
{
String_t* L_181 = V_0;
bool L_182 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_181, _stringLiteralB49702DE005AEDAFD83395B35F0FD6964DCAA33A, /*hidden argument*/NULL);
if (L_182)
{
goto IL_0dfc;
}
}
{
goto IL_0e8a;
}
IL_07f3:
{
String_t* L_183 = V_0;
bool L_184 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_183, _stringLiteral2F44E4A7B035EEFCCE23EDC6BE988128E1CE29A6, /*hidden argument*/NULL);
if (L_184)
{
goto IL_0e02;
}
}
{
goto IL_0e8a;
}
IL_0808:
{
String_t* L_185 = V_0;
bool L_186 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_185, _stringLiteralFDDD0BA7698853BC0B5E357EE844B42547216CBC, /*hidden argument*/NULL);
if (L_186)
{
goto IL_0e02;
}
}
{
goto IL_0e8a;
}
IL_081d:
{
String_t* L_187 = V_0;
bool L_188 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_187, _stringLiteral8CF7FE29A597D2BB7FB0A4B015BDBB1BDE21ED92, /*hidden argument*/NULL);
if (L_188)
{
goto IL_0e02;
}
}
{
goto IL_0e8a;
}
IL_0832:
{
String_t* L_189 = V_0;
bool L_190 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_189, _stringLiteral745E428A7E2D895994D11BCE9C1698C2087FEEE7, /*hidden argument*/NULL);
if (L_190)
{
goto IL_0e08;
}
}
{
goto IL_0e8a;
}
IL_0847:
{
String_t* L_191 = V_0;
bool L_192 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_191, _stringLiteral8860B86459E3EF92393A9D7FF2216E64A3C464F1, /*hidden argument*/NULL);
if (L_192)
{
goto IL_0e08;
}
}
{
goto IL_0e8a;
}
IL_085c:
{
String_t* L_193 = V_0;
bool L_194 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_193, _stringLiteral7E66579C2DC88D0E01672221DB46B4D595893173, /*hidden argument*/NULL);
if (L_194)
{
goto IL_0e0e;
}
}
{
goto IL_0e8a;
}
IL_0871:
{
String_t* L_195 = V_0;
bool L_196 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_195, _stringLiteral84BDD358EA75302F880E3DC1B629FD2ED959232A, /*hidden argument*/NULL);
if (L_196)
{
goto IL_0e0e;
}
}
{
goto IL_0e8a;
}
IL_0886:
{
String_t* L_197 = V_0;
bool L_198 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_197, _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B, /*hidden argument*/NULL);
if (L_198)
{
goto IL_0e0e;
}
}
{
goto IL_0e8a;
}
IL_089b:
{
String_t* L_199 = V_0;
bool L_200 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_199, _stringLiteral1FB07FC6593E8F32201FA2F3A4164F265B0CC2ED, /*hidden argument*/NULL);
if (L_200)
{
goto IL_0e14;
}
}
{
goto IL_0e8a;
}
IL_08b0:
{
String_t* L_201 = V_0;
bool L_202 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_201, _stringLiteralE8A0229105B61A31338DCA564DC4CA66F3FE715B, /*hidden argument*/NULL);
if (L_202)
{
goto IL_0e14;
}
}
{
goto IL_0e8a;
}
IL_08c5:
{
String_t* L_203 = V_0;
bool L_204 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_203, _stringLiteralB864F02CAABF67EE9DAB90D79279565A1DE9C7CA, /*hidden argument*/NULL);
if (L_204)
{
goto IL_0e14;
}
}
{
goto IL_0e8a;
}
IL_08da:
{
String_t* L_205 = V_0;
bool L_206 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_205, _stringLiteralCB0CEEE65BF210F760A9DB40410CA6A7F81E351F, /*hidden argument*/NULL);
if (L_206)
{
goto IL_0e1a;
}
}
{
goto IL_0e8a;
}
IL_08ef:
{
String_t* L_207 = V_0;
bool L_208 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_207, _stringLiteral88C23C3C937405CCEFA4C091F6F1A6D9B0AC2C6B, /*hidden argument*/NULL);
if (L_208)
{
goto IL_0e1a;
}
}
{
goto IL_0e8a;
}
IL_0904:
{
String_t* L_209 = V_0;
bool L_210 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_209, _stringLiteral4FD9225026296032FD175BA12995E8435BF8E579, /*hidden argument*/NULL);
if (L_210)
{
goto IL_0e1a;
}
}
{
goto IL_0e8a;
}
IL_0919:
{
String_t* L_211 = V_0;
bool L_212 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_211, _stringLiteral8F4BAD6375F8031D1EEA90C8506C3E9B4A7A8845, /*hidden argument*/NULL);
if (L_212)
{
goto IL_0e1a;
}
}
{
goto IL_0e8a;
}
IL_092e:
{
String_t* L_213 = V_0;
bool L_214 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_213, _stringLiteralB3F111108BA874807F853B281D56C24F1663DF51, /*hidden argument*/NULL);
if (L_214)
{
goto IL_0e20;
}
}
{
goto IL_0e8a;
}
IL_0943:
{
String_t* L_215 = V_0;
bool L_216 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_215, _stringLiteral523AC32205F06EB2E8236E77B00BF5E6500A0651, /*hidden argument*/NULL);
if (L_216)
{
goto IL_0e20;
}
}
{
goto IL_0e8a;
}
IL_0958:
{
String_t* L_217 = V_0;
bool L_218 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_217, _stringLiteral22225253A3DB9C71DD7D8F79C6E6FA1084B44E49, /*hidden argument*/NULL);
if (L_218)
{
goto IL_0e20;
}
}
{
goto IL_0e8a;
}
IL_096d:
{
String_t* L_219 = V_0;
bool L_220 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_219, _stringLiteral453C7F4F8E131B7222D28B69E0207049CC8F454D, /*hidden argument*/NULL);
if (L_220)
{
goto IL_0e20;
}
}
{
goto IL_0e8a;
}
IL_0982:
{
String_t* L_221 = V_0;
bool L_222 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_221, _stringLiteralA12C0AE3EDED2C019C79B49F901F7F100918318A, /*hidden argument*/NULL);
if (L_222)
{
goto IL_0e26;
}
}
{
goto IL_0e8a;
}
IL_0997:
{
String_t* L_223 = V_0;
bool L_224 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_223, _stringLiteral08E93AAB825750FCAD1606E7494295F4F8512C13, /*hidden argument*/NULL);
if (L_224)
{
goto IL_0e26;
}
}
{
goto IL_0e8a;
}
IL_09ac:
{
String_t* L_225 = V_0;
bool L_226 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_225, _stringLiteralB27FE2AFB8AD106D91185B228874967E22A5B82E, /*hidden argument*/NULL);
if (L_226)
{
goto IL_0e26;
}
}
{
goto IL_0e8a;
}
IL_09c1:
{
String_t* L_227 = V_0;
bool L_228 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_227, _stringLiteral93C111851DDDD72DF1CCE55558C3008A4EF10212, /*hidden argument*/NULL);
if (L_228)
{
goto IL_0e2c;
}
}
{
goto IL_0e8a;
}
IL_09d6:
{
String_t* L_229 = V_0;
bool L_230 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_229, _stringLiteralF15DCF4F4C4788BD209FF60E3CEB970A1340D528, /*hidden argument*/NULL);
if (L_230)
{
goto IL_0e2c;
}
}
{
goto IL_0e8a;
}
IL_09eb:
{
String_t* L_231 = V_0;
bool L_232 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_231, _stringLiteral01E4715CD1F1397A5C3495A567A488FCA2E123EC, /*hidden argument*/NULL);
if (L_232)
{
goto IL_0e2c;
}
}
{
goto IL_0e8a;
}
IL_0a00:
{
String_t* L_233 = V_0;
bool L_234 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_233, _stringLiteral2F3C7240188D276B614A79BC97FA6308D37681F9, /*hidden argument*/NULL);
if (L_234)
{
goto IL_0e32;
}
}
{
goto IL_0e8a;
}
IL_0a15:
{
String_t* L_235 = V_0;
bool L_236 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_235, _stringLiteral19DA398173BE4A1CA60D252A28CD0731E60A4780, /*hidden argument*/NULL);
if (L_236)
{
goto IL_0e38;
}
}
{
goto IL_0e8a;
}
IL_0a2a:
{
String_t* L_237 = V_0;
bool L_238 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_237, _stringLiteral649899A8F636172897CCF04C1781F0E59F4041D5, /*hidden argument*/NULL);
if (L_238)
{
goto IL_0e3e;
}
}
{
goto IL_0e8a;
}
IL_0a3f:
{
String_t* L_239 = V_0;
bool L_240 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_239, _stringLiteralD8420BA2B27245C8FEDFDF3B79667EFDDAEB932F, /*hidden argument*/NULL);
if (L_240)
{
goto IL_0e3e;
}
}
{
goto IL_0e8a;
}
IL_0a54:
{
String_t* L_241 = V_0;
bool L_242 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_241, _stringLiteral7647CD1964FA9C3DB292EC19AAD7E2D17340B89B, /*hidden argument*/NULL);
if (L_242)
{
goto IL_0e44;
}
}
{
goto IL_0e8a;
}
IL_0a69:
{
String_t* L_243 = V_0;
bool L_244 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_243, _stringLiteral2994A243F32A65FAF581E5A76369B83C11170BE7, /*hidden argument*/NULL);
if (L_244)
{
goto IL_0e44;
}
}
{
goto IL_0e8a;
}
IL_0a7e:
{
String_t* L_245 = V_0;
bool L_246 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_245, _stringLiteralB361B3911522C09919A6EC8A5DB9676E2C2CEFB3, /*hidden argument*/NULL);
if (L_246)
{
goto IL_0e4a;
}
}
{
goto IL_0e8a;
}
IL_0a93:
{
String_t* L_247 = V_0;
bool L_248 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_247, _stringLiteralC70D70EEE4594E8A09D5D076386F5419E3534813, /*hidden argument*/NULL);
if (L_248)
{
goto IL_0e4a;
}
}
{
goto IL_0e8a;
}
IL_0aa8:
{
String_t* L_249 = V_0;
bool L_250 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_249, _stringLiteral7623358BE352F2D10F9FBCE6565E12A845E9921D, /*hidden argument*/NULL);
if (L_250)
{
goto IL_0e50;
}
}
{
goto IL_0e8a;
}
IL_0abd:
{
String_t* L_251 = V_0;
bool L_252 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_251, _stringLiteral004A21CCF4449F84B69A76602E65315F9A7875E6, /*hidden argument*/NULL);
if (L_252)
{
goto IL_0e50;
}
}
{
goto IL_0e8a;
}
IL_0ad2:
{
String_t* L_253 = V_0;
bool L_254 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_253, _stringLiteralC907882F58B3ECAFFCE2D01BAC00931F703B95BE, /*hidden argument*/NULL);
if (L_254)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0ae7:
{
String_t* L_255 = V_0;
bool L_256 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_255, _stringLiteralFD4DAE62771BEDC37631F8989D614C68BF411CAF, /*hidden argument*/NULL);
if (L_256)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0afc:
{
String_t* L_257 = V_0;
bool L_258 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_257, _stringLiteralAA42712128B981BBB051A246DF3B92C88B7D7202, /*hidden argument*/NULL);
if (L_258)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0b11:
{
String_t* L_259 = V_0;
bool L_260 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_259, _stringLiteral6E6E58BEF4B61192EE4EEE5C593C70D0535F6101, /*hidden argument*/NULL);
if (L_260)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0b26:
{
String_t* L_261 = V_0;
bool L_262 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_261, _stringLiteral415AB40AE9B7CC4E66D6769CB2C08106E8293B48, /*hidden argument*/NULL);
if (L_262)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0b3b:
{
String_t* L_263 = V_0;
bool L_264 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_263, _stringLiteralD8F4590320E1343A915B6394170650A8F35D6926, /*hidden argument*/NULL);
if (L_264)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0b50:
{
String_t* L_265 = V_0;
bool L_266 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_265, _stringLiteral6BE8F9EC35819FA83807CCD9BB9E225AFF2F47DE, /*hidden argument*/NULL);
if (L_266)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0b65:
{
String_t* L_267 = V_0;
bool L_268 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_267, _stringLiteral44D01B6AF57060949A24B74DB13BA7D1C49E6F53, /*hidden argument*/NULL);
if (L_268)
{
goto IL_0e5c;
}
}
{
goto IL_0e8a;
}
IL_0b7a:
{
String_t* L_269 = V_0;
bool L_270 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_269, _stringLiteral38DC2CA78F8926F3A92266B514E823AF9B2D333E, /*hidden argument*/NULL);
if (L_270)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0b8f:
{
String_t* L_271 = V_0;
bool L_272 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_271, _stringLiteral9FD84BA22BCC2C75E0FDB550EB4A0A3E5D326240, /*hidden argument*/NULL);
if (L_272)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0ba4:
{
String_t* L_273 = V_0;
bool L_274 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_273, _stringLiteral88E95B69EBE89180DDB6D70300A78CEDE72FEBDA, /*hidden argument*/NULL);
if (L_274)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0bb9:
{
String_t* L_275 = V_0;
bool L_276 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_275, _stringLiteral1846568FADB7401EF63507EE98BD41C81412F408, /*hidden argument*/NULL);
if (L_276)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0bce:
{
String_t* L_277 = V_0;
bool L_278 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_277, _stringLiteralB310DA45B1EBF444106A41B7832AB2FBE25DAB41, /*hidden argument*/NULL);
if (L_278)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0be3:
{
String_t* L_279 = V_0;
bool L_280 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_279, _stringLiteralDF3F0EECF32DE5413D72F23B7632063A9EE7A585, /*hidden argument*/NULL);
if (L_280)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0bf8:
{
String_t* L_281 = V_0;
bool L_282 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_281, _stringLiteralBEEF855DA262DC547061CA6BE5DA5E24503FD34D, /*hidden argument*/NULL);
if (L_282)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0c0d:
{
String_t* L_283 = V_0;
bool L_284 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_283, _stringLiteralED9C29870C7757C442F5FD54D78BA42325E63363, /*hidden argument*/NULL);
if (L_284)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c22:
{
String_t* L_285 = V_0;
bool L_286 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_285, _stringLiteral6715EF2280FB549D73B09E8F1DB9F9E1313071F3, /*hidden argument*/NULL);
if (L_286)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c37:
{
String_t* L_287 = V_0;
bool L_288 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_287, _stringLiteral102DCEA57B0E842F87BF24A98ED93F1F847F04CB, /*hidden argument*/NULL);
if (L_288)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c4c:
{
String_t* L_289 = V_0;
bool L_290 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_289, _stringLiteralCD0445242E4F21D506708A1E8189020C84DAB849, /*hidden argument*/NULL);
if (L_290)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c61:
{
String_t* L_291 = V_0;
bool L_292 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_291, _stringLiteral1D3C8BCC44B8A2CBA4C63B30774BF6644D4649C4, /*hidden argument*/NULL);
if (L_292)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c76:
{
String_t* L_293 = V_0;
bool L_294 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_293, _stringLiteral60E80545679C5DA4E2134589AEE88C06F9FB43D4, /*hidden argument*/NULL);
if (L_294)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c8b:
{
String_t* L_295 = V_0;
bool L_296 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_295, _stringLiteralF5FFE13209F3EA6C60D3F9605E43E998A329AD77, /*hidden argument*/NULL);
if (L_296)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0ca0:
{
String_t* L_297 = V_0;
bool L_298 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_297, _stringLiteral67AFB09F8D27C14D9989413831A63484F21CBCFB, /*hidden argument*/NULL);
if (L_298)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0cb5:
{
String_t* L_299 = V_0;
bool L_300 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_299, _stringLiteral189BDEF957FC6F02271E3256B24E818168134DDA, /*hidden argument*/NULL);
if (L_300)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0cca:
{
String_t* L_301 = V_0;
bool L_302 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_301, _stringLiteral2037397024228EACFFB9B8132F814C6C6593EF2C, /*hidden argument*/NULL);
if (L_302)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0cdf:
{
String_t* L_303 = V_0;
bool L_304 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_303, _stringLiteral977DAEE1A5FCF6E60DCEFE44BE17DEDE7956024F, /*hidden argument*/NULL);
if (L_304)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0cf4:
{
String_t* L_305 = V_0;
bool L_306 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_305, _stringLiteral0F5B530255E5A064CC73699E4FA44BA8B2AD399F, /*hidden argument*/NULL);
if (L_306)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0d09:
{
String_t* L_307 = V_0;
bool L_308 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_307, _stringLiteral5D9A20A17F44C820674B0A8F30B1F046EC0DA0B0, /*hidden argument*/NULL);
if (L_308)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0d1e:
{
String_t* L_309 = V_0;
bool L_310 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_309, _stringLiteral3177A15C5117684C4155973B001D3B6A1D2F87DF, /*hidden argument*/NULL);
if (L_310)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0d33:
{
String_t* L_311 = V_0;
bool L_312 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_311, _stringLiteralD4C44848BC5DDC379AE5DB6A2A8ECC7A0B2B9AFC, /*hidden argument*/NULL);
if (L_312)
{
goto IL_0e74;
}
}
{
goto IL_0e8a;
}
IL_0d48:
{
String_t* L_313 = V_0;
bool L_314 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_313, _stringLiteralA608C24C078817E424D3A13D5A65B8C4A2F0AA4E, /*hidden argument*/NULL);
if (L_314)
{
goto IL_0e74;
}
}
{
goto IL_0e8a;
}
IL_0d5d:
{
String_t* L_315 = V_0;
bool L_316 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_315, _stringLiteral917675A3C65584FF2D05F28B381A0306A8D9EC83, /*hidden argument*/NULL);
if (L_316)
{
goto IL_0e74;
}
}
{
goto IL_0e8a;
}
IL_0d72:
{
String_t* L_317 = V_0;
bool L_318 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_317, _stringLiteralC6F13FE004C2289E7A0EE2FD90131AD4D07F686D, /*hidden argument*/NULL);
if (L_318)
{
goto IL_0e74;
}
}
{
goto IL_0e8a;
}
IL_0d87:
{
String_t* L_319 = V_0;
bool L_320 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_319, _stringLiteral6C9C7BAF0DF03D7191DA4E981ABFD19642D45582, /*hidden argument*/NULL);
if (L_320)
{
goto IL_0e74;
}
}
{
goto IL_0e8a;
}
IL_0d9c:
{
String_t* L_321 = V_0;
bool L_322 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_321, _stringLiteral425D0922B3DBEFD9CC78FAE2E9734F28B18CAEE1, /*hidden argument*/NULL);
if (L_322)
{
goto IL_0e7a;
}
}
{
goto IL_0e8a;
}
IL_0db1:
{
String_t* L_323 = V_0;
bool L_324 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_323, _stringLiteral9B214A0FBC91794F9B2F7C03B2FFDADC705BB106, /*hidden argument*/NULL);
if (L_324)
{
goto IL_0e83;
}
}
{
goto IL_0e8a;
}
IL_0dc6:
{
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_325 = (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)il2cpp_codegen_object_new(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var);
DSACryptoServiceProvider__ctor_mFCE50857F38AF469241EFD54DC59A5EFFE3C3586(L_325, /*hidden argument*/NULL);
return L_325;
}
IL_0dcc:
{
DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 * L_326 = (DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 *)il2cpp_codegen_object_new(DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372_il2cpp_TypeInfo_var);
DSASignatureDeformatter__ctor_m8E7DEE311992CE6C639D9F137F4E925C803A9339(L_326, /*hidden argument*/NULL);
return L_326;
}
IL_0dd2:
{
DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 * L_327 = (DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 *)il2cpp_codegen_object_new(DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421_il2cpp_TypeInfo_var);
DSASignatureFormatter__ctor_m6CEFE3C963790DFBE33A5E7B15FBDAF36926269D(L_327, /*hidden argument*/NULL);
return L_327;
}
IL_0dd8:
{
DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A * L_328 = (DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A *)il2cpp_codegen_object_new(DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A_il2cpp_TypeInfo_var);
DSASignatureDescription__ctor_m760E369C55BFFC133EFB06E1BAFC45CB303BB327(L_328, /*hidden argument*/NULL);
return L_328;
}
IL_0dde:
{
DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * L_329 = (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 *)il2cpp_codegen_object_new(DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6_il2cpp_TypeInfo_var);
DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E(L_329, /*hidden argument*/NULL);
return L_329;
}
IL_0de4:
{
HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B * L_330 = (HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B *)il2cpp_codegen_object_new(HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B_il2cpp_TypeInfo_var);
HMACMD5__ctor_mA2C65541E2EAC52AFACBA80E18DD65645F4DA2FD(L_330, /*hidden argument*/NULL);
return L_330;
}
IL_0dea:
{
HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 * L_331 = (HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 *)il2cpp_codegen_object_new(HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71_il2cpp_TypeInfo_var);
HMACRIPEMD160__ctor_m5986F562451144C1D4393C9B9269631B77E22E7D(L_331, /*hidden argument*/NULL);
return L_331;
}
IL_0df0:
{
HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * L_332 = (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 *)il2cpp_codegen_object_new(HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var);
HMACSHA1__ctor_m1B63EC00D993F8321E617B509220C7A7874403B7(L_332, /*hidden argument*/NULL);
return L_332;
}
IL_0df6:
{
HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 * L_333 = (HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 *)il2cpp_codegen_object_new(HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414_il2cpp_TypeInfo_var);
HMACSHA256__ctor_mA6B0165D77CF7868A4F6C2BCED68B0E3D0D5C7A7(L_333, /*hidden argument*/NULL);
return L_333;
}
IL_0dfc:
{
HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * L_334 = (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 *)il2cpp_codegen_object_new(HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09_il2cpp_TypeInfo_var);
HMACSHA384__ctor_mE3E283CAA7D53044E99A46E9A8C6E4D11B9F0B37(L_334, /*hidden argument*/NULL);
return L_334;
}
IL_0e02:
{
HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * L_335 = (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D *)il2cpp_codegen_object_new(HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D_il2cpp_TypeInfo_var);
HMACSHA512__ctor_m5F7BF4FA9FAF90E6479E77FF55EE71200A260757(L_335, /*hidden argument*/NULL);
return L_335;
}
IL_0e08:
{
MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * L_336 = (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE *)il2cpp_codegen_object_new(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE_il2cpp_TypeInfo_var);
MACTripleDES__ctor_mB0D7FBC6A89C4295715545BE4CC8C7C224404974(L_336, /*hidden argument*/NULL);
return L_336;
}
IL_0e0e:
{
MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * L_337 = (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 *)il2cpp_codegen_object_new(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var);
MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823(L_337, /*hidden argument*/NULL);
return L_337;
}
IL_0e14:
{
RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797 * L_338 = (RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797 *)il2cpp_codegen_object_new(RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797_il2cpp_TypeInfo_var);
RC2CryptoServiceProvider__ctor_m47A5ED7A434CE8376717B5409FE2D8B2A65A563E(L_338, /*hidden argument*/NULL);
return L_338;
}
IL_0e1a:
{
RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182 * L_339 = (RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182 *)il2cpp_codegen_object_new(RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182_il2cpp_TypeInfo_var);
RijndaelManaged__ctor_mA6A1CDD39CD6CFCD208B3F102A01C90B5C4D4134(L_339, /*hidden argument*/NULL);
return L_339;
}
IL_0e20:
{
RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 * L_340 = (RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 *)il2cpp_codegen_object_new(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77_il2cpp_TypeInfo_var);
RIPEMD160Managed__ctor_m62F44985E773461D1CD493D01FAB75B684E8AE6C(L_340, /*hidden argument*/NULL);
return L_340;
}
IL_0e26:
{
RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * L_341 = (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 *)il2cpp_codegen_object_new(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var);
RNGCryptoServiceProvider__ctor_m5D6369AAF2AD50F4052C89B66B612E4C317FCF7E(L_341, /*hidden argument*/NULL);
return L_341;
}
IL_0e2c:
{
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_342 = (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var);
RSACryptoServiceProvider__ctor_m9249D579A83FC34306B6B1A53B677FC0C1DD21E1(L_342, /*hidden argument*/NULL);
return L_342;
}
IL_0e32:
{
RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C * L_343 = (RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C *)il2cpp_codegen_object_new(RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C_il2cpp_TypeInfo_var);
RSAPKCS1SignatureDeformatter__ctor_m36BA038F0EA665AB19E566C673C0D9559665D41E(L_343, /*hidden argument*/NULL);
return L_343;
}
IL_0e38:
{
RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6 * L_344 = (RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6 *)il2cpp_codegen_object_new(RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6_il2cpp_TypeInfo_var);
RSAPKCS1SignatureFormatter__ctor_m05822AA34501BF843FBBA2A571A9CD6259EC8D06(L_344, /*hidden argument*/NULL);
return L_344;
}
IL_0e3e:
{
RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2 * L_345 = (RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2 *)il2cpp_codegen_object_new(RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2_il2cpp_TypeInfo_var);
RSAPKCS1SHA1SignatureDescription__ctor_m5323DDAD6A4783C7E41521DA9DBD86FB99304464(L_345, /*hidden argument*/NULL);
return L_345;
}
IL_0e44:
{
RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4 * L_346 = (RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4 *)il2cpp_codegen_object_new(RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4_il2cpp_TypeInfo_var);
RSAPKCS1SHA256SignatureDescription__ctor_mC4D95218BE716A941A99D8E11EFE48B2CD2AEE3E(L_346, /*hidden argument*/NULL);
return L_346;
}
IL_0e4a:
{
RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01 * L_347 = (RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01 *)il2cpp_codegen_object_new(RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01_il2cpp_TypeInfo_var);
RSAPKCS1SHA384SignatureDescription__ctor_m950676A97068276569F8AC6300AD5F6A5610408D(L_347, /*hidden argument*/NULL);
return L_347;
}
IL_0e50:
{
RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E * L_348 = (RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E *)il2cpp_codegen_object_new(RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E_il2cpp_TypeInfo_var);
RSAPKCS1SHA512SignatureDescription__ctor_mAD114A0EEBE956594FB800E3DEE60B69B85FC099(L_348, /*hidden argument*/NULL);
return L_348;
}
IL_0e56:
{
SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * L_349 = (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D *)il2cpp_codegen_object_new(SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D_il2cpp_TypeInfo_var);
SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F(L_349, /*hidden argument*/NULL);
return L_349;
}
IL_0e5c:
{
SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D * L_350 = (SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D *)il2cpp_codegen_object_new(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D_il2cpp_TypeInfo_var);
SHA1Managed__ctor_m7565B5C5B9F0B2A4BECF3B704D87C865FCDEF358(L_350, /*hidden argument*/NULL);
return L_350;
}
IL_0e62:
{
SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 * L_351 = (SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 *)il2cpp_codegen_object_new(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_il2cpp_TypeInfo_var);
SHA256Managed__ctor_mE7ED908AA6371B0BA6184B06894171B10A589529(L_351, /*hidden argument*/NULL);
return L_351;
}
IL_0e68:
{
SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 * L_352 = (SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 *)il2cpp_codegen_object_new(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_il2cpp_TypeInfo_var);
SHA384Managed__ctor_m2E394905D81228BDFE17F3970C55709DBBB7EE3B(L_352, /*hidden argument*/NULL);
return L_352;
}
IL_0e6e:
{
SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 * L_353 = (SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 *)il2cpp_codegen_object_new(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_il2cpp_TypeInfo_var);
SHA512Managed__ctor_m69C0B4F5849CF1D2B3C1D244F853A952434476DF(L_353, /*hidden argument*/NULL);
return L_353;
}
IL_0e74:
{
TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389 * L_354 = (TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389 *)il2cpp_codegen_object_new(TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389_il2cpp_TypeInfo_var);
TripleDESCryptoServiceProvider__ctor_m7289D757BFDD86AFB6458DDC633BB5935112BC28(L_354, /*hidden argument*/NULL);
return L_354;
}
IL_0e7a:
{
___name0 = _stringLiteral4F5682017652A2F207F9210E350173DF85EA12D0;
goto IL_0e8a;
}
IL_0e83:
{
___name0 = _stringLiteralE2305F8324CE88D5A3D1BA46BFC8E824A193B470;
}
IL_0e8a:
{
}
IL_0e8b:
try
{ // begin try (depth: 1)
String_t* L_355 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_356 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C, L_355, "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089");
RuntimeObject * L_357 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_356, /*hidden argument*/NULL);
V_2 = L_357;
goto IL_0e9e;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0e99;
throw e;
}
CATCH_0e99:
{ // begin catch(System.Object)
V_2 = NULL;
goto IL_0e9e;
} // end catch (depth: 1)
IL_0e9e:
{
RuntimeObject * L_358 = V_2;
return L_358;
}
}
// System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m4588979B3B67C0D41F0E72D916B5736E957255A8 (String_t* ___name0, RuntimeObject * ___arg1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
String_t* L_1 = CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
uint32_t V_1 = 0;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_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, NULL, CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___name0;
NullCheck(L_2);
String_t* L_3 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_2, /*hidden argument*/NULL);
V_0 = L_3;
String_t* L_4 = V_0;
uint32_t L_5 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A(L_4, /*hidden argument*/NULL);
V_1 = L_5;
uint32_t L_6 = V_1;
if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)-1901412621)))))
{
goto IL_011f;
}
}
{
uint32_t L_7 = V_1;
if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)1686995390)))))
{
goto IL_009b;
}
}
{
uint32_t L_8 = V_1;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)585245684)))))
{
goto IL_005d;
}
}
{
uint32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)289646596))))
{
goto IL_0217;
}
}
{
uint32_t L_10 = V_1;
if ((((int32_t)L_10) == ((int32_t)((int32_t)373238979))))
{
goto IL_022c;
}
}
{
uint32_t L_11 = V_1;
if ((((int32_t)L_11) == ((int32_t)((int32_t)585245684))))
{
goto IL_0241;
}
}
{
goto IL_04a8;
}
IL_005d:
{
uint32_t L_12 = V_1;
if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)1600607069)))))
{
goto IL_0080;
}
}
{
uint32_t L_13 = V_1;
if ((((int32_t)L_13) == ((int32_t)((int32_t)1168228931))))
{
goto IL_03fa;
}
}
{
uint32_t L_14 = V_1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)1600607069))))
{
goto IL_033d;
}
}
{
goto IL_04a8;
}
IL_0080:
{
uint32_t L_15 = V_1;
if ((((int32_t)L_15) == ((int32_t)((int32_t)1664836558))))
{
goto IL_02bf;
}
}
{
uint32_t L_16 = V_1;
if ((((int32_t)L_16) == ((int32_t)((int32_t)1686995390))))
{
goto IL_0295;
}
}
{
goto IL_04a8;
}
IL_009b:
{
uint32_t L_17 = V_1;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)2131651891)))))
{
goto IL_00e1;
}
}
{
uint32_t L_18 = V_1;
if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)2070555668)))))
{
goto IL_00c6;
}
}
{
uint32_t L_19 = V_1;
if ((((int32_t)L_19) == ((int32_t)((int32_t)1862521808))))
{
goto IL_045d;
}
}
{
uint32_t L_20 = V_1;
if ((((int32_t)L_20) == ((int32_t)((int32_t)2070555668))))
{
goto IL_026b;
}
}
{
goto IL_04a8;
}
IL_00c6:
{
uint32_t L_21 = V_1;
if ((((int32_t)L_21) == ((int32_t)((int32_t)2102584679))))
{
goto IL_0421;
}
}
{
uint32_t L_22 = V_1;
if ((((int32_t)L_22) == ((int32_t)((int32_t)2131651891))))
{
goto IL_044e;
}
}
{
goto IL_04a8;
}
IL_00e1:
{
uint32_t L_23 = V_1;
if ((!(((uint32_t)L_23) <= ((uint32_t)((int32_t)-2025031285)))))
{
goto IL_0104;
}
}
{
uint32_t L_24 = V_1;
if ((((int32_t)L_24) == ((int32_t)((int32_t)-2080359983))))
{
goto IL_0391;
}
}
{
uint32_t L_25 = V_1;
if ((((int32_t)L_25) == ((int32_t)((int32_t)-2025031285))))
{
goto IL_0280;
}
}
{
goto IL_04a8;
}
IL_0104:
{
uint32_t L_26 = V_1;
if ((((int32_t)L_26) == ((int32_t)((int32_t)-1948475359))))
{
goto IL_02fe;
}
}
{
uint32_t L_27 = V_1;
if ((((int32_t)L_27) == ((int32_t)((int32_t)-1901412621))))
{
goto IL_02aa;
}
}
{
goto IL_04a8;
}
IL_011f:
{
uint32_t L_28 = V_1;
if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)-1594352554)))))
{
goto IL_0193;
}
}
{
uint32_t L_29 = V_1;
if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)-1810091758)))))
{
goto IL_0155;
}
}
{
uint32_t L_30 = V_1;
if ((((int32_t)L_30) == ((int32_t)((int32_t)-1900350882))))
{
goto IL_0328;
}
}
{
uint32_t L_31 = V_1;
if ((((int32_t)L_31) == ((int32_t)((int32_t)-1843562458))))
{
goto IL_040f;
}
}
{
uint32_t L_32 = V_1;
if ((((int32_t)L_32) == ((int32_t)((int32_t)-1810091758))))
{
goto IL_02e9;
}
}
{
goto IL_04a8;
}
IL_0155:
{
uint32_t L_33 = V_1;
if ((!(((uint32_t)L_33) <= ((uint32_t)((int32_t)-1622939474)))))
{
goto IL_0178;
}
}
{
uint32_t L_34 = V_1;
if ((((int32_t)L_34) == ((int32_t)((int32_t)-1663814150))))
{
goto IL_0313;
}
}
{
uint32_t L_35 = V_1;
if ((((int32_t)L_35) == ((int32_t)((int32_t)-1622939474))))
{
goto IL_0430;
}
}
{
goto IL_04a8;
}
IL_0178:
{
uint32_t L_36 = V_1;
if ((((int32_t)L_36) == ((int32_t)((int32_t)-1600917909))))
{
goto IL_03e5;
}
}
{
uint32_t L_37 = V_1;
if ((((int32_t)L_37) == ((int32_t)((int32_t)-1594352554))))
{
goto IL_037c;
}
}
{
goto IL_04a8;
}
IL_0193:
{
uint32_t L_38 = V_1;
if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)-765881597)))))
{
goto IL_01d9;
}
}
{
uint32_t L_39 = V_1;
if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)-1364149353)))))
{
goto IL_01be;
}
}
{
uint32_t L_40 = V_1;
if ((((int32_t)L_40) == ((int32_t)((int32_t)-1491810067))))
{
goto IL_02d4;
}
}
{
uint32_t L_41 = V_1;
if ((((int32_t)L_41) == ((int32_t)((int32_t)-1364149353))))
{
goto IL_0256;
}
}
{
goto IL_04a8;
}
IL_01be:
{
uint32_t L_42 = V_1;
if ((((int32_t)L_42) == ((int32_t)((int32_t)-837852979))))
{
goto IL_03bb;
}
}
{
uint32_t L_43 = V_1;
if ((((int32_t)L_43) == ((int32_t)((int32_t)-765881597))))
{
goto IL_043f;
}
}
{
goto IL_04a8;
}
IL_01d9:
{
uint32_t L_44 = V_1;
if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)-303375500)))))
{
goto IL_01fc;
}
}
{
uint32_t L_45 = V_1;
if ((((int32_t)L_45) == ((int32_t)((int32_t)-586725934))))
{
goto IL_03a6;
}
}
{
uint32_t L_46 = V_1;
if ((((int32_t)L_46) == ((int32_t)((int32_t)-303375500))))
{
goto IL_03d0;
}
}
{
goto IL_04a8;
}
IL_01fc:
{
uint32_t L_47 = V_1;
if ((((int32_t)L_47) == ((int32_t)((int32_t)-113906878))))
{
goto IL_0352;
}
}
{
uint32_t L_48 = V_1;
if ((((int32_t)L_48) == ((int32_t)((int32_t)-95184527))))
{
goto IL_0367;
}
}
{
goto IL_04a8;
}
IL_0217:
{
String_t* L_49 = V_0;
bool L_50 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_49, _stringLiteralAA42712128B981BBB051A246DF3B92C88B7D7202, /*hidden argument*/NULL);
if (L_50)
{
goto IL_046c;
}
}
{
goto IL_04a8;
}
IL_022c:
{
String_t* L_51 = V_0;
bool L_52 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_51, _stringLiteral6E6E58BEF4B61192EE4EEE5C593C70D0535F6101, /*hidden argument*/NULL);
if (L_52)
{
goto IL_046c;
}
}
{
goto IL_04a8;
}
IL_0241:
{
String_t* L_53 = V_0;
bool L_54 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_53, _stringLiteral44D01B6AF57060949A24B74DB13BA7D1C49E6F53, /*hidden argument*/NULL);
if (L_54)
{
goto IL_046c;
}
}
{
goto IL_04a8;
}
IL_0256:
{
String_t* L_55 = V_0;
bool L_56 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_55, _stringLiteralFD4DAE62771BEDC37631F8989D614C68BF411CAF, /*hidden argument*/NULL);
if (L_56)
{
goto IL_046c;
}
}
{
goto IL_04a8;
}
IL_026b:
{
String_t* L_57 = V_0;
bool L_58 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_57, _stringLiteral415AB40AE9B7CC4E66D6769CB2C08106E8293B48, /*hidden argument*/NULL);
if (L_58)
{
goto IL_046c;
}
}
{
goto IL_04a8;
}
IL_0280:
{
String_t* L_59 = V_0;
bool L_60 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_59, _stringLiteral7E66579C2DC88D0E01672221DB46B4D595893173, /*hidden argument*/NULL);
if (L_60)
{
goto IL_0472;
}
}
{
goto IL_04a8;
}
IL_0295:
{
String_t* L_61 = V_0;
bool L_62 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_61, _stringLiteral84BDD358EA75302F880E3DC1B629FD2ED959232A, /*hidden argument*/NULL);
if (L_62)
{
goto IL_0472;
}
}
{
goto IL_04a8;
}
IL_02aa:
{
String_t* L_63 = V_0;
bool L_64 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_63, _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B, /*hidden argument*/NULL);
if (L_64)
{
goto IL_0472;
}
}
{
goto IL_04a8;
}
IL_02bf:
{
String_t* L_65 = V_0;
bool L_66 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_65, _stringLiteral88E95B69EBE89180DDB6D70300A78CEDE72FEBDA, /*hidden argument*/NULL);
if (L_66)
{
goto IL_0478;
}
}
{
goto IL_04a8;
}
IL_02d4:
{
String_t* L_67 = V_0;
bool L_68 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_67, _stringLiteral1846568FADB7401EF63507EE98BD41C81412F408, /*hidden argument*/NULL);
if (L_68)
{
goto IL_0478;
}
}
{
goto IL_04a8;
}
IL_02e9:
{
String_t* L_69 = V_0;
bool L_70 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, _stringLiteral38DC2CA78F8926F3A92266B514E823AF9B2D333E, /*hidden argument*/NULL);
if (L_70)
{
goto IL_0478;
}
}
{
goto IL_04a8;
}
IL_02fe:
{
String_t* L_71 = V_0;
bool L_72 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_71, _stringLiteral9FD84BA22BCC2C75E0FDB550EB4A0A3E5D326240, /*hidden argument*/NULL);
if (L_72)
{
goto IL_0478;
}
}
{
goto IL_04a8;
}
IL_0313:
{
String_t* L_73 = V_0;
bool L_74 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_73, _stringLiteralB310DA45B1EBF444106A41B7832AB2FBE25DAB41, /*hidden argument*/NULL);
if (L_74)
{
goto IL_0478;
}
}
{
goto IL_04a8;
}
IL_0328:
{
String_t* L_75 = V_0;
bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_75, _stringLiteral102DCEA57B0E842F87BF24A98ED93F1F847F04CB, /*hidden argument*/NULL);
if (L_76)
{
goto IL_047e;
}
}
{
goto IL_04a8;
}
IL_033d:
{
String_t* L_77 = V_0;
bool L_78 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_77, _stringLiteralCD0445242E4F21D506708A1E8189020C84DAB849, /*hidden argument*/NULL);
if (L_78)
{
goto IL_047e;
}
}
{
goto IL_04a8;
}
IL_0352:
{
String_t* L_79 = V_0;
bool L_80 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_79, _stringLiteralED9C29870C7757C442F5FD54D78BA42325E63363, /*hidden argument*/NULL);
if (L_80)
{
goto IL_047e;
}
}
{
goto IL_04a8;
}
IL_0367:
{
String_t* L_81 = V_0;
bool L_82 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_81, _stringLiteral6715EF2280FB549D73B09E8F1DB9F9E1313071F3, /*hidden argument*/NULL);
if (L_82)
{
goto IL_047e;
}
}
{
goto IL_04a8;
}
IL_037c:
{
String_t* L_83 = V_0;
bool L_84 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_83, _stringLiteral1D3C8BCC44B8A2CBA4C63B30774BF6644D4649C4, /*hidden argument*/NULL);
if (L_84)
{
goto IL_047e;
}
}
{
goto IL_04a8;
}
IL_0391:
{
String_t* L_85 = V_0;
bool L_86 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_85, _stringLiteral2037397024228EACFFB9B8132F814C6C6593EF2C, /*hidden argument*/NULL);
if (L_86)
{
goto IL_0484;
}
}
{
goto IL_04a8;
}
IL_03a6:
{
String_t* L_87 = V_0;
bool L_88 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_87, _stringLiteral977DAEE1A5FCF6E60DCEFE44BE17DEDE7956024F, /*hidden argument*/NULL);
if (L_88)
{
goto IL_0484;
}
}
{
goto IL_04a8;
}
IL_03bb:
{
String_t* L_89 = V_0;
bool L_90 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_89, _stringLiteral67AFB09F8D27C14D9989413831A63484F21CBCFB, /*hidden argument*/NULL);
if (L_90)
{
goto IL_0484;
}
}
{
goto IL_04a8;
}
IL_03d0:
{
String_t* L_91 = V_0;
bool L_92 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_91, _stringLiteral189BDEF957FC6F02271E3256B24E818168134DDA, /*hidden argument*/NULL);
if (L_92)
{
goto IL_0484;
}
}
{
goto IL_04a8;
}
IL_03e5:
{
String_t* L_93 = V_0;
bool L_94 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_93, _stringLiteral0F5B530255E5A064CC73699E4FA44BA8B2AD399F, /*hidden argument*/NULL);
if (L_94)
{
goto IL_0484;
}
}
{
goto IL_04a8;
}
IL_03fa:
{
String_t* L_95 = V_0;
bool L_96 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_95, _stringLiteralB3F111108BA874807F853B281D56C24F1663DF51, /*hidden argument*/NULL);
if (L_96)
{
goto IL_048a;
}
}
{
goto IL_04a8;
}
IL_040f:
{
String_t* L_97 = V_0;
bool L_98 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_97, _stringLiteral523AC32205F06EB2E8236E77B00BF5E6500A0651, /*hidden argument*/NULL);
if (L_98)
{
goto IL_048a;
}
}
{
goto IL_04a8;
}
IL_0421:
{
String_t* L_99 = V_0;
bool L_100 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_99, _stringLiteral453C7F4F8E131B7222D28B69E0207049CC8F454D, /*hidden argument*/NULL);
if (L_100)
{
goto IL_048a;
}
}
{
goto IL_04a8;
}
IL_0430:
{
String_t* L_101 = V_0;
bool L_102 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_101, _stringLiteral38E1AFC65E4C3A211506657EA58563AB4931B6AB, /*hidden argument*/NULL);
if (L_102)
{
goto IL_0490;
}
}
{
goto IL_04a8;
}
IL_043f:
{
String_t* L_103 = V_0;
bool L_104 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_103, _stringLiteralE9D596E7807A846BC76A51E845FCC844F24DFDAA, /*hidden argument*/NULL);
if (L_104)
{
goto IL_0496;
}
}
{
goto IL_04a8;
}
IL_044e:
{
String_t* L_105 = V_0;
bool L_106 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_105, _stringLiteralC6F13FE004C2289E7A0EE2FD90131AD4D07F686D, /*hidden argument*/NULL);
if (L_106)
{
goto IL_049c;
}
}
{
goto IL_04a8;
}
IL_045d:
{
String_t* L_107 = V_0;
bool L_108 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_107, _stringLiteralB864F02CAABF67EE9DAB90D79279565A1DE9C7CA, /*hidden argument*/NULL);
if (L_108)
{
goto IL_04a2;
}
}
{
goto IL_04a8;
}
IL_046c:
{
return _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6;
}
IL_0472:
{
return _stringLiteralF2883B73C7170209AD6F63B0EFACADB881FE5E22;
}
IL_0478:
{
return _stringLiteral05A64D8F4A280F6D2641D1D8433899C188E94B59;
}
IL_047e:
{
return _stringLiteralE0000ABFE2C72976480D2ACE311F321B27C18D97;
}
IL_0484:
{
return _stringLiteral32679E4CE463CE1AD4AE7CBBDDA0D62F08639EB7;
}
IL_048a:
{
return _stringLiteral1095ACFD4D7275AE92DE523E40A546223852B551;
}
IL_0490:
{
return _stringLiteral03DE96B4248AD7196C04AB6B8E582EDBA92A7265;
}
IL_0496:
{
return _stringLiteral14D34C067440DDDF3ABC6CD5E59936C4A6BBBAA4;
}
IL_049c:
{
return _stringLiteral8918776C55D081E9DBEDEFFF4E02E117936C4AA3;
}
IL_04a2:
{
return _stringLiteralB36855C8106E21F3F1D294497421FA8827D57C6A;
}
IL_04a8:
{
return (String_t*)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif