Ruyi_client_new/xcode/Classes/Native/mscorlib14.cpp

37255 lines
1.8 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "icalls/mscorlib/System/RuntimeFieldHandle.h"
#include "icalls/mscorlib/System/RuntimeType.h"
#include "icalls/mscorlib/System/RuntimeTypeHandle.h"
#include "il2cpp-object-internals.h"
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
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 R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename 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, 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);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
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 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, typename T1, typename T2, typename T3, typename T4, typename T5>
struct InterfaceFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <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.Action
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// 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.Int32,System.Threading.Tasks.Task>
struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IList`1<System.Object>
struct IList_1_tE09735A322C3B17000EF4E4BC8026FEDEB7B0D9B;
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData>
struct IList_1_tE0C117F07E4E8ABEAD1951B553655F0835E9F485;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.Reflection.MethodBase>
struct List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B;
// System.Collections.Generic.List`1<System.Reflection.MethodInfo>
struct List_1_t8693F442D94ED2E09D894940915C961D2F63C69B;
// System.Collections.Generic.List`1<System.RuntimeType>
struct List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E;
// System.EventHandler`1<System.Object>
struct EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3;
// System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>
struct EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81;
// System.Exception
struct Exception_t;
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties>
struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F;
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<System.Int32>>
struct Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IConvertible
struct IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// 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.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5;
// System.Predicate`1<System.Object>
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
// System.Predicate`1<System.Threading.Tasks.Task>
struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335;
// 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.CompilerServices.IAsyncStateMachine
struct IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC;
// System.Runtime.InteropServices.GuidAttribute
struct GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34;
// System.Runtime.InteropServices.MarshalAsAttribute
struct MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020;
// System.Runtime.InteropServices.StructLayoutAttribute
struct StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.OnDeserializedAttribute
struct OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D;
// System.Runtime.Serialization.OnDeserializingAttribute
struct OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767;
// System.Runtime.Serialization.OnSerializingAttribute
struct OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630;
// System.Runtime.Serialization.OptionalFieldAttribute
struct OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384;
// System.Runtime.Serialization.SafeSerializationEventArgs
struct SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationBinder
struct SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4;
// System.Runtime.Serialization.SerializationEventHandler
struct SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A;
// System.Runtime.Serialization.SerializationEvents
struct SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F;
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210;
// System.Runtime.Serialization.SerializationFieldInfo
struct SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5;
// System.Runtime.Serialization.SerializationObjectManager
struct SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA;
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034;
// System.Runtime.Serialization.TypeLoadExceptionHolder
struct TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653;
// System.Runtime.Serialization.ValueTypeFixupInfo
struct ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC;
// System.RuntimeType
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F;
// System.RuntimeType[]
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE;
// System.STAThreadAttribute
struct STAThreadAttribute_t0564A46C9F5E5DC44615EDFC5C95AEAF67397F16;
// System.Security.Cryptography.Aes
struct Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653;
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB;
// System.Security.Cryptography.AsymmetricKeyExchangeDeformatter
struct AsymmetricKeyExchangeDeformatter_t43BCD3FDF3AB4A4303856F165EE5887DF70BDA41;
// System.Security.Cryptography.AsymmetricKeyExchangeFormatter
struct AsymmetricKeyExchangeFormatter_t9CA3BB8564F403286E742FD70000696D5E0E1187;
// System.Security.Cryptography.AsymmetricSignatureDeformatter
struct AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39;
// System.Security.Cryptography.AsymmetricSignatureFormatter
struct AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E;
// System.Security.Cryptography.CryptoAPITransform
struct CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF;
// System.Security.Cryptography.CryptoConfig
struct CryptoConfig_tAC63C427FED51A33BAC3CC050CA1292E7A1AAF7F;
// 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.DSA
struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF;
// 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.RSA
struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145;
// 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.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// 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.StringBuilder
struct StringBuilder_t;
// System.Threading.CancellationTokenSource
struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE;
// System.Threading.ContextCallback
struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676;
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.SemaphoreSlim/TaskNode
struct TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D;
// System.Threading.Tasks.StackGuard
struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9;
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
// System.Threading.Tasks.Task/ContingentProperties
struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08;
// System.Threading.Tasks.TaskFactory
struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155;
// System.Threading.Tasks.TaskFactory`1<System.Int32>
struct TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7;
// System.Threading.Tasks.TaskScheduler
struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114;
// System.Threading.Tasks.Task`1<System.Boolean>
struct Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439;
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
// System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>
struct Task_1_t1359D75350E9D976BFA28AD96E417450DE277673;
// System.Type
struct Type_t;
// System.TypeIdentifier
struct TypeIdentifier_tEF8C0B5CA8B33CD2A732C822D0B9BD62B8DA2F12;
// System.TypeLoadException
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.UInt64[]
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
IL2CPP_EXTERN_C RuntimeClass* Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISafeSerializationData_t18C2979D24583D957C9908CB90D566FA31E1117E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoField_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoMethod_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeIdentifier_tEF8C0B5CA8B33CD2A732C822D0B9BD62B8DA2F12_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0048DEAE32BAEC237741315F192A8069558B375B;
IL2CPP_EXTERN_C String_t* _stringLiteral004A21CCF4449F84B69A76602E65315F9A7875E6;
IL2CPP_EXTERN_C String_t* _stringLiteral00968CFD06495A68558AFB5381A0F5AEC86F4E6E;
IL2CPP_EXTERN_C String_t* _stringLiteral0179CBF464F5876C486B151B49D1EF61A5360068;
IL2CPP_EXTERN_C String_t* _stringLiteral01E4715CD1F1397A5C3495A567A488FCA2E123EC;
IL2CPP_EXTERN_C String_t* _stringLiteral02963CF4B66B69F3AE3437523993144F4C25B807;
IL2CPP_EXTERN_C String_t* _stringLiteral03DE96B4248AD7196C04AB6B8E582EDBA92A7265;
IL2CPP_EXTERN_C String_t* _stringLiteral053F79AB8C684EBD1548279E938F877AF42D3471;
IL2CPP_EXTERN_C String_t* _stringLiteral054D44E1BDA587A06CCB251246C0EE7E34D53865;
IL2CPP_EXTERN_C String_t* _stringLiteral05A64D8F4A280F6D2641D1D8433899C188E94B59;
IL2CPP_EXTERN_C String_t* _stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A;
IL2CPP_EXTERN_C String_t* _stringLiteral07274945043305516C2DD6D0C610021C65F177B4;
IL2CPP_EXTERN_C String_t* _stringLiteral08D213ABBE49B0ED315827FD621B5CC2D354DDD2;
IL2CPP_EXTERN_C String_t* _stringLiteral08E93AAB825750FCAD1606E7494295F4F8512C13;
IL2CPP_EXTERN_C String_t* _stringLiteral0F5B530255E5A064CC73699E4FA44BA8B2AD399F;
IL2CPP_EXTERN_C String_t* _stringLiteral102DCEA57B0E842F87BF24A98ED93F1F847F04CB;
IL2CPP_EXTERN_C String_t* _stringLiteral1095ACFD4D7275AE92DE523E40A546223852B551;
IL2CPP_EXTERN_C String_t* _stringLiteral13613C0A4C8E9661B704E532D3481E2DBE252601;
IL2CPP_EXTERN_C String_t* _stringLiteral14D34C067440DDDF3ABC6CD5E59936C4A6BBBAA4;
IL2CPP_EXTERN_C String_t* _stringLiteral16D7FFF5CB7B1700CDD10BB0D6B24359BFA7D38A;
IL2CPP_EXTERN_C String_t* _stringLiteral17149ABD69F0071A40D60C17F285B7CE932A7B3D;
IL2CPP_EXTERN_C String_t* _stringLiteral1846568FADB7401EF63507EE98BD41C81412F408;
IL2CPP_EXTERN_C String_t* _stringLiteral1864E47701E0D2A7109E5C19F28EA68445C96785;
IL2CPP_EXTERN_C String_t* _stringLiteral189BDEF957FC6F02271E3256B24E818168134DDA;
IL2CPP_EXTERN_C String_t* _stringLiteral19D5B110F19B2190575B7810E1FA91334E8E400F;
IL2CPP_EXTERN_C String_t* _stringLiteral19DA398173BE4A1CA60D252A28CD0731E60A4780;
IL2CPP_EXTERN_C String_t* _stringLiteral1A33762A46A67DAB82E3E0CE396F238137506B86;
IL2CPP_EXTERN_C String_t* _stringLiteral1A7FD9E202DBC132E4DF88D454B6FC3E81D016CF;
IL2CPP_EXTERN_C String_t* _stringLiteral1D1BF960A29362D8B5000AB149BCFF821C0F8852;
IL2CPP_EXTERN_C String_t* _stringLiteral1D3C8BCC44B8A2CBA4C63B30774BF6644D4649C4;
IL2CPP_EXTERN_C String_t* _stringLiteral1DBC7385BADBFDA548FB27E2160A33CF32C0F545;
IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
IL2CPP_EXTERN_C String_t* _stringLiteral1FB07FC6593E8F32201FA2F3A4164F265B0CC2ED;
IL2CPP_EXTERN_C String_t* _stringLiteral2037397024228EACFFB9B8132F814C6C6593EF2C;
IL2CPP_EXTERN_C String_t* _stringLiteral22225253A3DB9C71DD7D8F79C6E6FA1084B44E49;
IL2CPP_EXTERN_C String_t* _stringLiteral2346AD27D7568BA9896F1B7DA6B5991251DEBDF2;
IL2CPP_EXTERN_C String_t* _stringLiteral249DBD06E584477042DE51D82FF72D52F7D7C76D;
IL2CPP_EXTERN_C String_t* _stringLiteral2994A243F32A65FAF581E5A76369B83C11170BE7;
IL2CPP_EXTERN_C String_t* _stringLiteral2C3199988097E4BB3103E8C34B8DFE8796545D8F;
IL2CPP_EXTERN_C String_t* _stringLiteral2DA62276D50D130F1C059F6E94FD6CCBF5F7C7A4;
IL2CPP_EXTERN_C String_t* _stringLiteral2DE3F4F9449938537E83C8AC3A691C5927388746;
IL2CPP_EXTERN_C String_t* _stringLiteral2F3C7240188D276B614A79BC97FA6308D37681F9;
IL2CPP_EXTERN_C String_t* _stringLiteral2F44E4A7B035EEFCCE23EDC6BE988128E1CE29A6;
IL2CPP_EXTERN_C String_t* _stringLiteral2F608168AB910F08F99CCBDA43EE56D4C1E18A3B;
IL2CPP_EXTERN_C String_t* _stringLiteral308DADD8379AA87AD9B6AD01D3328702E3FD5D72;
IL2CPP_EXTERN_C String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D;
IL2CPP_EXTERN_C String_t* _stringLiteral3177A15C5117684C4155973B001D3B6A1D2F87DF;
IL2CPP_EXTERN_C String_t* _stringLiteral32679E4CE463CE1AD4AE7CBBDDA0D62F08639EB7;
IL2CPP_EXTERN_C String_t* _stringLiteral3435968A1FA5DC7806024802A561C1886C22803B;
IL2CPP_EXTERN_C String_t* _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA;
IL2CPP_EXTERN_C String_t* _stringLiteral38DC2CA78F8926F3A92266B514E823AF9B2D333E;
IL2CPP_EXTERN_C String_t* _stringLiteral38E1AFC65E4C3A211506657EA58563AB4931B6AB;
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
IL2CPP_EXTERN_C String_t* _stringLiteral3ADDC5CC0597A7768F5D5436F05C907CC074126C;
IL2CPP_EXTERN_C String_t* _stringLiteral3B18F106B2E71F651B1A7B8EEC2EE875E57D5B17;
IL2CPP_EXTERN_C String_t* _stringLiteral3B2B13D765299FF4FA55E6D08D981167BAAF9E42;
IL2CPP_EXTERN_C String_t* _stringLiteral3E5FE015375B68C60BEFD254E4B639475A73E6CA;
IL2CPP_EXTERN_C String_t* _stringLiteral3F83668D81A5EFAE08ACCA9672E88B6C4E9A2057;
IL2CPP_EXTERN_C String_t* _stringLiteral415AB40AE9B7CC4E66D6769CB2C08106E8293B48;
IL2CPP_EXTERN_C String_t* _stringLiteral41F215A6D36C7782875BFB5D6D290EBB1E7961DF;
IL2CPP_EXTERN_C String_t* _stringLiteral425D0922B3DBEFD9CC78FAE2E9734F28B18CAEE1;
IL2CPP_EXTERN_C String_t* _stringLiteral43994F036B284920EB65140595B212791E1E315B;
IL2CPP_EXTERN_C String_t* _stringLiteral43E4B01DA5BC310916BDCD59560588C54E5A08C9;
IL2CPP_EXTERN_C String_t* _stringLiteral44D01B6AF57060949A24B74DB13BA7D1C49E6F53;
IL2CPP_EXTERN_C String_t* _stringLiteral453C7F4F8E131B7222D28B69E0207049CC8F454D;
IL2CPP_EXTERN_C String_t* _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC;
IL2CPP_EXTERN_C String_t* _stringLiteral4B9F2B9F7DFD45F7B3F9EAB76201E30D2798FD98;
IL2CPP_EXTERN_C String_t* _stringLiteral4F5682017652A2F207F9210E350173DF85EA12D0;
IL2CPP_EXTERN_C String_t* _stringLiteral4FD9225026296032FD175BA12995E8435BF8E579;
IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
IL2CPP_EXTERN_C String_t* _stringLiteral5047AAA8C8C54638D450B9579D6996150821B0F5;
IL2CPP_EXTERN_C String_t* _stringLiteral505613DD92F26133A156676FDB84F3B5BB24633F;
IL2CPP_EXTERN_C String_t* _stringLiteral523AC32205F06EB2E8236E77B00BF5E6500A0651;
IL2CPP_EXTERN_C String_t* _stringLiteral52AE691231B939A76280F44CCCD3864483C30D7E;
IL2CPP_EXTERN_C String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
IL2CPP_EXTERN_C String_t* _stringLiteral55EED343A198ED12DF109B5CE13EF3E94B1187EC;
IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
IL2CPP_EXTERN_C String_t* _stringLiteral5B51336E564989178F263E0CD28F6C75E70F7191;
IL2CPP_EXTERN_C String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808;
IL2CPP_EXTERN_C String_t* _stringLiteral5D9A20A17F44C820674B0A8F30B1F046EC0DA0B0;
IL2CPP_EXTERN_C String_t* _stringLiteral60E80545679C5DA4E2134589AEE88C06F9FB43D4;
IL2CPP_EXTERN_C String_t* _stringLiteral60ED6504C74E5878530662CE4D473C745803875F;
IL2CPP_EXTERN_C String_t* _stringLiteral619417E3BBEF14EAF2503D64E9A39B721302DF8C;
IL2CPP_EXTERN_C String_t* _stringLiteral649899A8F636172897CCF04C1781F0E59F4041D5;
IL2CPP_EXTERN_C String_t* _stringLiteral65E49DAB77336CA851AE4EB596211C1C78BC2386;
IL2CPP_EXTERN_C String_t* _stringLiteral66D145F9BC4E163069F795822A1EA8BEF2E4E55B;
IL2CPP_EXTERN_C String_t* _stringLiteral6715EF2280FB549D73B09E8F1DB9F9E1313071F3;
IL2CPP_EXTERN_C String_t* _stringLiteral6738D06D6C794327B819962FE118768444DFE966;
IL2CPP_EXTERN_C String_t* _stringLiteral67AFB09F8D27C14D9989413831A63484F21CBCFB;
IL2CPP_EXTERN_C String_t* _stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06;
IL2CPP_EXTERN_C String_t* _stringLiteral6AC7BBFF4F1B3097865A25D8BB94FF9E398A97BE;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral6BE8F9EC35819FA83807CCD9BB9E225AFF2F47DE;
IL2CPP_EXTERN_C String_t* _stringLiteral6C1FD94D4E88ED3CDF21B575C0573DAF7ACC4EBB;
IL2CPP_EXTERN_C String_t* _stringLiteral6C9C7BAF0DF03D7191DA4E981ABFD19642D45582;
IL2CPP_EXTERN_C String_t* _stringLiteral6E6E58BEF4B61192EE4EEE5C593C70D0535F6101;
IL2CPP_EXTERN_C String_t* _stringLiteral7109F9ECFCC521A037C045BAB837A04A1467751B;
IL2CPP_EXTERN_C String_t* _stringLiteral71EFA7E9FA909ED1CB9E25F0907FB4A41A55C2E7;
IL2CPP_EXTERN_C String_t* _stringLiteral724B20103740F89066905DA0B778BAF372F0DFFA;
IL2CPP_EXTERN_C String_t* _stringLiteral745E428A7E2D895994D11BCE9C1698C2087FEEE7;
IL2CPP_EXTERN_C String_t* _stringLiteral74BBAD39558EE79D69DC4DFFCCF4C7177A27645D;
IL2CPP_EXTERN_C String_t* _stringLiteral752203FC97F9BD76547C504057B8F32DA1C045C5;
IL2CPP_EXTERN_C String_t* _stringLiteral752DA69D35B7D2F3AECB0519FD2289F94D325EA7;
IL2CPP_EXTERN_C String_t* _stringLiteral7623358BE352F2D10F9FBCE6565E12A845E9921D;
IL2CPP_EXTERN_C String_t* _stringLiteral76353B32E89D21057F9EC9CBDA673D64C2685940;
IL2CPP_EXTERN_C String_t* _stringLiteral7647CD1964FA9C3DB292EC19AAD7E2D17340B89B;
IL2CPP_EXTERN_C String_t* _stringLiteral781C42C8B8E58290D48A10D0FDEF4A87279EF7DA;
IL2CPP_EXTERN_C String_t* _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD;
IL2CPP_EXTERN_C String_t* _stringLiteral7E66579C2DC88D0E01672221DB46B4D595893173;
IL2CPP_EXTERN_C String_t* _stringLiteral809A5353F7D4F1CC85D53AC73B1A87FDF04978CC;
IL2CPP_EXTERN_C String_t* _stringLiteral8228CC6FC660BC93819620C7CACB1E0A8732B70B;
IL2CPP_EXTERN_C String_t* _stringLiteral84BDD358EA75302F880E3DC1B629FD2ED959232A;
IL2CPP_EXTERN_C String_t* _stringLiteral850828716F9C5476A885E4AF4B1592EDAF8390BA;
IL2CPP_EXTERN_C String_t* _stringLiteral8860B86459E3EF92393A9D7FF2216E64A3C464F1;
IL2CPP_EXTERN_C String_t* _stringLiteral8862EDBAB039F3ABF957AB1AC05B05486B32335D;
IL2CPP_EXTERN_C String_t* _stringLiteral888B2AB675FB5D7F6F9DECB418C618803EF62592;
IL2CPP_EXTERN_C String_t* _stringLiteral88C23C3C937405CCEFA4C091F6F1A6D9B0AC2C6B;
IL2CPP_EXTERN_C String_t* _stringLiteral88E95B69EBE89180DDB6D70300A78CEDE72FEBDA;
IL2CPP_EXTERN_C String_t* _stringLiteral8918776C55D081E9DBEDEFFF4E02E117936C4AA3;
IL2CPP_EXTERN_C String_t* _stringLiteral89ADD44544810AC934CD80F0F594BF927DE8468D;
IL2CPP_EXTERN_C String_t* _stringLiteral8B77D037C923A1ACE3E16E415BBD0ABA35FDAF70;
IL2CPP_EXTERN_C String_t* _stringLiteral8CF7FE29A597D2BB7FB0A4B015BDBB1BDE21ED92;
IL2CPP_EXTERN_C String_t* _stringLiteral8DF2566E8D47310294A597C85CB5251612537EF7;
IL2CPP_EXTERN_C String_t* _stringLiteral8F4BAD6375F8031D1EEA90C8506C3E9B4A7A8845;
IL2CPP_EXTERN_C String_t* _stringLiteral906DADDF1D675117DFD9E7AA8C6391C628995607;
IL2CPP_EXTERN_C String_t* _stringLiteral917675A3C65584FF2D05F28B381A0306A8D9EC83;
IL2CPP_EXTERN_C String_t* _stringLiteral93C111851DDDD72DF1CCE55558C3008A4EF10212;
IL2CPP_EXTERN_C String_t* _stringLiteral977DAEE1A5FCF6E60DCEFE44BE17DEDE7956024F;
IL2CPP_EXTERN_C String_t* _stringLiteral97E545A78CF68A97CFABEEF624913E3C78EA4D98;
IL2CPP_EXTERN_C String_t* _stringLiteral996AD5C7B881B0CC46DFFA2FBEFBEA98C1C47655;
IL2CPP_EXTERN_C String_t* _stringLiteral9B214A0FBC91794F9B2F7C03B2FFDADC705BB106;
IL2CPP_EXTERN_C String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202;
IL2CPP_EXTERN_C String_t* _stringLiteral9DC48D268D532F561416816BD15CC881DD8CD3D7;
IL2CPP_EXTERN_C String_t* _stringLiteral9FD84BA22BCC2C75E0FDB550EB4A0A3E5D326240;
IL2CPP_EXTERN_C String_t* _stringLiteralA0ED19450B96536472FBF1C545F296799D4A7251;
IL2CPP_EXTERN_C String_t* _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6;
IL2CPP_EXTERN_C String_t* _stringLiteralA12C0AE3EDED2C019C79B49F901F7F100918318A;
IL2CPP_EXTERN_C String_t* _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D;
IL2CPP_EXTERN_C String_t* _stringLiteralA5A13027211F0B4427CA2494B23E545326628927;
IL2CPP_EXTERN_C String_t* _stringLiteralA608C24C078817E424D3A13D5A65B8C4A2F0AA4E;
IL2CPP_EXTERN_C String_t* _stringLiteralA77E41A21B51DBA704C94525553E2151EC3FFFE6;
IL2CPP_EXTERN_C String_t* _stringLiteralA8DCA9EAB98DF6D866332F48A7666D025CF30BF7;
IL2CPP_EXTERN_C String_t* _stringLiteralA979EF10CC6F6A36DF6B8A323307EE3BB2E2DB9C;
IL2CPP_EXTERN_C String_t* _stringLiteralAA42712128B981BBB051A246DF3B92C88B7D7202;
IL2CPP_EXTERN_C String_t* _stringLiteralAA52E266509C5775D4858DF8B8F09D164115832E;
IL2CPP_EXTERN_C String_t* _stringLiteralAA71A1C4992A2B847492913FCD3634ADC1AD7F5D;
IL2CPP_EXTERN_C String_t* _stringLiteralAB2408808ACE102415C2CEAC6DD5C961E8572436;
IL2CPP_EXTERN_C String_t* _stringLiteralAE99B70C034FADE1269CDACF6DBEE469902A888F;
IL2CPP_EXTERN_C String_t* _stringLiteralAF0BF4FCB4B14D4F90E6E119C081210D67653FB1;
IL2CPP_EXTERN_C String_t* _stringLiteralAFD6EADC1B6810FA1650AC3B4E0294321C5424BA;
IL2CPP_EXTERN_C String_t* _stringLiteralB27FE2AFB8AD106D91185B228874967E22A5B82E;
IL2CPP_EXTERN_C String_t* _stringLiteralB310DA45B1EBF444106A41B7832AB2FBE25DAB41;
IL2CPP_EXTERN_C String_t* _stringLiteralB361B3911522C09919A6EC8A5DB9676E2C2CEFB3;
IL2CPP_EXTERN_C String_t* _stringLiteralB36855C8106E21F3F1D294497421FA8827D57C6A;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F111108BA874807F853B281D56C24F1663DF51;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F1F8862F10AF31969AAE8EBED44E63494CBA60;
IL2CPP_EXTERN_C String_t* _stringLiteralB49702DE005AEDAFD83395B35F0FD6964DCAA33A;
IL2CPP_EXTERN_C String_t* _stringLiteralB7640D3025BFDC2590F98D3AC2DF7D19BBD0EC9E;
IL2CPP_EXTERN_C String_t* _stringLiteralB864F02CAABF67EE9DAB90D79279565A1DE9C7CA;
IL2CPP_EXTERN_C String_t* _stringLiteralBA443BD433770FD1FF9A9F228975BA77391CE319;
IL2CPP_EXTERN_C String_t* _stringLiteralBBA592C780BAA2BD80C0FDB04EC8E10FD3041179;
IL2CPP_EXTERN_C String_t* _stringLiteralBBAA31881F8EFA20E68D6C29545CB39DED166BFC;
IL2CPP_EXTERN_C String_t* _stringLiteralBC8AB946FF84A98F1B995F29850F63C9D1EC4F7F;
IL2CPP_EXTERN_C String_t* _stringLiteralBEABC360599DB05A149F26A3125B5D852F68ACF0;
IL2CPP_EXTERN_C String_t* _stringLiteralBEEF855DA262DC547061CA6BE5DA5E24503FD34D;
IL2CPP_EXTERN_C String_t* _stringLiteralC169BB34C183CA07B6309A1F467C2BACBA841760;
IL2CPP_EXTERN_C String_t* _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B;
IL2CPP_EXTERN_C String_t* _stringLiteralC3A46DF3DE19D92FC498CF4CCD590933A406DA60;
IL2CPP_EXTERN_C String_t* _stringLiteralC6F13FE004C2289E7A0EE2FD90131AD4D07F686D;
IL2CPP_EXTERN_C String_t* _stringLiteralC70D70EEE4594E8A09D5D076386F5419E3534813;
IL2CPP_EXTERN_C String_t* _stringLiteralC82E3D7279EFA3ECA576370AF952C815D48CE41F;
IL2CPP_EXTERN_C String_t* _stringLiteralC907882F58B3ECAFFCE2D01BAC00931F703B95BE;
IL2CPP_EXTERN_C String_t* _stringLiteralCA56CEE1AF87B2B0DD45C5E6D01B45A13E3B80DB;
IL2CPP_EXTERN_C String_t* _stringLiteralCB0CEEE65BF210F760A9DB40410CA6A7F81E351F;
IL2CPP_EXTERN_C String_t* _stringLiteralCD0445242E4F21D506708A1E8189020C84DAB849;
IL2CPP_EXTERN_C String_t* _stringLiteralCD911902D5F716340723F96C3D7ED0A89E6C5EED;
IL2CPP_EXTERN_C String_t* _stringLiteralCE4D1DDBD64D8334CEF8CE29F9E8082C28B32CF4;
IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9;
IL2CPP_EXTERN_C String_t* _stringLiteralD3545623200D657AFC7CF328BC3A1F331421A4BB;
IL2CPP_EXTERN_C String_t* _stringLiteralD4C44848BC5DDC379AE5DB6A2A8ECC7A0B2B9AFC;
IL2CPP_EXTERN_C String_t* _stringLiteralD56D0FC1B1DD85BD9DF3D20D91B014C71FED38E8;
IL2CPP_EXTERN_C String_t* _stringLiteralD8420BA2B27245C8FEDFDF3B79667EFDDAEB932F;
IL2CPP_EXTERN_C String_t* _stringLiteralD8F4590320E1343A915B6394170650A8F35D6926;
IL2CPP_EXTERN_C String_t* _stringLiteralD99687D6E2A05AB86D82EB88F617BB3A6D262286;
IL2CPP_EXTERN_C String_t* _stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C;
IL2CPP_EXTERN_C String_t* _stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDBDD7B51A325AE50AF055F075B2CCF50439827EF;
IL2CPP_EXTERN_C String_t* _stringLiteralDD509F6F6041AD7FA998E6F3A90302DF2400B319;
IL2CPP_EXTERN_C String_t* _stringLiteralDF3F0EECF32DE5413D72F23B7632063A9EE7A585;
IL2CPP_EXTERN_C String_t* _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61;
IL2CPP_EXTERN_C String_t* _stringLiteralE0000ABFE2C72976480D2ACE311F321B27C18D97;
IL2CPP_EXTERN_C String_t* _stringLiteralE14A957E7158EF80B5162F3C821DCE79E056C0C0;
IL2CPP_EXTERN_C String_t* _stringLiteralE2305F8324CE88D5A3D1BA46BFC8E824A193B470;
IL2CPP_EXTERN_C String_t* _stringLiteralE554422A394CA76EB629B1457DD3F68AE6A4CA0E;
IL2CPP_EXTERN_C String_t* _stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497;
IL2CPP_EXTERN_C String_t* _stringLiteralE8A0229105B61A31338DCA564DC4CA66F3FE715B;
IL2CPP_EXTERN_C String_t* _stringLiteralE908389D4BBF30E8DC72DC47CDF6B45D89E8B2A0;
IL2CPP_EXTERN_C String_t* _stringLiteralE9D596E7807A846BC76A51E845FCC844F24DFDAA;
IL2CPP_EXTERN_C String_t* _stringLiteralEAE5371D7C48DFAD0AE39B4B2F0D509E8E1E564A;
IL2CPP_EXTERN_C String_t* _stringLiteralEC1F78FD1B1ED4270616C86AC5F060C76454B471;
IL2CPP_EXTERN_C String_t* _stringLiteralED9C29870C7757C442F5FD54D78BA42325E63363;
IL2CPP_EXTERN_C String_t* _stringLiteralEDFBE774D07FEF0E86FBB029261CD370F5EFD9E7;
IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
IL2CPP_EXTERN_C String_t* _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123;
IL2CPP_EXTERN_C String_t* _stringLiteralF15DCF4F4C4788BD209FF60E3CEB970A1340D528;
IL2CPP_EXTERN_C String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F;
IL2CPP_EXTERN_C String_t* _stringLiteralF1FED6EF5E019C661C77B1DB161B69169FA467AC;
IL2CPP_EXTERN_C String_t* _stringLiteralF2883B73C7170209AD6F63B0EFACADB881FE5E22;
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
IL2CPP_EXTERN_C String_t* _stringLiteralF34548F06963977CEEA237DAE5E24FA1246BD908;
IL2CPP_EXTERN_C String_t* _stringLiteralF367438563573F786E99C78FE6BB81EECCEC1085;
IL2CPP_EXTERN_C String_t* _stringLiteralF5FFE13209F3EA6C60D3F9605E43E998A329AD77;
IL2CPP_EXTERN_C String_t* _stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7;
IL2CPP_EXTERN_C String_t* _stringLiteralF88F3BC110B17C96C0857A9DD4115004A7A4BDC8;
IL2CPP_EXTERN_C String_t* _stringLiteralFA54E171FCDD7A053C7DCD4773C6E0773E360538;
IL2CPP_EXTERN_C String_t* _stringLiteralFD4DAE62771BEDC37631F8989D614C68BF411CAF;
IL2CPP_EXTERN_C String_t* _stringLiteralFDDD0BA7698853BC0B5E357EE844B42547216CBC;
IL2CPP_EXTERN_C String_t* _stringLiteralFEC5F94EEF090E85867493394092E5DE8BF859D3;
IL2CPP_EXTERN_C const RuntimeMethod* Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricAlgorithm_get_KeyExchangeAlgorithm_m2D509E0BBB484751F8EB8B8F81023710877E4300_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricAlgorithm_get_SignatureAlgorithm_mF11F00C910E41A66E9E6441670C03CB10C092AB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricSignatureDeformatter_VerifySignature_mB67705AB28C2DFA62059E0DCE1EA46FC19A6FCEB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricSignatureFormatter_CreateSignature_m334037D6E2CD1B0462337FE81D054E1BE19B0728_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_AddAlgorithm_m4262E08E967AAD01D353D0C76E11D0F301A4E458_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_AddOID_m4196DA8769D8E437EE967C5A28F5665261AD0F84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_Seek_mCCA80D357B9140B6984A9789142F8A8A44AEC4BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_SetLength_m79A3C58704C85A89063338EAB2B025522731294A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_get_Length_mADA0DBF04C0B4252F5558DE0AF63E6B80EB6DC7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_get_Position_m90A0F7DC7AB44C1062AEF25E0DA3D3E26B67B7AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_set_Position_mFB49583BF51882B40732AB10AF89456BA02B9F23_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptographicException_ThrowCryptographicException_mDD7C0956C43098CA98DC2CAB16159E6C0949EF5A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventHandler_1_Invoke_m14375BE57616E7AE2D6D258E09CE89856005305D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m0449D396E56C02B54DC580D843A31B254583FCE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m12F6228E5254FDEB30600445713B6694082358D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m31C60F34F4D857ED06C8A6C1B0CC4C918F0F8674_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m84BFFBE17034415D6777D75EEA8FC08579956CEF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m917BD524246AE07B85994761733791695631662C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_Add_m9CE383F0AD6CFD16107A80D4A4CF93D593B87316_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_m05AF97C6C7AA6B0606757F3B3A49F95DA652A56E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_m21987C9AE717D0F789B32C75A11BB0C95EC5CA1E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_m9C08B2F46A9C6341CB5638E303466D0F3F2CA45A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_mA8C93F1F7084CE87BBDB8B21A8C3150A2E51521D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_mB8EBE6B3140C4D78EE2DF3F7D8356613A9D3CBA1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_CopyTo_mF93A09E07BED4F405182C55CB3BDBFD40E539DDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m32D9E0C35E7CEB5E814E7B58072FA144E475CF0A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m33F9EB5F27514C07B825941EB7CAC61F40A66A8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m5C06A0A5A34060BE13F097F7DEC45CC40A946006_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m7B093C8CBD5EB15804418528B695E5770F9F7CDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1__ctor_m9D45CD85CEEE349148BADBD5F71559ED1572AD8A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Item_m7B500BF0174C0022A3640EF28C8073785B51C086_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListBuilder_1_get_Item_mC6769FA8DE3006C896635E2968EFC1808266F0D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m220585D0CD917FCC4803EA75B4546432400E08EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8B99C3701CFCC899DBDF5C0A4D5A1513E7C9341E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_m77751034BB3A419B9DEF628B0A0F3F5020ABF4A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Reverse_m084236AFEFCAB20C24D5EA26B04AB0731D9A8C17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m24F99552D5E83E9A8EF7EB22E346D97C063E86CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m534F6D996605B0739761E25FA7A92CC53C1B1EDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA08C802E7E05B23AD01A4A1B0F070F4F8674079_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mFBB7F821AAC1F0F68A578448DD892C8F1D7CC7D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetEnumValues_mED79D55C2796E8D4487DFB914A81EB82CC737004_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* ArgIterator_tCF0D2A1A1BD140821E37286E2D7AC6267479F855_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ContextBoundObject_tB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Delegate_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IntPtr_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* List_1_t1DE2798BA3743A4EC617029480011B4D301F319B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* MonoField_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* MonoMethod_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnSerializedAttribute_tCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeArgumentHandle_t6118B2666F632AA0A554B476D9A447ACDBF08C46_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeArray_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UIntPtr_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Aes_Create_m389807DAE1E861547F06B1BA5C18EA8A525E4F3E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Aes__cctor_mB33D6B5DD75B0A3826B363B0EBF660C1C267E23A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Aes__ctor_m16C1BE841CDC7AD3484B027FADD635F4CC2F46C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_Create_m69C32FA4D2A33C0AD9483259EA835C3B1C2963A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_Create_mA4162816E573C00A2D508D49E69974400A19C269_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_get_KeyExchangeAlgorithm_m2D509E0BBB484751F8EB8B8F81023710877E4300_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_get_LegalKeySizes_m03530936E3BC5030051380832A28C9D1A3149DC0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_get_SignatureAlgorithm_mF11F00C910E41A66E9E6441670C03CB10C092AB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricSignatureDeformatter_VerifySignature_mB67705AB28C2DFA62059E0DCE1EA46FC19A6FCEB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricSignatureFormatter_CreateSignature_m334037D6E2CD1B0462337FE81D054E1BE19B0728_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BinaryCompatibility__cctor_m93D7345ABCD06B452C984790479C07F62E12089B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoAPITransform_Dispose_mA675415834B0C4DC75EBAB1820F9605AC6C29B3C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoAPITransform_get_KeyHandle_m129C6D5B3D17192B2FC39D51FE7BC3C2D7D135E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_AddAlgorithm_m4262E08E967AAD01D353D0C76E11D0F301A4E458_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_AddOID_m4196DA8769D8E437EE967C5A28F5665261AD0F84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_FlushAsync_mA322963F458724A311D54076467CE7F6E012BFEC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_InitializeBuffer_m6B1A734BADB817D61E6DCBC8780AB0C359089188_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_ReadAsyncInternal_m07B9F6B34F847BF0D523D9D3FB94756E1BFCF1D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_Seek_mCCA80D357B9140B6984A9789142F8A8A44AEC4BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_SetLength_m79A3C58704C85A89063338EAB2B025522731294A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_WriteAsyncInternal_mD365E75E64AE8E3774ADDB274D7D9624AD0C6F86_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_get_Length_mADA0DBF04C0B4252F5558DE0AF63E6B80EB6DC7C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_get_Position_m90A0F7DC7AB44C1062AEF25E0DA3D3E26B67B7AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_set_Position_mFB49583BF51882B40732AB10AF89456BA02B9F23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptographicException_ThrowCryptographicException_mDD7C0956C43098CA98DC2CAB16159E6C0949EF5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeMethodHandle_ConstructInstantiation_m86D2B7435447EAA7331C6217AF385968791D569A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_FormatTypeName_m59B3B6C0997F2F636C6EBDB4B634868BB36FD4BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetConstructorImpl_mA7BE24A891DF3B2D04367B69C7D58C38617F37D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetConstructors_m109BE52B52B4C63B4548E74EC22B591D0BCCBF92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetCustomAttributes_m000FACA54EA21B9CE60055A0EF3D8A288AACDDBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetDefaultMembers_m390B8D47FB9D6E86AFF05B9834336D4B8A806D77_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEnumValues_mED79D55C2796E8D4487DFB914A81EB82CC737004_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetEvents_m31AE45CE1F5A8033A3967C2E61E4BC5BB084809D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetFields_m7134BB0A4968080D1F4FF3FC807C0B001945A13C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetGenericArguments_m8E43CC06DC1A7097CB7E5705BAC568B7A50424DD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetHashCode_mE7A730BF14917D356A0EFD9145C4976A447B9B5E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetMethods_mA3C0E2C9110B28047C22CE6A2492E5823D182391_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetNestedTypes_m04009C7748597E89481D7FEFF967ECE982B86977_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetProperties_m40A5860A8810F7AE94A2E7B73B14CC3019CF8578_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_GetTypeCodeImpl_m4C05C434EC033E17A31B0CE613ED368FAA0BA3FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsAssignableFrom_m8271B531E654A0194C82CB2A282D8D8AD2758B89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsEquivalentTo_m8134B50CD32FD03E5ADEB925FC40231A34F1118E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsSpecialSerializableType_m531BB860EC93F0248F0D013EC176FE337E94A72E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_IsValueTypeImpl_m3060BE160C62B967DD2CE94D170F662EE47CEEBD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_MakePointerType_m0AE1F85FA80545E0FB899DD5A1E954062E0D3CF2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType__cctor_m2EAEF6E373ED5F6ABA378F7A52A2812E36BEC496_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_get_FullName_m1193D837BC68033EACFA14C1CE399300F19096B3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_get_GUID_m062C22D7640B126A5B3C832B0F895FB6B23D2897_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RuntimeType_get_IsEnum_mC14D5D5AAE6FC3A7418D79D30CADB62EE07C905E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager_CompleteDeserialization_mC041209DDA3C3D765E7045DCA34682108858E3B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager_CompleteSerialization_mC577DAFEBD7AA3E14807DCA75864D835475231CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager_OnDeserialized_mFF500D6C8A9C7C058BF42FD256A54D7D53450938_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager_System_Runtime_Serialization_IObjectReference_GetRealObject_m2BC90F983CD9F11E58BEBADFF14880890524510B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager_System_Runtime_Serialization_ISerializable_GetObjectData_mED0E65908FFAD4A5E6A1D26CA0A210FCF828D995_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSerializationManager__ctor_mA7F7A11473E650A9B45525BF99AD65ED991E48CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEventHandler_BeginInvoke_m140A72D2E01E9107E0F2FACFC8CBEE9130B17808_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEventsCache__cctor_m418D864822B9A38B4A4610CCAA3CE52DCC990E5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_AddOnDeserialized_mE2F40EFC894379A1619142E849F06A848C0029BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_InvokeOnDeserializing_mDB3CA1550BB4B43830409F402E4C7AE6265671ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationEvents__ctor_m465833D124EE42F097421B325F909C504D3D7C0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationException__cctor_mF1BFF0C24C11C61B811BAF246522AAE4CF9988F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationFieldInfo_InternalGetValue_m0415259F9E51640D6045418B670F2D89825F34B5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationFieldInfo_InternalSetValue_m7B91C46078AA4ACCFA7D973078D409610CD80104_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationFieldInfo__ctor_m1A8B6A31CCEC4966A15DD4F95AB36F20FCBA943E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m00E7A843A1BB398AAC059B357DF478692285D305_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m4877E7BAFE436B280EE47F9C67F62307908413FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetSingle_m8AEE647D41D4C89D5331F2E3EBF17213284EE28D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationObjectManager_RegisterObject_m4D04D80712661D02B1BAE41361A97F2DD26A1695_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SerializationObjectManager__ctor_m8DD33BF17C11FD16B14FB99A35D662326CA839AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_com_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_MetadataUsageId;
struct Assembly_t_marshaled_com;
struct Assembly_t_marshaled_pinvoke;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034;;
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke;
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke;;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
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 RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE;
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
struct Il2CppArrayBounds;
// System.Array
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
{
public:
public:
};
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___entries_1)); }
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___keys_7)); }
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___values_8)); }
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * get_values_8() const { return ___values_8; }
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Reflection.MethodBase>
struct List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B, ____items_1)); }
inline MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* get__items_1() const { return ____items_1; }
inline MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_StaticFields, ____emptyArray_5)); }
inline MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* get__emptyArray_5() const { return ____emptyArray_5; }
inline MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Reflection.MethodInfo>
struct List_1_t8693F442D94ED2E09D894940915C961D2F63C69B : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B, ____items_1)); }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get__items_1() const { return ____items_1; }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_StaticFields, ____emptyArray_5)); }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get__emptyArray_5() const { return ____emptyArray_5; }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.RuntimeType>
struct List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621, ____items_1)); }
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* get__items_1() const { return ____items_1; }
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621_StaticFields, ____emptyArray_5)); }
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* get__emptyArray_5() const { return ____emptyArray_5; }
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 : public RuntimeObject
{
public:
// System.Object[] System.Collections.Stack::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Stack::_size
int32_t ____size_1;
// System.Int32 System.Collections.Stack::_version
int32_t ____version_2;
// System.Object System.Collections.Stack::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.CompatibilitySwitches
struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91 : public RuntimeObject
{
public:
public:
};
struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields
{
public:
// System.Boolean System.CompatibilitySwitches::IsAppEarlierThanSilverlight4
bool ___IsAppEarlierThanSilverlight4_0;
// System.Boolean System.CompatibilitySwitches::IsAppEarlierThanWindowsPhone8
bool ___IsAppEarlierThanWindowsPhone8_1;
public:
inline static int32_t get_offset_of_IsAppEarlierThanSilverlight4_0() { return static_cast<int32_t>(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanSilverlight4_0)); }
inline bool get_IsAppEarlierThanSilverlight4_0() const { return ___IsAppEarlierThanSilverlight4_0; }
inline bool* get_address_of_IsAppEarlierThanSilverlight4_0() { return &___IsAppEarlierThanSilverlight4_0; }
inline void set_IsAppEarlierThanSilverlight4_0(bool value)
{
___IsAppEarlierThanSilverlight4_0 = value;
}
inline static int32_t get_offset_of_IsAppEarlierThanWindowsPhone8_1() { return static_cast<int32_t>(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanWindowsPhone8_1)); }
inline bool get_IsAppEarlierThanWindowsPhone8_1() const { return ___IsAppEarlierThanWindowsPhone8_1; }
inline bool* get_address_of_IsAppEarlierThanWindowsPhone8_1() { return &___IsAppEarlierThanWindowsPhone8_1; }
inline void set_IsAppEarlierThanWindowsPhone8_1(bool value)
{
___IsAppEarlierThanWindowsPhone8_1 = value;
}
};
// System.Empty
struct Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 : public RuntimeObject
{
public:
public:
};
struct Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_StaticFields
{
public:
// System.Empty System.Empty::Value
Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_StaticFields, ___Value_0)); }
inline Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * get_Value_0() const { return ___Value_0; }
inline Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 ** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EmptyArray`1<System.Object>
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26 : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields, ___Value_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_Value_0() const { return ___Value_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EmptyArray`1<System.Reflection.MemberInfo>
struct EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_StaticFields, ___Value_0)); }
inline MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* get_Value_0() const { return ___Value_0; }
inline MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EmptyArray`1<System.Type>
struct EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_StaticFields, ___Value_0)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_Value_0() const { return ___Value_0; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public:
public:
};
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public:
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
}
};
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.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((void**)(&____identity_0), (void*)value);
}
};
// 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;
};
// System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D : public RuntimeObject
{
public:
// System.String System.MonoTypeInfo::full_name
String_t* ___full_name_0;
// System.Reflection.MonoCMethod System.MonoTypeInfo::default_ctor
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * ___default_ctor_1;
public:
inline static int32_t get_offset_of_full_name_0() { return static_cast<int32_t>(offsetof(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D, ___full_name_0)); }
inline String_t* get_full_name_0() const { return ___full_name_0; }
inline String_t** get_address_of_full_name_0() { return &___full_name_0; }
inline void set_full_name_0(String_t* value)
{
___full_name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___full_name_0), (void*)value);
}
inline static int32_t get_offset_of_default_ctor_1() { return static_cast<int32_t>(offsetof(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D, ___default_ctor_1)); }
inline MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * get_default_ctor_1() const { return ___default_ctor_1; }
inline MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 ** get_address_of_default_ctor_1() { return &___default_ctor_1; }
inline void set_default_ctor_1(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * value)
{
___default_ctor_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_ctor_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_pinvoke
{
char* ___full_name_0;
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * ___default_ctor_1;
};
// Native definition for COM marshalling of System.MonoTypeInfo
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_marshaled_com
{
Il2CppChar* ___full_name_0;
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * ___default_ctor_1;
};
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject
{
public:
public:
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 : public RuntimeObject
{
public:
// System.Collections.Generic.IList`1<System.Object> System.Runtime.Serialization.SafeSerializationManager::m_serializedStates
RuntimeObject* ___m_serializedStates_0;
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.SafeSerializationManager::m_savedSerializationInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___m_savedSerializationInfo_1;
// System.Object System.Runtime.Serialization.SafeSerializationManager::m_realObject
RuntimeObject * ___m_realObject_2;
// System.RuntimeType System.Runtime.Serialization.SafeSerializationManager::m_realType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___m_realType_3;
// System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs> System.Runtime.Serialization.SafeSerializationManager::SerializeObjectState
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * ___SerializeObjectState_4;
public:
inline static int32_t get_offset_of_m_serializedStates_0() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_serializedStates_0)); }
inline RuntimeObject* get_m_serializedStates_0() const { return ___m_serializedStates_0; }
inline RuntimeObject** get_address_of_m_serializedStates_0() { return &___m_serializedStates_0; }
inline void set_m_serializedStates_0(RuntimeObject* value)
{
___m_serializedStates_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_serializedStates_0), (void*)value);
}
inline static int32_t get_offset_of_m_savedSerializationInfo_1() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_savedSerializationInfo_1)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get_m_savedSerializationInfo_1() const { return ___m_savedSerializationInfo_1; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of_m_savedSerializationInfo_1() { return &___m_savedSerializationInfo_1; }
inline void set_m_savedSerializationInfo_1(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
___m_savedSerializationInfo_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_savedSerializationInfo_1), (void*)value);
}
inline static int32_t get_offset_of_m_realObject_2() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_realObject_2)); }
inline RuntimeObject * get_m_realObject_2() const { return ___m_realObject_2; }
inline RuntimeObject ** get_address_of_m_realObject_2() { return &___m_realObject_2; }
inline void set_m_realObject_2(RuntimeObject * value)
{
___m_realObject_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_realObject_2), (void*)value);
}
inline static int32_t get_offset_of_m_realType_3() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_realType_3)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_m_realType_3() const { return ___m_realType_3; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_m_realType_3() { return &___m_realType_3; }
inline void set_m_realType_3(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___m_realType_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_realType_3), (void*)value);
}
inline static int32_t get_offset_of_SerializeObjectState_4() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___SerializeObjectState_4)); }
inline EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * get_SerializeObjectState_4() const { return ___SerializeObjectState_4; }
inline EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 ** get_address_of_SerializeObjectState_4() { return &___SerializeObjectState_4; }
inline void set_SerializeObjectState_4(EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * value)
{
___SerializeObjectState_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___SerializeObjectState_4), (void*)value);
}
};
// System.Runtime.Serialization.SerializationBinder
struct SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.SerializationEvents
struct SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::m_OnSerializingMethods
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * ___m_OnSerializingMethods_0;
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::m_OnSerializedMethods
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * ___m_OnSerializedMethods_1;
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::m_OnDeserializingMethods
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * ___m_OnDeserializingMethods_2;
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::m_OnDeserializedMethods
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * ___m_OnDeserializedMethods_3;
public:
inline static int32_t get_offset_of_m_OnSerializingMethods_0() { return static_cast<int32_t>(offsetof(SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F, ___m_OnSerializingMethods_0)); }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * get_m_OnSerializingMethods_0() const { return ___m_OnSerializingMethods_0; }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B ** get_address_of_m_OnSerializingMethods_0() { return &___m_OnSerializingMethods_0; }
inline void set_m_OnSerializingMethods_0(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * value)
{
___m_OnSerializingMethods_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnSerializingMethods_0), (void*)value);
}
inline static int32_t get_offset_of_m_OnSerializedMethods_1() { return static_cast<int32_t>(offsetof(SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F, ___m_OnSerializedMethods_1)); }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * get_m_OnSerializedMethods_1() const { return ___m_OnSerializedMethods_1; }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B ** get_address_of_m_OnSerializedMethods_1() { return &___m_OnSerializedMethods_1; }
inline void set_m_OnSerializedMethods_1(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * value)
{
___m_OnSerializedMethods_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnSerializedMethods_1), (void*)value);
}
inline static int32_t get_offset_of_m_OnDeserializingMethods_2() { return static_cast<int32_t>(offsetof(SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F, ___m_OnDeserializingMethods_2)); }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * get_m_OnDeserializingMethods_2() const { return ___m_OnDeserializingMethods_2; }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B ** get_address_of_m_OnDeserializingMethods_2() { return &___m_OnDeserializingMethods_2; }
inline void set_m_OnDeserializingMethods_2(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * value)
{
___m_OnDeserializingMethods_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnDeserializingMethods_2), (void*)value);
}
inline static int32_t get_offset_of_m_OnDeserializedMethods_3() { return static_cast<int32_t>(offsetof(SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F, ___m_OnDeserializedMethods_3)); }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * get_m_OnDeserializedMethods_3() const { return ___m_OnDeserializedMethods_3; }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B ** get_address_of_m_OnDeserializedMethods_3() { return &___m_OnDeserializedMethods_3; }
inline void set_m_OnDeserializedMethods_3(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * value)
{
___m_OnDeserializedMethods_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnDeserializedMethods_3), (void*)value);
}
};
// System.Runtime.Serialization.SerializationEventsCache
struct SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227 : public RuntimeObject
{
public:
public:
};
struct SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields
{
public:
// System.Collections.Hashtable System.Runtime.Serialization.SerializationEventsCache::cache
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___cache_0;
public:
inline static int32_t get_offset_of_cache_0() { return static_cast<int32_t>(offsetof(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields, ___cache_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_cache_0() const { return ___cache_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_cache_0() { return &___cache_0; }
inline void set_cache_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___cache_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cache_0), (void*)value);
}
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
public:
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
}
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
}
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
}
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
}
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
inline void set_m_currMember_7(int32_t value)
{
___m_currMember_7 = value;
}
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
inline void set_m_converter_8(RuntimeObject* value)
{
___m_converter_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
}
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
inline void set_m_fullTypeName_9(String_t* value)
{
___m_fullTypeName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
}
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
inline void set_m_assemName_10(String_t* value)
{
___m_assemName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
}
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
inline Type_t * get_objectType_11() const { return ___objectType_11; }
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
inline void set_objectType_11(Type_t * value)
{
___objectType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
inline void set_isFullTypeNameSetExplicit_12(bool value)
{
___isFullTypeNameSetExplicit_12 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
inline void set_isAssemblyNameSetExplicit_13(bool value)
{
___isAssemblyNameSetExplicit_13 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
inline void set_requireSameTokenInPartialTrust_14(bool value)
{
___requireSameTokenInPartialTrust_14 = value;
}
};
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems
int32_t ___m_numItems_3;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem
int32_t ___m_currItem_4;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current
bool ___m_current_5;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value);
}
inline static int32_t get_offset_of_m_numItems_3() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); }
inline int32_t get_m_numItems_3() const { return ___m_numItems_3; }
inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; }
inline void set_m_numItems_3(int32_t value)
{
___m_numItems_3 = value;
}
inline static int32_t get_offset_of_m_currItem_4() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); }
inline int32_t get_m_currItem_4() const { return ___m_currItem_4; }
inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; }
inline void set_m_currItem_4(int32_t value)
{
___m_currItem_4 = value;
}
inline static int32_t get_offset_of_m_current_5() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); }
inline bool get_m_current_5() const { return ___m_current_5; }
inline bool* get_address_of_m_current_5() { return &___m_current_5; }
inline void set_m_current_5(bool value)
{
___m_current_5 = value;
}
};
// System.Runtime.Serialization.SurrogateForCyclicalReference
struct SurrogateForCyclicalReference_t0F8B67342B5658789979FAE5A9F5A0B71A2D4B45 : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.TypeLoadExceptionHolder
struct TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 : public RuntimeObject
{
public:
// System.String System.Runtime.Serialization.TypeLoadExceptionHolder::m_typeName
String_t* ___m_typeName_0;
public:
inline static int32_t get_offset_of_m_typeName_0() { return static_cast<int32_t>(offsetof(TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653, ___m_typeName_0)); }
inline String_t* get_m_typeName_0() const { return ___m_typeName_0; }
inline String_t** get_address_of_m_typeName_0() { return &___m_typeName_0; }
inline void set_m_typeName_0(String_t* value)
{
___m_typeName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_typeName_0), (void*)value);
}
};
// System.Runtime.Serialization.ValueTypeFixupInfo
struct ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC : public RuntimeObject
{
public:
// System.Int64 System.Runtime.Serialization.ValueTypeFixupInfo::m_containerID
int64_t ___m_containerID_0;
// System.Reflection.FieldInfo System.Runtime.Serialization.ValueTypeFixupInfo::m_parentField
FieldInfo_t * ___m_parentField_1;
// System.Int32[] System.Runtime.Serialization.ValueTypeFixupInfo::m_parentIndex
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_parentIndex_2;
public:
inline static int32_t get_offset_of_m_containerID_0() { return static_cast<int32_t>(offsetof(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC, ___m_containerID_0)); }
inline int64_t get_m_containerID_0() const { return ___m_containerID_0; }
inline int64_t* get_address_of_m_containerID_0() { return &___m_containerID_0; }
inline void set_m_containerID_0(int64_t value)
{
___m_containerID_0 = value;
}
inline static int32_t get_offset_of_m_parentField_1() { return static_cast<int32_t>(offsetof(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC, ___m_parentField_1)); }
inline FieldInfo_t * get_m_parentField_1() const { return ___m_parentField_1; }
inline FieldInfo_t ** get_address_of_m_parentField_1() { return &___m_parentField_1; }
inline void set_m_parentField_1(FieldInfo_t * value)
{
___m_parentField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_parentField_1), (void*)value);
}
inline static int32_t get_offset_of_m_parentIndex_2() { return static_cast<int32_t>(offsetof(ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC, ___m_parentIndex_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_parentIndex_2() const { return ___m_parentIndex_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_parentIndex_2() { return &___m_parentIndex_2; }
inline void set_m_parentIndex_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___m_parentIndex_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_parentIndex_2), (void*)value);
}
};
// System.Runtime.Versioning.BinaryCompatibility
struct BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8 : public RuntimeObject
{
public:
public:
};
struct BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields
{
public:
// System.Boolean System.Runtime.Versioning.BinaryCompatibility::TargetsAtLeast_Desktop_V4_5
bool ___TargetsAtLeast_Desktop_V4_5_0;
// System.Boolean System.Runtime.Versioning.BinaryCompatibility::TargetsAtLeast_Desktop_V4_5_1
bool ___TargetsAtLeast_Desktop_V4_5_1_1;
public:
inline static int32_t get_offset_of_TargetsAtLeast_Desktop_V4_5_0() { return static_cast<int32_t>(offsetof(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields, ___TargetsAtLeast_Desktop_V4_5_0)); }
inline bool get_TargetsAtLeast_Desktop_V4_5_0() const { return ___TargetsAtLeast_Desktop_V4_5_0; }
inline bool* get_address_of_TargetsAtLeast_Desktop_V4_5_0() { return &___TargetsAtLeast_Desktop_V4_5_0; }
inline void set_TargetsAtLeast_Desktop_V4_5_0(bool value)
{
___TargetsAtLeast_Desktop_V4_5_0 = value;
}
inline static int32_t get_offset_of_TargetsAtLeast_Desktop_V4_5_1_1() { return static_cast<int32_t>(offsetof(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields, ___TargetsAtLeast_Desktop_V4_5_1_1)); }
inline bool get_TargetsAtLeast_Desktop_V4_5_1_1() const { return ___TargetsAtLeast_Desktop_V4_5_1_1; }
inline bool* get_address_of_TargetsAtLeast_Desktop_V4_5_1_1() { return &___TargetsAtLeast_Desktop_V4_5_1_1; }
inline void set_TargetsAtLeast_Desktop_V4_5_1_1(bool value)
{
___TargetsAtLeast_Desktop_V4_5_1_1 = value;
}
};
// System.Security.AccessControl.ObjectSecurity
struct ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 : public RuntimeObject
{
public:
public:
};
// 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((void**)(&___LegalKeySizesValue_1), (void*)value);
}
};
// System.Security.Cryptography.AsymmetricKeyExchangeDeformatter
struct AsymmetricKeyExchangeDeformatter_t43BCD3FDF3AB4A4303856F165EE5887DF70BDA41 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.AsymmetricKeyExchangeFormatter
struct AsymmetricKeyExchangeFormatter_t9CA3BB8564F403286E742FD70000696D5E0E1187 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.AsymmetricSignatureDeformatter
struct AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.AsymmetricSignatureFormatter
struct AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.Constants
struct Constants_tE8C9F43DBA5BC2857F059B2F6EC9FCD706AE6CB4 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.CryptoAPITransform
struct CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF : public RuntimeObject
{
public:
// System.Boolean System.Security.Cryptography.CryptoAPITransform::m_disposed
bool ___m_disposed_0;
public:
inline static int32_t get_offset_of_m_disposed_0() { return static_cast<int32_t>(offsetof(CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF, ___m_disposed_0)); }
inline bool get_m_disposed_0() const { return ___m_disposed_0; }
inline bool* get_address_of_m_disposed_0() { return &___m_disposed_0; }
inline void set_m_disposed_0(bool value)
{
___m_disposed_0 = value;
}
};
// System.Security.Cryptography.CryptoConfig
struct CryptoConfig_tAC63C427FED51A33BAC3CC050CA1292E7A1AAF7F : public RuntimeObject
{
public:
public:
};
// 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((void**)(&___HashValue_1), (void*)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;
}
};
// 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;
}
};
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 : public RuntimeObject
{
public:
public:
};
// 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((void**)(&____strKey_0), (void*)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((void**)(&____strDigest_1), (void*)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((void**)(&____strFormatter_2), (void*)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((void**)(&____strDeformatter_3), (void*)value);
}
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
// Mono.RuntimeGPtrArrayHandle
struct RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B
{
public:
// Mono.RuntimeStructs_GPtrArray* Mono.RuntimeGPtrArrayHandle::value
GPtrArray_tF87E5C8A87B70EA6C0BFCEDA8F6ED8938C64EC27 * ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B, ___value_0)); }
inline GPtrArray_tF87E5C8A87B70EA6C0BFCEDA8F6ED8938C64EC27 * get_value_0() const { return ___value_0; }
inline GPtrArray_tF87E5C8A87B70EA6C0BFCEDA8F6ED8938C64EC27 ** get_address_of_value_0() { return &___value_0; }
inline void set_value_0(GPtrArray_tF87E5C8A87B70EA6C0BFCEDA8F6ED8938C64EC27 * value)
{
___value_0 = value;
}
};
// Mono.RuntimeGenericParamInfoHandle
struct RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE
{
public:
// Mono.RuntimeStructs_GenericParamInfo* Mono.RuntimeGenericParamInfoHandle::value
GenericParamInfo_tD049532EE8B3EA49C909BB24746C152580AFC73B * ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE, ___value_0)); }
inline GenericParamInfo_tD049532EE8B3EA49C909BB24746C152580AFC73B * get_value_0() const { return ___value_0; }
inline GenericParamInfo_tD049532EE8B3EA49C909BB24746C152580AFC73B ** get_address_of_value_0() { return &___value_0; }
inline void set_value_0(GenericParamInfo_tD049532EE8B3EA49C909BB24746C152580AFC73B * value)
{
___value_0 = value;
}
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.Object>
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RuntimeObject * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
inline RuntimeObject * get_current_3() const { return ___current_3; }
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RuntimeObject * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.Reflection.MethodInfo>
struct Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
MethodInfo_t * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08, ___list_0)); }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * get_list_0() const { return ___list_0; }
inline List_1_t8693F442D94ED2E09D894940915C961D2F63C69B ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08, ___current_3)); }
inline MethodInfo_t * get_current_3() const { return ___current_3; }
inline MethodInfo_t ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(MethodInfo_t * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
// System.Decimal
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearPositiveZero_13 = value;
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.Guid
struct Guid_t
{
public:
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
public:
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
inline int32_t get__a_1() const { return ____a_1; }
inline int32_t* get_address_of__a_1() { return &____a_1; }
inline void set__a_1(int32_t value)
{
____a_1 = value;
}
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
inline int16_t get__b_2() const { return ____b_2; }
inline int16_t* get_address_of__b_2() { return &____b_2; }
inline void set__b_2(int16_t value)
{
____b_2 = value;
}
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
inline int16_t get__c_3() const { return ____c_3; }
inline int16_t* get_address_of__c_3() { return &____c_3; }
inline void set__c_3(int16_t value)
{
____c_3 = value;
}
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
inline uint8_t get__d_4() const { return ____d_4; }
inline uint8_t* get_address_of__d_4() { return &____d_4; }
inline void set__d_4(uint8_t value)
{
____d_4 = value;
}
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
inline uint8_t get__e_5() const { return ____e_5; }
inline uint8_t* get_address_of__e_5() { return &____e_5; }
inline void set__e_5(uint8_t value)
{
____e_5 = value;
}
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
inline uint8_t get__f_6() const { return ____f_6; }
inline uint8_t* get_address_of__f_6() { return &____f_6; }
inline void set__f_6(uint8_t value)
{
____f_6 = value;
}
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
inline uint8_t get__g_7() const { return ____g_7; }
inline uint8_t* get_address_of__g_7() { return &____g_7; }
inline void set__g_7(uint8_t value)
{
____g_7 = value;
}
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
inline uint8_t get__h_8() const { return ____h_8; }
inline uint8_t* get_address_of__h_8() { return &____h_8; }
inline void set__h_8(uint8_t value)
{
____h_8 = value;
}
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
inline uint8_t get__i_9() const { return ____i_9; }
inline uint8_t* get_address_of__i_9() { return &____i_9; }
inline void set__i_9(uint8_t value)
{
____i_9 = value;
}
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
inline uint8_t get__j_10() const { return ____j_10; }
inline uint8_t* get_address_of__j_10() { return &____j_10; }
inline void set__j_10(uint8_t value)
{
____j_10 = value;
}
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
inline uint8_t get__k_11() const { return ____k_11; }
inline uint8_t* get_address_of__k_11() { return &____k_11; }
inline void set__k_11(uint8_t value)
{
____k_11 = value;
}
};
struct Guid_t_StaticFields
{
public:
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
// System.Object System.Guid::_rngAccess
RuntimeObject * ____rngAccess_12;
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
inline Guid_t get_Empty_0() const { return ___Empty_0; }
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(Guid_t value)
{
___Empty_0 = value;
}
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
inline void set__rngAccess_12(RuntimeObject * value)
{
____rngAccess_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
}
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
}
};
// System.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((void**)(&____activeReadWriteTask_2), (void*)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((void**)(&____asyncActiveSemaphore_3), (void*)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((void**)(&___Null_1), (void*)value);
}
};
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.Reflection.DefaultMemberAttribute
struct DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Reflection.DefaultMemberAttribute::m_memberName
String_t* ___m_memberName_0;
public:
inline static int32_t get_offset_of_m_memberName_0() { return static_cast<int32_t>(offsetof(DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731, ___m_memberName_0)); }
inline String_t* get_m_memberName_0() const { return ___m_memberName_0; }
inline String_t** get_address_of_m_memberName_0() { return &___m_memberName_0; }
inline void set_m_memberName_0(String_t* value)
{
___m_memberName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_memberName_0), (void*)value);
}
};
// System.Reflection.EventInfo
struct EventInfo_t : public MemberInfo_t
{
public:
// System.Reflection.EventInfo_AddEventAdapter System.Reflection.EventInfo::cached_add_event
AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * ___cached_add_event_0;
public:
inline static int32_t get_offset_of_cached_add_event_0() { return static_cast<int32_t>(offsetof(EventInfo_t, ___cached_add_event_0)); }
inline AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * get_cached_add_event_0() const { return ___cached_add_event_0; }
inline AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; }
inline void set_cached_add_event_0(AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * value)
{
___cached_add_event_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_add_event_0), (void*)value);
}
};
// System.Reflection.FieldInfo
struct FieldInfo_t : public MemberInfo_t
{
public:
public:
};
// System.Reflection.InterfaceMapping
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B
{
public:
// System.Type System.Reflection.InterfaceMapping::TargetType
Type_t * ___TargetType_0;
// System.Type System.Reflection.InterfaceMapping::InterfaceType
Type_t * ___InterfaceType_1;
// System.Reflection.MethodInfo[] System.Reflection.InterfaceMapping::TargetMethods
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
// System.Reflection.MethodInfo[] System.Reflection.InterfaceMapping::InterfaceMethods
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
public:
inline static int32_t get_offset_of_TargetType_0() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___TargetType_0)); }
inline Type_t * get_TargetType_0() const { return ___TargetType_0; }
inline Type_t ** get_address_of_TargetType_0() { return &___TargetType_0; }
inline void set_TargetType_0(Type_t * value)
{
___TargetType_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TargetType_0), (void*)value);
}
inline static int32_t get_offset_of_InterfaceType_1() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___InterfaceType_1)); }
inline Type_t * get_InterfaceType_1() const { return ___InterfaceType_1; }
inline Type_t ** get_address_of_InterfaceType_1() { return &___InterfaceType_1; }
inline void set_InterfaceType_1(Type_t * value)
{
___InterfaceType_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InterfaceType_1), (void*)value);
}
inline static int32_t get_offset_of_TargetMethods_2() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___TargetMethods_2)); }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_TargetMethods_2() const { return ___TargetMethods_2; }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_TargetMethods_2() { return &___TargetMethods_2; }
inline void set_TargetMethods_2(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
{
___TargetMethods_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TargetMethods_2), (void*)value);
}
inline static int32_t get_offset_of_InterfaceMethods_3() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___InterfaceMethods_3)); }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_InterfaceMethods_3() const { return ___InterfaceMethods_3; }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_InterfaceMethods_3() { return &___InterfaceMethods_3; }
inline void set_InterfaceMethods_3(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
{
___InterfaceMethods_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InterfaceMethods_3), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.InterfaceMapping
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_marshaled_pinvoke
{
Type_t * ___TargetType_0;
Type_t * ___InterfaceType_1;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
};
// Native definition for COM marshalling of System.Reflection.InterfaceMapping
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_marshaled_com
{
Type_t * ___TargetType_0;
Type_t * ___InterfaceType_1;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
public:
public:
};
// System.Reflection.ParameterModifier
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E
{
public:
// System.Boolean[] System.Reflection.ParameterModifier::_byRef
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0;
public:
inline static int32_t get_offset_of__byRef_0() { return static_cast<int32_t>(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; }
inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
{
____byRef_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke
{
int32_t* ____byRef_0;
};
// Native definition for COM marshalling of System.Reflection.ParameterModifier
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com
{
int32_t* ____byRef_0;
};
// System.Reflection.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
public:
public:
};
// System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01
{
public:
// System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine
RuntimeObject* ___m_stateMachine_0;
// System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___m_defaultContextAction_1;
public:
inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast<int32_t>(offsetof(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01, ___m_stateMachine_0)); }
inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; }
inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; }
inline void set_m_stateMachine_0(RuntimeObject* value)
{
___m_stateMachine_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value);
}
inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast<int32_t>(offsetof(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01, ___m_defaultContextAction_1)); }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; }
inline void set_m_defaultContextAction_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
{
___m_defaultContextAction_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_pinvoke
{
RuntimeObject* ___m_stateMachine_0;
Il2CppMethodPointer ___m_defaultContextAction_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_com
{
RuntimeObject* ___m_stateMachine_0;
Il2CppMethodPointer ___m_defaultContextAction_1;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter
struct ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874
{
public:
// System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter::m_task
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
public:
inline static int32_t get_offset_of_m_task_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874, ___m_task_0)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_task_0() const { return ___m_task_0; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_task_0() { return &___m_task_0; }
inline void set_m_task_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___m_task_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value);
}
inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874, ___m_continueOnCapturedContext_1)); }
inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; }
inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; }
inline void set_m_continueOnCapturedContext_1(bool value)
{
___m_continueOnCapturedContext_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
struct ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_pinvoke
{
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0;
int32_t ___m_continueOnCapturedContext_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
struct ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_com
{
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0;
int32_t ___m_continueOnCapturedContext_1;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<System.Int32>
struct ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E
{
public:
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_task
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
public:
inline static int32_t get_offset_of_m_task_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E, ___m_task_0)); }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get_m_task_0() const { return ___m_task_0; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of_m_task_0() { return &___m_task_0; }
inline void set_m_task_0(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
{
___m_task_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value);
}
inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E, ___m_continueOnCapturedContext_1)); }
inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; }
inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; }
inline void set_m_continueOnCapturedContext_1(bool value)
{
___m_continueOnCapturedContext_1 = value;
}
};
// System.Runtime.InteropServices.GuidAttribute
struct GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.String System.Runtime.InteropServices.GuidAttribute::_val
String_t* ____val_0;
public:
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34, ____val_0)); }
inline String_t* get__val_0() const { return ____val_0; }
inline String_t** get_address_of__val_0() { return &____val_0; }
inline void set__val_0(String_t* value)
{
____val_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____val_0), (void*)value);
}
};
// System.Runtime.Serialization.OnDeserializedAttribute
struct OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Runtime.Serialization.OnDeserializingAttribute
struct OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Runtime.Serialization.OnSerializedAttribute
struct OnSerializedAttribute_tCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Runtime.Serialization.OnSerializingAttribute
struct OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Runtime.Serialization.OptionalFieldAttribute
struct OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Int32 System.Runtime.Serialization.OptionalFieldAttribute::versionAdded
int32_t ___versionAdded_0;
public:
inline static int32_t get_offset_of_versionAdded_0() { return static_cast<int32_t>(offsetof(OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384, ___versionAdded_0)); }
inline int32_t get_versionAdded_0() const { return ___versionAdded_0; }
inline int32_t* get_address_of_versionAdded_0() { return &___versionAdded_0; }
inline void set_versionAdded_0(int32_t value)
{
___versionAdded_0 = value;
}
};
// System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA
{
public:
// System.Type System.Runtime.Serialization.SerializationEntry::m_type
Type_t * ___m_type_0;
// System.Object System.Runtime.Serialization.SerializationEntry::m_value
RuntimeObject * ___m_value_1;
// System.String System.Runtime.Serialization.SerializationEntry::m_name
String_t* ___m_name_2;
public:
inline static int32_t get_offset_of_m_type_0() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_type_0)); }
inline Type_t * get_m_type_0() const { return ___m_type_0; }
inline Type_t ** get_address_of_m_type_0() { return &___m_type_0; }
inline void set_m_type_0(Type_t * value)
{
___m_type_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_type_0), (void*)value);
}
inline static int32_t get_offset_of_m_value_1() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_value_1)); }
inline RuntimeObject * get_m_value_1() const { return ___m_value_1; }
inline RuntimeObject ** get_address_of_m_value_1() { return &___m_value_1; }
inline void set_m_value_1(RuntimeObject * value)
{
___m_value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value);
}
inline static int32_t get_offset_of_m_name_2() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_name_2)); }
inline String_t* get_m_name_2() const { return ___m_name_2; }
inline String_t** get_address_of_m_name_2() { return &___m_name_2; }
inline void set_m_name_2(String_t* value)
{
___m_name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke
{
Type_t * ___m_type_0;
Il2CppIUnknown* ___m_value_1;
char* ___m_name_2;
};
// Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com
{
Type_t * ___m_type_0;
Il2CppIUnknown* ___m_value_1;
Il2CppChar* ___m_name_2;
};
// System.RuntimeType_ListBuilder`1<System.Object>
struct ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
RuntimeObject * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0, ____item_1)); }
inline RuntimeObject * get__item_1() const { return ____item_1; }
inline RuntimeObject ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(RuntimeObject * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0, ____capacity_3)); }
inline int32_t get__capacity_3() const { return ____capacity_3; }
inline int32_t* get_address_of__capacity_3() { return &____capacity_3; }
inline void set__capacity_3(int32_t value)
{
____capacity_3 = value;
}
};
// System.RuntimeType_ListBuilder`1<System.Reflection.ConstructorInfo>
struct ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B, ____items_0)); }
inline ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* get__items_0() const { return ____items_0; }
inline ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B, ____item_1)); }
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * get__item_1() const { return ____item_1; }
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B, ____capacity_3)); }
inline int32_t get__capacity_3() const { return ____capacity_3; }
inline int32_t* get_address_of__capacity_3() { return &____capacity_3; }
inline void set__capacity_3(int32_t value)
{
____capacity_3 = value;
}
};
// System.RuntimeType_ListBuilder`1<System.Reflection.EventInfo>
struct ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
EventInfo_t * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC, ____items_0)); }
inline EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* get__items_0() const { return ____items_0; }
inline EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC, ____item_1)); }
inline EventInfo_t * get__item_1() const { return ____item_1; }
inline EventInfo_t ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(EventInfo_t * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC, ____capacity_3)); }
inline int32_t get__capacity_3() const { return ____capacity_3; }
inline int32_t* get_address_of__capacity_3() { return &____capacity_3; }
inline void set__capacity_3(int32_t value)
{
____capacity_3 = value;
}
};
// System.RuntimeType_ListBuilder`1<System.Reflection.FieldInfo>
struct ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
FieldInfo_t * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72, ____items_0)); }
inline FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* get__items_0() const { return ____items_0; }
inline FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72, ____item_1)); }
inline FieldInfo_t * get__item_1() const { return ____item_1; }
inline FieldInfo_t ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(FieldInfo_t * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72, ____capacity_3)); }
inline int32_t get__capacity_3() const { return ____capacity_3; }
inline int32_t* get_address_of__capacity_3() { return &____capacity_3; }
inline void set__capacity_3(int32_t value)
{
____capacity_3 = value;
}
};
// System.RuntimeType_ListBuilder`1<System.Reflection.MethodInfo>
struct ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
MethodInfo_t * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62, ____items_0)); }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get__items_0() const { return ____items_0; }
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62, ____item_1)); }
inline MethodInfo_t * get__item_1() const { return ____item_1; }
inline MethodInfo_t ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(MethodInfo_t * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62, ____capacity_3)); }
inline int32_t get__capacity_3() const { return ____capacity_3; }
inline int32_t* get_address_of__capacity_3() { return &____capacity_3; }
inline void set__capacity_3(int32_t value)
{
____capacity_3 = value;
}
};
// System.RuntimeType_ListBuilder`1<System.Reflection.PropertyInfo>
struct ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
PropertyInfo_t * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74, ____items_0)); }
inline PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* get__items_0() const { return ____items_0; }
inline PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74, ____item_1)); }
inline PropertyInfo_t * get__item_1() const { return ____item_1; }
inline PropertyInfo_t ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(PropertyInfo_t * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74, ____capacity_3)); }
inline int32_t get__capacity_3() const { return ____capacity_3; }
inline int32_t* get_address_of__capacity_3() { return &____capacity_3; }
inline void set__capacity_3(int32_t value)
{
____capacity_3 = value;
}
};
// System.RuntimeType_ListBuilder`1<System.Type>
struct ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB
{
public:
// T[] System.RuntimeType_ListBuilder`1::_items
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____items_0;
// T System.RuntimeType_ListBuilder`1::_item
Type_t * ____item_1;
// System.Int32 System.RuntimeType_ListBuilder`1::_count
int32_t ____count_2;
// System.Int32 System.RuntimeType_ListBuilder`1::_capacity
int32_t ____capacity_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB, ____items_0)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__items_0() const { return ____items_0; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__item_1() { return static_cast<int32_t>(offsetof(ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB, ____item_1)); }
inline Type_t * get__item_1() const { return ____item_1; }
inline Type_t ** get_address_of__item_1() { return &____item_1; }
inline void set__item_1(Type_t * value)
{
____item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____item_1), (void*)value);
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
inline static int32_t get_offset_of__capacity_3() { return static_cast<int32_t>(offsetof(ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB, ____capacity_3)); }
inline int32_t get__capacity_3() const { return ____capacity_3; }
inline int32_t* get_address_of__capacity_3() { return &____capacity_3; }
inline void set__capacity_3(int32_t value)
{
____capacity_3 = value;
}
};
// System.SByte
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
{
public:
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
inline int8_t get_m_value_0() const { return ___m_value_0; }
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int8_t value)
{
___m_value_0 = value;
}
};
// System.STAThreadAttribute
struct STAThreadAttribute_t0564A46C9F5E5DC44615EDFC5C95AEAF67397F16 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// System.Security.AccessControl.CommonObjectSecurity
struct CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16 : public ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8
{
public:
public:
};
// System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable
struct HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1
{
public:
union
{
struct
{
};
uint8_t HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1__padding[1];
};
public:
};
// System.Security.Cryptography.DSA
struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
{
public:
public:
};
// System.Security.Cryptography.DSASignatureDeformatter
struct DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 : public AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39
{
public:
// System.Security.Cryptography.DSA System.Security.Cryptography.DSASignatureDeformatter::_dsaKey
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ____dsaKey_0;
// System.String System.Security.Cryptography.DSASignatureDeformatter::_oid
String_t* ____oid_1;
public:
inline static int32_t get_offset_of__dsaKey_0() { return static_cast<int32_t>(offsetof(DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372, ____dsaKey_0)); }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * get__dsaKey_0() const { return ____dsaKey_0; }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF ** get_address_of__dsaKey_0() { return &____dsaKey_0; }
inline void set__dsaKey_0(DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * value)
{
____dsaKey_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dsaKey_0), (void*)value);
}
inline static int32_t get_offset_of__oid_1() { return static_cast<int32_t>(offsetof(DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372, ____oid_1)); }
inline String_t* get__oid_1() const { return ____oid_1; }
inline String_t** get_address_of__oid_1() { return &____oid_1; }
inline void set__oid_1(String_t* value)
{
____oid_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____oid_1), (void*)value);
}
};
// System.Security.Cryptography.DSASignatureDescription
struct DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A : public SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F
{
public:
public:
};
// System.Security.Cryptography.DSASignatureFormatter
struct DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 : public AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E
{
public:
// System.Security.Cryptography.DSA System.Security.Cryptography.DSASignatureFormatter::_dsaKey
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ____dsaKey_0;
// System.String System.Security.Cryptography.DSASignatureFormatter::_oid
String_t* ____oid_1;
public:
inline static int32_t get_offset_of__dsaKey_0() { return static_cast<int32_t>(offsetof(DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421, ____dsaKey_0)); }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * get__dsaKey_0() const { return ____dsaKey_0; }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF ** get_address_of__dsaKey_0() { return &____dsaKey_0; }
inline void set__dsaKey_0(DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * value)
{
____dsaKey_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dsaKey_0), (void*)value);
}
inline static int32_t get_offset_of__oid_1() { return static_cast<int32_t>(offsetof(DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421, ____oid_1)); }
inline String_t* get__oid_1() const { return ____oid_1; }
inline String_t** get_address_of__oid_1() { return &____oid_1; }
inline void set__oid_1(String_t* value)
{
____oid_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____oid_1), (void*)value);
}
};
// 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((void**)(&___KeyValue_4), (void*)value);
}
};
// System.Security.Cryptography.MD5
struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.RIPEMD160
struct RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.RSA
struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
{
public:
public:
};
// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
struct RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C : public AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39
{
public:
// System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureDeformatter::rsa
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa_0;
// System.String System.Security.Cryptography.RSAPKCS1SignatureDeformatter::hashName
String_t* ___hashName_1;
public:
inline static int32_t get_offset_of_rsa_0() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C, ___rsa_0)); }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * get_rsa_0() const { return ___rsa_0; }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 ** get_address_of_rsa_0() { return &___rsa_0; }
inline void set_rsa_0(RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * value)
{
___rsa_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rsa_0), (void*)value);
}
inline static int32_t get_offset_of_hashName_1() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C, ___hashName_1)); }
inline String_t* get_hashName_1() const { return ___hashName_1; }
inline String_t** get_address_of_hashName_1() { return &___hashName_1; }
inline void set_hashName_1(String_t* value)
{
___hashName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hashName_1), (void*)value);
}
};
// System.Security.Cryptography.RSAPKCS1SignatureDescription
struct RSAPKCS1SignatureDescription_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((void**)(&____hashAlgorithm_4), (void*)value);
}
};
// System.Security.Cryptography.RSAPKCS1SignatureFormatter
struct RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6 : public AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E
{
public:
// System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureFormatter::rsa
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa_0;
// System.String System.Security.Cryptography.RSAPKCS1SignatureFormatter::hash
String_t* ___hash_1;
public:
inline static int32_t get_offset_of_rsa_0() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6, ___rsa_0)); }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * get_rsa_0() const { return ___rsa_0; }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 ** get_address_of_rsa_0() { return &___rsa_0; }
inline void set_rsa_0(RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * value)
{
___rsa_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rsa_0), (void*)value);
}
inline static int32_t get_offset_of_hash_1() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6, ___hash_1)); }
inline String_t* get_hash_1() const { return ___hash_1; }
inline String_t** get_address_of_hash_1() { return &___hash_1; }
inline void set_hash_1(String_t* value)
{
___hash_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hash_1), (void*)value);
}
};
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.SHA256
struct SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.SHA384
struct SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.SHA512
struct SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
// System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB
{
public:
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
public:
inline static int32_t get_offset_of_m_source_0() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB, ___m_source_0)); }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_m_source_0() const { return ___m_source_0; }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_m_source_0() { return &___m_source_0; }
inline void set_m_source_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value)
{
___m_source_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value);
}
};
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields
{
public:
// System.Action`1<System.Object> System.Threading.CancellationToken::s_ActionToActionObjShunt
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_ActionToActionObjShunt_1;
public:
inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields, ___s_ActionToActionObjShunt_1)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; }
inline void set_s_ActionToActionObjShunt_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_ActionToActionObjShunt_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// Native definition for COM marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
public:
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
inline uint64_t get_m_value_0() const { return ___m_value_0; }
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint64_t value)
{
___m_value_0 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// Mono.RuntimeEventHandle
struct RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9
{
public:
// System.IntPtr Mono.RuntimeEventHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// Mono.RuntimePropertyHandle
struct RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB
{
public:
// System.IntPtr Mono.RuntimePropertyHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// Mono.SafeGPtrArrayHandle
struct SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE
{
public:
// Mono.RuntimeGPtrArrayHandle Mono.SafeGPtrArrayHandle::handle
RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B ___handle_0;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE, ___handle_0)); }
inline RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B get_handle_0() const { return ___handle_0; }
inline RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B * get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(RuntimeGPtrArrayHandle_t06E6883AF57DE36D928FAA0D86B8705CBC7D875B value)
{
___handle_0 = value;
}
};
// Mono.SafeStringMarshal
struct SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F
{
public:
// System.String Mono.SafeStringMarshal::str
String_t* ___str_0;
// System.IntPtr Mono.SafeStringMarshal::marshaled_string
intptr_t ___marshaled_string_1;
public:
inline static int32_t get_offset_of_str_0() { return static_cast<int32_t>(offsetof(SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F, ___str_0)); }
inline String_t* get_str_0() const { return ___str_0; }
inline String_t** get_address_of_str_0() { return &___str_0; }
inline void set_str_0(String_t* value)
{
___str_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___str_0), (void*)value);
}
inline static int32_t get_offset_of_marshaled_string_1() { return static_cast<int32_t>(offsetof(SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F, ___marshaled_string_1)); }
inline intptr_t get_marshaled_string_1() const { return ___marshaled_string_1; }
inline intptr_t* get_address_of_marshaled_string_1() { return &___marshaled_string_1; }
inline void set_marshaled_string_1(intptr_t value)
{
___marshaled_string_1 = value;
}
};
// Native definition for P/Invoke marshalling of Mono.SafeStringMarshal
struct SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F_marshaled_pinvoke
{
char* ___str_0;
intptr_t ___marshaled_string_1;
};
// Native definition for COM marshalling of Mono.SafeStringMarshal
struct SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F_marshaled_com
{
Il2CppChar* ___str_0;
intptr_t ___marshaled_string_1;
};
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_1;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_2;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_3;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_4;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_6;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_7;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_8;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_9;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_10;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_occupancy_2() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); }
inline int32_t get_occupancy_2() const { return ___occupancy_2; }
inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; }
inline void set_occupancy_2(int32_t value)
{
___occupancy_2 = value;
}
inline static int32_t get_offset_of_loadsize_3() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); }
inline int32_t get_loadsize_3() const { return ___loadsize_3; }
inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; }
inline void set_loadsize_3(int32_t value)
{
___loadsize_3 = value;
}
inline static int32_t get_offset_of_loadFactor_4() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); }
inline float get_loadFactor_4() const { return ___loadFactor_4; }
inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; }
inline void set_loadFactor_4(float value)
{
___loadFactor_4 = value;
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); }
inline int32_t get_version_5() const { return ___version_5; }
inline int32_t* get_address_of_version_5() { return &___version_5; }
inline void set_version_5(int32_t value)
{
___version_5 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); }
inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; }
inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; }
inline void set_isWriterInProgress_6(bool value)
{
___isWriterInProgress_6 = value;
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); }
inline RuntimeObject* get_keys_7() const { return ___keys_7; }
inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(RuntimeObject* value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); }
inline RuntimeObject* get_values_8() const { return ___values_8; }
inline RuntimeObject** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(RuntimeObject* value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__keycomparer_9() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); }
inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; }
inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; }
inline void set__keycomparer_9(RuntimeObject* value)
{
____keycomparer_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_9), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); }
inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; }
inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; }
inline void set__syncRoot_10(RuntimeObject * value)
{
____syncRoot_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_10), (void*)value);
}
};
// System.Configuration.Assemblies.AssemblyHashAlgorithm
struct AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9
{
public:
// System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Configuration.Assemblies.AssemblyVersionCompatibility
struct AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C
{
public:
// System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.Globalization.NumberStyles
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
{
public:
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.IO.SeekOrigin
struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3
{
public:
// System.Int32 System.IO.SeekOrigin::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
public:
// System.IntPtr System.Reflection.Assembly::_mono_assembly
intptr_t ____mono_assembly_0;
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
// System.Object System.Reflection.Assembly::_evidence
RuntimeObject * ____evidence_2;
// System.Object System.Reflection.Assembly::_minimum
RuntimeObject * ____minimum_3;
// System.Object System.Reflection.Assembly::_optional
RuntimeObject * ____optional_4;
// System.Object System.Reflection.Assembly::_refuse
RuntimeObject * ____refuse_5;
// System.Object System.Reflection.Assembly::_granted
RuntimeObject * ____granted_6;
// System.Object System.Reflection.Assembly::_denied
RuntimeObject * ____denied_7;
// System.Boolean System.Reflection.Assembly::fromByteArray
bool ___fromByteArray_8;
// System.String System.Reflection.Assembly::assemblyName
String_t* ___assemblyName_9;
public:
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(offsetof(Assembly_t, ____mono_assembly_0)); }
inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; }
inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; }
inline void set__mono_assembly_0(intptr_t value)
{
____mono_assembly_0 = value;
}
inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
{
___resolve_event_holder_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value);
}
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
inline void set__evidence_2(RuntimeObject * value)
{
____evidence_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value);
}
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
inline void set__minimum_3(RuntimeObject * value)
{
____minimum_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value);
}
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
inline void set__optional_4(RuntimeObject * value)
{
____optional_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value);
}
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
inline void set__refuse_5(RuntimeObject * value)
{
____refuse_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value);
}
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
inline void set__granted_6(RuntimeObject * value)
{
____granted_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value);
}
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
inline void set__denied_7(RuntimeObject * value)
{
____denied_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value);
}
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
inline void set_fromByteArray_8(bool value)
{
___fromByteArray_8 = value;
}
inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
inline void set_assemblyName_9(String_t* value)
{
___assemblyName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
char* ___assemblyName_9;
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
Il2CppChar* ___assemblyName_9;
};
// System.Reflection.AssemblyContentType
struct AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401
{
public:
// System.Int32 System.Reflection.AssemblyContentType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.AssemblyNameFlags
struct AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256
{
public:
// System.Int32 System.Reflection.AssemblyNameFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.CallingConventions
struct CallingConventions_t495B6EF267B118F780C044F96BCDE78C1982C147
{
public:
// System.Int32 System.Reflection.CallingConventions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CallingConventions_t495B6EF267B118F780C044F96BCDE78C1982C147, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF : public MethodBase_t
{
public:
public:
};
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields
{
public:
// System.String System.Reflection.ConstructorInfo::ConstructorName
String_t* ___ConstructorName_0;
// System.String System.Reflection.ConstructorInfo::TypeConstructorName
String_t* ___TypeConstructorName_1;
public:
inline static int32_t get_offset_of_ConstructorName_0() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___ConstructorName_0)); }
inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; }
inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; }
inline void set_ConstructorName_0(String_t* value)
{
___ConstructorName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value);
}
inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___TypeConstructorName_1)); }
inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; }
inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; }
inline void set_TypeConstructorName_1(String_t* value)
{
___TypeConstructorName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value);
}
};
// System.Reflection.FieldAttributes
struct FieldAttributes_t53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1
{
public:
// System.Int32 System.Reflection.FieldAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FieldAttributes_t53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.GenericParameterAttributes
struct GenericParameterAttributes_t63450AEBA1F27F81502722CE89E01BD01E27A8CE
{
public:
// System.Int32 System.Reflection.GenericParameterAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GenericParameterAttributes_t63450AEBA1F27F81502722CE89E01BD01E27A8CE, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.MemberTypes
struct MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041
{
public:
// System.Int32 System.Reflection.MemberTypes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
public:
public:
};
// System.Reflection.ParameterAttributes
struct ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110
{
public:
// System.Int32 System.Reflection.ParameterAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.ProcessorArchitecture
struct ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7
{
public:
// System.Int32 System.Reflection.ProcessorArchitecture::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.RuntimeEventInfo
struct RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 : public EventInfo_t
{
public:
public:
};
// System.Reflection.RuntimeFieldInfo
struct RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 : public FieldInfo_t
{
public:
public:
};
// System.Reflection.RuntimePropertyInfo
struct RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 : public PropertyInfo_t
{
public:
public:
};
// System.Reflection.TypeAttributes
struct TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30
{
public:
// System.Int32 System.Reflection.TypeAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>
struct AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079
{
public:
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ___m_task_2;
public:
inline static int32_t get_offset_of_m_coreState_1() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079, ___m_coreState_1)); }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 get_m_coreState_1() const { return ___m_coreState_1; }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * get_address_of_m_coreState_1() { return &___m_coreState_1; }
inline void set_m_coreState_1(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 value)
{
___m_coreState_1 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_m_task_2() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079, ___m_task_2)); }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get_m_task_2() const { return ___m_task_2; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of_m_task_2() { return &___m_task_2; }
inline void set_m_task_2(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
{
___m_task_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value);
}
};
struct AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079_StaticFields
{
public:
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ___s_defaultResultTask_0;
public:
inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079_StaticFields, ___s_defaultResultTask_0)); }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; }
inline void set_s_defaultResultTask_0(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
{
___s_defaultResultTask_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value);
}
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>
struct AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9
{
public:
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___m_task_2;
public:
inline static int32_t get_offset_of_m_coreState_1() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9, ___m_coreState_1)); }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 get_m_coreState_1() const { return ___m_coreState_1; }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * get_address_of_m_coreState_1() { return &___m_coreState_1; }
inline void set_m_coreState_1(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 value)
{
___m_coreState_1 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_m_task_2() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9, ___m_task_2)); }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * get_m_task_2() const { return ___m_task_2; }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 ** get_address_of_m_task_2() { return &___m_task_2; }
inline void set_m_task_2(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * value)
{
___m_task_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value);
}
};
struct AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9_StaticFields
{
public:
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___s_defaultResultTask_0;
public:
inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9_StaticFields, ___s_defaultResultTask_0)); }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; }
inline void set_s_defaultResultTask_0(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * value)
{
___s_defaultResultTask_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value);
}
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable
struct ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9
{
public:
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::m_configuredTaskAwaiter
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ___m_configuredTaskAwaiter_0;
public:
inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9, ___m_configuredTaskAwaiter_0)); }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; }
inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 value)
{
___m_configuredTaskAwaiter_0 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable
struct ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9_marshaled_pinvoke
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_pinvoke ___m_configuredTaskAwaiter_0;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable
struct ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9_marshaled_com
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_com ___m_configuredTaskAwaiter_0;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>
struct ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A
{
public:
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ___m_configuredTaskAwaiter_0;
public:
inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A, ___m_configuredTaskAwaiter_0)); }
inline ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; }
inline ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; }
inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E value)
{
___m_configuredTaskAwaiter_0 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL);
}
};
// System.Runtime.InteropServices.CharSet
struct CharSet_t2DEB2DA03477AAFC8FD2E1EC33F49904F85632A5
{
public:
// System.Int32 System.Runtime.InteropServices.CharSet::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CharSet_t2DEB2DA03477AAFC8FD2E1EC33F49904F85632A5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.InteropServices.LayoutKind
struct LayoutKind_tF648228CEEEBB6A34BD31D56F626D5056728309C
{
public:
// System.Int32 System.Runtime.InteropServices.LayoutKind::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LayoutKind_tF648228CEEEBB6A34BD31D56F626D5056728309C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.Serialization.SerializationFieldInfo
struct SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 : public FieldInfo_t
{
public:
// System.Reflection.RuntimeFieldInfo System.Runtime.Serialization.SerializationFieldInfo::m_field
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * ___m_field_0;
// System.String System.Runtime.Serialization.SerializationFieldInfo::m_serializationName
String_t* ___m_serializationName_1;
public:
inline static int32_t get_offset_of_m_field_0() { return static_cast<int32_t>(offsetof(SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201, ___m_field_0)); }
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * get_m_field_0() const { return ___m_field_0; }
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 ** get_address_of_m_field_0() { return &___m_field_0; }
inline void set_m_field_0(RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * value)
{
___m_field_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_field_0), (void*)value);
}
inline static int32_t get_offset_of_m_serializationName_1() { return static_cast<int32_t>(offsetof(SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201, ___m_serializationName_1)); }
inline String_t* get_m_serializationName_1() const { return ___m_serializationName_1; }
inline String_t** get_address_of_m_serializationName_1() { return &___m_serializationName_1; }
inline void set_m_serializationName_1(String_t* value)
{
___m_serializationName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_serializationName_1), (void*)value);
}
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeArgumentHandle
struct RuntimeArgumentHandle_t6118B2666F632AA0A554B476D9A447ACDBF08C46
{
public:
// System.IntPtr System.RuntimeArgumentHandle::args
intptr_t ___args_0;
public:
inline static int32_t get_offset_of_args_0() { return static_cast<int32_t>(offsetof(RuntimeArgumentHandle_t6118B2666F632AA0A554B476D9A447ACDBF08C46, ___args_0)); }
inline intptr_t get_args_0() const { return ___args_0; }
inline intptr_t* get_address_of_args_0() { return &___args_0; }
inline void set_args_0(intptr_t value)
{
___args_0 = value;
}
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.RuntimeMethodHandle
struct RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F
{
public:
// System.IntPtr System.RuntimeMethodHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.RuntimeType_MemberListType
struct MemberListType_tD77EECAE81FBFC68FD3A772FDBF75C478329C5AF
{
public:
// System.Int32 System.RuntimeType_MemberListType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MemberListType_tD77EECAE81FBFC68FD3A772FDBF75C478329C5AF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.SByteEnum
struct SByteEnum_t0EC157A9E311E27D76141202576E15FA4E83E0EE
{
public:
// System.SByte System.SByteEnum::value__
int8_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SByteEnum_t0EC157A9E311E27D76141202576E15FA4E83E0EE, ___value___2)); }
inline int8_t get_value___2() const { return ___value___2; }
inline int8_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int8_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.NativeObjectSecurity
struct NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A : public CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16
{
public:
public:
};
// 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;
}
};
// System.Security.Cryptography.CryptoStreamMode
struct CryptoStreamMode_tDA87D3C6D96B2FCC35184B3B4A00923266ADB2D5
{
public:
// System.Int32 System.Security.Cryptography.CryptoStreamMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CryptoStreamMode_tDA87D3C6D96B2FCC35184B3B4A00923266ADB2D5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.Cryptography.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;
}
};
// System.Security.Cryptography.DSACryptoServiceProvider
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 : public DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF
{
public:
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_3;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey
bool ___persistKey_4;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted
bool ___persisted_5;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable
bool ___privateKeyExportable_6;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed
bool ___m_disposed_7;
// Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * ___dsa_8;
public:
inline static int32_t get_offset_of_store_3() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___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((void**)(&___store_3), (void*)value);
}
inline static int32_t get_offset_of_persistKey_4() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___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(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___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(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___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(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___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_dsa_8() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___dsa_8)); }
inline DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * get_dsa_8() const { return ___dsa_8; }
inline DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA ** get_address_of_dsa_8() { return &___dsa_8; }
inline void set_dsa_8(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * value)
{
___dsa_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dsa_8), (void*)value);
}
};
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields
{
public:
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore
bool ___useMachineKeyStore_9;
public:
inline static int32_t get_offset_of_useMachineKeyStore_9() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields, ___useMachineKeyStore_9)); }
inline bool get_useMachineKeyStore_9() const { return ___useMachineKeyStore_9; }
inline bool* get_address_of_useMachineKeyStore_9() { return &___useMachineKeyStore_9; }
inline void set_useMachineKeyStore_9(bool value)
{
___useMachineKeyStore_9 = value;
}
};
// 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((void**)(&___m_hashName_6), (void*)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((void**)(&___m_hash1_7), (void*)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((void**)(&___m_hash2_8), (void*)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((void**)(&___m_inner_9), (void*)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((void**)(&___m_outer_10), (void*)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;
}
};
// 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_9;
// System.Security.Cryptography.TripleDES System.Security.Cryptography.MACTripleDES::des
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * ___des_10;
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((void**)(&___m_encryptor_5), (void*)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((void**)(&____cs_6), (void*)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((void**)(&____ts_7), (void*)value);
}
inline static int32_t get_offset_of_m_bytesPerBlock_9() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ___m_bytesPerBlock_9)); }
inline int32_t get_m_bytesPerBlock_9() const { return ___m_bytesPerBlock_9; }
inline int32_t* get_address_of_m_bytesPerBlock_9() { return &___m_bytesPerBlock_9; }
inline void set_m_bytesPerBlock_9(int32_t value)
{
___m_bytesPerBlock_9 = value;
}
inline static int32_t get_offset_of_des_10() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ___des_10)); }
inline TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * get_des_10() const { return ___des_10; }
inline TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 ** get_address_of_des_10() { return &___des_10; }
inline void set_des_10(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * value)
{
___des_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___des_10), (void*)value);
}
};
// System.Security.Cryptography.MD5CryptoServiceProvider
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 : public MD5_tCED753745572EC20FE5D31D15F132736B5343EE6
{
public:
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::_H
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____H_5;
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::buff
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___buff_6;
// System.UInt64 System.Security.Cryptography.MD5CryptoServiceProvider::count
uint64_t ___count_7;
// System.Byte[] System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____ProcessingBuffer_8;
// System.Int32 System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBufferCount
int32_t ____ProcessingBufferCount_9;
public:
inline static int32_t get_offset_of__H_5() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____H_5)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__H_5() const { return ____H_5; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__H_5() { return &____H_5; }
inline void set__H_5(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____H_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____H_5), (void*)value);
}
inline static int32_t get_offset_of_buff_6() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ___buff_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_buff_6() const { return ___buff_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_buff_6() { return &___buff_6; }
inline void set_buff_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___buff_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buff_6), (void*)value);
}
inline static int32_t get_offset_of_count_7() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ___count_7)); }
inline uint64_t get_count_7() const { return ___count_7; }
inline uint64_t* get_address_of_count_7() { return &___count_7; }
inline void set_count_7(uint64_t value)
{
___count_7 = value;
}
inline static int32_t get_offset_of__ProcessingBuffer_8() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____ProcessingBuffer_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__ProcessingBuffer_8() const { return ____ProcessingBuffer_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__ProcessingBuffer_8() { return &____ProcessingBuffer_8; }
inline void set__ProcessingBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____ProcessingBuffer_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ProcessingBuffer_8), (void*)value);
}
inline static int32_t get_offset_of__ProcessingBufferCount_9() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____ProcessingBufferCount_9)); }
inline int32_t get__ProcessingBufferCount_9() const { return ____ProcessingBufferCount_9; }
inline int32_t* get_address_of__ProcessingBufferCount_9() { return &____ProcessingBufferCount_9; }
inline void set__ProcessingBufferCount_9(int32_t value)
{
____ProcessingBufferCount_9 = value;
}
};
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields
{
public:
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::K
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___K_10;
public:
inline static int32_t get_offset_of_K_10() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields, ___K_10)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_K_10() const { return ___K_10; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_K_10() { return &___K_10; }
inline void set_K_10(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___K_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___K_10), (void*)value);
}
};
// 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;
}
};
// 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((void**)(&____buffer_4), (void*)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((void**)(&____stateMD160_6), (void*)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((void**)(&____blockDWords_7), (void*)value);
}
};
// 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((void**)(&____lock_0), (void*)value);
}
};
// System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription
struct RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2 : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
// System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription
struct RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4 : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
// System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription
struct RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01 : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
// System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription
struct RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
// 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((void**)(&___sha_4), (void*)value);
}
};
// 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((void**)(&____buffer_4), (void*)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((void**)(&____stateSHA1_6), (void*)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((void**)(&____expandedBuffer_7), (void*)value);
}
};
// 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((void**)(&____buffer_4), (void*)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((void**)(&____stateSHA256_6), (void*)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((void**)(&____W_7), (void*)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((void**)(&____K_8), (void*)value);
}
};
// 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((void**)(&____buffer_4), (void*)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((void**)(&____stateSHA384_6), (void*)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((void**)(&____W_7), (void*)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((void**)(&____K_8), (void*)value);
}
};
// 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((void**)(&____buffer_4), (void*)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((void**)(&____stateSHA512_6), (void*)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((void**)(&____W_7), (void*)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((void**)(&____K_8), (void*)value);
}
};
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 : public RuntimeObject
{
public:
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_currentCount
int32_t ___m_currentCount_0;
// System.Int32 System.Threading.SemaphoreSlim::m_maxCount
int32_t ___m_maxCount_1;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitCount
int32_t ___m_waitCount_2;
// System.Object System.Threading.SemaphoreSlim::m_lockObj
RuntimeObject * ___m_lockObj_3;
// System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitHandle
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_waitHandle_4;
// System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim::m_asyncHead
TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___m_asyncHead_5;
// System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim::m_asyncTail
TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___m_asyncTail_6;
public:
inline static int32_t get_offset_of_m_currentCount_0() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___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_maxCount_1() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_maxCount_1)); }
inline int32_t get_m_maxCount_1() const { return ___m_maxCount_1; }
inline int32_t* get_address_of_m_maxCount_1() { return &___m_maxCount_1; }
inline void set_m_maxCount_1(int32_t value)
{
___m_maxCount_1 = value;
}
inline static int32_t get_offset_of_m_waitCount_2() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_waitCount_2)); }
inline int32_t get_m_waitCount_2() const { return ___m_waitCount_2; }
inline int32_t* get_address_of_m_waitCount_2() { return &___m_waitCount_2; }
inline void set_m_waitCount_2(int32_t value)
{
___m_waitCount_2 = value;
}
inline static int32_t get_offset_of_m_lockObj_3() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_lockObj_3)); }
inline RuntimeObject * get_m_lockObj_3() const { return ___m_lockObj_3; }
inline RuntimeObject ** get_address_of_m_lockObj_3() { return &___m_lockObj_3; }
inline void set_m_lockObj_3(RuntimeObject * value)
{
___m_lockObj_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_lockObj_3), (void*)value);
}
inline static int32_t get_offset_of_m_waitHandle_4() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_waitHandle_4)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_waitHandle_4() const { return ___m_waitHandle_4; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_waitHandle_4() { return &___m_waitHandle_4; }
inline void set_m_waitHandle_4(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___m_waitHandle_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_waitHandle_4), (void*)value);
}
inline static int32_t get_offset_of_m_asyncHead_5() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_asyncHead_5)); }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_m_asyncHead_5() const { return ___m_asyncHead_5; }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_m_asyncHead_5() { return &___m_asyncHead_5; }
inline void set_m_asyncHead_5(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value)
{
___m_asyncHead_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_asyncHead_5), (void*)value);
}
inline static int32_t get_offset_of_m_asyncTail_6() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_asyncTail_6)); }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_m_asyncTail_6() const { return ___m_asyncTail_6; }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_m_asyncTail_6() { return &___m_asyncTail_6; }
inline void set_m_asyncTail_6(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value)
{
___m_asyncTail_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_asyncTail_6), (void*)value);
}
};
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields
{
public:
// System.Threading.Tasks.Task`1<System.Boolean> System.Threading.SemaphoreSlim::s_trueTask
Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * ___s_trueTask_7;
// System.Action`1<System.Object> System.Threading.SemaphoreSlim::s_cancellationTokenCanceledEventHandler
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_cancellationTokenCanceledEventHandler_8;
public:
inline static int32_t get_offset_of_s_trueTask_7() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields, ___s_trueTask_7)); }
inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * get_s_trueTask_7() const { return ___s_trueTask_7; }
inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 ** get_address_of_s_trueTask_7() { return &___s_trueTask_7; }
inline void set_s_trueTask_7(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * value)
{
___s_trueTask_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_trueTask_7), (void*)value);
}
inline static int32_t get_offset_of_s_cancellationTokenCanceledEventHandler_8() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields, ___s_cancellationTokenCanceledEventHandler_8)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_cancellationTokenCanceledEventHandler_8() const { return ___s_cancellationTokenCanceledEventHandler_8; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_cancellationTokenCanceledEventHandler_8() { return &___s_cancellationTokenCanceledEventHandler_8; }
inline void set_s_cancellationTokenCanceledEventHandler_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_cancellationTokenCanceledEventHandler_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_cancellationTokenCanceledEventHandler_8), (void*)value);
}
};
// System.Threading.StackCrawlMark
struct StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943
{
public:
// System.Int32 System.Threading.StackCrawlMark::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 : public RuntimeObject
{
public:
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId
int32_t ___m_taskId_4;
// System.Object System.Threading.Tasks.Task::m_action
RuntimeObject * ___m_action_5;
// System.Object System.Threading.Tasks.Task::m_stateObject
RuntimeObject * ___m_stateObject_6;
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler
TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_7;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_parent_8;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags
int32_t ___m_stateFlags_9;
// System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject
RuntimeObject * ___m_continuationObject_10;
// System.Threading.Tasks.Task_ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties
ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * ___m_contingentProperties_15;
public:
inline static int32_t get_offset_of_m_taskId_4() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskId_4)); }
inline int32_t get_m_taskId_4() const { return ___m_taskId_4; }
inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; }
inline void set_m_taskId_4(int32_t value)
{
___m_taskId_4 = value;
}
inline static int32_t get_offset_of_m_action_5() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_action_5)); }
inline RuntimeObject * get_m_action_5() const { return ___m_action_5; }
inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; }
inline void set_m_action_5(RuntimeObject * value)
{
___m_action_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value);
}
inline static int32_t get_offset_of_m_stateObject_6() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateObject_6)); }
inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; }
inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; }
inline void set_m_stateObject_6(RuntimeObject * value)
{
___m_stateObject_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value);
}
inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskScheduler_7)); }
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; }
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; }
inline void set_m_taskScheduler_7(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value)
{
___m_taskScheduler_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value);
}
inline static int32_t get_offset_of_m_parent_8() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_parent_8)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_parent_8() const { return ___m_parent_8; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_parent_8() { return &___m_parent_8; }
inline void set_m_parent_8(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___m_parent_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value);
}
inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateFlags_9)); }
inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; }
inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; }
inline void set_m_stateFlags_9(int32_t value)
{
___m_stateFlags_9 = value;
}
inline static int32_t get_offset_of_m_continuationObject_10() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_continuationObject_10)); }
inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; }
inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; }
inline void set_m_continuationObject_10(RuntimeObject * value)
{
___m_continuationObject_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_10), (void*)value);
}
inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_contingentProperties_15)); }
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; }
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; }
inline void set_m_contingentProperties_15(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * value)
{
___m_contingentProperties_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_15), (void*)value);
}
};
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields
{
public:
// System.Int32 System.Threading.Tasks.Task::s_taskIdCounter
int32_t ___s_taskIdCounter_2;
// System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory
TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * ___s_factory_3;
// System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel
RuntimeObject * ___s_taskCompletionSentinel_11;
// System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled
bool ___s_asyncDebuggingEnabled_12;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_currentActiveTasks
Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * ___s_currentActiveTasks_13;
// System.Object System.Threading.Tasks.Task::s_activeTasksLock
RuntimeObject * ___s_activeTasksLock_14;
// System.Action`1<System.Object> System.Threading.Tasks.Task::s_taskCancelCallback
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16;
// System.Func`1<System.Threading.Tasks.Task_ContingentProperties> System.Threading.Tasks.Task::s_createContingentProperties
Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___s_createContingentProperties_17;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___s_completedTask_18;
// System.Predicate`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate
Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___s_IsExceptionObservedByParentPredicate_19;
// System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback
ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_ecCallback_20;
// System.Predicate`1<System.Object> System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___s_IsTaskContinuationNullPredicate_21;
public:
inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskIdCounter_2)); }
inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; }
inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; }
inline void set_s_taskIdCounter_2(int32_t value)
{
___s_taskIdCounter_2 = value;
}
inline static int32_t get_offset_of_s_factory_3() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_factory_3)); }
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * get_s_factory_3() const { return ___s_factory_3; }
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 ** get_address_of_s_factory_3() { return &___s_factory_3; }
inline void set_s_factory_3(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * value)
{
___s_factory_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value);
}
inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCompletionSentinel_11)); }
inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; }
inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; }
inline void set_s_taskCompletionSentinel_11(RuntimeObject * value)
{
___s_taskCompletionSentinel_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_11), (void*)value);
}
inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_asyncDebuggingEnabled_12)); }
inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; }
inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; }
inline void set_s_asyncDebuggingEnabled_12(bool value)
{
___s_asyncDebuggingEnabled_12 = value;
}
inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_currentActiveTasks_13)); }
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; }
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; }
inline void set_s_currentActiveTasks_13(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * value)
{
___s_currentActiveTasks_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_13), (void*)value);
}
inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_activeTasksLock_14)); }
inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; }
inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; }
inline void set_s_activeTasksLock_14(RuntimeObject * value)
{
___s_activeTasksLock_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_14), (void*)value);
}
inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCancelCallback_16)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; }
inline void set_s_taskCancelCallback_16(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_taskCancelCallback_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_16), (void*)value);
}
inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_createContingentProperties_17)); }
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; }
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; }
inline void set_s_createContingentProperties_17(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * value)
{
___s_createContingentProperties_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_17), (void*)value);
}
inline static int32_t get_offset_of_s_completedTask_18() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_completedTask_18)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_s_completedTask_18() const { return ___s_completedTask_18; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; }
inline void set_s_completedTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___s_completedTask_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_18), (void*)value);
}
inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); }
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; }
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; }
inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * value)
{
___s_IsExceptionObservedByParentPredicate_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_19), (void*)value);
}
inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_ecCallback_20)); }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_ecCallback_20() const { return ___s_ecCallback_20; }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; }
inline void set_s_ecCallback_20(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value)
{
___s_ecCallback_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_20), (void*)value);
}
inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); }
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; }
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; }
inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * value)
{
___s_IsTaskContinuationNullPredicate_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_21), (void*)value);
}
};
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields
{
public:
// System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t_currentTask_0;
// System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard
StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * ___t_stackGuard_1;
public:
inline static int32_t get_offset_of_t_currentTask_0() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_currentTask_0)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_t_currentTask_0() const { return ___t_currentTask_0; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; }
inline void set_t_currentTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___t_currentTask_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value);
}
inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_stackGuard_1)); }
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * get_t_stackGuard_1() const { return ___t_stackGuard_1; }
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; }
inline void set_t_stackGuard_1(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * value)
{
___t_stackGuard_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value);
}
};
// System.TypeCode
struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6
{
public:
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.TypeNameFormatFlags
struct TypeNameFormatFlags_tDAD267AC4A655D16C608DD230B5C97F8226E94C8
{
public:
// System.Int32 System.TypeNameFormatFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeNameFormatFlags_tDAD267AC4A655D16C608DD230B5C97F8226E94C8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.TypeNameKind
struct TypeNameKind_t200043F25E9EACB6294E8B825E5FED441F04C2BF
{
public:
// System.Int32 System.TypeNameKind::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeNameKind_t200043F25E9EACB6294E8B825E5FED441F04C2BF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
{
public:
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
public:
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___numberGroupSizes_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value);
}
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___currencyGroupSizes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value);
}
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___percentGroupSizes_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value);
}
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
inline void set_positiveSign_4(String_t* value)
{
___positiveSign_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value);
}
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
inline void set_negativeSign_5(String_t* value)
{
___negativeSign_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value);
}
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
inline void set_numberDecimalSeparator_6(String_t* value)
{
___numberDecimalSeparator_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value);
}
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
inline void set_numberGroupSeparator_7(String_t* value)
{
___numberGroupSeparator_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value);
}
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
inline void set_currencyGroupSeparator_8(String_t* value)
{
___currencyGroupSeparator_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value);
}
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
inline void set_currencyDecimalSeparator_9(String_t* value)
{
___currencyDecimalSeparator_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value);
}
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
inline void set_currencySymbol_10(String_t* value)
{
___currencySymbol_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value);
}
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
inline void set_ansiCurrencySymbol_11(String_t* value)
{
___ansiCurrencySymbol_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value);
}
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
inline void set_nanSymbol_12(String_t* value)
{
___nanSymbol_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value);
}
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
inline void set_positiveInfinitySymbol_13(String_t* value)
{
___positiveInfinitySymbol_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value);
}
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
inline void set_negativeInfinitySymbol_14(String_t* value)
{
___negativeInfinitySymbol_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value);
}
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
inline void set_percentDecimalSeparator_15(String_t* value)
{
___percentDecimalSeparator_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value);
}
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
inline void set_percentGroupSeparator_16(String_t* value)
{
___percentGroupSeparator_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value);
}
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
inline void set_percentSymbol_17(String_t* value)
{
___percentSymbol_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value);
}
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
inline void set_perMilleSymbol_18(String_t* value)
{
___perMilleSymbol_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value);
}
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___nativeDigits_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value);
}
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
inline void set_m_dataItem_20(int32_t value)
{
___m_dataItem_20 = value;
}
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
inline void set_numberDecimalDigits_21(int32_t value)
{
___numberDecimalDigits_21 = value;
}
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
inline void set_currencyDecimalDigits_22(int32_t value)
{
___currencyDecimalDigits_22 = value;
}
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
inline void set_currencyPositivePattern_23(int32_t value)
{
___currencyPositivePattern_23 = value;
}
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
inline void set_currencyNegativePattern_24(int32_t value)
{
___currencyNegativePattern_24 = value;
}
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
inline void set_numberNegativePattern_25(int32_t value)
{
___numberNegativePattern_25 = value;
}
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
inline void set_percentPositivePattern_26(int32_t value)
{
___percentPositivePattern_26 = value;
}
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
inline void set_percentNegativePattern_27(int32_t value)
{
___percentNegativePattern_27 = value;
}
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
inline void set_percentDecimalDigits_28(int32_t value)
{
___percentDecimalDigits_28 = value;
}
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
inline void set_digitSubstitution_29(int32_t value)
{
___digitSubstitution_29 = value;
}
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
inline void set_isReadOnly_30(bool value)
{
___isReadOnly_30 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
inline void set_m_useUserOverride_31(bool value)
{
___m_useUserOverride_31 = value;
}
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
inline void set_m_isInvariant_32(bool value)
{
___m_isInvariant_32 = value;
}
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
inline void set_validForParseAsNumber_33(bool value)
{
___validForParseAsNumber_33 = value;
}
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
inline void set_validForParseAsCurrency_34(bool value)
{
___validForParseAsCurrency_34 = value;
}
};
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
{
public:
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
}
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 : public RuntimeObject
{
public:
// System.String System.Reflection.AssemblyName::name
String_t* ___name_0;
// System.String System.Reflection.AssemblyName::codebase
String_t* ___codebase_1;
// System.Int32 System.Reflection.AssemblyName::major
int32_t ___major_2;
// System.Int32 System.Reflection.AssemblyName::minor
int32_t ___minor_3;
// System.Int32 System.Reflection.AssemblyName::build
int32_t ___build_4;
// System.Int32 System.Reflection.AssemblyName::revision
int32_t ___revision_5;
// System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___cultureinfo_6;
// System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags
int32_t ___flags_7;
// System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg
int32_t ___hashalg_8;
// System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
// System.Byte[] System.Reflection.AssemblyName::publicKey
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___publicKey_10;
// System.Byte[] System.Reflection.AssemblyName::keyToken
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keyToken_11;
// System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat
int32_t ___versioncompat_12;
// System.Version System.Reflection.AssemblyName::version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
// System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture
int32_t ___processor_architecture_14;
// System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType
int32_t ___contentType_15;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___name_0)); }
inline String_t* get_name_0() const { return ___name_0; }
inline String_t** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(String_t* value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
}
inline static int32_t get_offset_of_codebase_1() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___codebase_1)); }
inline String_t* get_codebase_1() const { return ___codebase_1; }
inline String_t** get_address_of_codebase_1() { return &___codebase_1; }
inline void set_codebase_1(String_t* value)
{
___codebase_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___codebase_1), (void*)value);
}
inline static int32_t get_offset_of_major_2() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___major_2)); }
inline int32_t get_major_2() const { return ___major_2; }
inline int32_t* get_address_of_major_2() { return &___major_2; }
inline void set_major_2(int32_t value)
{
___major_2 = value;
}
inline static int32_t get_offset_of_minor_3() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___minor_3)); }
inline int32_t get_minor_3() const { return ___minor_3; }
inline int32_t* get_address_of_minor_3() { return &___minor_3; }
inline void set_minor_3(int32_t value)
{
___minor_3 = value;
}
inline static int32_t get_offset_of_build_4() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___build_4)); }
inline int32_t get_build_4() const { return ___build_4; }
inline int32_t* get_address_of_build_4() { return &___build_4; }
inline void set_build_4(int32_t value)
{
___build_4 = value;
}
inline static int32_t get_offset_of_revision_5() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___revision_5)); }
inline int32_t get_revision_5() const { return ___revision_5; }
inline int32_t* get_address_of_revision_5() { return &___revision_5; }
inline void set_revision_5(int32_t value)
{
___revision_5 = value;
}
inline static int32_t get_offset_of_cultureinfo_6() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___cultureinfo_6)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_cultureinfo_6() const { return ___cultureinfo_6; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; }
inline void set_cultureinfo_6(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___cultureinfo_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cultureinfo_6), (void*)value);
}
inline static int32_t get_offset_of_flags_7() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___flags_7)); }
inline int32_t get_flags_7() const { return ___flags_7; }
inline int32_t* get_address_of_flags_7() { return &___flags_7; }
inline void set_flags_7(int32_t value)
{
___flags_7 = value;
}
inline static int32_t get_offset_of_hashalg_8() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___hashalg_8)); }
inline int32_t get_hashalg_8() const { return ___hashalg_8; }
inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; }
inline void set_hashalg_8(int32_t value)
{
___hashalg_8 = value;
}
inline static int32_t get_offset_of_keypair_9() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___keypair_9)); }
inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * get_keypair_9() const { return ___keypair_9; }
inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD ** get_address_of_keypair_9() { return &___keypair_9; }
inline void set_keypair_9(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * value)
{
___keypair_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keypair_9), (void*)value);
}
inline static int32_t get_offset_of_publicKey_10() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___publicKey_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_publicKey_10() const { return ___publicKey_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_publicKey_10() { return &___publicKey_10; }
inline void set_publicKey_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___publicKey_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___publicKey_10), (void*)value);
}
inline static int32_t get_offset_of_keyToken_11() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___keyToken_11)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_keyToken_11() const { return ___keyToken_11; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_keyToken_11() { return &___keyToken_11; }
inline void set_keyToken_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___keyToken_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keyToken_11), (void*)value);
}
inline static int32_t get_offset_of_versioncompat_12() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___versioncompat_12)); }
inline int32_t get_versioncompat_12() const { return ___versioncompat_12; }
inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; }
inline void set_versioncompat_12(int32_t value)
{
___versioncompat_12 = value;
}
inline static int32_t get_offset_of_version_13() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___version_13)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_13() const { return ___version_13; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_13() { return &___version_13; }
inline void set_version_13(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___version_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___version_13), (void*)value);
}
inline static int32_t get_offset_of_processor_architecture_14() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___processor_architecture_14)); }
inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; }
inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; }
inline void set_processor_architecture_14(int32_t value)
{
___processor_architecture_14 = value;
}
inline static int32_t get_offset_of_contentType_15() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___contentType_15)); }
inline int32_t get_contentType_15() const { return ___contentType_15; }
inline int32_t* get_address_of_contentType_15() { return &___contentType_15; }
inline void set_contentType_15(int32_t value)
{
___contentType_15 = value;
}
};
// Native definition for P/Invoke marshalling of System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_pinvoke
{
char* ___name_0;
char* ___codebase_1;
int32_t ___major_2;
int32_t ___minor_3;
int32_t ___build_4;
int32_t ___revision_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___cultureinfo_6;
int32_t ___flags_7;
int32_t ___hashalg_8;
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
Il2CppSafeArray/*NONE*/* ___publicKey_10;
Il2CppSafeArray/*NONE*/* ___keyToken_11;
int32_t ___versioncompat_12;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
int32_t ___processor_architecture_14;
int32_t ___contentType_15;
};
// Native definition for COM marshalling of System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___codebase_1;
int32_t ___major_2;
int32_t ___minor_3;
int32_t ___build_4;
int32_t ___revision_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___cultureinfo_6;
int32_t ___flags_7;
int32_t ___hashalg_8;
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
Il2CppSafeArray/*NONE*/* ___publicKey_10;
Il2CppSafeArray/*NONE*/* ___keyToken_11;
int32_t ___versioncompat_12;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
int32_t ___processor_architecture_14;
int32_t ___contentType_15;
};
// System.Reflection.Module
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 : public RuntimeObject
{
public:
// System.IntPtr System.Reflection.Module::_impl
intptr_t ____impl_2;
// System.Reflection.Assembly System.Reflection.Module::assembly
Assembly_t * ___assembly_3;
// System.String System.Reflection.Module::fqname
String_t* ___fqname_4;
// System.String System.Reflection.Module::name
String_t* ___name_5;
// System.String System.Reflection.Module::scopename
String_t* ___scopename_6;
// System.Boolean System.Reflection.Module::is_resource
bool ___is_resource_7;
// System.Int32 System.Reflection.Module::token
int32_t ___token_8;
public:
inline static int32_t get_offset_of__impl_2() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ____impl_2)); }
inline intptr_t get__impl_2() const { return ____impl_2; }
inline intptr_t* get_address_of__impl_2() { return &____impl_2; }
inline void set__impl_2(intptr_t value)
{
____impl_2 = value;
}
inline static int32_t get_offset_of_assembly_3() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___assembly_3)); }
inline Assembly_t * get_assembly_3() const { return ___assembly_3; }
inline Assembly_t ** get_address_of_assembly_3() { return &___assembly_3; }
inline void set_assembly_3(Assembly_t * value)
{
___assembly_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assembly_3), (void*)value);
}
inline static int32_t get_offset_of_fqname_4() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___fqname_4)); }
inline String_t* get_fqname_4() const { return ___fqname_4; }
inline String_t** get_address_of_fqname_4() { return &___fqname_4; }
inline void set_fqname_4(String_t* value)
{
___fqname_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fqname_4), (void*)value);
}
inline static int32_t get_offset_of_name_5() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___name_5)); }
inline String_t* get_name_5() const { return ___name_5; }
inline String_t** get_address_of_name_5() { return &___name_5; }
inline void set_name_5(String_t* value)
{
___name_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_5), (void*)value);
}
inline static int32_t get_offset_of_scopename_6() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___scopename_6)); }
inline String_t* get_scopename_6() const { return ___scopename_6; }
inline String_t** get_address_of_scopename_6() { return &___scopename_6; }
inline void set_scopename_6(String_t* value)
{
___scopename_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___scopename_6), (void*)value);
}
inline static int32_t get_offset_of_is_resource_7() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___is_resource_7)); }
inline bool get_is_resource_7() const { return ___is_resource_7; }
inline bool* get_address_of_is_resource_7() { return &___is_resource_7; }
inline void set_is_resource_7(bool value)
{
___is_resource_7 = value;
}
inline static int32_t get_offset_of_token_8() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___token_8)); }
inline int32_t get_token_8() const { return ___token_8; }
inline int32_t* get_address_of_token_8() { return &___token_8; }
inline void set_token_8(int32_t value)
{
___token_8 = value;
}
};
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields
{
public:
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName
TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * ___FilterTypeName_0;
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase
TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * ___FilterTypeNameIgnoreCase_1;
public:
inline static int32_t get_offset_of_FilterTypeName_0() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields, ___FilterTypeName_0)); }
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * get_FilterTypeName_0() const { return ___FilterTypeName_0; }
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 ** get_address_of_FilterTypeName_0() { return &___FilterTypeName_0; }
inline void set_FilterTypeName_0(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * value)
{
___FilterTypeName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeName_0), (void*)value);
}
inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_1() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields, ___FilterTypeNameIgnoreCase_1)); }
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * get_FilterTypeNameIgnoreCase_1() const { return ___FilterTypeNameIgnoreCase_1; }
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 ** get_address_of_FilterTypeNameIgnoreCase_1() { return &___FilterTypeNameIgnoreCase_1; }
inline void set_FilterTypeNameIgnoreCase_1(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * value)
{
___FilterTypeNameIgnoreCase_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeNameIgnoreCase_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.Module
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_pinvoke
{
intptr_t ____impl_2;
Assembly_t_marshaled_pinvoke* ___assembly_3;
char* ___fqname_4;
char* ___name_5;
char* ___scopename_6;
int32_t ___is_resource_7;
int32_t ___token_8;
};
// Native definition for COM marshalling of System.Reflection.Module
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_com
{
intptr_t ____impl_2;
Assembly_t_marshaled_com* ___assembly_3;
Il2CppChar* ___fqname_4;
Il2CppChar* ___name_5;
Il2CppChar* ___scopename_6;
int32_t ___is_resource_7;
int32_t ___token_8;
};
// System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB : public RuntimeObject
{
public:
// System.Type System.Reflection.ParameterInfo::ClassImpl
Type_t * ___ClassImpl_0;
// System.Object System.Reflection.ParameterInfo::DefaultValueImpl
RuntimeObject * ___DefaultValueImpl_1;
// System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl
MemberInfo_t * ___MemberImpl_2;
// System.String System.Reflection.ParameterInfo::NameImpl
String_t* ___NameImpl_3;
// System.Int32 System.Reflection.ParameterInfo::PositionImpl
int32_t ___PositionImpl_4;
// System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl
int32_t ___AttrsImpl_5;
// System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
public:
inline static int32_t get_offset_of_ClassImpl_0() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___ClassImpl_0)); }
inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; }
inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; }
inline void set_ClassImpl_0(Type_t * value)
{
___ClassImpl_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value);
}
inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___DefaultValueImpl_1)); }
inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; }
inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; }
inline void set_DefaultValueImpl_1(RuntimeObject * value)
{
___DefaultValueImpl_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value);
}
inline static int32_t get_offset_of_MemberImpl_2() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___MemberImpl_2)); }
inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; }
inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; }
inline void set_MemberImpl_2(MemberInfo_t * value)
{
___MemberImpl_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value);
}
inline static int32_t get_offset_of_NameImpl_3() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___NameImpl_3)); }
inline String_t* get_NameImpl_3() const { return ___NameImpl_3; }
inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; }
inline void set_NameImpl_3(String_t* value)
{
___NameImpl_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value);
}
inline static int32_t get_offset_of_PositionImpl_4() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___PositionImpl_4)); }
inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; }
inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; }
inline void set_PositionImpl_4(int32_t value)
{
___PositionImpl_4 = value;
}
inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___AttrsImpl_5)); }
inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; }
inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; }
inline void set_AttrsImpl_5(int32_t value)
{
___AttrsImpl_5 = value;
}
inline static int32_t get_offset_of_marshalAs_6() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___marshalAs_6)); }
inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * get_marshalAs_6() const { return ___marshalAs_6; }
inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 ** get_address_of_marshalAs_6() { return &___marshalAs_6; }
inline void set_marshalAs_6(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * value)
{
___marshalAs_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_pinvoke
{
Type_t * ___ClassImpl_0;
Il2CppIUnknown* ___DefaultValueImpl_1;
MemberInfo_t * ___MemberImpl_2;
char* ___NameImpl_3;
int32_t ___PositionImpl_4;
int32_t ___AttrsImpl_5;
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
};
// Native definition for COM marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_com
{
Type_t * ___ClassImpl_0;
Il2CppIUnknown* ___DefaultValueImpl_1;
MemberInfo_t * ___MemberImpl_2;
Il2CppChar* ___NameImpl_3;
int32_t ___PositionImpl_4;
int32_t ___AttrsImpl_5;
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
};
// System.Reflection.RtFieldInfo
struct RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 : public RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7
{
public:
public:
};
// System.Reflection.RuntimeAssembly
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 : public Assembly_t
{
public:
public:
};
// System.Reflection.RuntimeConstructorInfo
struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D : public ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF
{
public:
public:
};
// System.Reflection.RuntimeMethodInfo
struct RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E : public MethodInfo_t
{
public:
public:
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder
struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487
{
public:
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder
AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 ___m_builder_1;
public:
inline static int32_t get_offset_of_m_builder_1() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487, ___m_builder_1)); }
inline AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 get_m_builder_1() const { return ___m_builder_1; }
inline AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * get_address_of_m_builder_1() { return &___m_builder_1; }
inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 value)
{
___m_builder_1 = value;
Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL);
#endif
}
};
struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_StaticFields
{
public:
// System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted
Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___s_cachedCompleted_0;
public:
inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_StaticFields, ___s_cachedCompleted_0)); }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; }
inline void set_s_cachedCompleted_0(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * value)
{
___s_cachedCompleted_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder
struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_pinvoke
{
AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 ___m_builder_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder
struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_com
{
AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 ___m_builder_1;
};
// System.Runtime.InteropServices.StructLayoutAttribute
struct StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
// System.Runtime.InteropServices.LayoutKind System.Runtime.InteropServices.StructLayoutAttribute::_val
int32_t ____val_0;
// System.Int32 System.Runtime.InteropServices.StructLayoutAttribute::Pack
int32_t ___Pack_1;
// System.Int32 System.Runtime.InteropServices.StructLayoutAttribute::Size
int32_t ___Size_2;
// System.Runtime.InteropServices.CharSet System.Runtime.InteropServices.StructLayoutAttribute::CharSet
int32_t ___CharSet_3;
public:
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ____val_0)); }
inline int32_t get__val_0() const { return ____val_0; }
inline int32_t* get_address_of__val_0() { return &____val_0; }
inline void set__val_0(int32_t value)
{
____val_0 = value;
}
inline static int32_t get_offset_of_Pack_1() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ___Pack_1)); }
inline int32_t get_Pack_1() const { return ___Pack_1; }
inline int32_t* get_address_of_Pack_1() { return &___Pack_1; }
inline void set_Pack_1(int32_t value)
{
___Pack_1 = value;
}
inline static int32_t get_offset_of_Size_2() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ___Size_2)); }
inline int32_t get_Size_2() const { return ___Size_2; }
inline int32_t* get_address_of_Size_2() { return &___Size_2; }
inline void set_Size_2(int32_t value)
{
___Size_2 = value;
}
inline static int32_t get_offset_of_CharSet_3() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ___CharSet_3)); }
inline int32_t get_CharSet_3() const { return ___CharSet_3; }
inline int32_t* get_address_of_CharSet_3() { return &___CharSet_3; }
inline void set_CharSet_3(int32_t value)
{
___CharSet_3 = value;
}
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.Security.AccessControl.CryptoKeySecurity
struct CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 : public NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A
{
public:
public:
};
// System.Security.Cryptography.CryptoStream
struct CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.IO.Stream System.Security.Cryptography.CryptoStream::_stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____stream_4;
// System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.CryptoStream::_Transform
RuntimeObject* ____Transform_5;
// System.Byte[] System.Security.Cryptography.CryptoStream::_InputBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____InputBuffer_6;
// System.Int32 System.Security.Cryptography.CryptoStream::_InputBufferIndex
int32_t ____InputBufferIndex_7;
// System.Int32 System.Security.Cryptography.CryptoStream::_InputBlockSize
int32_t ____InputBlockSize_8;
// System.Byte[] System.Security.Cryptography.CryptoStream::_OutputBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____OutputBuffer_9;
// System.Int32 System.Security.Cryptography.CryptoStream::_OutputBufferIndex
int32_t ____OutputBufferIndex_10;
// System.Int32 System.Security.Cryptography.CryptoStream::_OutputBlockSize
int32_t ____OutputBlockSize_11;
// System.Security.Cryptography.CryptoStreamMode System.Security.Cryptography.CryptoStream::_transformMode
int32_t ____transformMode_12;
// System.Boolean System.Security.Cryptography.CryptoStream::_canRead
bool ____canRead_13;
// System.Boolean System.Security.Cryptography.CryptoStream::_canWrite
bool ____canWrite_14;
// System.Boolean System.Security.Cryptography.CryptoStream::_finalBlockTransformed
bool ____finalBlockTransformed_15;
public:
inline static int32_t get_offset_of__stream_4() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____stream_4)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__stream_4() const { return ____stream_4; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__stream_4() { return &____stream_4; }
inline void set__stream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
____stream_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stream_4), (void*)value);
}
inline static int32_t get_offset_of__Transform_5() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____Transform_5)); }
inline RuntimeObject* get__Transform_5() const { return ____Transform_5; }
inline RuntimeObject** get_address_of__Transform_5() { return &____Transform_5; }
inline void set__Transform_5(RuntimeObject* value)
{
____Transform_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____Transform_5), (void*)value);
}
inline static int32_t get_offset_of__InputBuffer_6() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____InputBuffer_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__InputBuffer_6() const { return ____InputBuffer_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__InputBuffer_6() { return &____InputBuffer_6; }
inline void set__InputBuffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____InputBuffer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____InputBuffer_6), (void*)value);
}
inline static int32_t get_offset_of__InputBufferIndex_7() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____InputBufferIndex_7)); }
inline int32_t get__InputBufferIndex_7() const { return ____InputBufferIndex_7; }
inline int32_t* get_address_of__InputBufferIndex_7() { return &____InputBufferIndex_7; }
inline void set__InputBufferIndex_7(int32_t value)
{
____InputBufferIndex_7 = value;
}
inline static int32_t get_offset_of__InputBlockSize_8() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____InputBlockSize_8)); }
inline int32_t get__InputBlockSize_8() const { return ____InputBlockSize_8; }
inline int32_t* get_address_of__InputBlockSize_8() { return &____InputBlockSize_8; }
inline void set__InputBlockSize_8(int32_t value)
{
____InputBlockSize_8 = value;
}
inline static int32_t get_offset_of__OutputBuffer_9() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____OutputBuffer_9)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__OutputBuffer_9() const { return ____OutputBuffer_9; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__OutputBuffer_9() { return &____OutputBuffer_9; }
inline void set__OutputBuffer_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____OutputBuffer_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____OutputBuffer_9), (void*)value);
}
inline static int32_t get_offset_of__OutputBufferIndex_10() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____OutputBufferIndex_10)); }
inline int32_t get__OutputBufferIndex_10() const { return ____OutputBufferIndex_10; }
inline int32_t* get_address_of__OutputBufferIndex_10() { return &____OutputBufferIndex_10; }
inline void set__OutputBufferIndex_10(int32_t value)
{
____OutputBufferIndex_10 = value;
}
inline static int32_t get_offset_of__OutputBlockSize_11() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____OutputBlockSize_11)); }
inline int32_t get__OutputBlockSize_11() const { return ____OutputBlockSize_11; }
inline int32_t* get_address_of__OutputBlockSize_11() { return &____OutputBlockSize_11; }
inline void set__OutputBlockSize_11(int32_t value)
{
____OutputBlockSize_11 = value;
}
inline static int32_t get_offset_of__transformMode_12() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____transformMode_12)); }
inline int32_t get__transformMode_12() const { return ____transformMode_12; }
inline int32_t* get_address_of__transformMode_12() { return &____transformMode_12; }
inline void set__transformMode_12(int32_t value)
{
____transformMode_12 = value;
}
inline static int32_t get_offset_of__canRead_13() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____canRead_13)); }
inline bool get__canRead_13() const { return ____canRead_13; }
inline bool* get_address_of__canRead_13() { return &____canRead_13; }
inline void set__canRead_13(bool value)
{
____canRead_13 = value;
}
inline static int32_t get_offset_of__canWrite_14() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____canWrite_14)); }
inline bool get__canWrite_14() const { return ____canWrite_14; }
inline bool* get_address_of__canWrite_14() { return &____canWrite_14; }
inline void set__canWrite_14(bool value)
{
____canWrite_14 = value;
}
inline static int32_t get_offset_of__finalBlockTransformed_15() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____finalBlockTransformed_15)); }
inline bool get__finalBlockTransformed_15() const { return ____finalBlockTransformed_15; }
inline bool* get_address_of__finalBlockTransformed_15() { return &____finalBlockTransformed_15; }
inline void set__finalBlockTransformed_15(bool value)
{
____finalBlockTransformed_15 = value;
}
};
// System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34
struct U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007
{
public:
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32> System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>t__builder
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 ___U3CU3Et__builder_1;
// System.Security.Cryptography.CryptoStream System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>4__this
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * ___U3CU3E4__this_2;
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::count
int32_t ___count_3;
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::offset
int32_t ___offset_4;
// System.Byte[] System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_5;
// System.Threading.CancellationToken System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::cancellationToken
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken_6;
// System.Byte[] System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<tempInputBuffer>5__1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CtempInputBufferU3E5__1_7;
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<currentOutputIndex>5__2
int32_t ___U3CcurrentOutputIndexU3E5__2_8;
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<bytesToDeliver>5__3
int32_t ___U3CbytesToDeliverU3E5__3_9;
// System.Threading.SemaphoreSlim System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<sem>5__4
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___U3CsemU3E5__4_10;
// System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>u__1
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ___U3CU3Eu__1_11;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>u__2
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ___U3CU3Eu__2_12;
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>7__wrap1
int32_t ___U3CU3E7__wrap1_13;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<System.Int32> System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>u__3
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ___U3CU3Eu__3_14;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3Et__builder_1)); }
inline AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; }
inline AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; }
inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 value)
{
___U3CU3Et__builder_1 = value;
Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3E4__this_2)); }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
inline void set_U3CU3E4__this_2(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * value)
{
___U3CU3E4__this_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
}
inline static int32_t get_offset_of_count_3() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___count_3)); }
inline int32_t get_count_3() const { return ___count_3; }
inline int32_t* get_address_of_count_3() { return &___count_3; }
inline void set_count_3(int32_t value)
{
___count_3 = value;
}
inline static int32_t get_offset_of_offset_4() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___offset_4)); }
inline int32_t get_offset_4() const { return ___offset_4; }
inline int32_t* get_address_of_offset_4() { return &___offset_4; }
inline void set_offset_4(int32_t value)
{
___offset_4 = value;
}
inline static int32_t get_offset_of_buffer_5() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___buffer_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_5() const { return ___buffer_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_5() { return &___buffer_5; }
inline void set_buffer_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value);
}
inline static int32_t get_offset_of_cancellationToken_6() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___cancellationToken_6)); }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get_cancellationToken_6() const { return ___cancellationToken_6; }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of_cancellationToken_6() { return &___cancellationToken_6; }
inline void set_cancellationToken_6(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB value)
{
___cancellationToken_6 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_6))->___m_source_0), (void*)NULL);
}
inline static int32_t get_offset_of_U3CtempInputBufferU3E5__1_7() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CtempInputBufferU3E5__1_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CtempInputBufferU3E5__1_7() const { return ___U3CtempInputBufferU3E5__1_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CtempInputBufferU3E5__1_7() { return &___U3CtempInputBufferU3E5__1_7; }
inline void set_U3CtempInputBufferU3E5__1_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___U3CtempInputBufferU3E5__1_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtempInputBufferU3E5__1_7), (void*)value);
}
inline static int32_t get_offset_of_U3CcurrentOutputIndexU3E5__2_8() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CcurrentOutputIndexU3E5__2_8)); }
inline int32_t get_U3CcurrentOutputIndexU3E5__2_8() const { return ___U3CcurrentOutputIndexU3E5__2_8; }
inline int32_t* get_address_of_U3CcurrentOutputIndexU3E5__2_8() { return &___U3CcurrentOutputIndexU3E5__2_8; }
inline void set_U3CcurrentOutputIndexU3E5__2_8(int32_t value)
{
___U3CcurrentOutputIndexU3E5__2_8 = value;
}
inline static int32_t get_offset_of_U3CbytesToDeliverU3E5__3_9() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CbytesToDeliverU3E5__3_9)); }
inline int32_t get_U3CbytesToDeliverU3E5__3_9() const { return ___U3CbytesToDeliverU3E5__3_9; }
inline int32_t* get_address_of_U3CbytesToDeliverU3E5__3_9() { return &___U3CbytesToDeliverU3E5__3_9; }
inline void set_U3CbytesToDeliverU3E5__3_9(int32_t value)
{
___U3CbytesToDeliverU3E5__3_9 = value;
}
inline static int32_t get_offset_of_U3CsemU3E5__4_10() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CsemU3E5__4_10)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_U3CsemU3E5__4_10() const { return ___U3CsemU3E5__4_10; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_U3CsemU3E5__4_10() { return &___U3CsemU3E5__4_10; }
inline void set_U3CsemU3E5__4_10(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
___U3CsemU3E5__4_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsemU3E5__4_10), (void*)value);
}
inline static int32_t get_offset_of_U3CU3Eu__1_11() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3Eu__1_11)); }
inline HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 get_U3CU3Eu__1_11() const { return ___U3CU3Eu__1_11; }
inline HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * get_address_of_U3CU3Eu__1_11() { return &___U3CU3Eu__1_11; }
inline void set_U3CU3Eu__1_11(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 value)
{
___U3CU3Eu__1_11 = value;
}
inline static int32_t get_offset_of_U3CU3Eu__2_12() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3Eu__2_12)); }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 get_U3CU3Eu__2_12() const { return ___U3CU3Eu__2_12; }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * get_address_of_U3CU3Eu__2_12() { return &___U3CU3Eu__2_12; }
inline void set_U3CU3Eu__2_12(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 value)
{
___U3CU3Eu__2_12 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_12))->___m_task_0), (void*)NULL);
}
inline static int32_t get_offset_of_U3CU3E7__wrap1_13() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3E7__wrap1_13)); }
inline int32_t get_U3CU3E7__wrap1_13() const { return ___U3CU3E7__wrap1_13; }
inline int32_t* get_address_of_U3CU3E7__wrap1_13() { return &___U3CU3E7__wrap1_13; }
inline void set_U3CU3E7__wrap1_13(int32_t value)
{
___U3CU3E7__wrap1_13 = value;
}
inline static int32_t get_offset_of_U3CU3Eu__3_14() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3Eu__3_14)); }
inline ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E get_U3CU3Eu__3_14() const { return ___U3CU3Eu__3_14; }
inline ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * get_address_of_U3CU3Eu__3_14() { return &___U3CU3Eu__3_14; }
inline void set_U3CU3Eu__3_14(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E value)
{
___U3CU3Eu__3_14 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__3_14))->___m_task_0), (void*)NULL);
}
};
// System.Security.Cryptography.HMACMD5
struct HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
// System.Security.Cryptography.HMACRIPEMD160
struct HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
// System.Security.Cryptography.HMACSHA1
struct HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
// System.Security.Cryptography.HMACSHA256
struct HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
// 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;
}
};
// 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;
}
};
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 : public RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145
{
public:
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_6;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey
bool ___persistKey_7;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted
bool ___persisted_8;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable
bool ___privateKeyExportable_9;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed
bool ___m_disposed_10;
// Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa
RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * ___rsa_11;
public:
inline static int32_t get_offset_of_store_6() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___store_6)); }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_6() const { return ___store_6; }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_6() { return &___store_6; }
inline void set_store_6(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value)
{
___store_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___store_6), (void*)value);
}
inline static int32_t get_offset_of_persistKey_7() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persistKey_7)); }
inline bool get_persistKey_7() const { return ___persistKey_7; }
inline bool* get_address_of_persistKey_7() { return &___persistKey_7; }
inline void set_persistKey_7(bool value)
{
___persistKey_7 = value;
}
inline static int32_t get_offset_of_persisted_8() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persisted_8)); }
inline bool get_persisted_8() const { return ___persisted_8; }
inline bool* get_address_of_persisted_8() { return &___persisted_8; }
inline void set_persisted_8(bool value)
{
___persisted_8 = value;
}
inline static int32_t get_offset_of_privateKeyExportable_9() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___privateKeyExportable_9)); }
inline bool get_privateKeyExportable_9() const { return ___privateKeyExportable_9; }
inline bool* get_address_of_privateKeyExportable_9() { return &___privateKeyExportable_9; }
inline void set_privateKeyExportable_9(bool value)
{
___privateKeyExportable_9 = value;
}
inline static int32_t get_offset_of_m_disposed_10() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___m_disposed_10)); }
inline bool get_m_disposed_10() const { return ___m_disposed_10; }
inline bool* get_address_of_m_disposed_10() { return &___m_disposed_10; }
inline void set_m_disposed_10(bool value)
{
___m_disposed_10 = value;
}
inline static int32_t get_offset_of_rsa_11() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___rsa_11)); }
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * get_rsa_11() const { return ___rsa_11; }
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A ** get_address_of_rsa_11() { return &___rsa_11; }
inline void set_rsa_11(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * value)
{
___rsa_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rsa_11), (void*)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;
}
};
// 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((void**)(&___IVValue_2), (void*)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((void**)(&___KeyValue_3), (void*)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((void**)(&___LegalBlockSizesValue_4), (void*)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((void**)(&___LegalKeySizesValue_5), (void*)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;
}
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2
{
public:
// TResult System.Threading.Tasks.Task`1::m_result
int32_t ___m_result_22;
public:
inline static int32_t get_offset_of_m_result_22() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87, ___m_result_22)); }
inline int32_t get_m_result_22() const { return ___m_result_22; }
inline int32_t* get_address_of_m_result_22() { return &___m_result_22; }
inline void set_m_result_22(int32_t value)
{
___m_result_22 = value;
}
};
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields
{
public:
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_Factory
TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * ___s_Factory_23;
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<TResult>> System.Threading.Tasks.Task`1::TaskWhenAnyCast
Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * ___TaskWhenAnyCast_24;
public:
inline static int32_t get_offset_of_s_Factory_23() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___s_Factory_23)); }
inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * get_s_Factory_23() const { return ___s_Factory_23; }
inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 ** get_address_of_s_Factory_23() { return &___s_Factory_23; }
inline void set_s_Factory_23(TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * value)
{
___s_Factory_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value);
}
inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___TaskWhenAnyCast_24)); }
inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; }
inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; }
inline void set_TaskWhenAnyCast_24(Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * value)
{
___TaskWhenAnyCast_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value);
}
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// System.Action
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t
{
public:
public:
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
}
};
// System.ArithmeticException
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>
struct EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 : public MulticastDelegate_t
{
public:
public:
};
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.MemberAccessException
struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Reflection.AmbiguousMatchException
struct AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Reflection.MonoCMethod
struct MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 : public RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D
{
public:
// System.IntPtr System.Reflection.MonoCMethod::mhandle
intptr_t ___mhandle_2;
// System.String System.Reflection.MonoCMethod::name
String_t* ___name_3;
// System.Type System.Reflection.MonoCMethod::reftype
Type_t * ___reftype_4;
public:
inline static int32_t get_offset_of_mhandle_2() { return static_cast<int32_t>(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___mhandle_2)); }
inline intptr_t get_mhandle_2() const { return ___mhandle_2; }
inline intptr_t* get_address_of_mhandle_2() { return &___mhandle_2; }
inline void set_mhandle_2(intptr_t value)
{
___mhandle_2 = value;
}
inline static int32_t get_offset_of_name_3() { return static_cast<int32_t>(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___name_3)); }
inline String_t* get_name_3() const { return ___name_3; }
inline String_t** get_address_of_name_3() { return &___name_3; }
inline void set_name_3(String_t* value)
{
___name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value);
}
inline static int32_t get_offset_of_reftype_4() { return static_cast<int32_t>(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___reftype_4)); }
inline Type_t * get_reftype_4() const { return ___reftype_4; }
inline Type_t ** get_address_of_reftype_4() { return &___reftype_4; }
inline void set_reftype_4(Type_t * value)
{
___reftype_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reftype_4), (void*)value);
}
};
// System.Reflection.MonoField
struct MonoField_t : public RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579
{
public:
// System.IntPtr System.Reflection.MonoField::klass
intptr_t ___klass_0;
// System.RuntimeFieldHandle System.Reflection.MonoField::fhandle
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fhandle_1;
// System.String System.Reflection.MonoField::name
String_t* ___name_2;
// System.Type System.Reflection.MonoField::type
Type_t * ___type_3;
// System.Reflection.FieldAttributes System.Reflection.MonoField::attrs
int32_t ___attrs_4;
public:
inline static int32_t get_offset_of_klass_0() { return static_cast<int32_t>(offsetof(MonoField_t, ___klass_0)); }
inline intptr_t get_klass_0() const { return ___klass_0; }
inline intptr_t* get_address_of_klass_0() { return &___klass_0; }
inline void set_klass_0(intptr_t value)
{
___klass_0 = value;
}
inline static int32_t get_offset_of_fhandle_1() { return static_cast<int32_t>(offsetof(MonoField_t, ___fhandle_1)); }
inline RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF get_fhandle_1() const { return ___fhandle_1; }
inline RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * get_address_of_fhandle_1() { return &___fhandle_1; }
inline void set_fhandle_1(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF value)
{
___fhandle_1 = value;
}
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(MonoField_t, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(offsetof(MonoField_t, ___type_3)); }
inline Type_t * get_type_3() const { return ___type_3; }
inline Type_t ** get_address_of_type_3() { return &___type_3; }
inline void set_type_3(Type_t * value)
{
___type_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value);
}
inline static int32_t get_offset_of_attrs_4() { return static_cast<int32_t>(offsetof(MonoField_t, ___attrs_4)); }
inline int32_t get_attrs_4() const { return ___attrs_4; }
inline int32_t* get_address_of_attrs_4() { return &___attrs_4; }
inline void set_attrs_4(int32_t value)
{
___attrs_4 = value;
}
};
// System.Reflection.MonoMethod
struct MonoMethod_t : public RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E
{
public:
// System.IntPtr System.Reflection.MonoMethod::mhandle
intptr_t ___mhandle_0;
// System.String System.Reflection.MonoMethod::name
String_t* ___name_1;
// System.Type System.Reflection.MonoMethod::reftype
Type_t * ___reftype_2;
public:
inline static int32_t get_offset_of_mhandle_0() { return static_cast<int32_t>(offsetof(MonoMethod_t, ___mhandle_0)); }
inline intptr_t get_mhandle_0() const { return ___mhandle_0; }
inline intptr_t* get_address_of_mhandle_0() { return &___mhandle_0; }
inline void set_mhandle_0(intptr_t value)
{
___mhandle_0 = value;
}
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(MonoMethod_t, ___name_1)); }
inline String_t* get_name_1() const { return ___name_1; }
inline String_t** get_address_of_name_1() { return &___name_1; }
inline void set_name_1(String_t* value)
{
___name_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value);
}
inline static int32_t get_offset_of_reftype_2() { return static_cast<int32_t>(offsetof(MonoMethod_t, ___reftype_2)); }
inline Type_t * get_reftype_2() const { return ___reftype_2; }
inline Type_t ** get_address_of_reftype_2() { return &___reftype_2; }
inline void set_reftype_2(Type_t * value)
{
___reftype_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reftype_2), (void*)value);
}
};
// System.Reflection.RuntimeModule
struct RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD : public Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7
{
public:
public:
};
// System.Reflection.TypeInfo
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t
{
public:
public:
};
// System.Runtime.Serialization.SafeSerializationEventArgs
struct SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.SafeSerializationEventArgs::m_streamingContext
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_streamingContext_1;
// System.Collections.Generic.List`1<System.Object> System.Runtime.Serialization.SafeSerializationEventArgs::m_serializedStates
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___m_serializedStates_2;
public:
inline static int32_t get_offset_of_m_streamingContext_1() { return static_cast<int32_t>(offsetof(SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD, ___m_streamingContext_1)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_streamingContext_1() const { return ___m_streamingContext_1; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_streamingContext_1() { return &___m_streamingContext_1; }
inline void set_m_streamingContext_1(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_streamingContext_1 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_streamingContext_1))->___m_additionalContext_0), (void*)NULL);
}
inline static int32_t get_offset_of_m_serializedStates_2() { return static_cast<int32_t>(offsetof(SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD, ___m_serializedStates_2)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_m_serializedStates_2() const { return ___m_serializedStates_2; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_m_serializedStates_2() { return &___m_serializedStates_2; }
inline void set_m_serializedStates_2(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___m_serializedStates_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_serializedStates_2), (void*)value);
}
};
// System.Runtime.Serialization.SerializationEventHandler
struct SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A : public MulticastDelegate_t
{
public:
public:
};
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields
{
public:
// System.String System.Runtime.Serialization.SerializationException::_nullMessage
String_t* ____nullMessage_17;
public:
inline static int32_t get_offset_of__nullMessage_17() { return static_cast<int32_t>(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); }
inline String_t* get__nullMessage_17() const { return ____nullMessage_17; }
inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; }
inline void set__nullMessage_17(String_t* value)
{
____nullMessage_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value);
}
};
// System.Runtime.Serialization.SerializationObjectManager
struct SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA : public RuntimeObject
{
public:
// System.Collections.Hashtable System.Runtime.Serialization.SerializationObjectManager::m_objectSeenTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___m_objectSeenTable_0;
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationObjectManager::m_onSerializedHandler
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___m_onSerializedHandler_1;
// System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.SerializationObjectManager::m_context
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_context_2;
public:
inline static int32_t get_offset_of_m_objectSeenTable_0() { return static_cast<int32_t>(offsetof(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA, ___m_objectSeenTable_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_m_objectSeenTable_0() const { return ___m_objectSeenTable_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_m_objectSeenTable_0() { return &___m_objectSeenTable_0; }
inline void set_m_objectSeenTable_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___m_objectSeenTable_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_objectSeenTable_0), (void*)value);
}
inline static int32_t get_offset_of_m_onSerializedHandler_1() { return static_cast<int32_t>(offsetof(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA, ___m_onSerializedHandler_1)); }
inline SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * get_m_onSerializedHandler_1() const { return ___m_onSerializedHandler_1; }
inline SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A ** get_address_of_m_onSerializedHandler_1() { return &___m_onSerializedHandler_1; }
inline void set_m_onSerializedHandler_1(SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * value)
{
___m_onSerializedHandler_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_onSerializedHandler_1), (void*)value);
}
inline static int32_t get_offset_of_m_context_2() { return static_cast<int32_t>(offsetof(SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA, ___m_context_2)); }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_context_2() const { return ___m_context_2; }
inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_context_2() { return &___m_context_2; }
inline void set_m_context_2(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value)
{
___m_context_2 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_2))->___m_additionalContext_0), (void*)NULL);
}
};
// System.Security.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((void**)(&___s_legalBlockSizes_9), (void*)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((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37
struct U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E
{
public:
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<>t__builder
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 ___U3CU3Et__builder_1;
// System.Security.Cryptography.CryptoStream System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<>4__this
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * ___U3CU3E4__this_2;
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::count
int32_t ___count_3;
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::offset
int32_t ___offset_4;
// System.Byte[] System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_5;
// System.Threading.CancellationToken System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::cancellationToken
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken_6;
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<bytesToWrite>5__1
int32_t ___U3CbytesToWriteU3E5__1_7;
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<currentInputIndex>5__2
int32_t ___U3CcurrentInputIndexU3E5__2_8;
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<numWholeBlocksInBytes>5__3
int32_t ___U3CnumWholeBlocksInBytesU3E5__3_9;
// System.Threading.SemaphoreSlim System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<sem>5__4
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___U3CsemU3E5__4_10;
// System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<>u__1
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ___U3CU3Eu__1_11;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<>u__2
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ___U3CU3Eu__2_12;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CU3Et__builder_1)); }
inline AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; }
inline AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; }
inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 value)
{
___U3CU3Et__builder_1 = value;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CU3E4__this_2)); }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
inline void set_U3CU3E4__this_2(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * value)
{
___U3CU3E4__this_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
}
inline static int32_t get_offset_of_count_3() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___count_3)); }
inline int32_t get_count_3() const { return ___count_3; }
inline int32_t* get_address_of_count_3() { return &___count_3; }
inline void set_count_3(int32_t value)
{
___count_3 = value;
}
inline static int32_t get_offset_of_offset_4() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___offset_4)); }
inline int32_t get_offset_4() const { return ___offset_4; }
inline int32_t* get_address_of_offset_4() { return &___offset_4; }
inline void set_offset_4(int32_t value)
{
___offset_4 = value;
}
inline static int32_t get_offset_of_buffer_5() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___buffer_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_5() const { return ___buffer_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_5() { return &___buffer_5; }
inline void set_buffer_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value);
}
inline static int32_t get_offset_of_cancellationToken_6() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___cancellationToken_6)); }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get_cancellationToken_6() const { return ___cancellationToken_6; }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of_cancellationToken_6() { return &___cancellationToken_6; }
inline void set_cancellationToken_6(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB value)
{
___cancellationToken_6 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_6))->___m_source_0), (void*)NULL);
}
inline static int32_t get_offset_of_U3CbytesToWriteU3E5__1_7() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CbytesToWriteU3E5__1_7)); }
inline int32_t get_U3CbytesToWriteU3E5__1_7() const { return ___U3CbytesToWriteU3E5__1_7; }
inline int32_t* get_address_of_U3CbytesToWriteU3E5__1_7() { return &___U3CbytesToWriteU3E5__1_7; }
inline void set_U3CbytesToWriteU3E5__1_7(int32_t value)
{
___U3CbytesToWriteU3E5__1_7 = value;
}
inline static int32_t get_offset_of_U3CcurrentInputIndexU3E5__2_8() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CcurrentInputIndexU3E5__2_8)); }
inline int32_t get_U3CcurrentInputIndexU3E5__2_8() const { return ___U3CcurrentInputIndexU3E5__2_8; }
inline int32_t* get_address_of_U3CcurrentInputIndexU3E5__2_8() { return &___U3CcurrentInputIndexU3E5__2_8; }
inline void set_U3CcurrentInputIndexU3E5__2_8(int32_t value)
{
___U3CcurrentInputIndexU3E5__2_8 = value;
}
inline static int32_t get_offset_of_U3CnumWholeBlocksInBytesU3E5__3_9() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CnumWholeBlocksInBytesU3E5__3_9)); }
inline int32_t get_U3CnumWholeBlocksInBytesU3E5__3_9() const { return ___U3CnumWholeBlocksInBytesU3E5__3_9; }
inline int32_t* get_address_of_U3CnumWholeBlocksInBytesU3E5__3_9() { return &___U3CnumWholeBlocksInBytesU3E5__3_9; }
inline void set_U3CnumWholeBlocksInBytesU3E5__3_9(int32_t value)
{
___U3CnumWholeBlocksInBytesU3E5__3_9 = value;
}
inline static int32_t get_offset_of_U3CsemU3E5__4_10() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CsemU3E5__4_10)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_U3CsemU3E5__4_10() const { return ___U3CsemU3E5__4_10; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_U3CsemU3E5__4_10() { return &___U3CsemU3E5__4_10; }
inline void set_U3CsemU3E5__4_10(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
___U3CsemU3E5__4_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsemU3E5__4_10), (void*)value);
}
inline static int32_t get_offset_of_U3CU3Eu__1_11() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CU3Eu__1_11)); }
inline HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 get_U3CU3Eu__1_11() const { return ___U3CU3Eu__1_11; }
inline HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * get_address_of_U3CU3Eu__1_11() { return &___U3CU3Eu__1_11; }
inline void set_U3CU3Eu__1_11(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 value)
{
___U3CU3Eu__1_11 = value;
}
inline static int32_t get_offset_of_U3CU3Eu__2_12() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CU3Eu__2_12)); }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 get_U3CU3Eu__2_12() const { return ___U3CU3Eu__2_12; }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * get_address_of_U3CU3Eu__2_12() { return &___U3CU3Eu__2_12; }
inline void set_U3CU3Eu__2_12(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 value)
{
___U3CU3Eu__2_12 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_12))->___m_task_0), (void*)NULL);
}
};
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// 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((void**)(&___s_legalBlockSizes_9), (void*)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((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// 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((void**)(&___s_legalBlockSizes_10), (void*)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((void**)(&___s_legalKeySizes_11), (void*)value);
}
};
// 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((void**)(&___s_legalBlockSizes_9), (void*)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((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// 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((void**)(&___s_legalBlockSizes_9), (void*)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((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// System.TypeLoadException
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.TypeLoadException::ClassName
String_t* ___ClassName_17;
// System.String System.TypeLoadException::AssemblyName
String_t* ___AssemblyName_18;
// System.String System.TypeLoadException::MessageArg
String_t* ___MessageArg_19;
// System.Int32 System.TypeLoadException::ResourceId
int32_t ___ResourceId_20;
public:
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ClassName_17)); }
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
inline void set_ClassName_17(String_t* value)
{
___ClassName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value);
}
inline static int32_t get_offset_of_AssemblyName_18() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___AssemblyName_18)); }
inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; }
inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; }
inline void set_AssemblyName_18(String_t* value)
{
___AssemblyName_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_18), (void*)value);
}
inline static int32_t get_offset_of_MessageArg_19() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___MessageArg_19)); }
inline String_t* get_MessageArg_19() const { return ___MessageArg_19; }
inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; }
inline void set_MessageArg_19(String_t* value)
{
___MessageArg_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MessageArg_19), (void*)value);
}
inline static int32_t get_offset_of_ResourceId_20() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ResourceId_20)); }
inline int32_t get_ResourceId_20() const { return ___ResourceId_20; }
inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; }
inline void set_ResourceId_20(int32_t value)
{
___ResourceId_20 = value;
}
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
}
};
// System.MissingMemberException
struct MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0
{
public:
// System.String System.MissingMemberException::ClassName
String_t* ___ClassName_17;
// System.String System.MissingMemberException::MemberName
String_t* ___MemberName_18;
// System.Byte[] System.MissingMemberException::Signature
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Signature_19;
public:
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___ClassName_17)); }
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
inline void set_ClassName_17(String_t* value)
{
___ClassName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value);
}
inline static int32_t get_offset_of_MemberName_18() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___MemberName_18)); }
inline String_t* get_MemberName_18() const { return ___MemberName_18; }
inline String_t** get_address_of_MemberName_18() { return &___MemberName_18; }
inline void set_MemberName_18(String_t* value)
{
___MemberName_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MemberName_18), (void*)value);
}
inline static int32_t get_offset_of_Signature_19() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___Signature_19)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Signature_19() const { return ___Signature_19; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Signature_19() { return &___Signature_19; }
inline void set_Signature_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Signature_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Signature_19), (void*)value);
}
};
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
{
public:
public:
};
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 : public NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010
{
public:
public:
};
// System.RuntimeType
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F : public TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC
{
public:
// System.MonoTypeInfo System.RuntimeType::type_info
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * ___type_info_26;
// System.Object System.RuntimeType::GenericCache
RuntimeObject * ___GenericCache_27;
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___m_serializationCtor_28;
public:
inline static int32_t get_offset_of_type_info_26() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___type_info_26)); }
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * get_type_info_26() const { return ___type_info_26; }
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D ** get_address_of_type_info_26() { return &___type_info_26; }
inline void set_type_info_26(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * value)
{
___type_info_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value);
}
inline static int32_t get_offset_of_GenericCache_27() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___GenericCache_27)); }
inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; }
inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; }
inline void set_GenericCache_27(RuntimeObject * value)
{
___GenericCache_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value);
}
inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___m_serializationCtor_28)); }
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; }
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; }
inline void set_m_serializationCtor_28(RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value)
{
___m_serializationCtor_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value);
}
};
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields
{
public:
// System.RuntimeType System.RuntimeType::ValueType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ValueType_10;
// System.RuntimeType System.RuntimeType::EnumType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___EnumType_11;
// System.RuntimeType System.RuntimeType::ObjectType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ObjectType_12;
// System.RuntimeType System.RuntimeType::StringType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___StringType_13;
// System.RuntimeType System.RuntimeType::DelegateType
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___DelegateType_14;
// System.Type[] System.RuntimeType::s_SICtorParamTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___s_SICtorParamTypes_15;
// System.RuntimeType System.RuntimeType::s_typedRef
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___s_typedRef_25;
public:
inline static int32_t get_offset_of_ValueType_10() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ValueType_10)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ValueType_10() const { return ___ValueType_10; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ValueType_10() { return &___ValueType_10; }
inline void set_ValueType_10(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___ValueType_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value);
}
inline static int32_t get_offset_of_EnumType_11() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___EnumType_11)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_EnumType_11() const { return ___EnumType_11; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_EnumType_11() { return &___EnumType_11; }
inline void set_EnumType_11(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___EnumType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value);
}
inline static int32_t get_offset_of_ObjectType_12() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ObjectType_12)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ObjectType_12() const { return ___ObjectType_12; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ObjectType_12() { return &___ObjectType_12; }
inline void set_ObjectType_12(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___ObjectType_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value);
}
inline static int32_t get_offset_of_StringType_13() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___StringType_13)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_StringType_13() const { return ___StringType_13; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_StringType_13() { return &___StringType_13; }
inline void set_StringType_13(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___StringType_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value);
}
inline static int32_t get_offset_of_DelegateType_14() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___DelegateType_14)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_DelegateType_14() const { return ___DelegateType_14; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_DelegateType_14() { return &___DelegateType_14; }
inline void set_DelegateType_14(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___DelegateType_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value);
}
inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_SICtorParamTypes_15)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; }
inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___s_SICtorParamTypes_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value);
}
inline static int32_t get_offset_of_s_typedRef_25() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_typedRef_25)); }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_s_typedRef_25() const { return ___s_typedRef_25; }
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; }
inline void set_s_typedRef_25(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
___s_typedRef_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value);
}
};
// System.Security.Cryptography.CryptographicUnexpectedOperationException
struct CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE : public CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A
{
public:
public:
};
// System.Security.Cryptography.DESCryptoServiceProvider
struct DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 : public DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0
{
public:
public:
};
// 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((void**)(&___s_legalKeySizes_13), (void*)value);
}
};
// System.Security.Cryptography.RijndaelManaged
struct RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182 : public Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC
{
public:
public:
};
// System.Security.Cryptography.TripleDESCryptoServiceProvider
struct TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389 : public TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1
{
public:
public:
};
// System.MissingFieldException
struct MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD
{
public:
public:
};
// System.MissingMethodException
struct MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD
{
public:
// System.String System.MissingMethodException::signature
String_t* ___signature_20;
public:
inline static int32_t get_offset_of_signature_20() { return static_cast<int32_t>(offsetof(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498, ___signature_20)); }
inline String_t* get_signature_20() const { return ___signature_20; }
inline String_t** get_address_of_signature_20() { return &___signature_20; }
inline void set_signature_20(String_t* value)
{
___signature_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___signature_20), (void*)value);
}
};
// System.ReflectionOnlyType
struct ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5 : public RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.MethodInfo[]
struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B : public RuntimeArray
{
public:
ALIGN_FIELD (8) MethodInfo_t * m_Items[1];
public:
inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline MethodInfo_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, MethodInfo_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : public RuntimeArray
{
public:
ALIGN_FIELD (8) Type_t * m_Items[1];
public:
inline Type_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Type_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Type_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.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.RuntimeType[]
struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * m_Items[1];
public:
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.ParameterInfo[]
struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694 : public RuntimeArray
{
public:
ALIGN_FIELD (8) ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * m_Items[1];
public:
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.RuntimeMethodInfo[]
struct RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * m_Items[1];
public:
inline RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.RuntimeConstructorInfo[]
struct RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * m_Items[1];
public:
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.RuntimePropertyInfo[]
struct RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * m_Items[1];
public:
inline RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.RuntimeEventInfo[]
struct RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * m_Items[1];
public:
inline RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.RuntimeFieldInfo[]
struct RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * m_Items[1];
public:
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.ConstructorInfo[]
struct ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E : public RuntimeArray
{
public:
ALIGN_FIELD (8) ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * m_Items[1];
public:
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.PropertyInfo[]
struct PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E : public RuntimeArray
{
public:
ALIGN_FIELD (8) PropertyInfo_t * m_Items[1];
public:
inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline PropertyInfo_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, PropertyInfo_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.EventInfo[]
struct EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C : public RuntimeArray
{
public:
ALIGN_FIELD (8) EventInfo_t * m_Items[1];
public:
inline EventInfo_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline EventInfo_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, EventInfo_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline EventInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline EventInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, EventInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.FieldInfo[]
struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE : public RuntimeArray
{
public:
ALIGN_FIELD (8) FieldInfo_t * m_Items[1];
public:
inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FieldInfo_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, FieldInfo_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.ParameterModifier[]
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA : public RuntimeArray
{
public:
ALIGN_FIELD (8) ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E m_Items[1];
public:
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
}
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
}
};
// System.Reflection.MethodBase[]
struct MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914 : public RuntimeArray
{
public:
ALIGN_FIELD (8) MethodBase_t * m_Items[1];
public:
inline MethodBase_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline MethodBase_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, MethodBase_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline MethodBase_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MethodBase_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MethodBase_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.MemberInfo[]
struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6 : public RuntimeArray
{
public:
ALIGN_FIELD (8) MemberInfo_t * m_Items[1];
public:
inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline MemberInfo_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, MemberInfo_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.UInt64[]
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint64_t m_Items[1];
public:
inline uint64_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint64_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint64_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value)
{
m_Items[index] = value;
}
};
// 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)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;
}
};
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_back(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled);
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_cleanup(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.EventHandler`1<System.Object>::Invoke(System.Object,TEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_mBF3979EE17B68658C4C1AB3A8D64B24F263E3B98_gshared (EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3 * __this, RuntimeObject * ___sender0, RuntimeObject * ___e1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Reverse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Reverse_m72D0A68F3695A2828EFA0CD851D1A88BEA4827A4_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m56FBD260A4D190AD833E9B108B1E80A574AA62C4_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsKey(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m786A1D72D4E499C0776742D3B2921F47E3A54545_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t* ___value1, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Object>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeType/ListBuilder`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, const RuntimeMethod* method);
// T System.RuntimeType/ListBuilder`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// T[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Object>::CopyTo(System.Object[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Object>(T[],T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Int32 System.Array::BinarySearch<System.UInt64>(T[],T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_gshared (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___array0, uint64_t ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_CopyTo_m54E18E9C1ECE23383EF0EA1E98330235DEAD7B39_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, const RuntimeMethod* method);
// T[] System.Array::Empty<System.Object>()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method);
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Int32>(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6_gshared (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method);
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318_gshared (const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine0, const RuntimeMethod* method);
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E_gshared (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::ConfigureAwait(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982_gshared (Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::GetAwaiter()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_gshared_inline (ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92_gshared (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method);
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623_gshared (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, Exception_t * ___exception0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, int32_t ___result0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337_gshared (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine1, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_gshared (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine1, const RuntimeMethod* method);
// System.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
inline void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.EventArgs::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7 (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * __this, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValueNoThrow(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::op_Equality(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SafeSerializationEventArgs::.ctor(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext0, const RuntimeMethod* method);
// System.Void System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>::Invoke(System.Object,TEventArgs)
inline void EventHandler_1_Invoke_m14375BE57616E7AE2D6D258E09CE89856005305D (EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * __this, RuntimeObject * ___sender0, SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * ___e1, const RuntimeMethod* method)
{
(( void (*) (EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 *, RuntimeObject *, SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD *, const RuntimeMethod*))EventHandler_1_Invoke_mBF3979EE17B68658C4C1AB3A8D64B24F263E3B98_gshared)(__this, ___sender0, ___e1, method);
}
// System.Collections.Generic.IList`1<System.Object> System.Runtime.Serialization.SafeSerializationEventArgs::get_SerializedStates()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* SafeSerializationEventArgs_get_SerializedStates_m31C8F7B805E2DF3B7D0650D9459D07AA5C689CBA_inline (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, const RuntimeMethod* method);
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.Collections.Stack::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::GetSerializationCtor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method);
// System.Reflection.RuntimeConstructorInfo System.Runtime.Serialization.ObjectManager::GetConstructor(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___t0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.FormatterServices::GetUninitializedObject(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D (Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.Reflection.RuntimeConstructorInfo::SerializationInvoke(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeConstructorInfo_SerializationInvoke_m82AC24A00E831F777B18A7C5BECD98D870BC8B7E (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, RuntimeObject * ___target0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationEvents System.Runtime.Serialization.SerializationEventsCache::GetSerializationEventsForType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D (Type_t * ___t0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnDeserialized(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationEntry::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationEntry::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEntry::.ctor(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor()
inline void List_1__ctor_mFBB7F821AAC1F0F68A578448DD892C8F1D7CC7D2 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Add(T)
inline void List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, MethodInfo_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, MethodInfo_t *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Reverse()
inline void List_1_Reverse_m084236AFEFCAB20C24D5EA26B04AB0731D9A8C17 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, const RuntimeMethod*))List_1_Reverse_m72D0A68F3695A2828EFA0CD851D1A88BEA4827A4_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodInfo>::get_Count()
inline int32_t List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_inline (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::GetMethodsWithAttribute(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, Type_t * ___attribute0, Type_t * ___t1, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Reflection.MethodInfo>::GetEnumerator()
inline Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, const RuntimeMethod* method)
{
return (( Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::get_Current()
inline MethodInfo_t * Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline (Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 * __this, const RuntimeMethod* method)
{
return (( MethodInfo_t * (*) (Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Delegate System.Delegate::CreateDelegateNoSecurityCheck(System.RuntimeType,System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, const RuntimeMethod* method);
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method);
// System.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.Runtime.Serialization.SerializationEventHandler::Invoke(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEvents::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents__ctor_m465833D124EE42F097421B325F909C504D3D7C0B (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, Type_t * ___t0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Exception::SetErrorCode(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7 (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Reflection.FieldInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo__ctor_mA7155594B8A101D076F12CC45AE64020834924DB (FieldInfo_t * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method);
// System.Void System.Reflection.RtFieldInfo::CheckConsistency(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___target0, const RuntimeMethod* method);
// System.Object System.Reflection.RtFieldInfo::UnsafeGetValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RtFieldInfo_UnsafeGetValue_m9B9ACFD585730B17FE5E4CE36C3F0BE529D62E3A (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Reflection.RtFieldInfo::UnsafeSetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo_UnsafeSetValue_m84A4DDE188235CFC2DAB59032535FB93B32D0D9B (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, RuntimeObject* ___converter1, bool ___requireSameTokenInPartialTrust2, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::.ctor()
inline void Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, const RuntimeMethod*))Dictionary_2__ctor_m56FBD260A4D190AD833E9B108B1E80A574AA62C4_gshared)(__this, method);
}
// System.Type System.Runtime.Serialization.SerializationInfo::get_ObjectType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::DemandForUnsafeAssemblyNameAssignments(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_DemandForUnsafeAssemblyNameAssignments_m7B407928E8E2C372A2E91B42F62698A7839376A5 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::IsAssemblyNameAssignmentSafe(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.Reflection.AssemblyName::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, String_t* ___assemblyName0, const RuntimeMethod* method);
// System.String System.Reflection.AssemblyName::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method);
// System.Byte[] System.Reflection.AssemblyName::GetPublicKeyToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::Compare(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_Compare_m61A144004D04A85C542088F47D83003C0434576F (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___a0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfoEnumerator::.ctor(System.String[],System.Object[],System.Type[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator__ctor_m2409FCB25F7F2284C04B53473E7F01DE9D5FCE2E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___members0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___info1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, int32_t ___numItems3, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValueInternal(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared)(__this, ___key0, method);
}
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::Add(TKey,TValue)
inline void Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m786A1D72D4E499C0776742D3B2921F47E3A54545_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Runtime.Serialization.SerializationInfo::ExpandArrays()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.SerializationInfo::FindElement(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, int32_t* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared)(__this, ___key0, ___value1, method);
}
// System.String System.Environment::GetResourceString(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetElement(System.String,System.Type&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetElementNoThrow(System.String,System.Type&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElementNoThrow_mFE4934788659C1A7E0DABBCE844CEA1E45BA78D1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationEvents::get_HasOnSerializingEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationEvents_get_HasOnSerializingEvents_mDB714D13D6BC0532FB54A4A7780EF45AC5E3C70E (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnSerializing(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationObjectManager::AddOnSerialized(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31 (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnSerialized(System.Object,System.Runtime.Serialization.SerializationEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___handler1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, int32_t ___state0, RuntimeObject * ___additional1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, int32_t ___state0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.StreamingContext::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.StreamingContext::GetHashCode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::get_State()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.FieldInfo::op_Equality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7 (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsValueType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8 (Type_t * __this, const RuntimeMethod* method);
// System.Void System.RuntimeFieldHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_inline (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeFieldHandle::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_inline (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method);
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
// System.String Locale::GetText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method);
// System.Void System.RuntimeFieldHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Reflection.FieldInfo System.Reflection.FieldInfo::GetFieldFromHandle(System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * FieldInfo_GetFieldFromHandle_m4559B3EB75D60B9573FF47FB04F91F4752F1EDD6 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___handle0, const RuntimeMethod* method);
// System.Void System.RuntimeFieldHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Boolean System.RuntimeFieldHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.IntPtr::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A (intptr_t* __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeFieldHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeFieldHandle_GetHashCode_mAC7E78F6C0F0A58E6A349467E3B9F8DC602B7F88 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method);
// System.Void System.RuntimeFieldHandle::SetValueInternal(System.Reflection.FieldInfo,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_SetValueInternal_mE6BD08A86D02F8A8136A0DF684A9AA228DAE7711 (FieldInfo_t * ___fi0, RuntimeObject * ___obj1, RuntimeObject * ___value2, const RuntimeMethod* method);
// System.Void System.RuntimeMethodHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeMethodHandle::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method);
// System.Void System.RuntimeMethodHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandle(System.RuntimeMethodHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F ___handle0, const RuntimeMethod* method);
// System.Void System.RuntimeMethodHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Boolean System.RuntimeMethodHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.RuntimeMethodHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.RuntimeMethodHandle::IsNullHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPointer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsByRef()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510 (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType::ThrowIfTypeNeverValidGenericArgument(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mA235A9DBC602A4C97D8708F51720E0BAE3CD7D84 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.String System.String::ToLower(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Boolean System.String::EndsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.Void System.RuntimeType::FilterHelper(System.Reflection.BindingFlags,System.String&,System.Boolean,System.Boolean&,System.Boolean&,System.RuntimeType/MemberListType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222 (int32_t ___bindingFlags0, String_t** ___name1, bool ___allowPrefixLookup2, bool* ___prefixLookup3, bool* ___ignoreCase4, int32_t* ___listType5, const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::FilterApplyPrefixLookup(System.Reflection.MemberInfo,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E (MemberInfo_t * ___memberInfo0, String_t* ___name1, bool ___ignoreCase2, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::get_IsVirtual()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4 (MethodBase_t * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::get_IsAbstract()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsAbstract_mFE6CAF80BCF511BE090A541FD179CF5C418176A0 (MethodBase_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNestedPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedPublic_m214CC3E241549EDCA1B438E5A66E4B3C66EA5C14 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPublic_mC1B34517A62C56867856DFFE5C7797E7B6CF536C (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNestedAssembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedAssembly_m26AFF83CEEB59FB7F2E571EA55FA2E217BEC8CA8 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::FilterApplyBase(System.Reflection.MemberInfo,System.Reflection.BindingFlags,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0 (MemberInfo_t * ___memberInfo0, int32_t ___bindingFlags1, bool ___isPublic2, bool ___isNonProtectedInternal3, bool ___isStatic4, String_t* ___name5, bool ___prefixLookup6, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Reflection.BindingFlags System.Reflection.RuntimeMethodInfo::get_BindingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMethodInfo_get_BindingFlags_m1BC8F7AB8FB3F40008C870B95DAA0EBDA5586AED (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::FilterApplyMethodBase(System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F (MethodBase_t * ___methodBase0, int32_t ___methodFlags1, int32_t ___bindingFlags2, int32_t ___callConv3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes4, const RuntimeMethod* method);
// System.Reflection.BindingFlags System.Reflection.RuntimeConstructorInfo::get_BindingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeConstructorInfo_get_BindingFlags_m51C818D2BF78AA374716BBB16692D7DC6CB59405 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.ParameterInfo::get_IsOptional()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_m54B4A2CA619395E36020C512595DA8C7016CAB8D (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE (Type_t * __this, const RuntimeMethod* method);
// System.Void System.Reflection.TypeInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInfo__ctor_m90553BFFBD15E94439312991D2B1118F1EEB2114 (TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// System.RuntimeType System.RuntimeType::GetBaseType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::op_Inequality(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method);
// System.Reflection.RuntimeMethodInfo[] System.RuntimeType::GetMethodsByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___ignoreCase2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType3, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m32D9E0C35E7CEB5E814E7B58072FA144E475CF0A (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Boolean System.RuntimeType::FilterApplyMethodInfo(System.Reflection.RuntimeMethodInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * ___method0, int32_t ___bindingFlags1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes3, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::Add(T)
inline void ListBuilder_1_Add_m9CE383F0AD6CFD16107A80D4A4CF93D593B87316 (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, MethodInfo_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, MethodInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127 (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Reflection.RuntimeConstructorInfo[] System.RuntimeType::GetConstructors_internal(System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType1, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::FilterApplyConstructorInfo(System.Reflection.RuntimeConstructorInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___constructor0, int32_t ___bindingFlags1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes3, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::Add(T)
inline void ListBuilder_1_Add_m0449D396E56C02B54DC580D843A31B254583FCE8 (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.Reflection.RuntimePropertyInfo[] System.RuntimeType::GetPropertiesByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___icase2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType3, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m33F9EB5F27514C07B825941EB7CAC61F40A66A8C (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Reflection.BindingFlags System.Reflection.RuntimePropertyInfo::get_BindingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimePropertyInfo_get_BindingFlags_m497D0104C05C57E739255F1AAF881343F3885524 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::Add(T)
inline void ListBuilder_1_Add_m917BD524246AE07B85994761733791695631662C (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, PropertyInfo_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, PropertyInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.Reflection.RuntimeEventInfo[] System.RuntimeType::GetEvents_internal(System.String,System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType2, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m9D45CD85CEEE349148BADBD5F71559ED1572AD8A (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Reflection.BindingFlags System.Reflection.RuntimeEventInfo::get_BindingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::Add(T)
inline void ListBuilder_1_Add_m84BFFBE17034415D6777D75EEA8FC08579956CEF (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, EventInfo_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, EventInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.Reflection.RuntimeFieldInfo[] System.RuntimeType::GetFields_internal(System.String,System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType2, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m7B093C8CBD5EB15804418528B695E5770F9F7CDD (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Reflection.BindingFlags System.Reflection.RuntimeFieldInfo::get_BindingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::Add(T)
inline void ListBuilder_1_Add_m31C60F34F4D857ED06C8A6C1B0CC4C918F0F8674 (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, FieldInfo_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, FieldInfo_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.Void System.RuntimeType::SplitName(System.String,System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD (String_t* ___fullname0, String_t** ___name1, String_t** ___ns2, const RuntimeMethod* method);
// System.RuntimeType[] System.RuntimeType::GetNestedTypes_internal(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___displayName0, int32_t ___bindingAttr1, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Type>::.ctor(System.Int32)
inline void ListBuilder_1__ctor_m5C06A0A5A34060BE13F097F7DEC45CC40A946006 (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, int32_t, const RuntimeMethod*))ListBuilder_1__ctor_m732FB66A81E20018611D91961EFC856084C6596E_gshared)(__this, ___capacity0, method);
}
// System.Boolean System.RuntimeType::FilterApplyType(System.Type,System.Reflection.BindingFlags,System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B (Type_t * ___type0, int32_t ___bindingFlags1, String_t* ___name2, bool ___prefixLookup3, String_t* ___ns4, const RuntimeMethod* method);
// System.Void System.RuntimeType/ListBuilder`1<System.Type>::Add(T)
inline void ListBuilder_1_Add_m12F6228E5254FDEB30600445713B6694082358D4 (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, Type_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, Type_t *, const RuntimeMethod*))ListBuilder_1_Add_m42B66384FC0CD58D994246D40CB4F473D3E639A4_gshared)(__this, ___item0, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo> System.RuntimeType::GetMethodCandidates(System.String,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, bool ___allowPrefixLookup4, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::ToArray()
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957 (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, const RuntimeMethod* method)
{
return (( MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo> System.RuntimeType::GetConstructorCandidates(System.String,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, bool ___allowPrefixLookup4, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::ToArray()
inline ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68 (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, const RuntimeMethod* method)
{
return (( ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo> System.RuntimeType::GetPropertyCandidates(System.String,System.Reflection.BindingFlags,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, bool ___allowPrefixLookup3, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::ToArray()
inline PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358 (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, const RuntimeMethod* method)
{
return (( PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo> System.RuntimeType::GetEventCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::ToArray()
inline EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, const RuntimeMethod* method)
{
return (( EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo> System.RuntimeType::GetFieldCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::ToArray()
inline FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6 (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, const RuntimeMethod* method)
{
return (( FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.RuntimeType/ListBuilder`1<System.Type> System.RuntimeType::GetNestedTypeCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___fullname0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method);
// T[] System.RuntimeType/ListBuilder`1<System.Type>::ToArray()
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539 (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, const RuntimeMethod* method)
{
return (( TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, const RuntimeMethod*))ListBuilder_1_ToArray_m9DAACFD0ECFE92359885E585A3BE6EE34A43798E_gshared)(__this, method);
}
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// T System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Item(System.Int32)
inline MethodInfo_t * ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3 (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( MethodInfo_t * (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, int32_t, const RuntimeMethod*))ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared)(__this, ___index0, method);
}
// System.Boolean System.DefaultBinder::CompareMethodSigAndName(System.Reflection.MethodBase,System.Reflection.MethodBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBinder_CompareMethodSigAndName_m2E53A4C0A12CF4A53183A897155EC8C33D3208A6 (MethodBase_t * ___m10, MethodBase_t * ___m21, const RuntimeMethod* method);
// System.Void System.Reflection.AmbiguousMatchException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006 (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Reflection.MethodBase System.DefaultBinder::FindMostDerivedNewSlotMeth(System.Reflection.MethodBase[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20 (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___match0, int32_t ___cMatches1, const RuntimeMethod* method);
// System.Reflection.Binder System.Type::get_DefaultBinder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0 (const RuntimeMethod* method);
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_inline (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// T System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::get_Item(System.Int32)
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ListBuilder_1_get_Item_m7B500BF0174C0022A3640EF28C8073785B51C086 (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, int32_t, const RuntimeMethod*))ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared)(__this, ___index0, method);
}
// System.Reflection.MethodBase System.DefaultBinder::ExactBinding(System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * DefaultBinder_ExactBinding_m56EE01D30656F6D879BCAD9B72DDA7345227EA15 (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___match0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers2, const RuntimeMethod* method);
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_inline (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// T System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Item(System.Int32)
inline PropertyInfo_t * ListBuilder_1_get_Item_mC6769FA8DE3006C896635E2968EFC1808266F0D6 (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( PropertyInfo_t * (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, int32_t, const RuntimeMethod*))ListBuilder_1_get_Item_m440ACBC3F6764B4992840EEEC1CCA9AFD3A5886D_gshared)(__this, ___index0, method);
}
// System.Reflection.PropertyInfo System.DefaultBinder::ExactPropertyBinding(System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * DefaultBinder_ExactPropertyBinding_m6D048B3D226B1A390F574721D3E7771E0BDF7221 (PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* ___match0, Type_t * ___returnType1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers3, const RuntimeMethod* method);
// System.Void System.RuntimeType::FilterHelper(System.Reflection.BindingFlags,System.String&,System.Boolean&,System.RuntimeType/MemberListType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A (int32_t ___bindingFlags0, String_t** ___name1, bool* ___ignoreCase2, int32_t* ___listType3, const RuntimeMethod* method);
// System.Boolean System.Reflection.EventInfo::op_Inequality(System.Reflection.EventInfo,System.Reflection.EventInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInfo_op_Inequality_mC7E27E2551DF4073E8DC033A89A705596AFF344C (EventInfo_t * ___left0, EventInfo_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsInterface()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED (Type_t * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.RuntimeType>::.ctor(System.Int32)
inline void List_1__ctor_m534F6D996605B0739761E25FA7A92CC53C1B1EDB (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.List`1<System.RuntimeType>::Add(T)
inline void List_1_Add_m220585D0CD917FCC4803EA75B4546432400E08EE (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * __this, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 *, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// T[] System.Collections.Generic.List`1<System.RuntimeType>::ToArray()
inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* List_1_ToArray_m24F99552D5E83E9A8EF7EB22E346D97C063E86CA (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * __this, const RuntimeMethod* method)
{
return (( RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* (*) (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method);
}
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_inline (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::get_Count()
inline int32_t ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_inline (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// System.Int32 System.RuntimeType/ListBuilder`1<System.Type>::get_Count()
inline int32_t ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_inline (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, const RuntimeMethod*))ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline)(__this, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_m21987C9AE717D0F789B32C75A11BB0C95EC5CA1E (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_mF93A09E07BED4F405182C55CB3BDBFD40E539DDF (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_mA8C93F1F7084CE87BBDB8B21A8C3150A2E51521D (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_mB8EBE6B3140C4D78EE2DF3F7D8356613A9D3CBA1 (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_m05AF97C6C7AA6B0606757F3B3A49F95DA652A56E (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Void System.RuntimeType/ListBuilder`1<System.Type>::CopyTo(System.Object[],System.Int32)
inline void ListBuilder_1_CopyTo_m9C08B2F46A9C6341CB5638E303466D0F3F2CA45A (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))ListBuilder_1_CopyTo_m88C60144CC6606D734A5522D4EC6027CE1E01FAE_gshared)(__this, ___array0, ___index1, method);
}
// System.Reflection.RuntimeModule System.RuntimeType::GetRuntimeModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Reflection.RuntimeModule System.RuntimeTypeHandle::GetModule(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.RuntimeAssembly System.RuntimeType::GetRuntimeAssembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeType_GetRuntimeAssembly_m34E13B557A24CE6438916C08EC329EFD16AEBAE4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Reflection.RuntimeAssembly System.RuntimeTypeHandle::GetAssembly(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void System.RuntimeTypeHandle::.ctor(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsInstanceOfType(System.RuntimeType,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsInstanceOfType_m0365B2D0D74E056282F0D71C0CCDF827AF50C21D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeObject * ___o1, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::CanCastTo(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_CanCastTo_mFF4E6B20B50C8639B20F1E536996AA060A95E8CC (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___target1, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsEquivalentTo(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsEquivalentTo_m356C4E5D763BAF26689FECDFAD439D134B6FDEB9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___rtType10, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___rtType21, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsGenericVariable(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.RuntimeType System.RuntimeTypeHandle::GetBaseType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.TypeAttributes System.RuntimeTypeHandle::GetAttributes(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsContextful(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsByRef(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsPrimitive(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsPointer(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsComObject(System.RuntimeType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsComObject_m6BEC1E54C1ECA6622CB12AD31CA804665198A39A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, bool ___isGenericCOM1, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::HasElementType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasElementType_m844E596F2213BFE1DBB19D22021A9F900516E72D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.GenericParameterAttributes System.RuntimeType::GetGenericParameterAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetGenericParameterAttributes_mC198CEF42B645A4360E6F0473D33625069FD6E52 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsSzArray(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsSzArray_m77E81D2403CD09CF447E55AC5EEE000887400D53 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsArray(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetArrayRank(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.RuntimeType System.RuntimeTypeHandle::GetElementType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeTypeHandle_GetElementType_m9769655111CDDEAD1297476CAAF2B88717F946C2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
// System.String[] System.Enum::InternalGetNames(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method);
// System.UInt64[] System.Enum::InternalGetValues(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method);
// System.Array System.Array::UnsafeCreateInstance(System.Type,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B (Type_t * ___elementType0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengths1, const RuntimeMethod* method);
// System.Object System.Enum::ToObject(System.Type,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05 (Type_t * ___enumType0, uint64_t ___value1, const RuntimeMethod* method);
// System.Void System.Array::SetValue(System.Object,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method);
// System.RuntimeType System.Enum::InternalGetUnderlyingType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * Enum_InternalGetUnderlyingType_m0BD79F3F8CD17913493226A8F3D07898D94CCB50 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Object>(T[],T)
inline int32_t Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, RuntimeObject *, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared)(___array0, ___value1, method);
}
// System.Boolean System.Type::IsIntegerType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_IsIntegerType_m19478B79237AE0C92BE81AEEAD7D9DD36DFC0B27 (Type_t * ___t0, const RuntimeMethod* method);
// System.UInt64 System.Enum::ToUInt64(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5 (RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Int32 System.Array::BinarySearch<System.UInt64>(T[],T)
inline int32_t Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3 (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___array0, uint64_t ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*, uint64_t, const RuntimeMethod*))Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_gshared)(___array0, ___value1, method);
}
// System.Type[] System.RuntimeType::GetGenericArgumentsInternal(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___runtimeArray0, const RuntimeMethod* method);
// System.Type System.Reflection.Emit.TypeBuilderInstantiation::MakeGenericType(System.Type,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeBuilderInstantiation_MakeGenericType_m6EA0D8A23A3197C63ACE9848425637D48E8689D4 (Type_t * ___type0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___typeArguments1, const RuntimeMethod* method);
// System.RuntimeType[] System.RuntimeType::GetGenericArgumentsInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Void System.RuntimeType::SanityCheckGenericArguments(System.RuntimeType[],System.RuntimeType[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1 (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ___genericArguments0, RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ___genericParamters1, const RuntimeMethod* method);
// System.Type System.RuntimeType::MakeGenericType(System.Type,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E (Type_t * ___gt0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, const RuntimeMethod* method);
// System.Void System.TypeLoadException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadException__ctor_mEF05D23A192E0B9BFAAA97A77A0FC1BCBE7B4355 (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsGenericTypeDefinition(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Int32 System.RuntimeType::GetGenericParameterPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Type System.RuntimeTypeHandle::GetGenericTypeDefinition(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeTypeHandle_GetGenericTypeDefinition_m4B55E662D7F56EB1D85FEA06EC92E295158684B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::HasInstantiation(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.String System.RuntimeType::GetDefaultMemberName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Reflection.MemberInfo[] System.Type::GetMember(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* Type_GetMember_m715D5865845665F5A72E927F52FB5CFA1BB3D800 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.String>(T[],T)
inline int32_t Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, String_t* ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared)(___array0, ___value1, method);
}
// System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m8514197681D9771380014317A84B751EC31DBBC0 (Type_t * ___type0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method);
// System.Object System.Array::GetValue(System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m3CEA4EB8E2DAB2C0B9CCC8D6E597F15F82C2C97C (RuntimeArray * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___indices0, const RuntimeMethod* method);
// System.Void System.Array::SetValue(System.Object,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380 (RuntimeArray * __this, RuntimeObject * ___value0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___indices1, const RuntimeMethod* method);
// System.Void System.MissingFieldException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingFieldException__ctor_mF260FD0D1BE406C65C594B5D91E62788A7AD649E (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * __this, String_t* ___className0, String_t* ___fieldName1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor(System.Int32)
inline void List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::CopyTo(T[])
inline void List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28 (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * __this, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___array0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*, const RuntimeMethod*))List_1_CopyTo_m54E18E9C1ECE23383EF0EA1E98330235DEAD7B39_gshared)(__this, ___array0, method);
}
// System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::op_Equality(System.Reflection.MethodBase,System.Reflection.MethodBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method);
// System.Void System.MissingMethodException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_mEE8869A7C1042B1286DCD4D91DA67BF0D06E0452 (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, String_t* ___className0, String_t* ___methodName1, const RuntimeMethod* method);
// System.Void System.UnitySerializationHolder::GetUnitySerializationInfo(System.Runtime.Serialization.SerializationInfo,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetUnitySerializationInfo_m45D2EDC32022880C84BBE25124F5EDCA12B57ED2 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type1, const RuntimeMethod* method);
// System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method);
// System.Boolean System.MonoCustomAttrs::IsDefined(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method);
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.Reflection.CustomAttributeData::GetCustomAttributesInternal(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributesInternal_m8D1C3A30B4A14B6CC103B0AADC90BC8FDBF14E2C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___target0, const RuntimeMethod* method);
// System.String System.RuntimeType::GetCachedName(System.TypeNameKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___kind0, const RuntimeMethod* method);
// System.Type System.Type::GetRootElementType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetRootElementType_mE4F0579E18FAAEEB2DB86F1315BFBEC1A9A2FD56 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNested()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNested_m0191026EDE15331C2DD97FC106E1C86825722F37 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsPrimitive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsNotPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNotPublic_mF21439101FF78B7EB47B92C99EB20F179FCFDE76 (Type_t * __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetToken(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetToken_mBA9485A17FFB3C3FC461F0BD531A802F6F8CA37E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.RuntimeType::CreateInstanceCheckThis()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeType::IsGenericCOMObjectImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsGenericCOMObjectImpl_m87E93B03329D1536B8457E72D1E4454B5DBC5305 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Object System.RuntimeType::CreateInstanceDefaultCtor(System.Boolean,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___publicOnly0, bool ___skipCheckThis1, bool ___fillCache2, int32_t* ___stackMark3, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::.ctor(System.Int32)
inline void List_1__ctor_mDA08C802E7E05B23AD01A4A1B0F070F4F8674079 (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::Add(T)
inline void List_1_Add_m8B99C3701CFCC899DBDF5C0A4D5A1513E7C9341E (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * __this, MethodBase_t * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, MethodBase_t *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodBase>::get_Count()
inline int32_t List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02_inline (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::CopyTo(T[])
inline void List_1_CopyTo_m77751034BB3A419B9DEF628B0A0F3F5020ABF4A2 (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * __this, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___array0, const RuntimeMethod* method)
{
(( void (*) (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, const RuntimeMethod*))List_1_CopyTo_m54E18E9C1ECE23383EF0EA1E98330235DEAD7B39_gshared)(__this, ___array0, method);
}
// System.Void System.MissingMethodException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9 (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
// T[] System.Array::Empty<System.Object>()
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline (const RuntimeMethod* method)
{
return (( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline)(method);
}
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method);
// System.Object System.Activator::CreateInstance(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3 (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method);
// System.Type System.Type::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m6C9E6D55EC53587A0851176DA1D27A165724773E (Type_t * __this, const RuntimeMethod* method);
// System.Object System.RuntimeType::CreateInstanceSlow(System.Boolean,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceSlow_m47028D1E7CA30192D9245848E65C501A76937572 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___publicOnly0, bool ___skipCheckThis1, bool ___fillCache2, int32_t* ___stackMark3, const RuntimeMethod* method);
// System.Void System.MonoTypeInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTypeInfo__ctor_mB3C8C989BCE5AA95EFF2C6ED45C8ACB28ABF3A46 (MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.ConstructorInfo::op_Equality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method);
// System.String System.Reflection.DefaultMemberAttribute::get_MemberName()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultMemberAttribute_get_MemberName_mC3A880116EB62C9DC66420EBE8C2F68BCC915121_inline (DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 * __this, const RuntimeMethod* method);
// System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * Type_GetConstructor_mD740DE730AFCDC50893503C3D5FBA7D56FA56C47 (Type_t * __this, int32_t ___bindingAttr0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers4, const RuntimeMethod* method);
// System.Object System.RuntimeType::CreateInstanceMono(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___nonPublic0, const RuntimeMethod* method);
// System.Reflection.MonoCMethod System.RuntimeType::GetDefaultConstructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodBase::get_IsPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B (MethodBase_t * __this, const RuntimeMethod* method);
// System.Object System.RuntimeType::CreateInstanceInternal(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45 (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Boolean System.Type::get_IsAbstract()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m769E8E92F368822B8AB5354BB0D123BDDD605D09 (Type_t * __this, const RuntimeMethod* method);
// System.String Locale::GetText(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF (String_t* ___fmt0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Object System.Reflection.MonoCMethod::InternalInvoke(System.Object,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, const RuntimeMethod* method);
// System.Object System.RuntimeType::TryConvertToType(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, bool* ___failed1, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487 (const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method);
// System.Type System.Enum::GetUnderlyingType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1 (Type_t * ___enumType0, const RuntimeMethod* method);
// System.Object System.RuntimeType::IsConvertibleToPrimitiveType(System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849 (RuntimeObject * ___value0, Type_t * ___targetType1, const RuntimeMethod* method);
// System.TypeCode System.Type::GetTypeCode(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F (Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method);
// System.Type System.RuntimeType::make_array_type(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___rank0, const RuntimeMethod* method);
// System.Void System.IndexOutOfRangeException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1 (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, const RuntimeMethod* method);
// System.Void System.TypeLoadException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m80951BFF6EB67A1ED3052D05569EF70D038B1581 (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Type System.RuntimeType::make_byref_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_make_byref_type_m6EBA540F277AD0BD68BC6ACA9E74212911DA61FA (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method);
// System.Type System.RuntimeType::MakePointerType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656 (Type_t * ___type0, const RuntimeMethod* method);
// System.Runtime.InteropServices.StructLayoutAttribute System.Runtime.InteropServices.StructLayoutAttribute::GetCustomAttribute(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * StructLayoutAttribute_GetCustomAttribute_mA2F1C51358077E122570A45D50617D4BEED50521 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.Type::get_HasElementType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF (Type_t * __this, const RuntimeMethod* method);
// System.IntPtr System.RuntimeTypeHandle::GetGenericParameterInfo(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Void Mono.RuntimeGenericParamInfoHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeGenericParamInfoHandle__ctor_m3B4F5CE2051F2FA4C757AD760BA1D5A50A66464D (RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE * __this, intptr_t ___ptr0, const RuntimeMethod* method);
// System.Type[] Mono.RuntimeGenericParamInfoHandle::get_Constraints()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeGenericParamInfoHandle_get_Constraints_m4C1E15BA3021B157AFBA94DE19A79CBCAFF2F172 (RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE * __this, const RuntimeMethod* method);
// System.Void Mono.SafeStringMarshal::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73 (SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F * __this, String_t* ___str0, const RuntimeMethod* method);
// System.IntPtr Mono.SafeStringMarshal::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5 (SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F * __this, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetMethodsByName_native(System.IntPtr,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetMethodsByName_native_m8444A129F5BBF3B4B1C953FDA2EA4207CAB42CEB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___namePtr0, int32_t ___bindingAttr1, bool ___ignoreCase2, const RuntimeMethod* method);
// System.Void Mono.SafeGPtrArrayHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE (SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE * __this, intptr_t ___ptr0, const RuntimeMethod* method);
// System.Int32 Mono.SafeGPtrArrayHandle::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59 (SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE * __this, const RuntimeMethod* method);
// System.IntPtr Mono.SafeGPtrArrayHandle::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04 (SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleNoGenericCheck(System.RuntimeMethodHandle,System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleNoGenericCheck_m2889FEAC3D9354D34642A904DCEC82CDBBE7AC78 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___reflectedType1, const RuntimeMethod* method);
// System.Void Mono.SafeGPtrArrayHandle::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476 (SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE * __this, const RuntimeMethod* method);
// System.Void Mono.SafeStringMarshal::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898 (SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F * __this, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetConstructors_native(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetConstructors_native_m722B23E093BC758F23A9907A7F193E3CDFB6C153 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetPropertiesByName_native(System.IntPtr,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetPropertiesByName_native_m468AD061D846A11516F0E3BC2EFDB1E6D077020F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, bool ___icase2, const RuntimeMethod* method);
// System.Void Mono.RuntimePropertyHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimePropertyHandle__ctor_m00C7A705D1521572DD6CBCBBACDA2168E7174495_inline (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.Reflection.PropertyInfo System.Reflection.PropertyInfo::GetPropertyFromHandle(Mono.RuntimePropertyHandle,System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___reflectedType1, const RuntimeMethod* method);
// System.Void System.RuntimeType::GetInterfaceMapData(System.Type,System.Type,System.Reflection.MethodInfo[]&,System.Reflection.MethodInfo[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_GetInterfaceMapData_m02C48C7B119D19217B751EE04CAAC91CAC55B049 (Type_t * ___t0, Type_t * ___iface1, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** ___targets2, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** ___methods3, const RuntimeMethod* method);
// System.String System.Runtime.InteropServices.GuidAttribute::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GuidAttribute_get_Value_m0FE8674D80D3832285CAAACC30D3471E024E8CC1_inline (GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34 * __this, const RuntimeMethod* method);
// System.Void System.Guid::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method);
// System.TypeCode System.RuntimeType::GetTypeCodeImplInternal(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetTypeCodeImplInternal_mBCAAEF9659FC5ECD36D537C118C70EC53D127CBD (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.RuntimeType::getFullName(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___full_name0, bool ___assembly_qualified1, const RuntimeMethod* method);
// System.Reflection.GenericParameterAttributes Mono.RuntimeGenericParamInfoHandle::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeGenericParamInfoHandle_get_Attributes_m586EC8111BF51DC3C3D03C59509DB4F7CE5822EA (RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE * __this, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetFields_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetFields_native_m81C0286628E40BA1823A5AF8D60DEFF95B7EF6FE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method);
// System.Reflection.FieldInfo System.Reflection.FieldInfo::GetFieldFromHandle(System.RuntimeFieldHandle,System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * FieldInfo_GetFieldFromHandle_mE960F954664B1B0CB3877F166CAC66AAE10B7BF5 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___declaringType1, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetEvents_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetEvents_native_m28435040299789557DD4FB1C8D64BD70D923436E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method);
// System.Void Mono.RuntimeEventHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeEventHandle__ctor_m74BEE789797EFEE15B634C7AA44F68AF747DB1B2_inline (RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 * __this, intptr_t ___v0, const RuntimeMethod* method);
// System.Reflection.EventInfo System.Reflection.EventInfo::GetEventFromHandle(Mono.RuntimeEventHandle,System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInfo_t * EventInfo_GetEventFromHandle_m32D668E4C0CB872EED2FFF1E0714B9B73680C897 (RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___reflectedType1, const RuntimeMethod* method);
// System.TypeIdentifier System.TypeIdentifiers::FromDisplay(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeIdentifiers_FromDisplay_m08FB8BE03D80603F9A030774E218310DC96693CE (String_t* ___displayName0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeType::GetNestedTypes_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetNestedTypes_native_m463687CC2CB6DF3063FE441FDB0289011D597336 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method);
// System.Void System.RuntimeTypeHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_inline (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, intptr_t ___val0, const RuntimeMethod* method);
// System.IntPtr System.RuntimeTypeHandle::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method);
// System.Int32 System.IntPtr::op_Explicit(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F (intptr_t ___value0, const RuntimeMethod* method);
// System.Void System.RuntimeTypeHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.RuntimeTypeHandle System.Type::GetTypeHandle(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D Type_GetTypeHandle_mF4790808C172FB5701365C8AA48EC9A132AD60B9 (RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Void System.RuntimeTypeHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method);
// System.Int32 System.RuntimeTypeHandle::GetMetadataToken(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Type System.RuntimeTypeHandle::GetGenericTypeDefinition_impl(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::IsComObject(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
// System.Reflection.TypeAttributes System.Type::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_get_Attributes_m8B229CC7A4DDE25E0EEB1A9F09FC61C499A72163 (Type_t * __this, const RuntimeMethod* method);
// System.Boolean System.RuntimeTypeHandle::type_is_assignable_from(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_type_is_assignable_from_mE6A9B9581955D9B3432124CFB9298F8A06D8F3BA (Type_t * ___a0, Type_t * ___b1, const RuntimeMethod* method);
// System.Int32 System.SByte::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.SByte::CompareTo(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mE2BEEEA7A6B69C30725249CC16088C768068C1C8 (int8_t* __this, int8_t ___value0, const RuntimeMethod* method);
// System.Boolean System.SByte::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144 (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.SByte::Equals(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8 (int8_t* __this, int8_t ___obj0, const RuntimeMethod* method);
// System.Int32 System.SByte::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F (int8_t* __this, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9 (const RuntimeMethod* method);
// System.String System.Number::FormatInt32(System.Int32,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984 (int32_t ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
// System.String System.SByte::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566 (int8_t* __this, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A (RuntimeObject* ___formatProvider0, const RuntimeMethod* method);
// System.String System.SByte::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m9297ABA82168D557F8616CAF5E23BCE9B3763906 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.SByte::ToString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48 (int8_t* __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info1, const RuntimeMethod* method);
// System.String System.SByte::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1 (int8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.String System.Number::FormatUInt32(System.UInt32,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatUInt32_m585E2571063A256E46836A51BC4A54CFF151BDEE (uint32_t ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
// System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
// System.Void System.Globalization.NumberFormatInfo::ValidateParseStyleInteger(System.Globalization.NumberStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_ValidateParseStyleInteger_m5BD1C04C26D5589F0DFA5953294B72E1DDC2B7E3 (int32_t ___style0, const RuntimeMethod* method);
// System.Int32 System.Number::ParseInt32(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_ParseInt32_mF4B8DA28891C736EAC85641489780C2E91F8AECF (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
// System.Void System.OverflowException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m15CD001EEB2E79D7497E101546B04D9A5520357E (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.OverflowException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, const RuntimeMethod* method);
// System.TypeCode System.SByte::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461 (int8_t* __this, const RuntimeMethod* method);
// System.Boolean System.Convert::ToBoolean(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mB7E94BAE3523E19C8743457112EC6B76B775AC44 (int8_t ___value0, const RuntimeMethod* method);
// System.Boolean System.SByte::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Char System.Convert::ToChar(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m5A1F3909973CE4894614B7444B430BE562456F8C (int8_t ___value0, const RuntimeMethod* method);
// System.Char System.SByte::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.SByte System.SByte::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_System_IConvertible_ToSByte_m294499739C5D5B037AEF9CC6579CFA7599397687 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m7D3D6E8B30620A208FC31EE6C29087EA6FDFF923 (int8_t ___value0, const RuntimeMethod* method);
// System.Byte System.SByte::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m53B289D51E0000689AD2D0D8B64C9FC52E25382D (int8_t ___value0, const RuntimeMethod* method);
// System.Int16 System.SByte::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt16 System.Convert::ToUInt16(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3A0BC273AC75E936BBAA48B0D451DB161CEC11CE (int8_t ___value0, const RuntimeMethod* method);
// System.UInt16 System.SByte::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int32 System.SByte::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_System_IConvertible_ToInt32_m1BA4F4D3E5E2CF9B5B74C252B12DB67ACBD493FD (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt32 System.Convert::ToUInt32(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m78245CD2AE3D0369F5A99FF013AF73FFBB8CF869 (int8_t ___value0, const RuntimeMethod* method);
// System.UInt32 System.SByte::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mE4A030ED672D453F0704069D7024934D040D326A (int8_t ___value0, const RuntimeMethod* method);
// System.Int64 System.SByte::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt64 System.Convert::ToUInt64(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m24AAA55A63E618B389C773AC090EB4F664BFC729 (int8_t ___value0, const RuntimeMethod* method);
// System.UInt64 System.SByte::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Single System.Convert::ToSingle(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m6594D24976A20E820938E5DE88A63082EAFED0F4 (int8_t ___value0, const RuntimeMethod* method);
// System.Single System.SByte::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Double System.Convert::ToDouble(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m236422548F1BC40280491F59EBD3D1B22AA84F97 (int8_t ___value0, const RuntimeMethod* method);
// System.Double System.SByte::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Decimal System.Convert::ToDecimal(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m4AC31B36EF41A7409233DEDB9389EA97FB981FDA (int8_t ___value0, const RuntimeMethod* method);
// System.Decimal System.SByte::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Void System.InvalidCastException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812 (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * __this, String_t* ___message0, const RuntimeMethod* method);
// System.DateTime System.SByte::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3 (RuntimeObject* ___value0, Type_t * ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Object System.SByte::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51 (int8_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SymmetricAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricAlgorithm__ctor_mA48D09DF35BE5C20350B379682F1F7FE1278F755 (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.Aes System.Security.Cryptography.Aes::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 * Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998 (String_t* ___algorithmName0, const RuntimeMethod* method);
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4 (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method);
// System.Void System.GC::SuppressFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.KeySizes::get_SkipSize()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.KeySizes::get_MinSize()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.KeySizes::get_MaxSize()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_MaxSize_m0DA99EB5B5DE65B27B83EC85F634BBC6382E1691_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Object System.Array::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m9249D579A83FC34306B6B1A53B677FC0C1DD21E1 (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoAPITransform::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Dispose_m1F85F99B32212755104B3834D8DA29EE8A262840 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, bool ___disposing0, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mF5A487816056F3D1509511E3CD8FA1DF3D91F581 (String_t* ___value0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64 (int32_t ___value0, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.String)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935 (int64_t ___value0, const RuntimeMethod* method);
// System.Void System.PlatformNotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7 (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * __this, const RuntimeMethod* method);
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.String System.String::ToLowerInvariant()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method);
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A (String_t* ___s0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_mFCE50857F38AF469241EFD54DC59A5EFFE3C3586 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSASignatureDeformatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDeformatter__ctor_m8E7DEE311992CE6C639D9F137F4E925C803A9339 (DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSASignatureFormatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureFormatter__ctor_m6CEFE3C963790DFBE33A5E7B15FBDAF36926269D (DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSASignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDescription__ctor_m760E369C55BFFC133EFB06E1BAFC45CB303BB327 (DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DESCryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACMD5::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACMD5__ctor_mA2C65541E2EAC52AFACBA80E18DD65645F4DA2FD (HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACRIPEMD160::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACRIPEMD160__ctor_m5986F562451144C1D4393C9B9269631B77E22E7D (HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA1__ctor_m1B63EC00D993F8321E617B509220C7A7874403B7 (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA256::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA256__ctor_mA6B0165D77CF7868A4F6C2BCED68B0E3D0D5C7A7 (HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA384::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA384__ctor_mE3E283CAA7D53044E99A46E9A8C6E4D11B9F0B37 (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA512::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA512__ctor_m5F7BF4FA9FAF90E6479E77FF55EE71200A260757 (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MACTripleDES::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES__ctor_mB0D7FBC6A89C4295715545BE4CC8C7C224404974 (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RC2CryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider__ctor_m47A5ED7A434CE8376717B5409FE2D8B2A65A563E (RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RijndaelManaged::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelManaged__ctor_mA6A1CDD39CD6CFCD208B3F102A01C90B5C4D4134 (RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RIPEMD160Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed__ctor_m62F44985E773461D1CD493D01FAB75B684E8AE6C (RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_m5D6369AAF2AD50F4052C89B66B612E4C317FCF7E (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter__ctor_m36BA038F0EA665AB19E566C673C0D9559665D41E (RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter__ctor_m05822AA34501BF843FBBA2A571A9CD6259EC8D06 (RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA1SignatureDescription__ctor_m5323DDAD6A4783C7E41521DA9DBD86FB99304464 (RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA256SignatureDescription__ctor_mC4D95218BE716A941A99D8E11EFE48B2CD2AEE3E (RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA384SignatureDescription__ctor_m950676A97068276569F8AC6300AD5F6A5610408D (RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA512SignatureDescription__ctor_mAD114A0EEBE956594FB800E3DEE60B69B85FC099 (RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed__ctor_m7565B5C5B9F0B2A4BECF3B704D87C865FCDEF358 (SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA256Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed__ctor_mE7ED908AA6371B0BA6184B06894171B10A589529 (SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA384Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed__ctor_m2E394905D81228BDFE17F3970C55709DBBB7EE3B (SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA512Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed__ctor_m69C0B4F5849CF1D2B3C1D244F853A952434476DF (SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.TripleDESCryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TripleDESCryptoServiceProvider__ctor_m7289D757BFDD86AFB6458DDC633BB5935112BC28 (TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389 * __this, const RuntimeMethod* method);
// System.Type System.Type::GetType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C (String_t* ___typeName0);
// System.Object System.Activator::CreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210 (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.IO.Stream::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream::InitializeBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_InitializeBuffer_m6B1A734BADB817D61E6DCBC8780AB0C359089188 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.CryptoStream::get_HasFlushedFinalBlock()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CryptoStream_get_HasFlushedFinalBlock_mCA9C75EE30F8F809D0A1C11E867988E7B380146D_inline (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream::FlushFinalBlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method);
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.IO.Stream::FlushAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Stream_FlushAsync_m6FF6F6B6CFBEC607B2FC08B8C09CB40054E865F4 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method);
// System.Boolean System.Threading.CancellationToken::get_IsCancellationRequested()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Threading.Tasks.Task::get_CompletedTask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86 (const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_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.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * Stream_ReadAsync_m72417EC430FE2302C8CF2D67B0BFE81FBADE4A83 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method);
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Int32>(System.Threading.CancellationToken)
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method)
{
return (( Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * (*) (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB , const RuntimeMethod*))Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6_gshared)(___cancellationToken0, method);
}
// System.Threading.Tasks.Task`1<System.Int32> System.Security.Cryptography.CryptoStream::ReadAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * CryptoStream_ReadAsyncInternal_m07B9F6B34F847BF0D523D9D3FB94756E1BFCF1D1 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method);
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Create()
inline AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::get_Task()
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2 (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, const RuntimeMethod* method)
{
return (( Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2_gshared)(__this, method);
}
// System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Stream_WriteAsync_mEA7EDCE2C825C3FBD011A6A17B49DF300E67034F (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::WriteAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * CryptoStream_WriteAsyncInternal_mD365E75E64AE8E3774ADDB274D7D9624AD0C6F86 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method);
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 AsyncTaskMethodBuilder_Create_m081DF9A202E7C2F3CF3D41E1E63E63DA18F19FDB (const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * AsyncTaskMethodBuilder_get_Task_m3E45BC00F7D224FEA04AB9BF26DB52E131D33022 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, const RuntimeMethod* method);
// System.Void System.IO.Stream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable::GetAwaiter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87 (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
inline void AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5 (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method);
// System.Threading.SemaphoreSlim System.IO.Stream::EnsureAsyncActiveSemaphoreInitialized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * Stream_EnsureAsyncActiveSemaphoreInitialized_m874CD5FC48757D8810E4DD57DADD850A338BDED2 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Threading.SemaphoreSlim::WaitAsync()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * SemaphoreSlim_WaitAsync_mEEDF1F56EF96E2276622B97F79A28D194169B9F6 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable System.Threading.Tasks.Task::ConfigureAwait(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::GetAwaiter()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline (ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062 (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * __this, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::ConfigureAwait(System.Boolean)
inline ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982 (Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method)
{
return (( ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A (*) (Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982_gshared)(__this, ___continueOnCapturedContext0, method);
}
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::GetAwaiter()
inline ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_inline (ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A * __this, const RuntimeMethod* method)
{
return (( ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E (*) (ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_gshared_inline)(__this, method);
}
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::get_IsCompleted()
inline bool ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92 (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * __this, const RuntimeMethod* method)
{
return (( bool (*) (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92_gshared)(__this, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::GetResult()
inline int32_t ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623 (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623_gshared)(__this, method);
}
// System.Int32 System.Threading.SemaphoreSlim::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_m963242914A622613DD41C740400F7D40C85BD169 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetException(System.Exception)
inline void AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821 (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, Exception_t * ___exception0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821_gshared)(__this, ___exception0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(TResult)
inline void AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230 (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, int32_t ___result0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, int32_t, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230_gshared)(__this, ___result0, method);
}
// System.Void System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321 (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
inline void AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877 (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&)
inline void AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&)
inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetException_m370C484922A63A6EF96E241D1370B8814F1F2D6B (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, Exception_t * ___exception0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetResult_m151016FB698F3BB34A73BAE693A97513A7E4C838 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5 (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetStateMachine_mB5DD68F7C49EA6D452AEBA02B1B98AED898C3C25 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAsyncInternalU3Ed__37_SetStateMachine_m4A99EAA551718254A8D19CFBBF98CAF94815B0A5 (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Threading.Tasks.Task::Run(System.Action)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_Run_m201E4C04F97BCF541633AF913DF20C6FF7872E44 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable::OnCompleted(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.String Microsoft.Win32.Win32Native::GetMessage(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Win32Native_GetMessage_m68D6D40DD33D7F2FF30B7CE600BADBEB4EE41B87 (int32_t ___hr0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE4CECD7E58EFCF815F415BE5231DCF0201D11C6C (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, int32_t ___hr0, 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.OnDeserializedAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDeserializedAttribute__ctor_mA4F69BE401B6AED55B8469E7F3A0E3BF77395BA2 (OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.OnDeserializingAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDeserializingAttribute__ctor_m0520B9BCE93ED57B8D38AEE193610A82C32D5459 (OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767 * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.OnSerializingAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnSerializingAttribute__ctor_m06A15846303434D94336FA94E882E3EC77E28E47 (OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630 * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.OptionalFieldAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalFieldAttribute__ctor_m65066504277EAF18DCB7FCDBA4F5BFAB1030B54E (OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384 * __this, const RuntimeMethod* method)
{
{
__this->set_versionAdded_0(1);
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.OptionalFieldAttribute::set_VersionAdded(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4 (OptionalFieldAttribute_t7AC87C5F363D1660B9AE63AF101B9890BD475384 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)1)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1A33762A46A67DAB82E3E0CE396F238137506B86, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, OptionalFieldAttribute_set_VersionAdded_m946F48B6F8D5595F069ED0D6791CB3EEF17074E4_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_3 = ___value0;
__this->set_versionAdded_0(L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SafeSerializationEventArgs::.ctor(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var);
List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3(L_0, /*hidden argument*/List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_RuntimeMethod_var);
__this->set_m_serializedStates_2(L_0);
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext0;
__this->set_m_streamingContext_1(L_1);
return;
}
}
// System.Collections.Generic.IList`1<System.Object> System.Runtime.Serialization.SafeSerializationEventArgs::get_SerializedStates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SafeSerializationEventArgs_get_SerializedStates_m31C8F7B805E2DF3B7D0650D9459D07AA5C689CBA (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, const RuntimeMethod* method)
{
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = __this->get_m_serializedStates_2();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SafeSerializationManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager__ctor_mB5F471396A3FDEB14E216389830B1589AFC4857A (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SafeSerializationManager::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager__ctor_mA7F7A11473E650A9B45525BF99AD65ED991E48CF (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager__ctor_mA7F7A11473E650A9B45525BF99AD65ED991E48CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
RuntimeObject * L_3 = SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF(L_0, _stringLiteralB3F1F8862F10AF31969AAE8EBED44E63494CBA60, L_2, /*hidden argument*/NULL);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_5 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_004b;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralEAE5371D7C48DFAD0AE39B4B2F0D509E8E1E564A, L_8, /*hidden argument*/NULL);
__this->set_m_serializedStates_0(((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)IsInstClass((RuntimeObject*)L_9, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var)));
return;
}
IL_004b:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0;
__this->set_m_realType_3(L_10);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = ___info0;
__this->set_m_savedSerializationInfo_1(L_11);
return;
}
}
// System.Boolean System.Runtime.Serialization.SafeSerializationManager::get_IsActive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeSerializationManager_get_IsActive_m66AE1987E10E73E7CB019E3CE14D7FFD7856AD4B (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, const RuntimeMethod* method)
{
{
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * L_0 = __this->get_SerializeObjectState_4();
return (bool)((!(((RuntimeObject*)(EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Runtime.Serialization.SafeSerializationManager::CompleteSerialization(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_CompleteSerialization_mC577DAFEBD7AA3E14807DCA75864D835475231CB (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, RuntimeObject * ___serializedObject0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager_CompleteSerialization_mC577DAFEBD7AA3E14807DCA75864D835475231CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * V_0 = NULL;
SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * V_1 = NULL;
{
__this->set_m_serializedStates_0((RuntimeObject*)NULL);
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * L_0 = __this->get_SerializeObjectState_4();
V_0 = L_0;
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * L_1 = V_0;
if (!L_1)
{
goto IL_0057;
}
}
{
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = ___context2;
SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * L_3 = (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD *)il2cpp_codegen_object_new(SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD_il2cpp_TypeInfo_var);
SafeSerializationEventArgs__ctor_mC472AFA4DE78BA7F5A56E53E0BDA0EB58706E74A(L_3, L_2, /*hidden argument*/NULL);
V_1 = L_3;
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * L_4 = V_0;
RuntimeObject * L_5 = ___serializedObject0;
SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * L_6 = V_1;
NullCheck(L_4);
EventHandler_1_Invoke_m14375BE57616E7AE2D6D258E09CE89856005305D(L_4, L_5, L_6, /*hidden argument*/EventHandler_1_Invoke_m14375BE57616E7AE2D6D258E09CE89856005305D_RuntimeMethod_var);
SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * L_7 = V_1;
NullCheck(L_7);
RuntimeObject* L_8 = SafeSerializationEventArgs_get_SerializedStates_m31C8F7B805E2DF3B7D0650D9459D07AA5C689CBA_inline(L_7, /*hidden argument*/NULL);
__this->set_m_serializedStates_0(L_8);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = ___info1;
RuntimeObject * L_10 = ___serializedObject0;
NullCheck(L_10);
Type_t * L_11 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_10, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_9);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_9, _stringLiteralB3F1F8862F10AF31969AAE8EBED44E63494CBA60, L_11, L_13, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_0_0_0_var) };
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784(L_14, L_16, /*hidden argument*/NULL);
}
IL_0057:
{
return;
}
}
// System.Void System.Runtime.Serialization.SafeSerializationManager::CompleteDeserialization(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_CompleteDeserialization_mC041209DDA3C3D765E7045DCA34682108858E3B1 (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, RuntimeObject * ___deserializedObject0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager_CompleteDeserialization_mC041209DDA3C3D765E7045DCA34682108858E3B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject* L_0 = __this->get_m_serializedStates_0();
if (!L_0)
{
goto IL_003b;
}
}
{
RuntimeObject* L_1 = __this->get_m_serializedStates_0();
NullCheck(L_1);
RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Object>::GetEnumerator() */, IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73_il2cpp_TypeInfo_var, L_1);
V_0 = L_2;
}
IL_0014:
try
{ // begin try (depth: 1)
{
goto IL_0027;
}
IL_0016:
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Object>::get_Current() */, IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8_il2cpp_TypeInfo_var, L_3);
RuntimeObject * L_5 = ___deserializedObject0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, ISafeSerializationData_t18C2979D24583D957C9908CB90D566FA31E1117E_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void System.Runtime.Serialization.ISafeSerializationData::CompleteDeserialization(System.Object) */, ISafeSerializationData_t18C2979D24583D957C9908CB90D566FA31E1117E_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, ISafeSerializationData_t18C2979D24583D957C9908CB90D566FA31E1117E_il2cpp_TypeInfo_var)), L_5);
}
IL_0027:
{
RuntimeObject* L_6 = V_0;
NullCheck(L_6);
bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_6);
if (L_7)
{
goto IL_0016;
}
}
IL_002f:
{
IL2CPP_LEAVE(0x3B, FINALLY_0031);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0031;
}
FINALLY_0031:
{ // begin finally (depth: 1)
{
RuntimeObject* L_8 = V_0;
if (!L_8)
{
goto IL_003a;
}
}
IL_0034:
{
RuntimeObject* L_9 = V_0;
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_9);
}
IL_003a:
{
IL2CPP_END_FINALLY(49)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(49)
{
IL2CPP_JUMP_TBL(0x3B, IL_003b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003b:
{
return;
}
}
// System.Void System.Runtime.Serialization.SafeSerializationManager::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_System_Runtime_Serialization_ISerializable_GetObjectData_mED0E65908FFAD4A5E6A1D26CA0A210FCF828D995 (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager_System_Runtime_Serialization_ISerializable_GetObjectData_mED0E65908FFAD4A5E6A1D26CA0A210FCF828D995_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
RuntimeObject* L_1 = __this->get_m_serializedStates_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (List_1_t1DE2798BA3743A4EC617029480011B4D301F319B_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
NullCheck(L_0);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_0, _stringLiteralEAE5371D7C48DFAD0AE39B4B2F0D509E8E1E564A, L_1, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Object System.Runtime.Serialization.SafeSerializationManager::System.Runtime.Serialization.IObjectReference.GetRealObject(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SafeSerializationManager_System_Runtime_Serialization_IObjectReference_GetRealObject_m2BC90F983CD9F11E58BEBADFF14880890524510B (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager_System_Runtime_Serialization_IObjectReference_GetRealObject_m2BC90F983CD9F11E58BEBADFF14880890524510B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * V_0 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * V_2 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_3 = NULL;
RuntimeObject * V_4 = NULL;
{
RuntimeObject * L_0 = __this->get_m_realObject_2();
if (!L_0)
{
goto IL_000f;
}
}
{
RuntimeObject * L_1 = __this->get_m_realObject_2();
return L_1;
}
IL_000f:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = __this->get_m_realType_3();
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_3 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_2, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001f;
}
}
{
return __this;
}
IL_001f:
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_4 = (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 *)il2cpp_codegen_object_new(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var);
Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08(L_4, /*hidden argument*/NULL);
V_0 = L_4;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_5 = __this->get_m_realType_3();
V_1 = L_5;
}
IL_002c:
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_6 = V_0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_7 = V_1;
NullCheck(L_6);
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_6, L_7);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_1;
NullCheck(L_8);
Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_8);
V_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_9, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
bool L_13 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_10, L_12, /*hidden argument*/NULL);
if (L_13)
{
goto IL_002c;
}
}
{
V_2 = (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)NULL;
V_3 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL;
}
IL_0055:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_14 = V_1;
V_3 = L_14;
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_15 = V_0;
NullCheck(L_15);
RuntimeObject * L_16 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_15);
V_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_16, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_1;
NullCheck(L_17);
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_18 = RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966(L_17, /*hidden argument*/NULL);
V_2 = L_18;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_19 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_20 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_19, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_007b;
}
}
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_21 = V_2;
NullCheck(L_21);
bool L_22 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsSecurityCritical() */, L_21);
if (L_22)
{
goto IL_0055;
}
}
IL_007b:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_23 = V_3;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_24 = ObjectManager_GetConstructor_m33BC97C911D1D1E0D7EAFFF7E647461B2A86E405(L_23, /*hidden argument*/NULL);
V_2 = L_24;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = __this->get_m_realType_3();
IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var);
RuntimeObject * L_26 = FormatterServices_GetUninitializedObject_m291E01A0673976C75AA58AE3BFAFC19C42886A9D(L_25, /*hidden argument*/NULL);
V_4 = L_26;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_27 = V_2;
RuntimeObject * L_28 = V_4;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_29 = __this->get_m_savedSerializationInfo_1();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_30 = ___context0;
NullCheck(L_27);
RuntimeConstructorInfo_SerializationInvoke_m82AC24A00E831F777B18A7C5BECD98D870BC8B7E(L_27, L_28, L_29, L_30, /*hidden argument*/NULL);
__this->set_m_savedSerializationInfo_1((SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)NULL);
__this->set_m_realType_3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL);
RuntimeObject * L_31 = V_4;
__this->set_m_realObject_2(L_31);
RuntimeObject * L_32 = V_4;
return L_32;
}
}
// System.Void System.Runtime.Serialization.SafeSerializationManager::OnDeserialized(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_OnDeserialized_mFF500D6C8A9C7C058BF42FD256A54D7D53450938 (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSerializationManager_OnDeserialized_mFF500D6C8A9C7C058BF42FD256A54D7D53450938_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get_m_realObject_2();
if (!L_0)
{
goto IL_002b;
}
}
{
RuntimeObject * L_1 = __this->get_m_realObject_2();
NullCheck(L_1);
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_3 = SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D(L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = __this->get_m_realObject_2();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = ___context0;
NullCheck(L_3);
SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44(L_3, L_4, L_5, /*hidden argument*/NULL);
__this->set_m_realObject_2(NULL);
}
IL_002b:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SerializationBinder::BindToName(System.Type,System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationBinder_BindToName_m2ABD8E3130F82F23CEDEE08E919E2B585EA918FA (SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * __this, Type_t * ___serializedType0, String_t** ___assemblyName1, String_t** ___typeName2, const RuntimeMethod* method)
{
{
String_t** L_0 = ___assemblyName1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL);
String_t** L_1 = ___typeName2;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationBinder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationBinder__ctor_m6561AFDA7048873AC600F63E0C7EA19C5253E811 (SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Runtime.Serialization.SerializationEntry
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_pinvoke(const SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA& unmarshaled, SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL);
}
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_pinvoke_back(const SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke& marshaled, SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA& unmarshaled)
{
Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Runtime.Serialization.SerializationEntry
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_pinvoke_cleanup(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Runtime.Serialization.SerializationEntry
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_com(const SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA& unmarshaled, SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com& marshaled)
{
Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL);
}
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_com_back(const SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com& marshaled, SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA& unmarshaled)
{
Exception_t* ___m_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_type' of type 'SerializationEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_type_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Runtime.Serialization.SerializationEntry
IL2CPP_EXTERN_C void SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshal_com_cleanup(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com& marshaled)
{
}
// System.Object System.Runtime.Serialization.SerializationEntry::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048 (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * _thisAdjusted = reinterpret_cast<SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *>(__this + _offset);
return SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_inline(_thisAdjusted, method);
}
// System.String System.Runtime.Serialization.SerializationEntry::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4 (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_2();
return L_0;
}
}
IL2CPP_EXTERN_C String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * _thisAdjusted = reinterpret_cast<SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *>(__this + _offset);
return SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_inline(_thisAdjusted, method);
}
// System.Void System.Runtime.Serialization.SerializationEntry::.ctor(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___entryValue1;
__this->set_m_value_1(L_0);
String_t* L_1 = ___entryName0;
__this->set_m_name_2(L_1);
Type_t * L_2 = ___entryType2;
__this->set_m_type_0(L_2);
return;
}
}
IL2CPP_EXTERN_C void SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C_AdjustorThunk (RuntimeObject * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method)
{
int32_t _offset = 1;
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * _thisAdjusted = reinterpret_cast<SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *>(__this + _offset);
SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C(_thisAdjusted, ___entryName0, ___entryValue1, ___entryType2, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___context0' to native representation
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke ____context0_marshaled = {};
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke(___context0, ____context0_marshaled);
// Native function invocation
il2cppPInvokeFunc(____context0_marshaled);
// Marshaling cleanup of parameter '___context0' native representation
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_cleanup(____context0_marshaled);
}
// System.Void System.Runtime.Serialization.SerializationEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler__ctor_mE3FFE0BDC7F2A76C8C96AFFD5586A59E562A7F8A (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void System.Runtime.Serialization.SerializationEventHandler::Invoke(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___context0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___context0, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(targetMethod, targetThis, ___context0);
else
GenericVirtActionInvoker1< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(targetMethod, targetThis, ___context0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___context0);
else
VirtActionInvoker1< StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___context0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___context0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast<RuntimeObject*>(&___context0) - 1), targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___context0, targetMethod);
}
}
}
}
}
// System.IAsyncResult System.Runtime.Serialization.SerializationEventHandler::BeginInvoke(System.Runtime.Serialization.StreamingContext,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SerializationEventHandler_BeginInvoke_m140A72D2E01E9107E0F2FACFC8CBEE9130B17808 (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEventHandler_BeginInvoke_m140A72D2E01E9107E0F2FACFC8CBEE9130B17808_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var, &___context0);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void System.Runtime.Serialization.SerializationEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler_EndInvoke_m4BD4B67024C85CDC27CE28D09A5B52C85BADE650 (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Reflection.MethodInfo> System.Runtime.Serialization.SerializationEvents::GetMethodsWithAttribute(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, Type_t * ___attribute0, Type_t * ___t1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * V_0 = NULL;
Type_t * V_1 = NULL;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* V_2 = NULL;
int32_t V_3 = 0;
MethodInfo_t * V_4 = NULL;
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)il2cpp_codegen_object_new(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_il2cpp_TypeInfo_var);
List_1__ctor_mFBB7F821AAC1F0F68A578448DD892C8F1D7CC7D2(L_0, /*hidden argument*/List_1__ctor_mFBB7F821AAC1F0F68A578448DD892C8F1D7CC7D2_RuntimeMethod_var);
V_0 = L_0;
Type_t * L_1 = ___t1;
V_1 = L_1;
goto IL_0040;
}
IL_000a:
{
Type_t * L_2 = V_1;
NullCheck(L_2);
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_3 = VirtFuncInvoker1< MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*, int32_t >::Invoke(48 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_2, ((int32_t)54));
V_2 = L_3;
V_3 = 0;
goto IL_0033;
}
IL_0017:
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_4 = V_2;
int32_t L_5 = V_3;
NullCheck(L_4);
int32_t L_6 = L_5;
MethodInfo_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_4 = L_7;
MethodInfo_t * L_8 = V_4;
Type_t * L_9 = ___attribute0;
NullCheck(L_8);
bool L_10 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_8, L_9, (bool)0);
if (!L_10)
{
goto IL_002f;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_11 = V_0;
MethodInfo_t * L_12 = V_4;
NullCheck(L_11);
List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94(L_11, L_12, /*hidden argument*/List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var);
}
IL_002f:
{
int32_t L_13 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0033:
{
int32_t L_14 = V_3;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_15 = V_2;
NullCheck(L_15);
if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))))
{
goto IL_0017;
}
}
{
Type_t * L_16 = V_1;
NullCheck(L_16);
Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_16);
V_1 = L_17;
}
IL_0040:
{
Type_t * L_18 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_19 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_18, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_005b;
}
}
{
Type_t * L_20 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
bool L_23 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_20, L_22, /*hidden argument*/NULL);
if (L_23)
{
goto IL_000a;
}
}
IL_005b:
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_24 = V_0;
NullCheck(L_24);
List_1_Reverse_m084236AFEFCAB20C24D5EA26B04AB0731D9A8C17(L_24, /*hidden argument*/List_1_Reverse_m084236AFEFCAB20C24D5EA26B04AB0731D9A8C17_RuntimeMethod_var);
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_25 = V_0;
NullCheck(L_25);
int32_t L_26 = List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_inline(L_25, /*hidden argument*/List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var);
if (!L_26)
{
goto IL_006b;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_27 = V_0;
return L_27;
}
IL_006b:
{
return (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)NULL;
}
}
// System.Void System.Runtime.Serialization.SerializationEvents::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents__ctor_m465833D124EE42F097421B325F909C504D3D7C0B (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, Type_t * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents__ctor_m465833D124EE42F097421B325F909C504D3D7C0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (OnSerializingAttribute_t7C470A6CCE67CFEB32D29F1846A4581381EB6630_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
Type_t * L_2 = ___t0;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_3 = SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9(__this, L_1, L_2, /*hidden argument*/NULL);
__this->set_m_OnSerializingMethods_0(L_3);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (OnSerializedAttribute_tCFE5B5FF075650E26FCA06CBD8B1E5547CE2633A_0_0_0_var) };
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
Type_t * L_6 = ___t0;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_7 = SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9(__this, L_5, L_6, /*hidden argument*/NULL);
__this->set_m_OnSerializedMethods_1(L_7);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (OnDeserializingAttribute_tBBC20BC5DB0ABD1008045DBFBB881F7247409767_0_0_0_var) };
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
Type_t * L_10 = ___t0;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_11 = SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9(__this, L_9, L_10, /*hidden argument*/NULL);
__this->set_m_OnDeserializingMethods_2(L_11);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (OnDeserializedAttribute_t2616E095E827F26C1B98001AC1C8EFBFC5E4C47D_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
Type_t * L_14 = ___t0;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_15 = SerializationEvents_GetMethodsWithAttribute_m19F287113784C4EBB1121934D0A796A29EF8A5F9(__this, L_13, L_14, /*hidden argument*/NULL);
__this->set_m_OnDeserializedMethods_3(L_15);
return;
}
}
// System.Boolean System.Runtime.Serialization.SerializationEvents::get_HasOnSerializingEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationEvents_get_HasOnSerializingEvents_mDB714D13D6BC0532FB54A4A7780EF45AC5E3C70E (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, const RuntimeMethod* method)
{
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnSerializingMethods_0();
if (L_0)
{
goto IL_0012;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnSerializedMethods_1();
return (bool)((!(((RuntimeObject*)(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
IL_0012:
{
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnSerializing(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_0 = NULL;
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 V_1;
memset((&V_1), 0, sizeof(V_1));
MethodInfo_t * V_2 = NULL;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnSerializingMethods_0();
if (!L_0)
{
goto IL_0069;
}
}
{
V_0 = (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)NULL;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnSerializingMethods_0();
NullCheck(L_1);
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 L_2 = List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C(L_1, /*hidden argument*/List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var);
V_1 = L_2;
}
IL_0016:
try
{ // begin try (depth: 1)
{
goto IL_0049;
}
IL_0018:
{
MethodInfo_t * L_3 = Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var);
V_2 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ___obj0;
MethodInfo_t * L_7 = V_2;
Delegate_t * L_8 = Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL);
V_3 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_9 = V_0;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_10 = V_3;
Delegate_t * L_11 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_9, L_10, /*hidden argument*/NULL);
V_0 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
}
IL_0049:
{
bool L_12 = Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var);
if (L_12)
{
goto IL_0018;
}
}
IL_0052:
{
IL2CPP_LEAVE(0x62, FINALLY_0054);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0054;
}
FINALLY_0054:
{ // begin finally (depth: 1)
Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var);
IL2CPP_END_FINALLY(84)
} // end finally (depth: 1)
IL2CPP_CLEANUP(84)
{
IL2CPP_JUMP_TBL(0x62, IL_0062)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0062:
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_13 = V_0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_14 = ___context1;
NullCheck(L_13);
SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E(L_13, L_14, /*hidden argument*/NULL);
}
IL_0069:
{
return;
}
}
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnDeserializing(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnDeserializing_mDB3CA1550BB4B43830409F402E4C7AE6265671ED (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_InvokeOnDeserializing_mDB3CA1550BB4B43830409F402E4C7AE6265671ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_0 = NULL;
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 V_1;
memset((&V_1), 0, sizeof(V_1));
MethodInfo_t * V_2 = NULL;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnDeserializingMethods_2();
if (!L_0)
{
goto IL_0069;
}
}
{
V_0 = (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)NULL;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnDeserializingMethods_2();
NullCheck(L_1);
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 L_2 = List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C(L_1, /*hidden argument*/List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var);
V_1 = L_2;
}
IL_0016:
try
{ // begin try (depth: 1)
{
goto IL_0049;
}
IL_0018:
{
MethodInfo_t * L_3 = Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var);
V_2 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ___obj0;
MethodInfo_t * L_7 = V_2;
Delegate_t * L_8 = Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL);
V_3 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_9 = V_0;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_10 = V_3;
Delegate_t * L_11 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_9, L_10, /*hidden argument*/NULL);
V_0 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
}
IL_0049:
{
bool L_12 = Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var);
if (L_12)
{
goto IL_0018;
}
}
IL_0052:
{
IL2CPP_LEAVE(0x62, FINALLY_0054);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0054;
}
FINALLY_0054:
{ // begin finally (depth: 1)
Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var);
IL2CPP_END_FINALLY(84)
} // end finally (depth: 1)
IL2CPP_CLEANUP(84)
{
IL2CPP_JUMP_TBL(0x62, IL_0062)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0062:
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_13 = V_0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_14 = ___context1;
NullCheck(L_13);
SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E(L_13, L_14, /*hidden argument*/NULL);
}
IL_0069:
{
return;
}
}
// System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnDeserialized(System.Object,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44 (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_InvokeOnDeserialized_m89602B7145C714CB475DBD7ED84BED84012E0C44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_0 = NULL;
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 V_1;
memset((&V_1), 0, sizeof(V_1));
MethodInfo_t * V_2 = NULL;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnDeserializedMethods_3();
if (!L_0)
{
goto IL_0069;
}
}
{
V_0 = (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)NULL;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnDeserializedMethods_3();
NullCheck(L_1);
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 L_2 = List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C(L_1, /*hidden argument*/List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var);
V_1 = L_2;
}
IL_0016:
try
{ // begin try (depth: 1)
{
goto IL_0049;
}
IL_0018:
{
MethodInfo_t * L_3 = Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var);
V_2 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ___obj0;
MethodInfo_t * L_7 = V_2;
Delegate_t * L_8 = Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL);
V_3 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_9 = V_0;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_10 = V_3;
Delegate_t * L_11 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_9, L_10, /*hidden argument*/NULL);
V_0 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
}
IL_0049:
{
bool L_12 = Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var);
if (L_12)
{
goto IL_0018;
}
}
IL_0052:
{
IL2CPP_LEAVE(0x62, FINALLY_0054);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0054;
}
FINALLY_0054:
{ // begin finally (depth: 1)
Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var);
IL2CPP_END_FINALLY(84)
} // end finally (depth: 1)
IL2CPP_CLEANUP(84)
{
IL2CPP_JUMP_TBL(0x62, IL_0062)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0062:
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_13 = V_0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_14 = ___context1;
NullCheck(L_13);
SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E(L_13, L_14, /*hidden argument*/NULL);
}
IL_0069:
{
return;
}
}
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnSerialized(System.Object,System.Runtime.Serialization.SerializationEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___handler1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 V_0;
memset((&V_0), 0, sizeof(V_0));
MethodInfo_t * V_1 = NULL;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnSerializedMethods_1();
if (!L_0)
{
goto IL_0061;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnSerializedMethods_1();
NullCheck(L_1);
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 L_2 = List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C(L_1, /*hidden argument*/List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var);
V_0 = L_2;
}
IL_0014:
try
{ // begin try (depth: 1)
{
goto IL_0048;
}
IL_0016:
{
MethodInfo_t * L_3 = Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var);
V_1 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ___obj0;
MethodInfo_t * L_7 = V_1;
Delegate_t * L_8 = Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL);
V_2 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_9 = ___handler1;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_10 = V_2;
Delegate_t * L_11 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_9, L_10, /*hidden argument*/NULL);
___handler1 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
}
IL_0048:
{
bool L_12 = Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var);
if (L_12)
{
goto IL_0016;
}
}
IL_0051:
{
IL2CPP_LEAVE(0x61, FINALLY_0053);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0053;
}
FINALLY_0053:
{ // begin finally (depth: 1)
Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var);
IL2CPP_END_FINALLY(83)
} // end finally (depth: 1)
IL2CPP_CLEANUP(83)
{
IL2CPP_JUMP_TBL(0x61, IL_0061)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0061:
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_13 = ___handler1;
return L_13;
}
}
// System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnDeserialized(System.Object,System.Runtime.Serialization.SerializationEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * SerializationEvents_AddOnDeserialized_mE2F40EFC894379A1619142E849F06A848C0029BF (SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * __this, RuntimeObject * ___obj0, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * ___handler1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEvents_AddOnDeserialized_mE2F40EFC894379A1619142E849F06A848C0029BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 V_0;
memset((&V_0), 0, sizeof(V_0));
MethodInfo_t * V_1 = NULL;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_0 = __this->get_m_OnDeserializedMethods_3();
if (!L_0)
{
goto IL_0061;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_1 = __this->get_m_OnDeserializedMethods_3();
NullCheck(L_1);
Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 L_2 = List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C(L_1, /*hidden argument*/List_1_GetEnumerator_mF671D878B4F9B0D732CA9050E492A7560465D79C_RuntimeMethod_var);
V_0 = L_2;
}
IL_0014:
try
{ // begin try (depth: 1)
{
goto IL_0048;
}
IL_0016:
{
MethodInfo_t * L_3 = Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_inline((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m950BED60FB9AC52C5B1758923FE17533ED8DB714_RuntimeMethod_var);
V_1 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ___obj0;
MethodInfo_t * L_7 = V_1;
Delegate_t * L_8 = Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_6, L_7, /*hidden argument*/NULL);
V_2 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_8, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_9 = ___handler1;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_10 = V_2;
Delegate_t * L_11 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_9, L_10, /*hidden argument*/NULL);
___handler1 = ((SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A *)CastclassSealed((RuntimeObject*)L_11, SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A_il2cpp_TypeInfo_var));
}
IL_0048:
{
bool L_12 = Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mC96E3261A77E28E106C496D01D7BB52FA05714CA_RuntimeMethod_var);
if (L_12)
{
goto IL_0016;
}
}
IL_0051:
{
IL2CPP_LEAVE(0x61, FINALLY_0053);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0053;
}
FINALLY_0053:
{ // begin finally (depth: 1)
Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E((Enumerator_t7C92E00A35CEECE9BD00BC4BBFD98BEE7A089D08 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m146F86EABCAE4138A55D3DB9B45769FDA812081E_RuntimeMethod_var);
IL2CPP_END_FINALLY(83)
} // end finally (depth: 1)
IL2CPP_CLEANUP(83)
{
IL2CPP_JUMP_TBL(0x61, IL_0061)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0061:
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_13 = ___handler1;
return L_13;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationEvents System.Runtime.Serialization.SerializationEventsCache::GetSerializationEventsForType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D (Type_t * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * V_0 = NULL;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ((SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var))->get_cache_0();
Type_t * L_1 = ___t0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* 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(40 /* 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(29 /* 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(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_14, L_15);
}
IL_0050:
{
IL2CPP_LEAVE(0x5C, FINALLY_0052);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0052;
}
FINALLY_0052:
{ // begin finally (depth: 1)
{
bool L_16 = V_2;
if (!L_16)
{
goto IL_005b;
}
}
IL_0055:
{
RuntimeObject * L_17 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_17, /*hidden argument*/NULL);
}
IL_005b:
{
IL2CPP_END_FINALLY(82)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(82)
{
IL2CPP_JUMP_TBL(0x5C, IL_005c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005c:
{
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_18 = V_0;
return L_18;
}
}
// System.Void System.Runtime.Serialization.SerializationEventsCache::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventsCache__cctor_m418D864822B9A38B4A4610CCAA3CE52DCC990E5D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationEventsCache__cctor_m418D864822B9A38B4A4610CCAA3CE52DCC990E5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
((SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_StaticFields*)il2cpp_codegen_static_fields_for(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var))->set_cache_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SerializationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
String_t* L_0 = ((SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields*)il2cpp_codegen_static_fields_for(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var))->get__nullMessage_17();
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233076), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233076), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_mCCC70F63CC8A3BC77B50CFA582D9DB1256846921 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233076), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m4D4FF4D952E30DA5FC3EB1E9D45DEE338070B1C4 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationException::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__cctor_mF1BFF0C24C11C61B811BAF246522AAE4CF9988F6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationException__cctor_mF1BFF0C24C11C61B811BAF246522AAE4CF9988F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2DA62276D50D130F1C059F6E94FD6CCBF5F7C7A4, /*hidden argument*/NULL);
((SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields*)il2cpp_codegen_static_fields_for(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var))->set__nullMessage_17(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Module System.Runtime.Serialization.SerializationFieldInfo::get_Module()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * SerializationFieldInfo_get_Module_m3158E4154CB6CE83F02CCE4BB96E39ECF428E9A5 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_1 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(15 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_0);
return L_1;
}
}
// System.Int32 System.Runtime.Serialization.SerializationFieldInfo::get_MetadataToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationFieldInfo_get_MetadataToken_m1ED08B343A055125AD3848BB0D7A0E1A62A9DF82 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Reflection.MemberInfo::get_MetadataToken() */, L_0);
return L_1;
}
}
// System.Void System.Runtime.Serialization.SerializationFieldInfo::.ctor(System.Reflection.RuntimeFieldInfo,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationFieldInfo__ctor_m1A8B6A31CCEC4966A15DD4F95AB36F20FCBA943E (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * ___field0, String_t* ___namePrefix1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationFieldInfo__ctor_m1A8B6A31CCEC4966A15DD4F95AB36F20FCBA943E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FieldInfo__ctor_mA7155594B8A101D076F12CC45AE64020834924DB(__this, /*hidden argument*/NULL);
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = ___field0;
__this->set_m_field_0(L_0);
String_t* L_1 = ___namePrefix1;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_2 = __this->get_m_field_0();
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2);
String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_1, _stringLiteralA979EF10CC6F6A36DF6B8A323307EE3BB2E2DB9C, L_3, /*hidden argument*/NULL);
__this->set_m_serializationName_1(L_4);
return;
}
}
// System.String System.Runtime.Serialization.SerializationFieldInfo::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationFieldInfo_get_Name_mC3CDC83D569CCA335F2416C309E73DC557AD43D3 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_serializationName_1();
return L_0;
}
}
// System.Type System.Runtime.Serialization.SerializationFieldInfo::get_DeclaringType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationFieldInfo_get_DeclaringType_m14A657B0EAC4C64DA5407EF865C7CEE606C1F67B (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
return L_1;
}
}
// System.Type System.Runtime.Serialization.SerializationFieldInfo::get_ReflectedType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationFieldInfo_get_ReflectedType_mCDBCB195DE25C434FA8D072514A284323E77EB8E (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_0);
return L_1;
}
}
// System.Object[] System.Runtime.Serialization.SerializationFieldInfo::GetCustomAttributes(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* SerializationFieldInfo_GetCustomAttributes_mFCCA36C4E9E321FFC757DE0D66B71D26B2F6E5C1 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, bool ___inherit0, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
bool L_1 = ___inherit0;
NullCheck(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = VirtFuncInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, bool >::Invoke(10 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Boolean) */, L_0, L_1);
return L_2;
}
}
// System.Object[] System.Runtime.Serialization.SerializationFieldInfo::GetCustomAttributes(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* SerializationFieldInfo_GetCustomAttributes_m47D0D20B243139537F777E541CC8468B18E76FDD (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
Type_t * L_1 = ___attributeType0;
bool L_2 = ___inherit1;
NullCheck(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_0, L_1, L_2);
return L_3;
}
}
// System.Boolean System.Runtime.Serialization.SerializationFieldInfo::IsDefined(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationFieldInfo_IsDefined_mA5CA4CADD567EE17DE7E483E7D039A6618495A9E (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
Type_t * L_1 = ___attributeType0;
bool L_2 = ___inherit1;
NullCheck(L_0);
bool L_3 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_1, L_2);
return L_3;
}
}
// System.Type System.Runtime.Serialization.SerializationFieldInfo::get_FieldType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationFieldInfo_get_FieldType_m5B4A91A306FDBB33FE0705B041E55C8601CA9F96 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_0);
return L_1;
}
}
// System.Object System.Runtime.Serialization.SerializationFieldInfo::GetValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationFieldInfo_GetValue_mFA01B21BEA3695D4F252812386764CCF23C3C268 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
RuntimeObject * L_1 = ___obj0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Object System.Runtime.Serialization.SerializationFieldInfo::InternalGetValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationFieldInfo_InternalGetValue_m0415259F9E51640D6045418B670F2D89825F34B5 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationFieldInfo_InternalGetValue_m0415259F9E51640D6045418B670F2D89825F34B5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * V_0 = NULL;
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
V_0 = ((RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 *)IsInstClass((RuntimeObject*)L_0, RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_il2cpp_TypeInfo_var));
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_1 = V_0;
bool L_2 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_1, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0024;
}
}
{
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_3 = V_0;
RuntimeObject * L_4 = ___obj0;
NullCheck(L_3);
RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0(L_3, L_4, /*hidden argument*/NULL);
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_5 = V_0;
RuntimeObject * L_6 = ___obj0;
NullCheck(L_5);
RuntimeObject * L_7 = RtFieldInfo_UnsafeGetValue_m9B9ACFD585730B17FE5E4CE36C3F0BE529D62E3A(L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0024:
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_8 = __this->get_m_field_0();
RuntimeObject * L_9 = ___obj0;
NullCheck(L_8);
RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_8, L_9);
return L_10;
}
}
// System.Void System.Runtime.Serialization.SerializationFieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationFieldInfo_SetValue_mB5B11E4B87301FF642CD2601976DCA997364EA10 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
RuntimeObject * L_1 = ___obj0;
RuntimeObject * L_2 = ___value1;
int32_t L_3 = ___invokeAttr2;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_4 = ___binder3;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = ___culture4;
NullCheck(L_0);
VirtActionInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(23 /* System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) */, L_0, L_1, L_2, L_3, L_4, L_5);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationFieldInfo::InternalSetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationFieldInfo_InternalSetValue_m7B91C46078AA4ACCFA7D973078D409610CD80104 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationFieldInfo_InternalSetValue_m7B91C46078AA4ACCFA7D973078D409610CD80104_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * V_0 = NULL;
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
V_0 = ((RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 *)IsInstClass((RuntimeObject*)L_0, RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579_il2cpp_TypeInfo_var));
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_1 = V_0;
bool L_2 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_1, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002a;
}
}
{
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_3 = V_0;
RuntimeObject * L_4 = ___obj0;
NullCheck(L_3);
RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0(L_3, L_4, /*hidden argument*/NULL);
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_5 = V_0;
RuntimeObject * L_6 = ___obj0;
RuntimeObject * L_7 = ___value1;
int32_t L_8 = ___invokeAttr2;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_9 = ___binder3;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___culture4;
NullCheck(L_5);
RtFieldInfo_UnsafeSetValue_m84A4DDE188235CFC2DAB59032535FB93B32D0D9B(L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
return;
}
IL_002a:
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_11 = __this->get_m_field_0();
RuntimeObject * L_12 = ___obj0;
RuntimeObject * L_13 = ___value1;
int32_t L_14 = ___invokeAttr2;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_15 = ___binder3;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = ___culture4;
NullCheck(L_11);
VirtActionInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(23 /* System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) */, L_11, L_12, L_13, L_14, L_15, L_16);
return;
}
}
// System.Reflection.RuntimeFieldInfo System.Runtime.Serialization.SerializationFieldInfo::get_FieldInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * SerializationFieldInfo_get_FieldInfo_m9DB3AFCBC6FC49294E177759911C49CEC4E2C400 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
return L_0;
}
}
// System.RuntimeFieldHandle System.Runtime.Serialization.SerializationFieldInfo::get_FieldHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF SerializationFieldInfo_get_FieldHandle_m518D15B2302068AF3F5D4BC18FCD83AF6503D010 (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_1 = VirtFuncInvoker0< RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF >::Invoke(17 /* System.RuntimeFieldHandle System.Reflection.FieldInfo::get_FieldHandle() */, L_0);
return L_1;
}
}
// System.Reflection.FieldAttributes System.Runtime.Serialization.SerializationFieldInfo::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationFieldInfo_get_Attributes_m80C4D124B80AF525BE1275A8D75D8B32E919192D (SerializationFieldInfo_tD6B6663C63025EF2D4D9DB470F10D8B033BBB201 * __this, const RuntimeMethod* method)
{
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_0 = __this->get_m_field_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m38A4B9DDACC89C0C310AB6E48ED817223639EA93 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, RuntimeObject* ___converter1, const RuntimeMethod* method)
{
{
Type_t * L_0 = ___type0;
RuntimeObject* L_1 = ___converter1;
SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, RuntimeObject* ___converter1, bool ___requireSameTokenInPartialTrust2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Type_t * L_0 = ___type0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_RuntimeMethod_var);
}
IL_0014:
{
RuntimeObject* L_2 = ___converter1;
if (L_2)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral2C3199988097E4BB3103E8C34B8DFE8796545D8F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SerializationInfo__ctor_m99877AA26040A545947E598ECDD3FCFA44C86DEA_RuntimeMethod_var);
}
IL_0022:
{
Type_t * L_4 = ___type0;
__this->set_objectType_11(L_4);
Type_t * L_5 = ___type0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_5);
__this->set_m_fullTypeName_9(L_6);
Type_t * L_7 = ___type0;
NullCheck(L_7);
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_8 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(15 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_7);
NullCheck(L_8);
Assembly_t * L_9 = VirtFuncInvoker0< Assembly_t * >::Invoke(9 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_8);
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_9);
__this->set_m_assemName_10(L_10);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_m_members_3(L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_m_data_4(L_12);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_m_types_5(L_13);
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_14 = (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *)il2cpp_codegen_object_new(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62(L_14, /*hidden argument*/Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var);
__this->set_m_nameToIndex_6(L_14);
RuntimeObject* L_15 = ___converter1;
__this->set_m_converter_8(L_15);
bool L_16 = ___requireSameTokenInPartialTrust2;
__this->set_requireSameTokenInPartialTrust_14(L_16);
return;
}
}
// System.String System.Runtime.Serialization.SerializationInfo::get_FullTypeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_FullTypeName_m2FA87CB40BE1AFC52F5B38AA139DB69550F32F54 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_fullTypeName_9();
return L_0;
}
}
// System.String System.Runtime.Serialization.SerializationInfo::get_AssemblyName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_get_AssemblyName_mF6B32EE20F3EE9F398DFCF6745B0BD1F3D547DC0 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_assemName_10();
return L_0;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___type0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784_RuntimeMethod_var);
}
IL_000e:
{
bool L_2 = __this->get_requireSameTokenInPartialTrust_14();
if (!L_2)
{
goto IL_0036;
}
}
{
Type_t * L_3 = SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
Assembly_t * L_4 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_3);
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_4);
Type_t * L_6 = ___type0;
NullCheck(L_6);
Assembly_t * L_7 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_6);
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_7);
SerializationInfo_DemandForUnsafeAssemblyNameAssignments_m7B407928E8E2C372A2E91B42F62698A7839376A5(L_5, L_8, /*hidden argument*/NULL);
}
IL_0036:
{
Type_t * L_9 = __this->get_objectType_11();
Type_t * L_10 = ___type0;
if ((((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_10)))
{
goto IL_0076;
}
}
{
Type_t * L_11 = ___type0;
__this->set_objectType_11(L_11);
Type_t * L_12 = ___type0;
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_12);
__this->set_m_fullTypeName_9(L_13);
Type_t * L_14 = ___type0;
NullCheck(L_14);
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_15 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(15 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_14);
NullCheck(L_15);
Assembly_t * L_16 = VirtFuncInvoker0< Assembly_t * >::Invoke(9 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_15);
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_16);
__this->set_m_assemName_10(L_17);
__this->set_isFullTypeNameSetExplicit_12((bool)0);
__this->set_isAssemblyNameSetExplicit_13((bool)0);
}
IL_0076:
{
return;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::Compare(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_Compare_m61A144004D04A85C542088F47D83003C0434576F (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___a0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___a0;
if (!L_0)
{
goto IL_0016;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___b1;
if (!L_1)
{
goto IL_0016;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___a0;
NullCheck(L_2);
if (!(((RuntimeArray*)L_2)->max_length))
{
goto IL_0016;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___b1;
NullCheck(L_3);
if (!(((RuntimeArray*)L_3)->max_length))
{
goto IL_0016;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___a0;
NullCheck(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___b1;
NullCheck(L_5);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))))
{
goto IL_0018;
}
}
IL_0016:
{
return (bool)0;
}
IL_0018:
{
V_0 = 0;
goto IL_002a;
}
IL_001c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___a0;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___b1;
int32_t L_11 = V_0;
NullCheck(L_10);
int32_t L_12 = L_11;
uint8_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
if ((((int32_t)L_9) == ((int32_t)L_13)))
{
goto IL_0026;
}
}
{
return (bool)0;
}
IL_0026:
{
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_002a:
{
int32_t L_15 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___a0;
NullCheck(L_16);
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
{
goto IL_001c;
}
}
{
return (bool)1;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::DemandForUnsafeAssemblyNameAssignments(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_DemandForUnsafeAssemblyNameAssignments_m7B407928E8E2C372A2E91B42F62698A7839376A5 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___originalAssemblyName0;
String_t* L_1 = ___newAssemblyName1;
SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::IsAssemblyNameAssignmentSafe(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5 (String_t* ___originalAssemblyName0, String_t* ___newAssemblyName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_IsAssemblyNameAssignmentSafe_mC6FC5F8F15EF9F88DAA74790299D4606B57085F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * V_0 = NULL;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * V_1 = NULL;
{
String_t* L_0 = ___originalAssemblyName0;
String_t* L_1 = ___newAssemblyName1;
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000b;
}
}
{
return (bool)1;
}
IL_000b:
{
String_t* L_3 = ___originalAssemblyName0;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_4 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var);
AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF(L_4, L_3, /*hidden argument*/NULL);
V_0 = L_4;
String_t* L_5 = ___newAssemblyName1;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_6 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var);
AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF(L_6, L_5, /*hidden argument*/NULL);
V_1 = L_6;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_7 = V_1;
NullCheck(L_7);
String_t* L_8 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline(L_7, /*hidden argument*/NULL);
bool L_9 = String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43(L_8, _stringLiteralAFD6EADC1B6810FA1650AC3B4E0294321C5424BA, 5, /*hidden argument*/NULL);
if (L_9)
{
goto IL_003f;
}
}
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_10 = V_1;
NullCheck(L_10);
String_t* L_11 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline(L_10, /*hidden argument*/NULL);
bool L_12 = String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43(L_11, _stringLiteral3F83668D81A5EFAE08ACCA9672E88B6C4E9A2057, 5, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0041;
}
}
IL_003f:
{
return (bool)0;
}
IL_0041:
{
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_13 = V_0;
NullCheck(L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0(L_13, /*hidden argument*/NULL);
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_15 = V_1;
NullCheck(L_15);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0(L_15, /*hidden argument*/NULL);
bool L_17 = SerializationInfo_Compare_m61A144004D04A85C542088F47D83003C0434576F(L_14, L_16, /*hidden argument*/NULL);
return L_17;
}
}
// System.Int32 System.Runtime.Serialization.SerializationInfo::get_MemberCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_get_MemberCount_mF79476D1586072A40815637E4E3209B1FAACACEC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_currMember_7();
return L_0;
}
}
// System.Type System.Runtime.Serialization.SerializationInfo::get_ObjectType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_objectType_11();
return L_0;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsFullTypeNameSetExplicit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsFullTypeNameSetExplicit_m35B9D2A3CF5D0B4BBA1FF6279CB8DD03D8B402CD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isFullTypeNameSetExplicit_12();
return L_0;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::get_IsAssemblyNameSetExplicit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_get_IsAssemblyNameSetExplicit_m0570C6F7088735687DE3A5FE6099B6DE2030DEB8 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isAssemblyNameSetExplicit_13();
return L_0;
}
}
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_m_members_3();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = __this->get_m_data_4();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = __this->get_m_types_5();
int32_t L_3 = __this->get_m_currMember_7();
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_4 = (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 *)il2cpp_codegen_object_new(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5_il2cpp_TypeInfo_var);
SerializationInfoEnumerator__ctor_m2409FCB25F7F2284C04B53473E7F01DE9D5FCE2E(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::ExpandArrays()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_3 = NULL;
{
int32_t L_0 = __this->get_m_currMember_7();
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2));
int32_t L_1 = V_0;
int32_t L_2 = __this->get_m_currMember_7();
if ((((int32_t)L_1) >= ((int32_t)L_2)))
{
goto IL_0025;
}
}
{
int32_t L_3 = __this->get_m_currMember_7();
if ((((int32_t)((int32_t)2147483647LL)) <= ((int32_t)L_3)))
{
goto IL_0025;
}
}
{
V_0 = ((int32_t)2147483647LL);
}
IL_0025:
{
int32_t L_4 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_1 = L_5;
int32_t L_6 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_2 = L_7;
int32_t L_8 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_8);
V_3 = L_9;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = __this->get_m_members_3();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_1;
int32_t L_12 = __this->get_m_currMember_7();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_10, (RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_m_data_4();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = V_2;
int32_t L_15 = __this->get_m_currMember_7();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_13, (RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = __this->get_m_types_5();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = V_3;
int32_t L_18 = __this->get_m_currMember_7();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_16, (RuntimeArray *)(RuntimeArray *)L_17, L_18, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = V_1;
__this->set_m_members_3(L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = V_2;
__this->set_m_data_4(L_20);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_21 = V_3;
__this->set_m_types_5(L_21);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___type2;
if (L_2)
{
goto IL_001c;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC_RuntimeMethod_var);
}
IL_001c:
{
String_t* L_4 = ___name0;
RuntimeObject * L_5 = ___value1;
Type_t * L_6 = ___type2;
SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C(__this, L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value1;
if (L_0)
{
goto IL_0016;
}
}
{
String_t* L_1 = ___name0;
RuntimeObject * L_2 = ___value1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_1, L_2, L_4, /*hidden argument*/NULL);
return;
}
IL_0016:
{
String_t* L_5 = ___name0;
RuntimeObject * L_6 = ___value1;
RuntimeObject * L_7 = ___value1;
NullCheck(L_7);
Type_t * L_8 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_7, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_5, L_6, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
bool L_1 = ___value1;
bool L_2 = L_1;
RuntimeObject * L_3 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Il2CppChar ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
Il2CppChar L_1 = ___value1;
Il2CppChar L_2 = L_1;
RuntimeObject * L_3 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m4877E7BAFE436B280EE47F9C67F62307908413FA (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, uint8_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m4877E7BAFE436B280EE47F9C67F62307908413FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
uint8_t L_1 = ___value1;
uint8_t L_2 = L_1;
RuntimeObject * L_3 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int16_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m4D933B359A03524A32E11AAF9E009E35FB524AB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
int16_t L_1 = ___value1;
int16_t L_2 = L_1;
RuntimeObject * L_3 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
int32_t L_1 = ___value1;
int32_t L_2 = L_1;
RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
int64_t L_1 = ___value1;
int64_t L_2 = L_1;
RuntimeObject * L_3 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, uint64_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m9861690C28AB414534D1A7F599E050DBA7A99303_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
uint64_t L_1 = ___value1;
uint64_t L_2 = L_1;
RuntimeObject * L_3 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m00E7A843A1BB398AAC059B357DF478692285D305 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_m00E7A843A1BB398AAC059B357DF478692285D305_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
float L_1 = ___value1;
float L_2 = L_1;
RuntimeObject * L_3 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValue_mC9361E987D8E88A4151406B45438F112BB397770_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___value1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = L_1;
RuntimeObject * L_3 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_2);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(__this, L_0, L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::AddValueInternal(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_0 = __this->get_m_nameToIndex_6();
String_t* L_1 = ___name0;
NullCheck(L_0);
bool L_2 = Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var);
if (!L_2)
{
goto IL_001e;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral906DADDF1D675117DFD9E7AA8C6391C628995607, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C_RuntimeMethod_var);
}
IL_001e:
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_5 = __this->get_m_nameToIndex_6();
String_t* L_6 = ___name0;
int32_t L_7 = __this->get_m_currMember_7();
NullCheck(L_5);
Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_Add_m5453726952CE3720733822DBF38A0091037F0F76_RuntimeMethod_var);
int32_t L_8 = __this->get_m_currMember_7();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = __this->get_m_members_3();
NullCheck(L_9);
if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))))
{
goto IL_0046;
}
}
{
SerializationInfo_ExpandArrays_mE0F1E1C8737D8EAA43FAA34A1DFCDCF1144A8734(__this, /*hidden argument*/NULL);
}
IL_0046:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = __this->get_m_members_3();
int32_t L_11 = __this->get_m_currMember_7();
String_t* L_12 = ___name0;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_12);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (String_t*)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_m_data_4();
int32_t L_14 = __this->get_m_currMember_7();
RuntimeObject * L_15 = ___value1;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_15);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (RuntimeObject *)L_15);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = __this->get_m_types_5();
int32_t L_17 = __this->get_m_currMember_7();
Type_t * L_18 = ___type2;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_18);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (Type_t *)L_18);
int32_t L_19 = __this->get_m_currMember_7();
__this->set_m_currMember_7(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)));
return;
}
}
// System.Void System.Runtime.Serialization.SerializationInfo::UpdateValue(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_UpdateValue_m061390F667AABBC605E266D5BCED0825FC503B95 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
int32_t L_1 = SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0016;
}
}
{
String_t* L_3 = ___name0;
RuntimeObject * L_4 = ___value1;
Type_t * L_5 = ___type2;
SerializationInfo_AddValueInternal_mC915AECE3757181575BB581FE7AB843148CFD99C(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
return;
}
IL_0016:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = __this->get_m_data_4();
int32_t L_7 = V_0;
RuntimeObject * L_8 = ___value1;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject *)L_8);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = __this->get_m_types_5();
int32_t L_10 = V_0;
Type_t * L_11 = ___type2;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (Type_t *)L_11);
return;
}
}
// System.Int32 System.Runtime.Serialization.SerializationInfo::FindElement(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744_RuntimeMethod_var);
}
IL_000e:
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_2 = __this->get_m_nameToIndex_6();
String_t* L_3 = ___name0;
NullCheck(L_2);
bool L_4 = Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67(L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67_RuntimeMethod_var);
if (!L_4)
{
goto IL_0020;
}
}
{
int32_t L_5 = V_0;
return L_5;
}
IL_0020:
{
return (-1);
}
}
// System.Object System.Runtime.Serialization.SerializationInfo::GetElement(System.String,System.Type&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
int32_t L_1 = SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_0026;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
String_t* L_5 = ___name0;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral13613C0A4C8E9661B704E532D3481E2DBE252601, L_4, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_7 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9_RuntimeMethod_var);
}
IL_0026:
{
Type_t ** L_8 = ___foundType1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = __this->get_m_types_5();
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
Type_t * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
*((RuntimeObject **)L_8) = (RuntimeObject *)L_12;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = __this->get_m_data_4();
int32_t L_14 = V_0;
NullCheck(L_13);
int32_t L_15 = L_14;
RuntimeObject * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
return L_16;
}
}
// System.Object System.Runtime.Serialization.SerializationInfo::GetElementNoThrow(System.String,System.Type&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetElementNoThrow_mFE4934788659C1A7E0DABBCE844CEA1E45BA78D1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t ** ___foundType1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
int32_t L_1 = SerializationInfo_FindElement_m4ACB45FE101D2EE9D56C9A4E23D75586628C9744(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_0011;
}
}
{
Type_t ** L_3 = ___foundType1;
*((RuntimeObject **)L_3) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL);
return NULL;
}
IL_0011:
{
Type_t ** L_4 = ___foundType1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = __this->get_m_types_5();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = L_6;
Type_t * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
*((RuntimeObject **)L_4) = (RuntimeObject *)L_8;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = __this->get_m_data_4();
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
RuntimeObject * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
return L_12;
}
}
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
Type_t * L_0 = ___type1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___type1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_3 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002c;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC3A46DF3DE19D92FC498CF4CCD590933A406DA60, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF_RuntimeMethod_var);
}
IL_002c:
{
String_t* L_6 = ___name0;
RuntimeObject * L_7 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_6, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_7;
Type_t * L_8 = V_0;
Type_t * L_9 = ___type1;
if ((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_9)))
{
goto IL_0046;
}
}
{
Type_t * L_10 = ___type1;
Type_t * L_11 = V_0;
NullCheck(L_10);
bool L_12 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_10, L_11);
if (L_12)
{
goto IL_0046;
}
}
{
RuntimeObject * L_13 = V_1;
if (L_13)
{
goto IL_0048;
}
}
IL_0046:
{
RuntimeObject * L_14 = V_1;
return L_14;
}
IL_0048:
{
RuntimeObject* L_15 = __this->get_m_converter_8();
RuntimeObject * L_16 = V_1;
Type_t * L_17 = ___type1;
NullCheck(L_15);
RuntimeObject * L_18 = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.Runtime.Serialization.IFormatterConverter::Convert(System.Object,System.Type) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_15, L_16, L_17);
return L_18;
}
}
// System.Object System.Runtime.Serialization.SerializationInfo::GetValueNoThrow(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElementNoThrow_mFE4934788659C1A7E0DABBCE844CEA1E45BA78D1(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
RuntimeObject * L_2 = V_1;
if (L_2)
{
goto IL_000f;
}
}
{
return NULL;
}
IL_000f:
{
Type_t * L_3 = V_0;
Type_t * L_4 = ___type1;
if ((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4)))
{
goto IL_001f;
}
}
{
Type_t * L_5 = ___type1;
Type_t * L_6 = V_0;
NullCheck(L_5);
bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6);
if (L_7)
{
goto IL_001f;
}
}
{
RuntimeObject * L_8 = V_1;
if (L_8)
{
goto IL_0021;
}
}
IL_001f:
{
RuntimeObject * L_9 = V_1;
return L_9;
}
IL_0021:
{
RuntimeObject* L_10 = __this->get_m_converter_8();
RuntimeObject * L_11 = V_1;
Type_t * L_12 = ___type1;
NullCheck(L_10);
RuntimeObject * L_13 = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.Runtime.Serialization.IFormatterConverter::Convert(System.Object,System.Type) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_10, L_11, L_12);
return L_13;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Type_t * L_2 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_001e;
}
}
{
RuntimeObject * L_5 = V_1;
return ((*(bool*)((bool*)UnBox(L_5, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
}
IL_001e:
{
RuntimeObject* L_6 = __this->get_m_converter_8();
RuntimeObject * L_7 = V_1;
NullCheck(L_6);
bool L_8 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(1 /* System.Boolean System.Runtime.Serialization.IFormatterConverter::ToBoolean(System.Object) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_6, L_7);
return L_8;
}
}
// System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Type_t * L_2 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_001e;
}
}
{
RuntimeObject * L_5 = V_1;
return ((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
IL_001e:
{
RuntimeObject* L_6 = __this->get_m_converter_8();
RuntimeObject * L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Runtime.Serialization.IFormatterConverter::ToInt32(System.Object) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_6, L_7);
return L_8;
}
}
// System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Type_t * L_2 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_001e;
}
}
{
RuntimeObject * L_5 = V_1;
return ((*(int64_t*)((int64_t*)UnBox(L_5, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
}
IL_001e:
{
RuntimeObject* L_6 = __this->get_m_converter_8();
RuntimeObject * L_7 = V_1;
NullCheck(L_6);
int64_t L_8 = InterfaceFuncInvoker1< int64_t, RuntimeObject * >::Invoke(3 /* System.Int64 System.Runtime.Serialization.IFormatterConverter::ToInt64(System.Object) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_6, L_7);
return L_8;
}
}
// System.Single System.Runtime.Serialization.SerializationInfo::GetSingle(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SerializationInfo_GetSingle_m8AEE647D41D4C89D5331F2E3EBF17213284EE28D (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetSingle_m8AEE647D41D4C89D5331F2E3EBF17213284EE28D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Type_t * L_2 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))))
{
goto IL_001e;
}
}
{
RuntimeObject * L_5 = V_1;
return ((*(float*)((float*)UnBox(L_5, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
}
IL_001e:
{
RuntimeObject* L_6 = __this->get_m_converter_8();
RuntimeObject * L_7 = V_1;
NullCheck(L_6);
float L_8 = InterfaceFuncInvoker1< float, RuntimeObject * >::Invoke(4 /* System.Single System.Runtime.Serialization.IFormatterConverter::ToSingle(System.Object) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_6, L_7);
return L_8;
}
}
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = SerializationInfo_GetElement_m941D6867E826748281EFA225B46F0B9FCD5C41B9(__this, L_0, (Type_t **)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Type_t * L_2 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
if ((((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))
{
goto IL_001a;
}
}
{
RuntimeObject * L_5 = V_1;
if (L_5)
{
goto IL_0021;
}
}
IL_001a:
{
RuntimeObject * L_6 = V_1;
return ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var));
}
IL_0021:
{
RuntimeObject* L_7 = __this->get_m_converter_8();
RuntimeObject * L_8 = V_1;
NullCheck(L_7);
String_t* L_9 = InterfaceFuncInvoker1< String_t*, RuntimeObject * >::Invoke(5 /* System.String System.Runtime.Serialization.IFormatterConverter::ToString(System.Object) */, IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A_il2cpp_TypeInfo_var, L_7, L_8);
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SerializationInfoEnumerator::.ctor(System.String[],System.Object[],System.Type[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator__ctor_m2409FCB25F7F2284C04B53473E7F01DE9D5FCE2E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___members0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___info1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, int32_t ___numItems3, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___members0;
__this->set_m_members_0(L_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___info1;
__this->set_m_data_1(L_1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ___types2;
__this->set_m_types_2(L_2);
int32_t L_3 = ___numItems3;
__this->set_m_numItems_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)));
__this->set_m_currItem_4((-1));
__this->set_m_current_5((bool)0);
return;
}
}
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_currItem_4();
int32_t L_1 = __this->get_m_numItems_3();
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_0025;
}
}
{
int32_t L_2 = __this->get_m_currItem_4();
__this->set_m_currItem_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
__this->set_m_current_5((bool)1);
goto IL_002c;
}
IL_0025:
{
__this->set_m_current_5((bool)0);
}
IL_002c:
{
bool L_3 = __this->get_m_current_5();
return L_3;
}
}
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_current_5();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m67DC9F21CCB24EC7F5EA120DB19791E5801B7B55_RuntimeMethod_var);
}
IL_0018:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_m_members_0();
int32_t L_4 = __this->get_m_currItem_4();
NullCheck(L_3);
int32_t L_5 = L_4;
String_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get_m_data_1();
int32_t L_8 = __this->get_m_currItem_4();
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeObject * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = __this->get_m_types_2();
int32_t L_12 = __this->get_m_currItem_4();
NullCheck(L_11);
int32_t L_13 = L_12;
Type_t * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA L_15;
memset((&L_15), 0, sizeof(L_15));
SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C((&L_15), L_6, L_10, L_14, /*hidden argument*/NULL);
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA L_16 = L_15;
RuntimeObject * L_17 = Box(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_il2cpp_TypeInfo_var, &L_16);
return L_17;
}
}
// System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_current_5();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33_RuntimeMethod_var);
}
IL_0018:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_m_members_0();
int32_t L_4 = __this->get_m_currItem_4();
NullCheck(L_3);
int32_t L_5 = L_4;
String_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = __this->get_m_data_1();
int32_t L_8 = __this->get_m_currItem_4();
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeObject * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = __this->get_m_types_2();
int32_t L_12 = __this->get_m_currItem_4();
NullCheck(L_11);
int32_t L_13 = L_12;
Type_t * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA L_15;
memset((&L_15), 0, sizeof(L_15));
SerializationEntry__ctor_mBF52C0F85704EB4417E1F481D7989D86BB49ED5C((&L_15), L_6, L_10, L_14, /*hidden argument*/NULL);
return L_15;
}
}
// System.Void System.Runtime.Serialization.SerializationInfoEnumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator_Reset_m6AB5305A2ED1A370080E22C4A6D3FD18397F5961 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
{
__this->set_m_currItem_4((-1));
__this->set_m_current_5((bool)0);
return;
}
}
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_current_5();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E_RuntimeMethod_var);
}
IL_0018:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_m_members_0();
int32_t L_4 = __this->get_m_currItem_4();
NullCheck(L_3);
int32_t L_5 = L_4;
String_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
}
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_current_5();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1_RuntimeMethod_var);
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = __this->get_m_data_1();
int32_t L_4 = __this->get_m_currItem_4();
NullCheck(L_3);
int32_t L_5 = L_4;
RuntimeObject * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
}
// System.Type System.Runtime.Serialization.SerializationInfoEnumerator::get_ObjectType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_current_5();
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SerializationInfoEnumerator_get_ObjectType_mC5519645F5E223D319FEA218EE2674EB7C66F675_RuntimeMethod_var);
}
IL_0018:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = __this->get_m_types_2();
int32_t L_4 = __this->get_m_currItem_4();
NullCheck(L_3);
int32_t L_5 = L_4;
Type_t * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.SerializationObjectManager::.ctor(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager__ctor_m8DD33BF17C11FD16B14FB99A35D662326CA839AE (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationObjectManager__ctor_m8DD33BF17C11FD16B14FB99A35D662326CA839AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
__this->set_m_objectSeenTable_0(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context0;
__this->set_m_context_2(L_1);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_2, /*hidden argument*/NULL);
__this->set_m_objectSeenTable_0(L_2);
return;
}
}
// System.Void System.Runtime.Serialization.SerializationObjectManager::RegisterObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_RegisterObject_m4D04D80712661D02B1BAE41361A97F2DD26A1695 (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationObjectManager_RegisterObject_m4D04D80712661D02B1BAE41361A97F2DD26A1695_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_2 = SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D(L_1, /*hidden argument*/NULL);
V_0 = L_2;
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_3 = V_0;
NullCheck(L_3);
bool L_4 = SerializationEvents_get_HasOnSerializingEvents_mDB714D13D6BC0532FB54A4A7780EF45AC5E3C70E(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0048;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = __this->get_m_objectSeenTable_0();
RuntimeObject * L_6 = ___obj0;
NullCheck(L_5);
RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* 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(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_8, L_9, L_11);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_12 = V_0;
RuntimeObject * L_13 = ___obj0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_14 = __this->get_m_context_2();
NullCheck(L_12);
SerializationEvents_InvokeOnSerializing_m1CF2D0C91367A1D66AB70BC1A8AEF79E389FF823(L_12, L_13, L_14, /*hidden argument*/NULL);
RuntimeObject * L_15 = ___obj0;
SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31(__this, L_15, /*hidden argument*/NULL);
}
IL_0048:
{
return;
}
}
// System.Void System.Runtime.Serialization.SerializationObjectManager::RaiseOnSerializedEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_RaiseOnSerializedEvent_m98A5FBD984680AE8529E3065C885BA5B446CF435 (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, const RuntimeMethod* method)
{
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_0 = __this->get_m_onSerializedHandler_1();
if (!L_0)
{
goto IL_0019;
}
}
{
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_1 = __this->get_m_onSerializedHandler_1();
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = __this->get_m_context_2();
NullCheck(L_1);
SerializationEventHandler_Invoke_m03E9C612F1CA94079D7916A8CBF91FB0C0DE4D1E(L_1, L_2, /*hidden argument*/NULL);
}
IL_0019:
{
return;
}
}
// System.Void System.Runtime.Serialization.SerializationObjectManager::AddOnSerialized(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31 (SerializationObjectManager_t1B34C26A17A346BDD48720E0D35BCA659827CBFA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SerializationObjectManager_AddOnSerialized_mDF8C37B38BE202AB575A1DB65346E5D9A461FE31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_t5E2460F2F0B3535B3EB9A8F10F20287506492227_il2cpp_TypeInfo_var);
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_2 = SerializationEventsCache_GetSerializationEventsForType_mB985E3C21EC88F4540CE46EA38C791C1290AD01D(L_1, /*hidden argument*/NULL);
V_0 = L_2;
SerializationEvents_t6AA572B2BB9FEEB74C344E8BCFA6090B174AEB8F * L_3 = V_0;
RuntimeObject * L_4 = ___obj0;
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_5 = __this->get_m_onSerializedHandler_1();
NullCheck(L_3);
SerializationEventHandler_t89AF9E752DCE27CE604337BD1FFE644B37D5CB6A * L_6 = SerializationEvents_AddOnSerialized_m0F944A3BC4D4D81EC9C8465A34B468C24D91566B(L_3, L_4, L_5, /*hidden argument*/NULL);
__this->set_m_onSerializedHandler_1(L_6);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Runtime.Serialization.StreamingContext
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled)
{
if (unmarshaled.get_m_additionalContext_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_additionalContext_0()))
{
marshaled.___m_additionalContext_0 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_m_additionalContext_0()));
(marshaled.___m_additionalContext_0)->AddRef();
}
else
{
marshaled.___m_additionalContext_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_m_additionalContext_0());
}
}
else
{
marshaled.___m_additionalContext_0 = NULL;
}
marshaled.___m_state_1 = unmarshaled.get_m_state_1();
}
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_back(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___m_additionalContext_0 != NULL)
{
unmarshaled.set_m_additionalContext_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___m_additionalContext_0, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_additionalContext_0()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_m_additionalContext_0()), Il2CppIUnknown::IID, marshaled.___m_additionalContext_0);
}
}
else
{
unmarshaled.set_m_additionalContext_0(NULL);
}
int32_t unmarshaled_m_state_temp_1 = 0;
unmarshaled_m_state_temp_1 = marshaled.___m_state_1;
unmarshaled.set_m_state_1(unmarshaled_m_state_temp_1);
}
// Conversion method for clean up from marshalling of: System.Runtime.Serialization.StreamingContext
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_pinvoke_cleanup(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke& marshaled)
{
if (marshaled.___m_additionalContext_0 != NULL)
{
(marshaled.___m_additionalContext_0)->Release();
marshaled.___m_additionalContext_0 = NULL;
}
}
// Conversion methods for marshalling of: System.Runtime.Serialization.StreamingContext
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_com(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com& marshaled)
{
if (unmarshaled.get_m_additionalContext_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_additionalContext_0()))
{
marshaled.___m_additionalContext_0 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_m_additionalContext_0()));
(marshaled.___m_additionalContext_0)->AddRef();
}
else
{
marshaled.___m_additionalContext_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_m_additionalContext_0());
}
}
else
{
marshaled.___m_additionalContext_0 = NULL;
}
marshaled.___m_state_1 = unmarshaled.get_m_state_1();
}
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_com_back(const StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com& marshaled, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_com_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___m_additionalContext_0 != NULL)
{
unmarshaled.set_m_additionalContext_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___m_additionalContext_0, Il2CppComObject_il2cpp_TypeInfo_var));
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_additionalContext_0()))
{
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_m_additionalContext_0()), Il2CppIUnknown::IID, marshaled.___m_additionalContext_0);
}
}
else
{
unmarshaled.set_m_additionalContext_0(NULL);
}
int32_t unmarshaled_m_state_temp_1 = 0;
unmarshaled_m_state_temp_1 = marshaled.___m_state_1;
unmarshaled.set_m_state_1(unmarshaled_m_state_temp_1);
}
// Conversion method for clean up from marshalling of: System.Runtime.Serialization.StreamingContext
IL2CPP_EXTERN_C void StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshal_com_cleanup(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com& marshaled)
{
if (marshaled.___m_additionalContext_0 != NULL)
{
(marshaled.___m_additionalContext_0)->Release();
marshaled.___m_additionalContext_0 = NULL;
}
}
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, int32_t ___state0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___state0;
StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)__this, L_0, NULL, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA_AdjustorThunk (RuntimeObject * __this, int32_t ___state0, const RuntimeMethod* method)
{
int32_t _offset = 1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + _offset);
StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA(_thisAdjusted, ___state0, method);
}
// System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, int32_t ___state0, RuntimeObject * ___additional1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___state0;
__this->set_m_state_1(L_0);
RuntimeObject * L_1 = ___additional1;
__this->set_m_additionalContext_0(L_1);
return;
}
}
IL2CPP_EXTERN_C void StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52_AdjustorThunk (RuntimeObject * __this, int32_t ___state0, RuntimeObject * ___additional1, const RuntimeMethod* method)
{
int32_t _offset = 1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + _offset);
StreamingContext__ctor_mFDE6C04F21FF60F9832C30FF1B8C59258C02BF52(_thisAdjusted, ___state0, ___additional1, method);
}
// System.Boolean System.Runtime.Serialization.StreamingContext::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
RuntimeObject * L_1 = ___obj0;
RuntimeObject * L_2 = ((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)UnBox(L_1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var))->get_m_additionalContext_0();
RuntimeObject * L_3 = __this->get_m_additionalContext_0();
if ((!(((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)L_3))))
{
goto IL_0032;
}
}
{
RuntimeObject * L_4 = ___obj0;
int32_t L_5 = ((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)UnBox(L_4, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var))->get_m_state_1();
int32_t L_6 = __this->get_m_state_1();
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0032;
}
}
{
return (bool)1;
}
IL_0032:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + _offset);
return StreamingContext_Equals_mBC5700D17AB46A55C27F7CA4E2D10CEFE4CAD1A8(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.Runtime.Serialization.StreamingContext::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_state_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + _offset);
return StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5_inline(_thisAdjusted, method);
}
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::get_State()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62 (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_state_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * _thisAdjusted = reinterpret_cast<StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *>(__this + _offset);
return StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.TypeLoadExceptionHolder::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadExceptionHolder__ctor_m0CEBC76DA756F48F4154F3A51C172C71F4AF777F (TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * __this, String_t* ___typeName0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___typeName0;
__this->set_m_typeName_0(L_0);
return;
}
}
// System.String System.Runtime.Serialization.TypeLoadExceptionHolder::get_TypeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeLoadExceptionHolder_get_TypeName_mF0C5975316A9B33FFF5082F76342E267A3C2448C (TypeLoadExceptionHolder_t25D9A474F1B8929534D57CDD46252B59C9378653 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_typeName_0();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Serialization.ValueTypeFixupInfo::.ctor(System.Int64,System.Reflection.FieldInfo,System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, int64_t ___containerID0, FieldInfo_t * ___member1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___parentIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
FieldInfo_t * L_0 = ___member1;
bool L_1 = FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7(L_0, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0022;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___parentIndex2;
if (L_2)
{
goto IL_0022;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral249DBD06E584477042DE51D82FF72D52F7D7C76D, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_RuntimeMethod_var);
}
IL_0022:
{
int64_t L_5 = ___containerID0;
if (L_5)
{
goto IL_0043;
}
}
{
FieldInfo_t * L_6 = ___member1;
bool L_7 = FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7(L_6, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0043;
}
}
{
int64_t L_8 = ___containerID0;
__this->set_m_containerID_0(L_8);
FieldInfo_t * L_9 = ___member1;
__this->set_m_parentField_1(L_9);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = ___parentIndex2;
__this->set_m_parentIndex_2(L_10);
}
IL_0043:
{
FieldInfo_t * L_11 = ___member1;
bool L_12 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_11, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_007f;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = ___parentIndex2;
if (!L_13)
{
goto IL_005f;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral08D213ABBE49B0ED315827FD621B5CC2D354DDD2, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_RuntimeMethod_var);
}
IL_005f:
{
FieldInfo_t * L_16 = ___member1;
NullCheck(L_16);
Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_16);
NullCheck(L_17);
bool L_18 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_007f;
}
}
{
int64_t L_19 = ___containerID0;
if (L_19)
{
goto IL_007f;
}
}
{
String_t* L_20 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF1FED6EF5E019C661C77B1DB161B69169FA467AC, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_21 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_21, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ValueTypeFixupInfo__ctor_m6B834C5CDA258DA3E49CC3A817B46B22836B98FE_RuntimeMethod_var);
}
IL_007f:
{
int64_t L_22 = ___containerID0;
__this->set_m_containerID_0(L_22);
FieldInfo_t * L_23 = ___member1;
__this->set_m_parentField_1(L_23);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_24 = ___parentIndex2;
__this->set_m_parentIndex_2(L_24);
return;
}
}
// System.Int64 System.Runtime.Serialization.ValueTypeFixupInfo::get_ContainerID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ValueTypeFixupInfo_get_ContainerID_mB9E1A8E9266CE9CA2FA953CBF783418AC3434208 (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get_m_containerID_0();
return L_0;
}
}
// System.Reflection.FieldInfo System.Runtime.Serialization.ValueTypeFixupInfo::get_ParentField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * ValueTypeFixupInfo_get_ParentField_m0A81FF0C88D22219613C250FD431A107BF4411E3 (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method)
{
{
FieldInfo_t * L_0 = __this->get_m_parentField_1();
return L_0;
}
}
// System.Int32[] System.Runtime.Serialization.ValueTypeFixupInfo::get_ParentIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ValueTypeFixupInfo_get_ParentIndex_m6B7ADD6FF8AC73C8DDBF4FAA49AF2CA484EE7816 (ValueTypeFixupInfo_t7500A941535AF87867BDDE83BAC4CA007CA836DC * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_parentIndex_2();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.Versioning.BinaryCompatibility::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryCompatibility__cctor_m93D7345ABCD06B452C984790479C07F62E12089B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryCompatibility__cctor_m93D7345ABCD06B452C984790479C07F62E12089B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var))->set_TargetsAtLeast_Desktop_V4_5_0((bool)1);
((BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var))->set_TargetsAtLeast_Desktop_V4_5_1_1((bool)1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.RuntimeFieldHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C void RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_AdjustorThunk (RuntimeObject * __this, intptr_t ___v0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_inline(_thisAdjusted, ___v0, method);
}
// System.Void System.RuntimeFieldHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MonoField_t * V_0 = NULL;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF V_1;
memset((&V_1), 0, sizeof(V_1));
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (MonoField_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteralEC1F78FD1B1ED4270616C86AC5F060C76454B471, L_4, /*hidden argument*/NULL);
V_0 = ((MonoField_t *)CastclassClass((RuntimeObject*)L_5, MonoField_t_il2cpp_TypeInfo_var));
MonoField_t * L_6 = V_0;
NullCheck(L_6);
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_7 = VirtFuncInvoker0< RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF >::Invoke(17 /* System.RuntimeFieldHandle System.Reflection.FieldInfo::get_FieldHandle() */, L_6);
V_1 = L_7;
intptr_t L_8 = RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_inline((RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)(&V_1), /*hidden argument*/NULL);
__this->set_value_0((intptr_t)L_8);
intptr_t L_9 = __this->get_value_0();
bool L_10 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_9, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_10)
{
goto IL_005f;
}
}
{
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral724B20103740F89066905DA0B778BAF372F0DFFA, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_RuntimeMethod_var);
}
IL_005f:
{
return;
}
}
IL2CPP_EXTERN_C void RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
RuntimeFieldHandle__ctor_m3411321558D027BB7D4EEAECBFFEEF61BAD7A465(_thisAdjusted, ___info0, ___context1, method);
}
// System.IntPtr System.RuntimeFieldHandle::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C intptr_t RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
return RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_inline(_thisAdjusted, method);
}
// System.Void System.RuntimeFieldHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_RuntimeMethod_var);
}
IL_000e:
{
intptr_t L_2 = __this->get_value_0();
bool L_3 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_2, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002b;
}
}
{
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_4, _stringLiteral5B51336E564989178F263E0CD28F6C75E70F7191, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_RuntimeMethod_var);
}
IL_002b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = (*(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)__this);
FieldInfo_t * L_7 = FieldInfo_GetFieldFromHandle_m4559B3EB75D60B9573FF47FB04F91F4752F1EDD6(L_6, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (MonoField_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteralEC1F78FD1B1ED4270616C86AC5F060C76454B471, ((MonoField_t *)CastclassClass((RuntimeObject*)L_7, MonoField_t_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
RuntimeFieldHandle_GetObjectData_m9483D2EC90C1BF03B91F32E4F355721CB3B0503A(_thisAdjusted, ___info0, ___context1, method);
}
// System.Boolean System.RuntimeFieldHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___obj0;
if (!L_0)
{
goto IL_0020;
}
}
{
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_1 = (*(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)__this);
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = L_1;
RuntimeObject * L_3 = Box(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_il2cpp_TypeInfo_var, &L_2);
NullCheck(L_3);
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
RuntimeObject * L_5 = ___obj0;
NullCheck(L_5);
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_7 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_8 = __this->get_value_0();
RuntimeObject * L_9 = ___obj0;
V_0 = ((*(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)((RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)UnBox(L_9, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_il2cpp_TypeInfo_var))));
intptr_t L_10 = RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_inline((RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)(&V_0), /*hidden argument*/NULL);
bool L_11 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_8, (intptr_t)L_10, /*hidden argument*/NULL);
return L_11;
}
}
IL2CPP_EXTERN_C bool RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
return RuntimeFieldHandle_Equals_m0212679ECABC484C8499DF313FE06631A0BC3D50(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.RuntimeFieldHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeFieldHandle_GetHashCode_mAC7E78F6C0F0A58E6A349467E3B9F8DC602B7F88 (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method)
{
{
intptr_t* L_0 = __this->get_address_of_value_0();
int32_t L_1 = IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A((intptr_t*)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t RuntimeFieldHandle_GetHashCode_mAC7E78F6C0F0A58E6A349467E3B9F8DC602B7F88_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * _thisAdjusted = reinterpret_cast<RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *>(__this + _offset);
return RuntimeFieldHandle_GetHashCode_mAC7E78F6C0F0A58E6A349467E3B9F8DC602B7F88(_thisAdjusted, method);
}
// System.Void System.RuntimeFieldHandle::SetValueInternal(System.Reflection.FieldInfo,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_SetValueInternal_mE6BD08A86D02F8A8136A0DF684A9AA228DAE7711 (FieldInfo_t * ___fi0, RuntimeObject * ___obj1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
typedef void (*RuntimeFieldHandle_SetValueInternal_mE6BD08A86D02F8A8136A0DF684A9AA228DAE7711_ftn) (FieldInfo_t *, RuntimeObject *, RuntimeObject *);
using namespace il2cpp::icalls;
((RuntimeFieldHandle_SetValueInternal_mE6BD08A86D02F8A8136A0DF684A9AA228DAE7711_ftn)mscorlib::System::RuntimeFieldHandle::SetValueInternal) (___fi0, ___obj1, ___value2);
}
// System.Void System.RuntimeFieldHandle::SetValue(System.Reflection.RtFieldInfo,System.Object,System.Object,System.RuntimeType,System.Reflection.FieldAttributes,System.RuntimeType,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_SetValue_m58A09CAD0FEBE3B8AE003AA2AAD9230406262B73 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * ___field0, RuntimeObject * ___obj1, RuntimeObject * ___value2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___fieldType3, int32_t ___fieldAttr4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___declaringType5, bool* ___domainInitialized6, const RuntimeMethod* method)
{
{
RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * L_0 = ___field0;
RuntimeObject * L_1 = ___obj1;
RuntimeObject * L_2 = ___value2;
RuntimeFieldHandle_SetValueInternal_mE6BD08A86D02F8A8136A0DF684A9AA228DAE7711(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.RuntimeFieldHandle::SetValueDirect(System.Reflection.RtFieldInfo,System.RuntimeType,System.Void*,System.Object,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_SetValueDirect_m24454E1780BB350A036B82D35CA37792DC21A4C7 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * ___field0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___fieldType1, void* ___pTypedRef2, RuntimeObject * ___value3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___contextType4, const RuntimeMethod* method)
{
typedef void (*RuntimeFieldHandle_SetValueDirect_m24454E1780BB350A036B82D35CA37792DC21A4C7_ftn) (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 *, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, void*, RuntimeObject *, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
((RuntimeFieldHandle_SetValueDirect_m24454E1780BB350A036B82D35CA37792DC21A4C7_ftn)mscorlib::System::RuntimeFieldHandle::SetValueDirect) (___field0, ___fieldType1, ___pTypedRef2, ___value3, ___contextType4);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.RuntimeMethodHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_AdjustorThunk (RuntimeObject * __this, intptr_t ___v0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline(_thisAdjusted, ___v0, method);
}
// System.Void System.RuntimeMethodHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MonoMethod_t * V_0 = NULL;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F V_1;
memset((&V_1), 0, sizeof(V_1));
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (MonoMethod_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral308DADD8379AA87AD9B6AD01D3328702E3FD5D72, L_4, /*hidden argument*/NULL);
V_0 = ((MonoMethod_t *)CastclassClass((RuntimeObject*)L_5, MonoMethod_t_il2cpp_TypeInfo_var));
MonoMethod_t * L_6 = V_0;
NullCheck(L_6);
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_7 = VirtFuncInvoker0< RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F >::Invoke(19 /* System.RuntimeMethodHandle System.Reflection.MethodBase::get_MethodHandle() */, L_6);
V_1 = L_7;
intptr_t L_8 = RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&V_1), /*hidden argument*/NULL);
__this->set_value_0((intptr_t)L_8);
intptr_t L_9 = __this->get_value_0();
bool L_10 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_9, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_10)
{
goto IL_005f;
}
}
{
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral724B20103740F89066905DA0B778BAF372F0DFFA, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_RuntimeMethod_var);
}
IL_005f:
{
return;
}
}
IL2CPP_EXTERN_C void RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
RuntimeMethodHandle__ctor_m4968C1DB3CF6B13A00743B53019FA91E13E431DC(_thisAdjusted, ___info0, ___context1, method);
}
// System.IntPtr System.RuntimeMethodHandle::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
return RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline(_thisAdjusted, method);
}
// System.Void System.RuntimeMethodHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_RuntimeMethod_var);
}
IL_000e:
{
intptr_t L_2 = __this->get_value_0();
bool L_3 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_2, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002b;
}
}
{
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_4, _stringLiteral5B51336E564989178F263E0CD28F6C75E70F7191, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_RuntimeMethod_var);
}
IL_002b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_6 = (*(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)__this);
MethodBase_t * L_7 = MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878(L_6, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (MonoMethod_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteral308DADD8379AA87AD9B6AD01D3328702E3FD5D72, ((MonoMethod_t *)CastclassClass((RuntimeObject*)L_7, MonoMethod_t_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
RuntimeMethodHandle_GetObjectData_m2EC6B6BFB9E7CDCF9F05045E3D93BA25696D8CB5(_thisAdjusted, ___info0, ___context1, method);
}
// System.Boolean System.RuntimeMethodHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___obj0;
if (!L_0)
{
goto IL_0020;
}
}
{
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_1 = (*(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)__this);
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_2 = L_1;
RuntimeObject * L_3 = Box(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_il2cpp_TypeInfo_var, &L_2);
NullCheck(L_3);
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
RuntimeObject * L_5 = ___obj0;
NullCheck(L_5);
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_7 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_8 = __this->get_value_0();
RuntimeObject * L_9 = ___obj0;
V_0 = ((*(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)UnBox(L_9, RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F_il2cpp_TypeInfo_var))));
intptr_t L_10 = RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&V_0), /*hidden argument*/NULL);
bool L_11 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_8, (intptr_t)L_10, /*hidden argument*/NULL);
return L_11;
}
}
IL2CPP_EXTERN_C bool RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
return RuntimeMethodHandle_Equals_m3277C44BC10CD5CCA306E9003E3209AE225AA5FF(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.RuntimeMethodHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method)
{
{
intptr_t* L_0 = __this->get_address_of_value_0();
int32_t L_1 = IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A((intptr_t*)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
return RuntimeMethodHandle_GetHashCode_mA7A6E8AF5304BC5949F375BC169E85CB75F669A5(_thisAdjusted, method);
}
// System.String System.RuntimeMethodHandle::ConstructInstantiation(System.Reflection.RuntimeMethodInfo,System.TypeNameFormatFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeMethodHandle_ConstructInstantiation_m86D2B7435447EAA7331C6217AF385968791D569A (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * ___method0, int32_t ___format1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeMethodHandle_ConstructInstantiation_m86D2B7435447EAA7331C6217AF385968791D569A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_1 = NULL;
int32_t V_2 = 0;
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_1 = ___method0;
NullCheck(L_1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(23 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_1);
V_1 = L_2;
StringBuilder_t * L_3 = V_0;
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, /*hidden argument*/NULL);
V_2 = 0;
goto IL_0040;
}
IL_001d:
{
int32_t L_4 = V_2;
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_002d;
}
}
{
StringBuilder_t * L_5 = V_0;
NullCheck(L_5);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, /*hidden argument*/NULL);
}
IL_002d:
{
StringBuilder_t * L_6 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = V_1;
int32_t L_8 = V_2;
NullCheck(L_7);
int32_t L_9 = L_8;
Type_t * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_10);
NullCheck(L_6);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_6, L_11, /*hidden argument*/NULL);
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0040:
{
int32_t L_13 = V_2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = V_1;
NullCheck(L_14);
if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
{
goto IL_001d;
}
}
{
StringBuilder_t * L_15 = V_0;
NullCheck(L_15);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
StringBuilder_t * L_16 = V_0;
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16);
return L_17;
}
}
// System.Boolean System.RuntimeMethodHandle::IsNullHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
intptr_t L_0 = __this->get_value_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C bool RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * _thisAdjusted = reinterpret_cast<RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *>(__this + _offset);
return RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.RuntimeType::ThrowIfTypeNeverValidGenericArgument(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
NullCheck(L_0);
bool L_1 = Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0022;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___type0;
NullCheck(L_2);
bool L_3 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0022;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ___type0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
bool L_7 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0041;
}
}
IL_0022:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = ___type0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
String_t* L_12 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral1D1BF960A29362D8B5000AB149BCFF821C0F8852, L_9, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79_RuntimeMethod_var);
}
IL_0041:
{
return;
}
}
// System.Void System.RuntimeType::SanityCheckGenericArguments(System.RuntimeType[],System.RuntimeType[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1 (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ___genericArguments0, RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ___genericParamters1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_0 = ___genericArguments0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_RuntimeMethod_var);
}
IL_0009:
{
V_0 = 0;
goto IL_002a;
}
IL_000d:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_2 = ___genericArguments0;
int32_t L_3 = V_0;
NullCheck(L_2);
int32_t L_4 = L_3;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_6 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_5, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_001e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_7 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_RuntimeMethod_var);
}
IL_001e:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_8 = ___genericArguments0;
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_ThrowIfTypeNeverValidGenericArgument_m9838534B1D05AB3EE2F4130153EF42D3EDCB9B79(L_11, /*hidden argument*/NULL);
int32_t L_12 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_002a:
{
int32_t L_13 = V_0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_14 = ___genericArguments0;
NullCheck(L_14);
if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
{
goto IL_000d;
}
}
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_15 = ___genericArguments0;
NullCheck(L_15);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_16 = ___genericParamters1;
NullCheck(L_16);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
{
goto IL_0064;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_19 = ___genericArguments0;
NullCheck(L_19);
int32_t L_20 = (((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))));
RuntimeObject * L_21 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_20);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_21);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_21);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_18;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_23 = ___genericParamters1;
NullCheck(L_23);
int32_t L_24 = (((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))));
RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_25);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_25);
String_t* L_26 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral00968CFD06495A68558AFB5381A0F5AEC86F4E6E, L_22, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_27, L_26, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1_RuntimeMethod_var);
}
IL_0064:
{
return;
}
}
// System.Void System.RuntimeType::SplitName(System.String,System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD (String_t* ___fullname0, String_t** ___name1, String_t** ___ns2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
String_t** L_0 = ___name1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL);
String_t** L_1 = ___ns2;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL);
String_t* L_2 = ___fullname0;
if (L_2)
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
String_t* L_3 = ___fullname0;
NullCheck(L_3);
int32_t L_4 = String_LastIndexOf_mA235A9DBC602A4C97D8708F51720E0BAE3CD7D84(L_3, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, 4, /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_004e;
}
}
{
String_t** L_6 = ___ns2;
String_t* L_7 = ___fullname0;
int32_t L_8 = V_0;
NullCheck(L_7);
String_t* L_9 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_7, 0, L_8, /*hidden argument*/NULL);
*((RuntimeObject **)L_6) = (RuntimeObject *)L_9;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_9);
String_t* L_10 = ___fullname0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
String_t** L_12 = ___ns2;
String_t* L_13 = *((String_t**)L_12);
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_14)), (int32_t)1));
int32_t L_15 = V_1;
if (!L_15)
{
goto IL_0046;
}
}
{
String_t** L_16 = ___name1;
String_t* L_17 = ___fullname0;
int32_t L_18 = V_0;
int32_t L_19 = V_1;
NullCheck(L_17);
String_t* L_20 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), L_19, /*hidden argument*/NULL);
*((RuntimeObject **)L_16) = (RuntimeObject *)L_20;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_20);
return;
}
IL_0046:
{
String_t** L_21 = ___name1;
*((RuntimeObject **)L_21) = (RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_21, (void*)(RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
return;
}
IL_004e:
{
String_t** L_22 = ___name1;
String_t* L_23 = ___fullname0;
*((RuntimeObject **)L_22) = (RuntimeObject *)L_23;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_22, (void*)(RuntimeObject *)L_23);
return;
}
}
// System.Void System.RuntimeType::FilterHelper(System.Reflection.BindingFlags,System.String&,System.Boolean,System.Boolean&,System.Boolean&,System.RuntimeType_MemberListType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222 (int32_t ___bindingFlags0, String_t** ___name1, bool ___allowPrefixLookup2, bool* ___prefixLookup3, bool* ___ignoreCase4, int32_t* ___listType5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool* L_0 = ___prefixLookup3;
*((int8_t*)L_0) = (int8_t)0;
bool* L_1 = ___ignoreCase4;
*((int8_t*)L_1) = (int8_t)0;
String_t** L_2 = ___name1;
String_t* L_3 = *((String_t**)L_2);
if (!L_3)
{
goto IL_0059;
}
}
{
int32_t L_4 = ___bindingFlags0;
if (!((int32_t)((int32_t)L_4&(int32_t)1)))
{
goto IL_0028;
}
}
{
String_t** L_5 = ___name1;
String_t** L_6 = ___name1;
String_t* L_7 = *((String_t**)L_6);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_7);
String_t* L_9 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_7, L_8, /*hidden argument*/NULL);
*((RuntimeObject **)L_5) = (RuntimeObject *)L_9;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)L_9);
bool* L_10 = ___ignoreCase4;
*((int8_t*)L_10) = (int8_t)1;
int32_t* L_11 = ___listType5;
*((int32_t*)L_11) = (int32_t)2;
goto IL_002c;
}
IL_0028:
{
int32_t* L_12 = ___listType5;
*((int32_t*)L_12) = (int32_t)1;
}
IL_002c:
{
bool L_13 = ___allowPrefixLookup2;
if (!L_13)
{
goto IL_005d;
}
}
{
String_t** L_14 = ___name1;
String_t* L_15 = *((String_t**)L_14);
NullCheck(L_15);
bool L_16 = String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811(L_15, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, 4, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_005d;
}
}
{
String_t** L_17 = ___name1;
String_t** L_18 = ___name1;
String_t* L_19 = *((String_t**)L_18);
String_t** L_20 = ___name1;
String_t* L_21 = *((String_t**)L_20);
NullCheck(L_21);
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_21, /*hidden argument*/NULL);
NullCheck(L_19);
String_t* L_23 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_19, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), /*hidden argument*/NULL);
*((RuntimeObject **)L_17) = (RuntimeObject *)L_23;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_17, (void*)(RuntimeObject *)L_23);
bool* L_24 = ___prefixLookup3;
*((int8_t*)L_24) = (int8_t)1;
int32_t* L_25 = ___listType5;
*((int32_t*)L_25) = (int32_t)0;
return;
}
IL_0059:
{
int32_t* L_26 = ___listType5;
*((int32_t*)L_26) = (int32_t)0;
}
IL_005d:
{
return;
}
}
// System.Void System.RuntimeType::FilterHelper(System.Reflection.BindingFlags,System.String&,System.Boolean&,System.RuntimeType_MemberListType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A (int32_t ___bindingFlags0, String_t** ___name1, bool* ___ignoreCase2, int32_t* ___listType3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
int32_t L_0 = ___bindingFlags0;
String_t** L_1 = ___name1;
bool* L_2 = ___ignoreCase2;
int32_t* L_3 = ___listType3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)L_1, (bool)0, (bool*)(&V_0), (bool*)L_2, (int32_t*)L_3, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.RuntimeType::FilterApplyPrefixLookup(System.Reflection.MemberInfo,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E (MemberInfo_t * ___memberInfo0, String_t* ___name1, bool ___ignoreCase2, const RuntimeMethod* method)
{
{
bool L_0 = ___ignoreCase2;
if (!L_0)
{
goto IL_0014;
}
}
{
MemberInfo_t * L_1 = ___memberInfo0;
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1);
String_t* L_3 = ___name1;
NullCheck(L_2);
bool L_4 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_2, L_3, 5, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0025;
}
}
{
return (bool)0;
}
IL_0014:
{
MemberInfo_t * L_5 = ___memberInfo0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5);
String_t* L_7 = ___name1;
NullCheck(L_6);
bool L_8 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_6, L_7, 4, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0025;
}
}
{
return (bool)0;
}
IL_0025:
{
return (bool)1;
}
}
// System.Boolean System.RuntimeType::FilterApplyBase(System.Reflection.MemberInfo,System.Reflection.BindingFlags,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0 (MemberInfo_t * ___memberInfo0, int32_t ___bindingFlags1, bool ___isPublic2, bool ___isNonProtectedInternal3, bool ___isStatic4, String_t* ___name5, bool ___prefixLookup6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
MethodInfo_t * V_1 = NULL;
{
bool L_0 = ___isPublic2;
if (!L_0)
{
goto IL_000b;
}
}
{
int32_t L_1 = ___bindingFlags1;
if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)16))))
{
goto IL_0013;
}
}
{
return (bool)0;
}
IL_000b:
{
int32_t L_2 = ___bindingFlags1;
if (((int32_t)((int32_t)L_2&(int32_t)((int32_t)32))))
{
goto IL_0013;
}
}
{
return (bool)0;
}
IL_0013:
{
MemberInfo_t * L_3 = ___memberInfo0;
NullCheck(L_3);
Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_3);
MemberInfo_t * L_5 = ___memberInfo0;
NullCheck(L_5);
Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_5);
V_0 = (bool)((((int32_t)((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0);
int32_t L_7 = ___bindingFlags1;
bool L_8 = V_0;
if (!((int32_t)((int32_t)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0)&(int32_t)L_8)))
{
goto IL_0031;
}
}
{
return (bool)0;
}
IL_0031:
{
MemberInfo_t * L_9 = ___memberInfo0;
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_9);
if ((((int32_t)L_10) == ((int32_t)((int32_t)32))))
{
goto IL_0067;
}
}
{
MemberInfo_t * L_11 = ___memberInfo0;
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_11);
if ((((int32_t)L_12) == ((int32_t)((int32_t)128))))
{
goto IL_0067;
}
}
{
bool L_13 = ___isStatic4;
if (!L_13)
{
goto IL_0060;
}
}
{
int32_t L_14 = ___bindingFlags1;
bool L_15 = V_0;
if (!((int32_t)((int32_t)((((int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0)&(int32_t)L_15)))
{
goto IL_0059;
}
}
{
return (bool)0;
}
IL_0059:
{
int32_t L_16 = ___bindingFlags1;
if (((int32_t)((int32_t)L_16&(int32_t)8)))
{
goto IL_0067;
}
}
{
return (bool)0;
}
IL_0060:
{
int32_t L_17 = ___bindingFlags1;
if (((int32_t)((int32_t)L_17&(int32_t)4)))
{
goto IL_0067;
}
}
{
return (bool)0;
}
IL_0067:
{
bool L_18 = ___prefixLookup6;
if (!L_18)
{
goto IL_007d;
}
}
{
MemberInfo_t * L_19 = ___memberInfo0;
String_t* L_20 = ___name5;
int32_t L_21 = ___bindingFlags1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_22 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_19, L_20, (bool)((!(((uint32_t)((int32_t)((int32_t)L_21&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL);
if (L_22)
{
goto IL_007d;
}
}
{
return (bool)0;
}
IL_007d:
{
int32_t L_23 = ___bindingFlags1;
bool L_24 = V_0;
bool L_25 = ___isNonProtectedInternal3;
if (!((int32_t)((int32_t)((int32_t)((int32_t)((((int32_t)((int32_t)((int32_t)L_23&(int32_t)2))) == ((int32_t)0))? 1 : 0)&(int32_t)L_24))&(int32_t)L_25)))
{
goto IL_00bc;
}
}
{
int32_t L_26 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_26&(int32_t)((int32_t)32))))
{
goto IL_00bc;
}
}
{
bool L_27 = ___isStatic4;
if (L_27)
{
goto IL_00bc;
}
}
{
int32_t L_28 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_28&(int32_t)4)))
{
goto IL_00bc;
}
}
{
MemberInfo_t * L_29 = ___memberInfo0;
V_1 = ((MethodInfo_t *)IsInstClass((RuntimeObject*)L_29, MethodInfo_t_il2cpp_TypeInfo_var));
MethodInfo_t * L_30 = V_1;
bool L_31 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_30, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_00aa;
}
}
{
return (bool)0;
}
IL_00aa:
{
MethodInfo_t * L_32 = V_1;
NullCheck(L_32);
bool L_33 = MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4(L_32, /*hidden argument*/NULL);
if (L_33)
{
goto IL_00bc;
}
}
{
MethodInfo_t * L_34 = V_1;
NullCheck(L_34);
bool L_35 = MethodBase_get_IsAbstract_mFE6CAF80BCF511BE090A541FD179CF5C418176A0(L_34, /*hidden argument*/NULL);
if (L_35)
{
goto IL_00bc;
}
}
{
return (bool)0;
}
IL_00bc:
{
return (bool)1;
}
}
// System.Boolean System.RuntimeType::FilterApplyType(System.Type,System.Reflection.BindingFlags,System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B (Type_t * ___type0, int32_t ___bindingFlags1, String_t* ___name2, bool ___prefixLookup3, String_t* ___ns4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B3_0 = 0;
{
Type_t * L_0 = ___type0;
NullCheck(L_0);
bool L_1 = Type_get_IsNestedPublic_m214CC3E241549EDCA1B438E5A66E4B3C66EA5C14(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0010;
}
}
{
Type_t * L_2 = ___type0;
NullCheck(L_2);
bool L_3 = Type_get_IsPublic_mC1B34517A62C56867856DFFE5C7797E7B6CF536C(L_2, /*hidden argument*/NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 1;
}
IL_0011:
{
V_0 = (bool)G_B3_0;
V_1 = (bool)0;
Type_t * L_4 = ___type0;
int32_t L_5 = ___bindingFlags1;
bool L_6 = V_0;
Type_t * L_7 = ___type0;
NullCheck(L_7);
bool L_8 = Type_get_IsNestedAssembly_m26AFF83CEEB59FB7F2E571EA55FA2E217BEC8CA8(L_7, /*hidden argument*/NULL);
bool L_9 = V_1;
String_t* L_10 = ___name2;
bool L_11 = ___prefixLookup3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_12 = RuntimeType_FilterApplyBase_m3A4ADCD41E08ED5CF4EF71FB2DDAD317FADC57C0(L_4, L_5, L_6, L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0029;
}
}
{
return (bool)0;
}
IL_0029:
{
String_t* L_13 = ___ns4;
if (!L_13)
{
goto IL_003e;
}
}
{
Type_t * L_14 = ___type0;
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Type::get_Namespace() */, L_14);
String_t* L_16 = ___ns4;
NullCheck(L_15);
bool L_17 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_15, L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_003e;
}
}
{
return (bool)0;
}
IL_003e:
{
return (bool)1;
}
}
// System.Boolean System.RuntimeType::FilterApplyMethodInfo(System.Reflection.RuntimeMethodInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * ___method0, int32_t ___bindingFlags1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_0 = ___method0;
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_1 = ___method0;
NullCheck(L_1);
int32_t L_2 = RuntimeMethodInfo_get_BindingFlags_m1BC8F7AB8FB3F40008C870B95DAA0EBDA5586AED(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___bindingFlags1;
int32_t L_4 = ___callConv2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = ___argumentTypes3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_6 = RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F(L_0, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Boolean System.RuntimeType::FilterApplyConstructorInfo(System.Reflection.RuntimeConstructorInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___constructor0, int32_t ___bindingFlags1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_0 = ___constructor0;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_1 = ___constructor0;
NullCheck(L_1);
int32_t L_2 = RuntimeConstructorInfo_get_BindingFlags_m51C818D2BF78AA374716BBB16692D7DC6CB59405(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___bindingFlags1;
int32_t L_4 = ___callConv2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = ___argumentTypes3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_6 = RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F(L_0, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Boolean System.RuntimeType::FilterApplyMethodBase(System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F (MethodBase_t * ___methodBase0, int32_t ___methodFlags1, int32_t ___bindingFlags2, int32_t ___callConv3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FilterApplyMethodBase_mBDCC33EEC264F17D2E09217D5C24239FCA4C277F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_0 = NULL;
bool V_1 = false;
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * V_2 = NULL;
int32_t V_3 = 0;
{
int32_t L_0 = ___bindingFlags2;
___bindingFlags2 = ((int32_t)((int32_t)L_0^(int32_t)2));
int32_t L_1 = ___callConv3;
if (((int32_t)((int32_t)L_1&(int32_t)3)))
{
goto IL_002c;
}
}
{
int32_t L_2 = ___callConv3;
if (!((int32_t)((int32_t)L_2&(int32_t)2)))
{
goto IL_001b;
}
}
{
MethodBase_t * L_3 = ___methodBase0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_3);
if (((int32_t)((int32_t)L_4&(int32_t)2)))
{
goto IL_001b;
}
}
{
return (bool)0;
}
IL_001b:
{
int32_t L_5 = ___callConv3;
if (!((int32_t)((int32_t)L_5&(int32_t)1)))
{
goto IL_002c;
}
}
{
MethodBase_t * L_6 = ___methodBase0;
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_6);
if (((int32_t)((int32_t)L_7&(int32_t)1)))
{
goto IL_002c;
}
}
{
return (bool)0;
}
IL_002c:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = ___argumentTypes4;
if (!L_8)
{
goto IL_0102;
}
}
{
MethodBase_t * L_9 = ___methodBase0;
NullCheck(L_9);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_10 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_9);
V_0 = L_10;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = ___argumentTypes4;
NullCheck(L_11);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_12 = V_0;
NullCheck(L_12);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_00cc;
}
}
{
int32_t L_13 = ___bindingFlags2;
if (((int32_t)((int32_t)L_13&(int32_t)((int32_t)13056))))
{
goto IL_0051;
}
}
{
return (bool)0;
}
IL_0051:
{
V_1 = (bool)0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = ___argumentTypes4;
NullCheck(L_14);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_15 = V_0;
NullCheck(L_15);
if (!((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))))? 1 : 0))
{
goto IL_006c;
}
}
{
MethodBase_t * L_16 = ___methodBase0;
NullCheck(L_16);
int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_16);
if (((int32_t)((int32_t)L_17&(int32_t)2)))
{
goto IL_0088;
}
}
{
V_1 = (bool)1;
goto IL_0088;
}
IL_006c:
{
int32_t L_18 = ___bindingFlags2;
if (((int32_t)((int32_t)L_18&(int32_t)((int32_t)262144))))
{
goto IL_0079;
}
}
{
V_1 = (bool)1;
goto IL_0088;
}
IL_0079:
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_19 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = ___argumentTypes4;
NullCheck(L_20);
NullCheck(L_19);
int32_t L_21 = (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))));
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
NullCheck(L_22);
bool L_23 = ParameterInfo_get_IsOptional_m54B4A2CA619395E36020C512595DA8C7016CAB8D(L_22, /*hidden argument*/NULL);
if (L_23)
{
goto IL_0088;
}
}
{
V_1 = (bool)1;
}
IL_0088:
{
bool L_24 = V_1;
if (!L_24)
{
goto IL_0102;
}
}
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_25 = V_0;
NullCheck(L_25);
if ((((RuntimeArray*)L_25)->max_length))
{
goto IL_0091;
}
}
{
return (bool)0;
}
IL_0091:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_26 = ___argumentTypes4;
NullCheck(L_26);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_27 = V_0;
NullCheck(L_27);
if (!((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))), (int32_t)1))))? 1 : 0))
{
goto IL_00a0;
}
}
{
return (bool)0;
}
IL_00a0:
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_28 = V_0;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_29 = V_0;
NullCheck(L_29);
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))), (int32_t)1));
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
V_2 = L_31;
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_32 = V_2;
NullCheck(L_32);
Type_t * L_33 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_32);
NullCheck(L_33);
bool L_34 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_33, /*hidden argument*/NULL);
if (L_34)
{
goto IL_00b7;
}
}
{
return (bool)0;
}
IL_00b7:
{
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_35 = V_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_36 = { reinterpret_cast<intptr_t> (ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_37 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_36, /*hidden argument*/NULL);
NullCheck(L_35);
bool L_38 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(13 /* System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) */, L_35, L_37, (bool)0);
if (L_38)
{
goto IL_0102;
}
}
{
return (bool)0;
}
IL_00cc:
{
int32_t L_39 = ___bindingFlags2;
if (!((int32_t)((int32_t)L_39&(int32_t)((int32_t)65536))))
{
goto IL_0102;
}
}
{
int32_t L_40 = ___bindingFlags2;
if (((int32_t)((int32_t)L_40&(int32_t)((int32_t)256))))
{
goto IL_0102;
}
}
{
V_3 = 0;
goto IL_00fc;
}
IL_00e2:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_41 = ___argumentTypes4;
int32_t L_42 = V_3;
NullCheck(L_41);
int32_t L_43 = L_42;
Type_t * L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
if (!L_44)
{
goto IL_00f8;
}
}
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_45 = V_0;
int32_t L_46 = V_3;
NullCheck(L_45);
int32_t L_47 = L_46;
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
NullCheck(L_48);
Type_t * L_49 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_48);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_50 = ___argumentTypes4;
int32_t L_51 = V_3;
NullCheck(L_50);
int32_t L_52 = L_51;
Type_t * L_53 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
if ((((RuntimeObject*)(Type_t *)L_49) == ((RuntimeObject*)(Type_t *)L_53)))
{
goto IL_00f8;
}
}
{
return (bool)0;
}
IL_00f8:
{
int32_t L_54 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_00fc:
{
int32_t L_55 = V_3;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_56 = V_0;
NullCheck(L_56);
if ((((int32_t)L_55) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length)))))))
{
goto IL_00e2;
}
}
IL_0102:
{
return (bool)1;
}
}
// System.Void System.RuntimeType::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TypeInfo__ctor_m90553BFFBD15E94439312991D2B1118F1EEB2114(__this, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03_RuntimeMethod_var);
}
}
// System.Boolean System.RuntimeType::IsSpecialSerializableType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsSpecialSerializableType_m531BB860EC93F0248F0D013EC176FE337E94A72E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsSpecialSerializableType_m531BB860EC93F0248F0D013EC176FE337E94A72E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
V_0 = __this;
}
IL_0002:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_DelegateType_14();
bool L_2 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_0, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001c;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_EnumType_11();
bool L_5 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_001e;
}
}
IL_001c:
{
return (bool)1;
}
IL_001e:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = V_0;
NullCheck(L_6);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_7 = RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED(L_6, /*hidden argument*/NULL);
V_0 = L_7;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_9 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0002;
}
}
{
return (bool)0;
}
}
// System.RuntimeType_ListBuilder`1<System.Reflection.MethodInfo> System.RuntimeType::GetMethodCandidates(System.String,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, bool ___allowPrefixLookup4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* V_3 = NULL;
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * V_6 = NULL;
{
int32_t L_0 = ___bindingAttr1;
bool L_1 = ___allowPrefixLookup4;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)(&___name0), L_1, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_2 = ___name0;
int32_t L_3 = ___bindingAttr1;
bool L_4 = V_1;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_5 = RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198(__this, L_2, L_3, L_4, __this, /*hidden argument*/NULL);
V_3 = L_5;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_6 = V_3;
NullCheck(L_6);
ListBuilder_1__ctor_m32D9E0C35E7CEB5E814E7B58072FA144E475CF0A((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_4), (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m32D9E0C35E7CEB5E814E7B58072FA144E475CF0A_RuntimeMethod_var);
V_5 = 0;
goto IL_005a;
}
IL_002a:
{
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_7 = V_3;
int32_t L_8 = V_5;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_6 = L_10;
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_11 = V_6;
int32_t L_12 = ___bindingAttr1;
int32_t L_13 = ___callConv2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = ___types3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_15 = RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE(L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0054;
}
}
{
bool L_16 = V_0;
if (!L_16)
{
goto IL_004b;
}
}
{
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_17 = V_6;
String_t* L_18 = ___name0;
bool L_19 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_20 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_17, L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0054;
}
}
IL_004b:
{
RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * L_21 = V_6;
ListBuilder_1_Add_m9CE383F0AD6CFD16107A80D4A4CF93D593B87316((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_4), L_21, /*hidden argument*/ListBuilder_1_Add_m9CE383F0AD6CFD16107A80D4A4CF93D593B87316_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_22 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_005a:
{
int32_t L_23 = V_5;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_24 = V_3;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_002a;
}
}
{
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 L_25 = V_4;
return L_25;
}
}
// System.RuntimeType_ListBuilder`1<System.Reflection.ConstructorInfo> System.RuntimeType::GetConstructorCandidates(System.String,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, int32_t ___callConv2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, bool ___allowPrefixLookup4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* V_3 = NULL;
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * V_6 = NULL;
{
int32_t L_0 = ___bindingAttr1;
bool L_1 = ___allowPrefixLookup4;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)(&___name0), L_1, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_2 = ___name0;
if (!L_2)
{
goto IL_0034;
}
}
{
String_t* L_3 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
String_t* L_4 = ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var))->get_ConstructorName_0();
bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0034;
}
}
{
String_t* L_6 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
String_t* L_7 = ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var))->get_TypeConstructorName_1();
bool L_8 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0034;
}
}
{
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B L_9;
memset((&L_9), 0, sizeof(L_9));
ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127((&L_9), 0, /*hidden argument*/ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127_RuntimeMethod_var);
return L_9;
}
IL_0034:
{
int32_t L_10 = ___bindingAttr1;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_11 = RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E(__this, L_10, __this, /*hidden argument*/NULL);
V_3 = L_11;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_12 = V_3;
NullCheck(L_12);
ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_4), (((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m12AA94829A12D3D4C60E21D44BA5F57338C4A127_RuntimeMethod_var);
V_5 = 0;
goto IL_007c;
}
IL_004c:
{
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_13 = V_3;
int32_t L_14 = V_5;
NullCheck(L_13);
int32_t L_15 = L_14;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
V_6 = L_16;
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_17 = V_6;
int32_t L_18 = ___bindingAttr1;
int32_t L_19 = ___callConv2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = ___types3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_21 = RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9(L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0076;
}
}
{
bool L_22 = V_0;
if (!L_22)
{
goto IL_006d;
}
}
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_23 = V_6;
String_t* L_24 = ___name0;
bool L_25 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_26 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_23, L_24, L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_0076;
}
}
IL_006d:
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_27 = V_6;
ListBuilder_1_Add_m0449D396E56C02B54DC580D843A31B254583FCE8((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_4), L_27, /*hidden argument*/ListBuilder_1_Add_m0449D396E56C02B54DC580D843A31B254583FCE8_RuntimeMethod_var);
}
IL_0076:
{
int32_t L_28 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_007c:
{
int32_t L_29 = V_5;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_30 = V_3;
NullCheck(L_30);
if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))))
{
goto IL_004c;
}
}
{
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B L_31 = V_4;
return L_31;
}
}
// System.RuntimeType_ListBuilder`1<System.Reflection.PropertyInfo> System.RuntimeType::GetPropertyCandidates(System.String,System.Reflection.BindingFlags,System.Type[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, bool ___allowPrefixLookup3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* V_3 = NULL;
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * V_6 = NULL;
{
int32_t L_0 = ___bindingAttr1;
bool L_1 = ___allowPrefixLookup3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)(&___name0), L_1, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_2 = ___name0;
int32_t L_3 = ___bindingAttr1;
bool L_4 = V_1;
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_5 = RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1(__this, L_2, L_3, L_4, __this, /*hidden argument*/NULL);
V_3 = L_5;
int32_t L_6 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_6^(int32_t)2));
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_7 = V_3;
NullCheck(L_7);
ListBuilder_1__ctor_m33F9EB5F27514C07B825941EB7CAC61F40A66A8C((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_4), (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m33F9EB5F27514C07B825941EB7CAC61F40A66A8C_RuntimeMethod_var);
V_5 = 0;
goto IL_0075;
}
IL_002f:
{
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_8 = V_3;
int32_t L_9 = V_5;
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_6 = L_11;
int32_t L_12 = ___bindingAttr1;
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_13 = V_6;
NullCheck(L_13);
int32_t L_14 = RuntimePropertyInfo_get_BindingFlags_m497D0104C05C57E739255F1AAF881343F3885524(L_13, /*hidden argument*/NULL);
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_15 = V_6;
NullCheck(L_15);
int32_t L_16 = RuntimePropertyInfo_get_BindingFlags_m497D0104C05C57E739255F1AAF881343F3885524(L_15, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_12&(int32_t)L_14))) == ((uint32_t)L_16))))
{
goto IL_006f;
}
}
{
bool L_17 = V_0;
if (!L_17)
{
goto IL_0055;
}
}
{
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_18 = V_6;
String_t* L_19 = ___name0;
bool L_20 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_21 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_18, L_19, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_006f;
}
}
IL_0055:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_22 = ___types2;
if (!L_22)
{
goto IL_0066;
}
}
{
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_23 = V_6;
NullCheck(L_23);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_24 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(23 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_23);
NullCheck(L_24);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_25 = ___types2;
NullCheck(L_25);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))))))))
{
goto IL_006f;
}
}
IL_0066:
{
RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * L_26 = V_6;
ListBuilder_1_Add_m917BD524246AE07B85994761733791695631662C((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_4), L_26, /*hidden argument*/ListBuilder_1_Add_m917BD524246AE07B85994761733791695631662C_RuntimeMethod_var);
}
IL_006f:
{
int32_t L_27 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_0075:
{
int32_t L_28 = V_5;
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_29 = V_3;
NullCheck(L_29);
if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))))
{
goto IL_002f;
}
}
{
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 L_30 = V_4;
return L_30;
}
}
// System.RuntimeType_ListBuilder`1<System.Reflection.EventInfo> System.RuntimeType::GetEventCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* V_3 = NULL;
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * V_6 = NULL;
{
int32_t L_0 = ___bindingAttr1;
bool L_1 = ___allowPrefixLookup2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)(&___name0), L_1, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_2 = ___name0;
int32_t L_3 = ___bindingAttr1;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_4 = RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348(__this, L_2, L_3, __this, /*hidden argument*/NULL);
V_3 = L_4;
int32_t L_5 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_5^(int32_t)2));
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_6 = V_3;
NullCheck(L_6);
ListBuilder_1__ctor_m9D45CD85CEEE349148BADBD5F71559ED1572AD8A((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_4), (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m9D45CD85CEEE349148BADBD5F71559ED1572AD8A_RuntimeMethod_var);
V_5 = 0;
goto IL_0062;
}
IL_002d:
{
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_7 = V_3;
int32_t L_8 = V_5;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_6 = L_10;
int32_t L_11 = ___bindingAttr1;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_12 = V_6;
NullCheck(L_12);
int32_t L_13 = RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D(L_12, /*hidden argument*/NULL);
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_14 = V_6;
NullCheck(L_14);
int32_t L_15 = RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D(L_14, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)L_13))) == ((uint32_t)L_15))))
{
goto IL_005c;
}
}
{
bool L_16 = V_0;
if (!L_16)
{
goto IL_0053;
}
}
{
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_17 = V_6;
String_t* L_18 = ___name0;
bool L_19 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_20 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_17, L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_005c;
}
}
IL_0053:
{
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_21 = V_6;
ListBuilder_1_Add_m84BFFBE17034415D6777D75EEA8FC08579956CEF((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_4), L_21, /*hidden argument*/ListBuilder_1_Add_m84BFFBE17034415D6777D75EEA8FC08579956CEF_RuntimeMethod_var);
}
IL_005c:
{
int32_t L_22 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0062:
{
int32_t L_23 = V_5;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_24 = V_3;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_002d;
}
}
{
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC L_25 = V_4;
return L_25;
}
}
// System.RuntimeType_ListBuilder`1<System.Reflection.FieldInfo> System.RuntimeType::GetFieldCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* V_3 = NULL;
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * V_6 = NULL;
{
int32_t L_0 = ___bindingAttr1;
bool L_1 = ___allowPrefixLookup2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_0, (String_t**)(&___name0), L_1, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_2 = ___name0;
int32_t L_3 = ___bindingAttr1;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_4 = RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9(__this, L_2, L_3, __this, /*hidden argument*/NULL);
V_3 = L_4;
int32_t L_5 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_5^(int32_t)2));
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_6 = V_3;
NullCheck(L_6);
ListBuilder_1__ctor_m7B093C8CBD5EB15804418528B695E5770F9F7CDD((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m7B093C8CBD5EB15804418528B695E5770F9F7CDD_RuntimeMethod_var);
V_5 = 0;
goto IL_0062;
}
IL_002d:
{
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_7 = V_3;
int32_t L_8 = V_5;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_6 = L_10;
int32_t L_11 = ___bindingAttr1;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_12 = V_6;
NullCheck(L_12);
int32_t L_13 = RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010(L_12, /*hidden argument*/NULL);
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_14 = V_6;
NullCheck(L_14);
int32_t L_15 = RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010(L_14, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)L_13))) == ((uint32_t)L_15))))
{
goto IL_005c;
}
}
{
bool L_16 = V_0;
if (!L_16)
{
goto IL_0053;
}
}
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_17 = V_6;
String_t* L_18 = ___name0;
bool L_19 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_20 = RuntimeType_FilterApplyPrefixLookup_m522045952E99A3581423A65DAD0CB89A995D078E(L_17, L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_005c;
}
}
IL_0053:
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_21 = V_6;
ListBuilder_1_Add_m31C60F34F4D857ED06C8A6C1B0CC4C918F0F8674((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), L_21, /*hidden argument*/ListBuilder_1_Add_m31C60F34F4D857ED06C8A6C1B0CC4C918F0F8674_RuntimeMethod_var);
}
IL_005c:
{
int32_t L_22 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0062:
{
int32_t L_23 = V_5;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_24 = V_3;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_002d;
}
}
{
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 L_25 = V_4;
return L_25;
}
}
// System.RuntimeType_ListBuilder`1<System.Type> System.RuntimeType::GetNestedTypeCandidates(System.String,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___fullname0, int32_t ___bindingAttr1, bool ___allowPrefixLookup2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
int32_t V_4 = 0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_5 = NULL;
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t V_7 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_8 = NULL;
{
int32_t L_0 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)-9)));
String_t* L_1 = ___fullname0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD(L_1, (String_t**)(&V_2), (String_t**)(&V_3), /*hidden argument*/NULL);
int32_t L_2 = ___bindingAttr1;
bool L_3 = ___allowPrefixLookup2;
RuntimeType_FilterHelper_m39DC55F8C2B54A404BF72C3D3CDCBD1C5FCF1222(L_2, (String_t**)(&V_2), L_3, (bool*)(&V_0), (bool*)(&V_1), (int32_t*)(&V_4), /*hidden argument*/NULL);
String_t* L_4 = V_2;
int32_t L_5 = ___bindingAttr1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_6 = RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A(__this, L_4, L_5, /*hidden argument*/NULL);
V_5 = L_6;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_7 = V_5;
NullCheck(L_7);
ListBuilder_1__ctor_m5C06A0A5A34060BE13F097F7DEC45CC40A946006((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_6), (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), /*hidden argument*/ListBuilder_1__ctor_m5C06A0A5A34060BE13F097F7DEC45CC40A946006_RuntimeMethod_var);
V_7 = 0;
goto IL_005c;
}
IL_0039:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_8 = V_5;
int32_t L_9 = V_7;
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_8 = L_11;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_8;
int32_t L_13 = ___bindingAttr1;
String_t* L_14 = V_2;
bool L_15 = V_0;
String_t* L_16 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_17 = RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B(L_12, L_13, L_14, L_15, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0056;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_18 = V_8;
ListBuilder_1_Add_m12F6228E5254FDEB30600445713B6694082358D4((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_6), L_18, /*hidden argument*/ListBuilder_1_Add_m12F6228E5254FDEB30600445713B6694082358D4_RuntimeMethod_var);
}
IL_0056:
{
int32_t L_19 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_005c:
{
int32_t L_20 = V_7;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_21 = V_5;
NullCheck(L_21);
if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))))
{
goto IL_0039;
}
}
{
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB L_22 = V_6;
return L_22;
}
}
// System.Reflection.MethodInfo[] System.RuntimeType::GetMethods(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* RuntimeType_GetMethods_mA3C0E2C9110B28047C22CE6A2492E5823D182391 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetMethods_mA3C0E2C9110B28047C22CE6A2492E5823D182391_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 L_1 = RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF(__this, (String_t*)NULL, L_0, 3, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_2 = ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var);
return L_2;
}
}
// System.Reflection.ConstructorInfo[] System.RuntimeType::GetConstructors(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* RuntimeType_GetConstructors_m109BE52B52B4C63B4548E74EC22B591D0BCCBF92 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetConstructors_m109BE52B52B4C63B4548E74EC22B591D0BCCBF92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B L_1 = RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136(__this, (String_t*)NULL, L_0, 3, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_2 = ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var);
return L_2;
}
}
// System.Reflection.PropertyInfo[] System.RuntimeType::GetProperties(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* RuntimeType_GetProperties_m40A5860A8810F7AE94A2E7B73B14CC3019CF8578 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetProperties_m40A5860A8810F7AE94A2E7B73B14CC3019CF8578_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 L_1 = RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD(__this, (String_t*)NULL, L_0, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_2 = ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var);
return L_2;
}
}
// System.Reflection.EventInfo[] System.RuntimeType::GetEvents(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* RuntimeType_GetEvents_m31AE45CE1F5A8033A3967C2E61E4BC5BB084809D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEvents_m31AE45CE1F5A8033A3967C2E61E4BC5BB084809D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC L_1 = RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38(__this, (String_t*)NULL, L_0, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* L_2 = ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B_RuntimeMethod_var);
return L_2;
}
}
// System.Reflection.FieldInfo[] System.RuntimeType::GetFields(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* RuntimeType_GetFields_m7134BB0A4968080D1F4FF3FC807C0B001945A13C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetFields_m7134BB0A4968080D1F4FF3FC807C0B001945A13C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 L_1 = RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5(__this, (String_t*)NULL, L_0, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_2 = ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6_RuntimeMethod_var);
return L_2;
}
}
// System.Type[] System.RuntimeType::GetNestedTypes(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetNestedTypes_m04009C7748597E89481D7FEFF967ECE982B86977 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetNestedTypes_m04009C7748597E89481D7FEFF967ECE982B86977_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___bindingAttr0;
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB L_1 = RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9(__this, (String_t*)NULL, L_0, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539_RuntimeMethod_var);
return L_2;
}
}
// System.Reflection.MethodInfo System.RuntimeType::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, int32_t ___callConv3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types4, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 V_0;
memset((&V_0), 0, sizeof(V_0));
MethodInfo_t * V_1 = NULL;
int32_t V_2 = 0;
{
String_t* L_0 = ___name0;
int32_t L_1 = ___bindingAttr1;
int32_t L_2 = ___callConv3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = ___types4;
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 L_4 = RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF(__this, L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
if (L_5)
{
goto IL_0019;
}
}
{
return (MethodInfo_t *)NULL;
}
IL_0019:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = ___types4;
if (!L_6)
{
goto IL_0022;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = ___types4;
NullCheck(L_7);
if ((((RuntimeArray*)L_7)->max_length))
{
goto IL_0086;
}
}
IL_0022:
{
MethodInfo_t * L_8 = ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), 0, /*hidden argument*/ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3_RuntimeMethod_var);
V_1 = L_8;
int32_t L_9 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
{
goto IL_0037;
}
}
{
MethodInfo_t * L_10 = V_1;
return L_10;
}
IL_0037:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = ___types4;
if (L_11)
{
goto IL_0086;
}
}
{
V_2 = 1;
goto IL_0063;
}
IL_003f:
{
int32_t L_12 = V_2;
MethodInfo_t * L_13 = ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), L_12, /*hidden argument*/ListBuilder_1_get_Item_m28B16E66125731AE042352218905061E619575B3_RuntimeMethod_var);
MethodInfo_t * L_14 = V_1;
bool L_15 = DefaultBinder_CompareMethodSigAndName_m2E53A4C0A12CF4A53183A897155EC8C33D3208A6(L_13, L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_005f;
}
}
{
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_17 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, RuntimeType_GetMethodImpl_m48990A1621406A4DE26F448B87DAA261B9CFBA69_RuntimeMethod_var);
}
IL_005f:
{
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0063:
{
int32_t L_19 = V_2;
int32_t L_20 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_003f;
}
}
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_21 = ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var);
int32_t L_22 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
MethodBase_t * L_23 = DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20((MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)L_21, L_22, /*hidden argument*/NULL);
return ((MethodInfo_t *)IsInstClass((RuntimeObject*)L_23, MethodInfo_t_il2cpp_TypeInfo_var));
}
IL_0086:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_24 = ___binder2;
if (L_24)
{
goto IL_0090;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_25 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
___binder2 = L_25;
}
IL_0090:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_26 = ___binder2;
int32_t L_27 = ___bindingAttr1;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_28 = ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_29 = ___types4;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_30 = ___modifiers5;
NullCheck(L_26);
MethodBase_t * L_31 = VirtFuncInvoker4< MethodBase_t *, int32_t, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* >::Invoke(6 /* System.Reflection.MethodBase System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) */, L_26, L_27, (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)L_28, L_29, L_30);
return ((MethodInfo_t *)IsInstClass((RuntimeObject*)L_31, MethodInfo_t_il2cpp_TypeInfo_var));
}
}
// System.Reflection.ConstructorInfo System.RuntimeType::GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * RuntimeType_GetConstructorImpl_mA7BE24A891DF3B2D04367B69C7D58C38617F37D2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetConstructorImpl_mA7BE24A891DF3B2D04367B69C7D58C38617F37D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B V_0;
memset((&V_0), 0, sizeof(V_0));
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * V_1 = NULL;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_2 = NULL;
{
int32_t L_0 = ___bindingAttr0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ___types3;
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B L_2 = RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136(__this, (String_t*)NULL, L_0, 3, L_1, (bool)0, /*hidden argument*/NULL);
V_0 = L_2;
int32_t L_3 = ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_inline((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var);
if (L_3)
{
goto IL_0018;
}
}
{
return (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL;
}
IL_0018:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = ___types3;
NullCheck(L_4);
if ((((RuntimeArray*)L_4)->max_length))
{
goto IL_0040;
}
}
{
int32_t L_5 = ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_inline((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var);
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_0040;
}
}
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_6 = ListBuilder_1_get_Item_m7B500BF0174C0022A3640EF28C8073785B51C086((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), 0, /*hidden argument*/ListBuilder_1_get_Item_m7B500BF0174C0022A3640EF28C8073785B51C086_RuntimeMethod_var);
V_1 = L_6;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_7 = V_1;
NullCheck(L_7);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_8 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_7);
V_2 = L_8;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_9 = V_2;
if (!L_9)
{
goto IL_003e;
}
}
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_10 = V_2;
NullCheck(L_10);
if ((((RuntimeArray*)L_10)->max_length))
{
goto IL_0040;
}
}
IL_003e:
{
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_11 = V_1;
return L_11;
}
IL_0040:
{
int32_t L_12 = ___bindingAttr0;
if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)65536))))
{
goto IL_005f;
}
}
{
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_13 = ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = ___types3;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_15 = ___modifiers4;
MethodBase_t * L_16 = DefaultBinder_ExactBinding_m56EE01D30656F6D879BCAD9B72DDA7345227EA15((MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)L_13, L_14, L_15, /*hidden argument*/NULL);
return ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)IsInstClass((RuntimeObject*)L_16, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var));
}
IL_005f:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_17 = ___binder1;
if (L_17)
{
goto IL_0069;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_18 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
___binder1 = L_18;
}
IL_0069:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_19 = ___binder1;
int32_t L_20 = ___bindingAttr0;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_21 = ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_22 = ___types3;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_23 = ___modifiers4;
NullCheck(L_19);
MethodBase_t * L_24 = VirtFuncInvoker4< MethodBase_t *, int32_t, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* >::Invoke(6 /* System.Reflection.MethodBase System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) */, L_19, L_20, (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)L_21, L_22, L_23);
return ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)IsInstClass((RuntimeObject*)L_24, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var));
}
}
// System.Reflection.PropertyInfo System.RuntimeType::GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types4, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 V_0;
memset((&V_0), 0, sizeof(V_0));
PropertyInfo_t * V_1 = NULL;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_RuntimeMethod_var);
}
IL_0009:
{
String_t* L_2 = ___name0;
int32_t L_3 = ___bindingAttr1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = ___types4;
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 L_5 = RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD(__this, L_2, L_3, L_4, (bool)0, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_inline((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var);
if (L_6)
{
goto IL_0020;
}
}
{
return (PropertyInfo_t *)NULL;
}
IL_0020:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = ___types4;
if (!L_7)
{
goto IL_0029;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = ___types4;
NullCheck(L_8);
if ((((RuntimeArray*)L_8)->max_length))
{
goto IL_0067;
}
}
IL_0029:
{
int32_t L_9 = ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_inline((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var);
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
{
goto IL_0053;
}
}
{
PropertyInfo_t * L_10 = ListBuilder_1_get_Item_mC6769FA8DE3006C896635E2968EFC1808266F0D6((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), 0, /*hidden argument*/ListBuilder_1_get_Item_mC6769FA8DE3006C896635E2968EFC1808266F0D6_RuntimeMethod_var);
V_1 = L_10;
Type_t * L_11 = ___returnType3;
if (!L_11)
{
goto IL_0051;
}
}
{
Type_t * L_12 = ___returnType3;
PropertyInfo_t * L_13 = V_1;
NullCheck(L_13);
Type_t * L_14 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_13);
NullCheck(L_12);
bool L_15 = VirtFuncInvoker1< bool, Type_t * >::Invoke(140 /* System.Boolean System.Type::IsEquivalentTo(System.Type) */, L_12, L_14);
if (L_15)
{
goto IL_0051;
}
}
{
return (PropertyInfo_t *)NULL;
}
IL_0051:
{
PropertyInfo_t * L_16 = V_1;
return L_16;
}
IL_0053:
{
Type_t * L_17 = ___returnType3;
if (L_17)
{
goto IL_0067;
}
}
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_19 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, RuntimeType_GetPropertyImpl_m81AE70DDB7590F160B87C5202CC37CAC40E473C4_RuntimeMethod_var);
}
IL_0067:
{
int32_t L_20 = ___bindingAttr1;
if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)65536))))
{
goto IL_0083;
}
}
{
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_21 = ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var);
Type_t * L_22 = ___returnType3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = ___types4;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_24 = ___modifiers5;
PropertyInfo_t * L_25 = DefaultBinder_ExactPropertyBinding_m6D048B3D226B1A390F574721D3E7771E0BDF7221(L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
return L_25;
}
IL_0083:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_26 = ___binder2;
if (L_26)
{
goto IL_008d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_27 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
___binder2 = L_27;
}
IL_008d:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_28 = ___binder2;
int32_t L_29 = ___bindingAttr1;
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_30 = ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var);
Type_t * L_31 = ___returnType3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = ___types4;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_33 = ___modifiers5;
NullCheck(L_28);
PropertyInfo_t * L_34 = VirtFuncInvoker5< PropertyInfo_t *, int32_t, PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E*, Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* >::Invoke(7 /* System.Reflection.PropertyInfo System.Reflection.Binder::SelectProperty(System.Reflection.BindingFlags,System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[]) */, L_28, L_29, L_30, L_31, L_32, L_33);
return L_34;
}
}
// System.Reflection.EventInfo System.RuntimeType::GetEvent(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInfo_t * RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* V_2 = NULL;
EventInfo_t * V_3 = NULL;
int32_t V_4 = 0;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * V_5 = NULL;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_RuntimeMethod_var);
}
IL_0009:
{
int32_t L_2 = ___bindingAttr1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A(L_2, (String_t**)(&___name0), (bool*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
String_t* L_3 = ___name0;
int32_t L_4 = ___bindingAttr1;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_5 = RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348(__this, L_3, L_4, __this, /*hidden argument*/NULL);
V_2 = L_5;
V_3 = (EventInfo_t *)NULL;
int32_t L_6 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_6^(int32_t)2));
V_4 = 0;
goto IL_0065;
}
IL_002b:
{
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_7 = V_2;
int32_t L_8 = V_4;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_5 = L_10;
int32_t L_11 = ___bindingAttr1;
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_12 = V_5;
NullCheck(L_12);
int32_t L_13 = RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D(L_12, /*hidden argument*/NULL);
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_14 = V_5;
NullCheck(L_14);
int32_t L_15 = RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D(L_14, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)L_13))) == ((uint32_t)L_15))))
{
goto IL_005f;
}
}
{
EventInfo_t * L_16 = V_3;
bool L_17 = EventInfo_op_Inequality_mC7E27E2551DF4073E8DC033A89A705596AFF344C(L_16, (EventInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_005c;
}
}
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_19 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, RuntimeType_GetEvent_mA6297958A11C5EFA95C0BA83A11F1E304C76B3A0_RuntimeMethod_var);
}
IL_005c:
{
RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * L_20 = V_5;
V_3 = L_20;
}
IL_005f:
{
int32_t L_21 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0065:
{
int32_t L_22 = V_4;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_23 = V_2;
NullCheck(L_23);
if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))))
{
goto IL_002b;
}
}
{
EventInfo_t * L_24 = V_3;
return L_24;
}
}
// System.Reflection.FieldInfo System.RuntimeType::GetField(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* V_2 = NULL;
FieldInfo_t * V_3 = NULL;
bool V_4 = false;
int32_t V_5 = 0;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * V_6 = NULL;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_RuntimeMethod_var);
}
IL_0009:
{
int32_t L_2 = ___bindingAttr1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A(L_2, (String_t**)(&___name0), (bool*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
String_t* L_3 = ___name0;
int32_t L_4 = ___bindingAttr1;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_5 = RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9(__this, L_3, L_4, __this, /*hidden argument*/NULL);
V_2 = L_5;
V_3 = (FieldInfo_t *)NULL;
int32_t L_6 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_6^(int32_t)2));
V_4 = (bool)0;
V_5 = 0;
goto IL_00c2;
}
IL_0031:
{
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_7 = V_2;
int32_t L_8 = V_5;
NullCheck(L_7);
int32_t L_9 = L_8;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_6 = L_10;
int32_t L_11 = ___bindingAttr1;
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_12 = V_6;
NullCheck(L_12);
int32_t L_13 = RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010(L_12, /*hidden argument*/NULL);
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_14 = V_6;
NullCheck(L_14);
int32_t L_15 = RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010(L_14, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)L_13))) == ((uint32_t)L_15))))
{
goto IL_00bc;
}
}
{
FieldInfo_t * L_16 = V_3;
bool L_17 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_16, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_008f;
}
}
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_18 = V_6;
NullCheck(L_18);
Type_t * L_19 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_18);
FieldInfo_t * L_20 = V_3;
NullCheck(L_20);
Type_t * L_21 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_20);
if ((!(((RuntimeObject*)(Type_t *)L_19) == ((RuntimeObject*)(Type_t *)L_21))))
{
goto IL_0071;
}
}
{
String_t* L_22 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_23 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_RuntimeMethod_var);
}
IL_0071:
{
FieldInfo_t * L_24 = V_3;
NullCheck(L_24);
Type_t * L_25 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_24);
NullCheck(L_25);
bool L_26 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_008f;
}
}
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_27 = V_6;
NullCheck(L_27);
Type_t * L_28 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_27);
NullCheck(L_28);
bool L_29 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_008f;
}
}
{
V_4 = (bool)1;
}
IL_008f:
{
FieldInfo_t * L_30 = V_3;
bool L_31 = FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7(L_30, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (L_31)
{
goto IL_00b9;
}
}
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_32 = V_6;
NullCheck(L_32);
Type_t * L_33 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_32);
FieldInfo_t * L_34 = V_3;
NullCheck(L_34);
Type_t * L_35 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_34);
NullCheck(L_33);
bool L_36 = VirtFuncInvoker1< bool, Type_t * >::Invoke(137 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_33, L_35);
if (L_36)
{
goto IL_00b9;
}
}
{
FieldInfo_t * L_37 = V_3;
NullCheck(L_37);
Type_t * L_38 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_37);
NullCheck(L_38);
bool L_39 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_00bc;
}
}
IL_00b9:
{
RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * L_40 = V_6;
V_3 = L_40;
}
IL_00bc:
{
int32_t L_41 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
}
IL_00c2:
{
int32_t L_42 = V_5;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_43 = V_2;
NullCheck(L_43);
if ((((int32_t)L_42) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))))
{
goto IL_0031;
}
}
{
bool L_44 = V_4;
if (!L_44)
{
goto IL_00ed;
}
}
{
FieldInfo_t * L_45 = V_3;
NullCheck(L_45);
Type_t * L_46 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_45);
NullCheck(L_46);
bool L_47 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_46, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_00ed;
}
}
{
String_t* L_48 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_49 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_49, L_48, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, RuntimeType_GetField_mEAED0B6AB6A34B0DB2A1762C07FD12735AA38A73_RuntimeMethod_var);
}
IL_00ed:
{
FieldInfo_t * L_50 = V_3;
return L_50;
}
}
// System.Type System.RuntimeType::GetInterface(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___fullname0, bool ___ignoreCase1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * V_4 = NULL;
int32_t V_5 = 0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_6 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_7 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_8 = NULL;
int32_t V_9 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_10 = NULL;
int32_t V_11 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_12 = NULL;
int32_t G_B7_0 = 0;
{
String_t* L_0 = ___fullname0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6_RuntimeMethod_var);
}
IL_0009:
{
V_0 = ((int32_t)48);
int32_t L_2 = V_0;
V_0 = ((int32_t)((int32_t)L_2&(int32_t)((int32_t)-9)));
bool L_3 = ___ignoreCase1;
if (!L_3)
{
goto IL_0018;
}
}
{
int32_t L_4 = V_0;
V_0 = ((int32_t)((int32_t)L_4|(int32_t)1));
}
IL_0018:
{
String_t* L_5 = ___fullname0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD(L_5, (String_t**)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL);
int32_t L_6 = V_0;
RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A(L_6, (String_t**)(&V_1), (bool*)(&___ignoreCase1), (int32_t*)(&V_3), /*hidden argument*/NULL);
V_4 = (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 *)NULL;
bool L_7 = ___ignoreCase1;
if (L_7)
{
goto IL_0037;
}
}
{
G_B7_0 = 4;
goto IL_0038;
}
IL_0037:
{
G_B7_0 = 5;
}
IL_0038:
{
V_5 = G_B7_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(54 /* System.Type[] System.Type::GetInterfaces() */, __this);
V_8 = L_8;
V_9 = 0;
goto IL_007f;
}
IL_0047:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = V_8;
int32_t L_10 = V_9;
NullCheck(L_9);
int32_t L_11 = L_10;
Type_t * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_10 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_12, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_13 = V_10;
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13);
String_t* L_15 = V_1;
int32_t L_16 = V_5;
bool L_17 = String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43(L_14, L_15, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0079;
}
}
{
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * L_18 = V_4;
if (L_18)
{
goto IL_0070;
}
}
{
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * L_19 = (List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 *)il2cpp_codegen_object_new(List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621_il2cpp_TypeInfo_var);
List_1__ctor_m534F6D996605B0739761E25FA7A92CC53C1B1EDB(L_19, 2, /*hidden argument*/List_1__ctor_m534F6D996605B0739761E25FA7A92CC53C1B1EDB_RuntimeMethod_var);
V_4 = L_19;
}
IL_0070:
{
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * L_20 = V_4;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_21 = V_10;
NullCheck(L_20);
List_1_Add_m220585D0CD917FCC4803EA75B4546432400E08EE(L_20, L_21, /*hidden argument*/List_1_Add_m220585D0CD917FCC4803EA75B4546432400E08EE_RuntimeMethod_var);
}
IL_0079:
{
int32_t L_22 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_007f:
{
int32_t L_23 = V_9;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = V_8;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_0047;
}
}
{
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * L_25 = V_4;
if (L_25)
{
goto IL_008d;
}
}
{
return (Type_t *)NULL;
}
IL_008d:
{
List_1_tAD68FF35E673C39864A19E4EDB5FBE9AD7EB9621 * L_26 = V_4;
NullCheck(L_26);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_27 = List_1_ToArray_m24F99552D5E83E9A8EF7EB22E346D97C063E86CA(L_26, /*hidden argument*/List_1_ToArray_m24F99552D5E83E9A8EF7EB22E346D97C063E86CA_RuntimeMethod_var);
V_6 = L_27;
V_7 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL;
V_11 = 0;
goto IL_00d6;
}
IL_009e:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_28 = V_6;
int32_t L_29 = V_11;
NullCheck(L_28);
int32_t L_30 = L_29;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
V_12 = L_31;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_32 = V_12;
int32_t L_33 = V_0;
String_t* L_34 = V_1;
String_t* L_35 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_36 = RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B(L_32, L_33, L_34, (bool)0, L_35, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00d0;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_37 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_38 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_37, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_00cc;
}
}
{
String_t* L_39 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_40 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_40, L_39, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, RuntimeType_GetInterface_m0C58867052F240FE629176F412E3B0F42B60A6B6_RuntimeMethod_var);
}
IL_00cc:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_41 = V_12;
V_7 = L_41;
}
IL_00d0:
{
int32_t L_42 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
}
IL_00d6:
{
int32_t L_43 = V_11;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_44 = V_6;
NullCheck(L_44);
if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))))
{
goto IL_009e;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_45 = V_7;
return L_45;
}
}
// System.Type System.RuntimeType::GetNestedType(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___fullname0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_4 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_5 = NULL;
int32_t V_6 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_7 = NULL;
{
String_t* L_0 = ___fullname0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_RuntimeMethod_var);
}
IL_0009:
{
int32_t L_2 = ___bindingAttr1;
___bindingAttr1 = ((int32_t)((int32_t)L_2&(int32_t)((int32_t)-9)));
String_t* L_3 = ___fullname0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_SplitName_mF838464B876C717FAE6ABF7FCC901B7D41C69ADD(L_3, (String_t**)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL);
int32_t L_4 = ___bindingAttr1;
RuntimeType_FilterHelper_m4734A391ADAE6EB509949115E3D2DB28DDD1797A(L_4, (String_t**)(&V_1), (bool*)(&V_0), (int32_t*)(&V_3), /*hidden argument*/NULL);
String_t* L_5 = V_1;
int32_t L_6 = ___bindingAttr1;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_7 = RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A(__this, L_5, L_6, /*hidden argument*/NULL);
V_4 = L_7;
V_5 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL;
V_6 = 0;
goto IL_006f;
}
IL_0037:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_8 = V_4;
int32_t L_9 = V_6;
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_7 = L_11;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_7;
int32_t L_13 = ___bindingAttr1;
String_t* L_14 = V_1;
String_t* L_15 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_16 = RuntimeType_FilterApplyType_m947A1A2C8A0E7B6E38538FE4DDA8253DDEA5526B(L_12, L_13, L_14, (bool)0, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0069;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_18 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_17, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0065;
}
}
{
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_20 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, RuntimeType_GetNestedType_m40DF107AA180CCC2A2EB165B87F9CCAE388EBCAB_RuntimeMethod_var);
}
IL_0065:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_21 = V_7;
V_5 = L_21;
}
IL_0069:
{
int32_t L_22 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_006f:
{
int32_t L_23 = V_6;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_24 = V_4;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_0037;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_5;
return L_25;
}
}
// System.Reflection.MemberInfo[] System.RuntimeType::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___type1, int32_t ___bindingAttr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 V_0;
memset((&V_0), 0, sizeof(V_0));
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B V_1;
memset((&V_1), 0, sizeof(V_1));
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 V_2;
memset((&V_2), 0, sizeof(V_2));
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC V_3;
memset((&V_3), 0, sizeof(V_3));
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 V_4;
memset((&V_4), 0, sizeof(V_4));
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_7 = NULL;
int32_t V_8 = 0;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* G_B30_0 = NULL;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetMember_mAC13DA4ABAF08361B2A6FBE3FAB7D693CDEA8BED_RuntimeMethod_var);
}
IL_0009:
{
il2cpp_codegen_initobj((&V_0), sizeof(ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 ));
il2cpp_codegen_initobj((&V_1), sizeof(ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B ));
il2cpp_codegen_initobj((&V_2), sizeof(ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 ));
il2cpp_codegen_initobj((&V_3), sizeof(ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC ));
il2cpp_codegen_initobj((&V_4), sizeof(ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 ));
il2cpp_codegen_initobj((&V_5), sizeof(ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB ));
V_6 = 0;
int32_t L_2 = ___type1;
if (!((int32_t)((int32_t)L_2&(int32_t)8)))
{
goto IL_0065;
}
}
{
String_t* L_3 = ___name0;
int32_t L_4 = ___bindingAttr2;
ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 L_5 = RuntimeType_GetMethodCandidates_mEDA95C84087B382FF91A211F3E72329D505E28AF(__this, L_3, L_4, 3, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)1, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = ___type1;
if ((!(((uint32_t)L_6) == ((uint32_t)8))))
{
goto IL_0059;
}
}
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_7 = ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_ToArray_m60EC2CFD567FB847C09F207AE8510E338DE8C957_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_7;
}
IL_0059:
{
int32_t L_8 = V_6;
int32_t L_9 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9));
}
IL_0065:
{
int32_t L_10 = ___type1;
if (!((int32_t)((int32_t)L_10&(int32_t)1)))
{
goto IL_008e;
}
}
{
String_t* L_11 = ___name0;
int32_t L_12 = ___bindingAttr2;
ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B L_13 = RuntimeType_GetConstructorCandidates_m7880E514BAA672BDA2D1A12668046DE50D4D0136(__this, L_11, L_12, 3, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)1, /*hidden argument*/NULL);
V_1 = L_13;
int32_t L_14 = ___type1;
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_0082;
}
}
{
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_15 = ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_1), /*hidden argument*/ListBuilder_1_ToArray_mEA5FFEBAF6E818898CA15BD662EBBD5A42E92E68_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_15;
}
IL_0082:
{
int32_t L_16 = V_6;
int32_t L_17 = ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_inline((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_1), /*hidden argument*/ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17));
}
IL_008e:
{
int32_t L_18 = ___type1;
if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)16))))
{
goto IL_00b8;
}
}
{
String_t* L_19 = ___name0;
int32_t L_20 = ___bindingAttr2;
ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 L_21 = RuntimeType_GetPropertyCandidates_mD6AB37C7A441CC88D3705EEB8BE8C5CC58EB6CFD(__this, L_19, L_20, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (bool)1, /*hidden argument*/NULL);
V_2 = L_21;
int32_t L_22 = ___type1;
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)16)))))
{
goto IL_00ac;
}
}
{
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_23 = ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_2), /*hidden argument*/ListBuilder_1_ToArray_m16A6778AB60C62FF1619E843D4C3F52724182358_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_23;
}
IL_00ac:
{
int32_t L_24 = V_6;
int32_t L_25 = ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_inline((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_2), /*hidden argument*/ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25));
}
IL_00b8:
{
int32_t L_26 = ___type1;
if (!((int32_t)((int32_t)L_26&(int32_t)2)))
{
goto IL_00df;
}
}
{
String_t* L_27 = ___name0;
int32_t L_28 = ___bindingAttr2;
ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC L_29 = RuntimeType_GetEventCandidates_m31F3386EAE859D6486E1D47F938942666487BC38(__this, L_27, L_28, (bool)1, /*hidden argument*/NULL);
V_3 = L_29;
int32_t L_30 = ___type1;
if ((!(((uint32_t)L_30) == ((uint32_t)2))))
{
goto IL_00d3;
}
}
{
EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* L_31 = ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_3), /*hidden argument*/ListBuilder_1_ToArray_m1791539DD16AF62724271862834AED2983682B6B_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_31;
}
IL_00d3:
{
int32_t L_32 = V_6;
int32_t L_33 = ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_inline((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_3), /*hidden argument*/ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33));
}
IL_00df:
{
int32_t L_34 = ___type1;
if (!((int32_t)((int32_t)L_34&(int32_t)4)))
{
goto IL_0107;
}
}
{
String_t* L_35 = ___name0;
int32_t L_36 = ___bindingAttr2;
ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 L_37 = RuntimeType_GetFieldCandidates_m72A37DF967114306FB375B3A4632BF7DA4D846D5(__this, L_35, L_36, (bool)1, /*hidden argument*/NULL);
V_4 = L_37;
int32_t L_38 = ___type1;
if ((!(((uint32_t)L_38) == ((uint32_t)4))))
{
goto IL_00fb;
}
}
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_39 = ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), /*hidden argument*/ListBuilder_1_ToArray_m3A2149B0907EEA92BEEE9257CF8C4266CBE7C3D6_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_39;
}
IL_00fb:
{
int32_t L_40 = V_6;
int32_t L_41 = ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_inline((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), /*hidden argument*/ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41));
}
IL_0107:
{
int32_t L_42 = ___type1;
if (!((int32_t)((int32_t)L_42&(int32_t)((int32_t)160))))
{
goto IL_013c;
}
}
{
String_t* L_43 = ___name0;
int32_t L_44 = ___bindingAttr2;
ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB L_45 = RuntimeType_GetNestedTypeCandidates_mA2CF962E90F415FC86CF12B2D8EE787B3E9598E9(__this, L_43, L_44, (bool)1, /*hidden argument*/NULL);
V_5 = L_45;
int32_t L_46 = ___type1;
if ((((int32_t)L_46) == ((int32_t)((int32_t)128))))
{
goto IL_0128;
}
}
{
int32_t L_47 = ___type1;
if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)32)))))
{
goto IL_0130;
}
}
IL_0128:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_48 = ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_5), /*hidden argument*/ListBuilder_1_ToArray_mF9A7840C88B9E33BD479786647E8B04147C52539_RuntimeMethod_var);
return (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)L_48;
}
IL_0130:
{
int32_t L_49 = V_6;
int32_t L_50 = ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_inline((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_5), /*hidden argument*/ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50));
}
IL_013c:
{
int32_t L_51 = ___type1;
if ((((int32_t)L_51) == ((int32_t)((int32_t)9))))
{
goto IL_014a;
}
}
{
int32_t L_52 = V_6;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_53 = (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)(MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)SZArrayNew(MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6_il2cpp_TypeInfo_var, (uint32_t)L_52);
G_B30_0 = L_53;
goto IL_0151;
}
IL_014a:
{
int32_t L_54 = V_6;
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_55 = (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)SZArrayNew(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var, (uint32_t)L_54);
G_B30_0 = ((MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)(L_55));
}
IL_0151:
{
V_7 = G_B30_0;
V_8 = 0;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_56 = V_7;
int32_t L_57 = V_8;
ListBuilder_1_CopyTo_m21987C9AE717D0F789B32C75A11BB0C95EC5CA1E((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_56, L_57, /*hidden argument*/ListBuilder_1_CopyTo_m21987C9AE717D0F789B32C75A11BB0C95EC5CA1E_RuntimeMethod_var);
int32_t L_58 = V_8;
int32_t L_59 = ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_inline((ListBuilder_1_t5D6EE6CE7ECAEF873A9512FDCDB1650477082C62 *)(&V_0), /*hidden argument*/ListBuilder_1_get_Count_mA5F86AF2033A7539CF4B9A6048B8457A09BE8DEC_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_60 = V_7;
int32_t L_61 = V_8;
ListBuilder_1_CopyTo_mF93A09E07BED4F405182C55CB3BDBFD40E539DDF((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_1), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_60, L_61, /*hidden argument*/ListBuilder_1_CopyTo_mF93A09E07BED4F405182C55CB3BDBFD40E539DDF_RuntimeMethod_var);
int32_t L_62 = V_8;
int32_t L_63 = ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_inline((ListBuilder_1_tC910DF600888C2B5164672D53A552842C6B0A31B *)(&V_1), /*hidden argument*/ListBuilder_1_get_Count_m021522CE2AFB28B6D6804C4F2A9B28109B3677DC_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_64 = V_7;
int32_t L_65 = V_8;
ListBuilder_1_CopyTo_mA8C93F1F7084CE87BBDB8B21A8C3150A2E51521D((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_2), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_64, L_65, /*hidden argument*/ListBuilder_1_CopyTo_mA8C93F1F7084CE87BBDB8B21A8C3150A2E51521D_RuntimeMethod_var);
int32_t L_66 = V_8;
int32_t L_67 = ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_inline((ListBuilder_1_t306530737CDAC7F801197CE81CE3E931E32B5B74 *)(&V_2), /*hidden argument*/ListBuilder_1_get_Count_mE205654BD68132216FF244AAE40DE4C75A0612A6_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_68 = V_7;
int32_t L_69 = V_8;
ListBuilder_1_CopyTo_mB8EBE6B3140C4D78EE2DF3F7D8356613A9D3CBA1((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_3), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_68, L_69, /*hidden argument*/ListBuilder_1_CopyTo_mB8EBE6B3140C4D78EE2DF3F7D8356613A9D3CBA1_RuntimeMethod_var);
int32_t L_70 = V_8;
int32_t L_71 = ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_inline((ListBuilder_1_t7C73F3941A5FC9B73A3978FF42B31F47032EB5CC *)(&V_3), /*hidden argument*/ListBuilder_1_get_Count_m0C378F6BFB3D495628B50330282207925510B958_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)L_71));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_72 = V_7;
int32_t L_73 = V_8;
ListBuilder_1_CopyTo_m05AF97C6C7AA6B0606757F3B3A49F95DA652A56E((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_72, L_73, /*hidden argument*/ListBuilder_1_CopyTo_m05AF97C6C7AA6B0606757F3B3A49F95DA652A56E_RuntimeMethod_var);
int32_t L_74 = V_8;
int32_t L_75 = ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_inline((ListBuilder_1_t9F805B8E5D22215EA08ED24F79F2783EB52A7B72 *)(&V_4), /*hidden argument*/ListBuilder_1_get_Count_m89B973248A9520DECB214E7C6F42C206EC5FAB3E_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)L_75));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_76 = V_7;
int32_t L_77 = V_8;
ListBuilder_1_CopyTo_m9C08B2F46A9C6341CB5638E303466D0F3F2CA45A((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_5), (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_76, L_77, /*hidden argument*/ListBuilder_1_CopyTo_m9C08B2F46A9C6341CB5638E303466D0F3F2CA45A_RuntimeMethod_var);
int32_t L_78 = V_8;
int32_t L_79 = ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_inline((ListBuilder_1_tD5DE73E8827791DC2F4C293F9A405D8CC32E13FB *)(&V_5), /*hidden argument*/ListBuilder_1_get_Count_mE25C3828DBDEDC49BAD2ED2C258577814A33C64A_RuntimeMethod_var);
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)L_79));
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_80 = V_7;
return L_80;
}
}
// System.Reflection.Module System.RuntimeType::get_Module()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * RuntimeType_get_Module_m587B97D56A249C49FFCF2DD36590D7A3F3CDBD52 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_0 = RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.RuntimeModule System.RuntimeType::GetRuntimeModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_0 = RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.Assembly System.RuntimeType::get_Assembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * RuntimeType_get_Assembly_m0E430F136B0DD26330ABF10660EDBDE5588892B6 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_0 = RuntimeType_GetRuntimeAssembly_m34E13B557A24CE6438916C08EC329EFD16AEBAE4(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.RuntimeAssembly System.RuntimeType::GetRuntimeAssembly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeType_GetRuntimeAssembly_m34E13B557A24CE6438916C08EC329EFD16AEBAE4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_0 = RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.RuntimeTypeHandle System.RuntimeType::get_TypeHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D RuntimeType_get_TypeHandle_m0D4C1338F4C16C4F8544DBC79A237D453ED85C1E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0;
memset((&L_0), 0, sizeof(L_0));
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((&L_0), __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsInstanceOfType(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsInstanceOfType_m789053D8CCCF98A1D25A8540104FCACEF1D83214 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___o0;
bool L_1 = RuntimeTypeHandle_IsInstanceOfType_m0365B2D0D74E056282F0D71C0CCDF827AF50C21D(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.RuntimeType::IsSubclassOf(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
{
Type_t * L_0 = ___type0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_IsSubclassOf_m46CC754031DC80601B023E51B9E3D597E025600C_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___type0;
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_4 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_3, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0020;
}
}
{
return (bool)0;
}
IL_0020:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_5 = RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED(__this, /*hidden argument*/NULL);
V_1 = L_5;
goto IL_003b;
}
IL_0029:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = V_1;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_8 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0034;
}
}
{
return (bool)1;
}
IL_0034:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_9 = V_1;
NullCheck(L_9);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED(L_9, /*hidden argument*/NULL);
V_1 = L_10;
}
IL_003b:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_12 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_11, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0029;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_13 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_14 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_ObjectType_12();
bool L_15 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_13, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_005c;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_16 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_17 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_16, __this, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_005c;
}
}
{
return (bool)1;
}
IL_005c:
{
return (bool)0;
}
}
// System.Boolean System.RuntimeType::IsAssignableFrom(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsAssignableFrom_m8271B531E654A0194C82CB2A282D8D8AD2758B89 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsAssignableFrom_m8271B531E654A0194C82CB2A282D8D8AD2758B89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Type_t * L_0 = ___c0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
Type_t * L_1 = ___c0;
if ((!(((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)__this))))
{
goto IL_000b;
}
}
{
return (bool)1;
}
IL_000b:
{
Type_t * L_2 = ___c0;
NullCheck(L_2);
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_2);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_5 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0028;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = V_0;
bool L_7 = RuntimeTypeHandle_CanCastTo_mFF4E6B20B50C8639B20F1E536996AA060A95E8CC(L_6, __this, /*hidden argument*/NULL);
return L_7;
}
IL_0028:
{
return (bool)0;
}
}
// System.Boolean System.RuntimeType::IsEquivalentTo(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsEquivalentTo_m8134B50CD32FD03E5ADEB925FC40231A34F1118E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsEquivalentTo_m8134B50CD32FD03E5ADEB925FC40231A34F1118E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Type_t * L_0 = ___other0;
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_3 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_2, __this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0017;
}
}
{
return (bool)1;
}
IL_0017:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
bool L_5 = RuntimeTypeHandle_IsEquivalentTo_m356C4E5D763BAF26689FECDFAD439D134B6FDEB9(__this, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Type System.RuntimeType::get_BaseType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_get_BaseType_m7B54148F82E8D89C6D4108888E8A8BC9BE591540 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.RuntimeType System.RuntimeType::GetBaseType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
int32_t V_2 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_3 = NULL;
int32_t V_4 = 0;
{
bool L_0 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000a;
}
}
{
return (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL;
}
IL_000a:
{
bool L_1 = RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0081;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(109 /* System.Type[] System.Type::GetGenericParameterConstraints() */, __this);
V_0 = L_2;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_ObjectType_12();
V_1 = L_3;
V_2 = 0;
goto IL_0059;
}
IL_0023:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = V_0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
Type_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_3 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_3;
NullCheck(L_8);
bool L_9 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0055;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_3;
NullCheck(L_10);
bool L_11 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, L_10);
if (!L_11)
{
goto IL_0053;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_3;
NullCheck(L_12);
int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(78 /* System.Reflection.GenericParameterAttributes System.Type::get_GenericParameterAttributes() */, L_12);
V_4 = ((int32_t)((int32_t)L_13&(int32_t)((int32_t)28)));
int32_t L_14 = V_4;
if (((int32_t)((int32_t)L_14&(int32_t)4)))
{
goto IL_0053;
}
}
{
int32_t L_15 = V_4;
if (!((int32_t)((int32_t)L_15&(int32_t)8)))
{
goto IL_0055;
}
}
IL_0053:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_16 = V_3;
V_1 = L_16;
}
IL_0055:
{
int32_t L_17 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0059:
{
int32_t L_18 = V_2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_19 = V_0;
NullCheck(L_19);
if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))))
{
goto IL_0023;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_20 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_21 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_ObjectType_12();
bool L_22 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_20, L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_007f;
}
}
{
int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(78 /* System.Reflection.GenericParameterAttributes System.Type::get_GenericParameterAttributes() */, __this);
if (!((int32_t)((int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)28)))&(int32_t)8)))
{
goto IL_007f;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_24 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_ValueType_10();
V_1 = L_24;
}
IL_007f:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1;
return L_25;
}
IL_0081:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_26 = RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD(__this, /*hidden argument*/NULL);
return L_26;
}
}
// System.Type System.RuntimeType::get_UnderlyingSystemType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_get_UnderlyingSystemType_mFE474AB4C0374EC03C0BA27E7B6E3E6B7F1C4826 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Reflection.TypeAttributes System.RuntimeType::GetAttributeFlagsImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetAttributeFlagsImpl_mDEBD72FF426F2AE4EE4A4FBBFF7723FA2B94CC35 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsContextfulImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsContextfulImpl_m1A94D89015DF9642F1D02D59899E160698722019 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsByRefImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsByRefImpl_m5A31F38C166A4D6695B5CF1FEF05743041D70979 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsPrimitiveImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsPrimitiveImpl_mEB3E9C4CF6250F18A114F2ADE74A1D4B21C27D09 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsPointerImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsPointerImpl_mF490B3FBBA01171A9479FF9ACF93FD441103396D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsCOMObjectImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsCOMObjectImpl_mEA159E78C19374BEE301A73BB252EDA8EB43B6AB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsComObject_m6BEC1E54C1ECA6622CB12AD31CA804665198A39A(__this, (bool)0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsValueTypeImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsValueTypeImpl_m3060BE160C62B967DD2CE94D170F662EE47CEEBD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsValueTypeImpl_m3060BE160C62B967DD2CE94D170F662EE47CEEBD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
bool L_2 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(__this, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0024;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(__this, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0026;
}
}
IL_0024:
{
return (bool)0;
}
IL_0026:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
bool L_8 = VirtFuncInvoker1< bool, Type_t * >::Invoke(137 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, __this, L_7);
return L_8;
}
}
// System.Boolean System.RuntimeType::get_IsEnum()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_IsEnum_mC14D5D5AAE6FC3A7418D79D30CADB62EE07C905E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_get_IsEnum_mC14D5D5AAE6FC3A7418D79D30CADB62EE07C905E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = RuntimeType_GetBaseType_m8174CD151A25AD016A89905CB35104382F6455ED(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_EnumType_11();
bool L_2 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.RuntimeType::HasElementTypeImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_HasElementTypeImpl_mD9B072B4DFEFA949B4F555217A8C660CDE0D8D31 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_HasElementType_m844E596F2213BFE1DBB19D22021A9F900516E72D(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.GenericParameterAttributes System.RuntimeType::get_GenericParameterAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDBDD7B51A325AE50AF055F075B2CCF50439827EF, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_get_GenericParameterAttributes_mA34F982EBA0993EA6584AD43BC756402F1B070E0_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = RuntimeType_GetGenericParameterAttributes_mC198CEF42B645A4360E6F0473D33625069FD6E52(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.RuntimeType::get_IsSzArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_IsSzArray_m20D5414021E56EB2D063197493E73E482624E4DC (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsSzArray_m77E81D2403CD09CF447E55AC5EEE000887400D53(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsArrayImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsArrayImpl_m3971B14E5113B4785BD41EA3D2CB27AFA8C3287C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.RuntimeType::GetArrayRank()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(119 /* System.Boolean System.Type::IsArrayImpl() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral55EED343A198ED12DF109B5CE13EF3E94B1187EC, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetArrayRank_m4154FBA4E3D602649D5E4EBC033134EF8E7C4754_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Type System.RuntimeType::GetElementType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_GetElementType_mF6C2F1CD7A63957A849AED0E39FD2DB91F162228 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = RuntimeTypeHandle_GetElementType_m9769655111CDDEAD1297476CAAF2B88717F946C2(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String[] System.RuntimeType::GetEnumNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, __this);
if (L_0)
{
goto IL_001d;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, L_1, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetEnumNames_mDDA19B61290FE36E5D2396086E4EA16CF3CB27E5_RuntimeMethod_var);
}
IL_001d:
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A(__this, /*hidden argument*/NULL);
V_0 = L_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = V_0;
NullCheck(L_4);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))));
V_1 = L_5;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_0;
NullCheck(L_8);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_1;
return L_9;
}
}
// System.Array System.RuntimeType::GetEnumValues()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * RuntimeType_GetEnumValues_mED79D55C2796E8D4487DFB914A81EB82CC737004 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEnumValues_mED79D55C2796E8D4487DFB914A81EB82CC737004_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* V_0 = NULL;
RuntimeArray * V_1 = NULL;
int32_t V_2 = 0;
RuntimeObject * V_3 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, __this);
if (L_0)
{
goto IL_001d;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, L_1, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetEnumValues_mED79D55C2796E8D4487DFB914A81EB82CC737004_RuntimeMethod_var);
}
IL_001d:
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_3 = Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F(__this, /*hidden argument*/NULL);
V_0 = L_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = L_4;
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_6 = V_0;
NullCheck(L_6);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))));
RuntimeArray * L_7 = Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B(__this, L_5, /*hidden argument*/NULL);
V_1 = L_7;
V_2 = 0;
goto IL_0051;
}
IL_003b:
{
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_8 = V_0;
int32_t L_9 = V_2;
NullCheck(L_8);
int32_t L_10 = L_9;
int64_t L_11 = (int64_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
RuntimeObject * L_12 = Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05(__this, L_11, /*hidden argument*/NULL);
V_3 = L_12;
RuntimeArray * L_13 = V_1;
RuntimeObject * L_14 = V_3;
int32_t L_15 = V_2;
NullCheck(L_13);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_13, L_14, L_15, /*hidden argument*/NULL);
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0051:
{
int32_t L_17 = V_2;
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_18 = V_0;
NullCheck(L_18);
if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))))
{
goto IL_003b;
}
}
{
RuntimeArray * L_19 = V_1;
return L_19;
}
}
// System.Type System.RuntimeType::GetEnumUnderlyingType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, __this);
if (L_0)
{
goto IL_001d;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, L_1, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetEnumUnderlyingType_mAFF93A7E2E1A7B43E6CC516CA6B80303C47CB811_RuntimeMethod_var);
}
IL_001d:
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = Enum_InternalGetUnderlyingType_m0BD79F3F8CD17913493226A8F3D07898D94CCB50(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.RuntimeType::IsEnumDefined(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL;
uint64_t V_2 = 0;
{
RuntimeObject * L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
NullCheck(L_4);
bool L_5 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_4);
if (!L_5)
{
goto IL_005f;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = V_0;
NullCheck(L_6);
bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(140 /* System.Boolean System.Type::IsEquivalentTo(System.Type) */, L_6, __this);
if (L_7)
{
goto IL_0053;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_9;
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_13);
String_t* L_14 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral19D5B110F19B2190575B7810E1FA91334E8E400F, L_12, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
IL_0053:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_16 = V_0;
NullCheck(L_16);
Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(133 /* System.Type System.Type::GetEnumUnderlyingType() */, L_16);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_17, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
}
IL_005f:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_18 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_19 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_StringType_13();
bool L_20 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_007f;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A(__this, /*hidden argument*/NULL);
RuntimeObject * L_22 = ___value0;
int32_t L_23 = Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_21, L_22, /*hidden argument*/Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_RuntimeMethod_var);
if ((((int32_t)L_23) < ((int32_t)0)))
{
goto IL_007d;
}
}
{
return (bool)1;
}
IL_007d:
{
return (bool)0;
}
IL_007f:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_24 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_25 = Type_IsIntegerType_m19478B79237AE0C92BE81AEEAD7D9DD36DFC0B27(L_24, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_00d9;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_26 = Enum_InternalGetUnderlyingType_m0BD79F3F8CD17913493226A8F3D07898D94CCB50(__this, /*hidden argument*/NULL);
V_1 = L_26;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_28 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_29 = RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D(L_27, L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_00bf;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_30;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_32 = V_0;
NullCheck(L_32);
String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_32);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_33);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_33);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_31;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_35 = V_1;
NullCheck(L_35);
String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_36);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_36);
String_t* L_37 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEDFBE774D07FEF0E86FBB029261CD370F5EFD9E7, L_34, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_38 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_38, L_37, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
IL_00bf:
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_39 = Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F(__this, /*hidden argument*/NULL);
RuntimeObject * L_40 = ___value0;
uint64_t L_41 = Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5(L_40, /*hidden argument*/NULL);
V_2 = L_41;
uint64_t L_42 = V_2;
int32_t L_43 = Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3(L_39, L_42, /*hidden argument*/Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_RuntimeMethod_var);
return (bool)((((int32_t)((((int32_t)L_43) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_00d9:
{
bool L_44 = ((CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1();
if (!L_44)
{
goto IL_0108;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_45 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = L_45;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_47 = V_0;
NullCheck(L_47);
String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47);
NullCheck(L_46);
ArrayElementTypeCheck (L_46, L_48);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_48);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = L_46;
Type_t * L_50 = VirtFuncInvoker0< Type_t * >::Invoke(133 /* System.Type System.Type::GetEnumUnderlyingType() */, __this);
NullCheck(L_49);
ArrayElementTypeCheck (L_49, L_50);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_50);
String_t* L_51 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEDFBE774D07FEF0E86FBB029261CD370F5EFD9E7, L_49, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_52 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_52, L_51, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
IL_0108:
{
String_t* L_53 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFEC5F94EEF090E85867493394092E5DE8BF859D3, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_54 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_54, L_53, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, RuntimeType_IsEnumDefined_m399B1B5C114C39239F33639C2B3DF656A8C4F0A2_RuntimeMethod_var);
}
}
// System.String System.RuntimeType::GetEnumName(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
uint64_t V_1 = 0;
int32_t V_2 = 0;
{
RuntimeObject * L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
V_0 = L_3;
Type_t * L_4 = V_0;
NullCheck(L_4);
bool L_5 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_4);
if (L_5)
{
goto IL_003a;
}
}
{
Type_t * L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_7 = Type_IsIntegerType_m19478B79237AE0C92BE81AEEAD7D9DD36DFC0B27(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_003a;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral850828716F9C5476A885E4AF4B1592EDAF8390BA, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, L_8, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, RuntimeType_GetEnumName_m966DFB18D1774B9F30E4F45F68BB1686A7B5FF5A_RuntimeMethod_var);
}
IL_003a:
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_10 = Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F(__this, /*hidden argument*/NULL);
RuntimeObject * L_11 = ___value0;
uint64_t L_12 = Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5(L_11, /*hidden argument*/NULL);
V_1 = L_12;
uint64_t L_13 = V_1;
int32_t L_14 = Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3(L_10, L_13, /*hidden argument*/Array_BinarySearch_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mDC37BFA945C8ED7FB8700727168D2F68CCFCE4A3_RuntimeMethod_var);
V_2 = L_14;
int32_t L_15 = V_2;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_005b;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A(__this, /*hidden argument*/NULL);
int32_t L_17 = V_2;
NullCheck(L_16);
int32_t L_18 = L_17;
String_t* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
return L_19;
}
IL_005b:
{
return (String_t*)NULL;
}
}
// System.RuntimeType[] System.RuntimeType::GetGenericArgumentsInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391(__this, (bool)1, /*hidden argument*/NULL);
return ((RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)Castclass((RuntimeObject*)L_0, RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var));
}
}
// System.Type[] System.RuntimeType::GetGenericArguments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetGenericArguments_m8E43CC06DC1A7097CB7E5705BAC568B7A50424DD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetGenericArguments_m8E43CC06DC1A7097CB7E5705BAC568B7A50424DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL;
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391(__this, (bool)0, /*hidden argument*/NULL);
V_0 = L_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = V_0;
if (L_1)
{
goto IL_0011;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ((EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var))->get_Value_0();
V_0 = L_2;
}
IL_0011:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = V_0;
return L_3;
}
}
// System.Type System.RuntimeType::MakeGenericType(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___instantiation0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_0 = NULL;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_1 = NULL;
int32_t V_2 = 0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_3 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_4 = NULL;
int32_t V_5 = 0;
Type_t * G_B9_0 = NULL;
Type_t * G_B8_0 = NULL;
Type_t * G_B18_0 = NULL;
Type_t * G_B17_0 = NULL;
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ___instantiation0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralDD509F6F6041AD7FA998E6F3A90302DF2400B319, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_000e:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ___instantiation0;
NullCheck(L_2);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_3 = (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)SZArrayNew(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))));
V_0 = L_3;
bool L_4 = VirtFuncInvoker0< bool >::Invoke(105 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, __this);
if (L_4)
{
goto IL_0039;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, __this);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)__this);
String_t* L_7 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral76353B32E89D21057F9EC9CBDA673D64C2685940, L_6, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_8 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_0039:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, __this);
NullCheck(L_9);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = ___instantiation0;
NullCheck(L_10);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_005b;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD3545623200D657AFC7CF328BC3A1F331421A4BB, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, L_11, _stringLiteralDD509F6F6041AD7FA998E6F3A90302DF2400B319, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_005b:
{
V_2 = 0;
goto IL_00b9;
}
IL_005f:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = ___instantiation0;
int32_t L_14 = V_2;
NullCheck(L_13);
int32_t L_15 = L_14;
Type_t * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
Type_t * L_17 = L_16;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_18 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_17, (Type_t *)NULL, /*hidden argument*/NULL);
G_B8_0 = L_17;
if (!L_18)
{
G_B9_0 = L_17;
goto IL_0071;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_19 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_0071:
{
V_3 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)G_B9_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_20 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_21 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_20, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_00b1;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_22 = ___instantiation0;
NullCheck(L_22);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))));
V_4 = L_23;
V_5 = 0;
goto IL_009e;
}
IL_008f:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = V_4;
int32_t L_25 = V_5;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_26 = ___instantiation0;
int32_t L_27 = V_5;
NullCheck(L_26);
int32_t L_28 = L_27;
Type_t * L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_29);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_25), (Type_t *)L_29);
int32_t L_30 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_009e:
{
int32_t L_31 = V_5;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = ___instantiation0;
NullCheck(L_32);
if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))))
{
goto IL_008f;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_33 = V_4;
___instantiation0 = L_33;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_34 = ___instantiation0;
Type_t * L_35 = TypeBuilderInstantiation_MakeGenericType_m6EA0D8A23A3197C63ACE9848425637D48E8689D4(__this, L_34, /*hidden argument*/NULL);
return L_35;
}
IL_00b1:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_36 = V_0;
int32_t L_37 = V_2;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_38 = V_3;
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_38);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_38);
int32_t L_39 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
}
IL_00b9:
{
int32_t L_40 = V_2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_41 = ___instantiation0;
NullCheck(L_41);
if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))))))
{
goto IL_005f;
}
}
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_42 = RuntimeType_GetGenericArgumentsInternal_m11A4FC43965F87AE28E23368F72301CCE61CF254(__this, /*hidden argument*/NULL);
V_1 = L_42;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_43 = V_0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_44 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_SanityCheckGenericArguments_m3A00ABE80C7BA0594565038CC527CDDBC9A9E0C1(L_43, L_44, /*hidden argument*/NULL);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_45 = V_0;
Type_t * L_46 = RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E(__this, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_45, /*hidden argument*/NULL);
Type_t * L_47 = L_46;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_48 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_47, (Type_t *)NULL, /*hidden argument*/NULL);
G_B17_0 = L_47;
if (!L_48)
{
G_B18_0 = L_47;
goto IL_00e3;
}
}
{
TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * L_49 = (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 *)il2cpp_codegen_object_new(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var);
TypeLoadException__ctor_mEF05D23A192E0B9BFAAA97A77A0FC1BCBE7B4355(L_49, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, RuntimeType_MakeGenericType_mD76DC2865E827C8888AB4835A50880AB066D8641_RuntimeMethod_var);
}
IL_00e3:
{
return G_B18_0;
}
}
// System.Boolean System.RuntimeType::get_IsGenericTypeDefinition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_IsGenericTypeDefinition_m452F7C2ED5AD60BF7974EB7CC0BCA2BA610FEC12 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::get_IsGenericParameter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_IsGenericParameter_m432E1B4664AEE4349141E444DCD1BA77EEFB85F9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.RuntimeType::get_GenericParameterPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDBDD7B51A325AE50AF055F075B2CCF50439827EF, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_get_GenericParameterPosition_m6D2983FAAAD0CBA100967D6BF4DF032C266C7320_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Type System.RuntimeType::GetGenericTypeDefinition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2DE3F4F9449938537E83C8AC3A691C5927388746, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetGenericTypeDefinition_m0E64812BFB33B425DACB4BF639B57A849D3FCA9D_RuntimeMethod_var);
}
IL_0018:
{
Type_t * L_3 = RuntimeTypeHandle_GetGenericTypeDefinition_m4B55E662D7F56EB1D85FEA06EC92E295158684B2(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.RuntimeType::get_IsGenericType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_IsGenericType_m79C62938754798BCD4589744879A96234805D461 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Reflection.MemberInfo[] System.RuntimeType::GetDefaultMembers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* RuntimeType_GetDefaultMembers_m390B8D47FB9D6E86AFF05B9834336D4B8A806D77 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetDefaultMembers_m390B8D47FB9D6E86AFF05B9834336D4B8A806D77_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_0 = NULL;
String_t* V_1 = NULL;
{
V_0 = (MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*)NULL;
String_t* L_0 = RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2(__this, /*hidden argument*/NULL);
V_1 = L_0;
String_t* L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
String_t* L_2 = V_1;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_3 = Type_GetMember_m715D5865845665F5A72E927F52FB5CFA1BB3D800(__this, L_2, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_0014:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_4 = V_0;
if (L_4)
{
goto IL_001d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_il2cpp_TypeInfo_var);
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_5 = ((EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t0B05C771A61620359E63FFEDF43D35AE541F1D3E_il2cpp_TypeInfo_var))->get_Value_0();
V_0 = L_5;
}
IL_001d:
{
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_6 = V_0;
return L_6;
}
}
// System.Object System.RuntimeType::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingFlags1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___providedArgs4, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers5, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture6, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___namedParams7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* V_5 = NULL;
MethodInfo_t * V_6 = NULL;
FieldInfo_t * V_7 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_8 = NULL;
int32_t V_9 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_10 = NULL;
RuntimeArray * V_11 = NULL;
int32_t V_12 = 0;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* V_13 = NULL;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * V_14 = NULL;
int32_t V_15 = 0;
MethodInfo_t * V_16 = NULL;
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* V_17 = NULL;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * V_18 = NULL;
int32_t V_19 = 0;
MethodInfo_t * V_20 = NULL;
RuntimeObject * V_21 = NULL;
MethodBase_t * V_22 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
int32_t G_B19_0 = 0;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B51_0 = NULL;
int32_t G_B51_1 = 0;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * G_B51_2 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B50_0 = NULL;
int32_t G_B50_1 = 0;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * G_B50_2 = NULL;
RuntimeObject * G_B52_0 = NULL;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* G_B52_1 = NULL;
int32_t G_B52_2 = 0;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * G_B52_3 = NULL;
RuntimeObject * G_B129_0 = NULL;
RuntimeObject * G_B128_0 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAA71A1C4992A2B847492913FCD3634ADC1AD7F5D, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___bindingFlags1;
if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)65280))))
{
goto IL_0036;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA0ED19450B96536472FBF1C545F296799D4A7251, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, L_4, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0036:
{
int32_t L_6 = ___bindingFlags1;
if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)255))))
{
goto IL_0053;
}
}
{
int32_t L_7 = ___bindingFlags1;
___bindingFlags1 = ((int32_t)((int32_t)L_7|(int32_t)((int32_t)20)));
int32_t L_8 = ___bindingFlags1;
if (((int32_t)((int32_t)L_8&(int32_t)((int32_t)512))))
{
goto IL_0053;
}
}
{
int32_t L_9 = ___bindingFlags1;
___bindingFlags1 = ((int32_t)((int32_t)L_9|(int32_t)8));
}
IL_0053:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = ___namedParams7;
if (!L_10)
{
goto IL_0094;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = ___providedArgs4;
if (!L_11)
{
goto IL_007a;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = ___namedParams7;
NullCheck(L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = ___providedArgs4;
NullCheck(L_13);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))))
{
goto IL_0094;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF34548F06963977CEEA237DAE5E24FA1246BD908, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_15, L_14, _stringLiteral8DF2566E8D47310294A597C85CB5251612537EF7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_007a:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = ___namedParams7;
NullCheck(L_16);
if (!(((RuntimeArray*)L_16)->max_length))
{
goto IL_0094;
}
}
{
String_t* L_17 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF34548F06963977CEEA237DAE5E24FA1246BD908, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_18 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_18, L_17, _stringLiteral8DF2566E8D47310294A597C85CB5251612537EF7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0094:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = ___namedParams7;
if (!L_19)
{
goto IL_00b8;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = ___namedParams7;
int32_t L_21 = Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A(L_20, (String_t*)NULL, /*hidden argument*/Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var);
if ((((int32_t)L_21) == ((int32_t)(-1))))
{
goto IL_00b8;
}
}
{
String_t* L_22 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCE4D1DDBD64D8334CEF8CE29F9E8082C28B32CF4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_23, L_22, _stringLiteral8DF2566E8D47310294A597C85CB5251612537EF7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_00b8:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = ___providedArgs4;
if (L_24)
{
goto IL_00bf;
}
}
{
G_B19_0 = 0;
goto IL_00c3;
}
IL_00bf:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = ___providedArgs4;
NullCheck(L_25);
G_B19_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))));
}
IL_00c3:
{
V_0 = G_B19_0;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_26 = ___binder2;
if (L_26)
{
goto IL_00ce;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_27 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
___binder2 = L_27;
}
IL_00ce:
{
int32_t L_28 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_28&(int32_t)((int32_t)512))))
{
goto IL_010b;
}
}
{
int32_t L_29 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_29&(int32_t)((int32_t)512))))
{
goto IL_00fe;
}
}
{
int32_t L_30 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_30&(int32_t)((int32_t)15616))))
{
goto IL_00fe;
}
}
{
String_t* L_31 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0179CBF464F5876C486B151B49D1EF61A5360068, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_32 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_32, L_31, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_00fe:
{
int32_t L_33 = ___bindingFlags1;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_34 = ___binder2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = ___providedArgs4;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_36 = ___culture6;
RuntimeObject * L_37 = Activator_CreateInstance_m8514197681D9771380014317A84B751EC31DBBC0(__this, L_33, L_34, L_35, L_36, /*hidden argument*/NULL);
return L_37;
}
IL_010b:
{
int32_t L_38 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_38&(int32_t)((int32_t)49152))))
{
goto IL_011d;
}
}
{
int32_t L_39 = ___bindingFlags1;
___bindingFlags1 = ((int32_t)((int32_t)L_39|(int32_t)((int32_t)8192)));
}
IL_011d:
{
String_t* L_40 = ___name0;
if (L_40)
{
goto IL_012b;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_41 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_41, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_012b:
{
String_t* L_42 = ___name0;
NullCheck(L_42);
int32_t L_43 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_0140;
}
}
{
String_t* L_44 = ___name0;
NullCheck(L_44);
bool L_45 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_44, _stringLiteral752203FC97F9BD76547C504057B8F32DA1C045C5, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_0152;
}
}
IL_0140:
{
String_t* L_46 = RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2(__this, /*hidden argument*/NULL);
___name0 = L_46;
String_t* L_47 = ___name0;
if (L_47)
{
goto IL_0152;
}
}
{
___name0 = _stringLiteral1DBC7385BADBFDA548FB27E2160A33CF32C0F545;
}
IL_0152:
{
int32_t L_48 = ___bindingFlags1;
V_1 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_48&(int32_t)((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0);
int32_t L_49 = ___bindingFlags1;
V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_49&(int32_t)((int32_t)2048)))) <= ((uint32_t)0)))? 1 : 0);
bool L_50 = V_1;
bool L_51 = V_2;
if (!((int32_t)((int32_t)L_50|(int32_t)L_51)))
{
goto IL_035c;
}
}
{
bool L_52 = V_1;
if (!L_52)
{
goto IL_01a9;
}
}
{
bool L_53 = V_2;
if (!L_53)
{
goto IL_018b;
}
}
{
String_t* L_54 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAA52E266509C5775D4858DF8B8F09D164115832E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_55 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_55, L_54, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_018b:
{
int32_t L_56 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_56&(int32_t)((int32_t)8192))))
{
goto IL_01f4;
}
}
{
String_t* L_57 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral07274945043305516C2DD6D0C610021C65F177B4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_58 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_58, L_57, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_01a9:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = ___providedArgs4;
if (L_59)
{
goto IL_01b8;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_60 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_60, _stringLiteral16D7FFF5CB7B1700CDD10BB0D6B24359BFA7D38A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_01b8:
{
int32_t L_61 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_61&(int32_t)((int32_t)4096))))
{
goto IL_01d6;
}
}
{
String_t* L_62 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAB2408808ACE102415C2CEAC6DD5C961E8572436, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_63 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_63, L_62, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_01d6:
{
int32_t L_64 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_64&(int32_t)((int32_t)256))))
{
goto IL_01f4;
}
}
{
String_t* L_65 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B18F106B2E71F651B1A7B8EEC2EE875E57D5B17, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_66 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_66, L_65, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_01f4:
{
V_7 = (FieldInfo_t *)NULL;
String_t* L_67 = ___name0;
int32_t L_68 = ___bindingFlags1;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_69 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(74 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, __this, L_67, 4, L_68);
V_8 = ((FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)IsInst((RuntimeObject*)L_69, FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var));
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_70 = V_8;
NullCheck(L_70);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length))))) == ((uint32_t)1))))
{
goto IL_0216;
}
}
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_71 = V_8;
NullCheck(L_71);
int32_t L_72 = 0;
FieldInfo_t * L_73 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
V_7 = L_73;
goto IL_0236;
}
IL_0216:
{
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_74 = V_8;
NullCheck(L_74);
if (!(((RuntimeArray*)L_74)->max_length))
{
goto IL_0236;
}
}
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_75 = ___binder2;
int32_t L_76 = ___bindingFlags1;
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_77 = V_8;
bool L_78 = V_1;
G_B50_0 = L_77;
G_B50_1 = L_76;
G_B50_2 = L_75;
if (L_78)
{
G_B51_0 = L_77;
G_B51_1 = L_76;
G_B51_2 = L_75;
goto IL_0228;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_79 = ___providedArgs4;
NullCheck(L_79);
int32_t L_80 = 0;
RuntimeObject * L_81 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
G_B52_0 = L_81;
G_B52_1 = G_B50_0;
G_B52_2 = G_B50_1;
G_B52_3 = G_B50_2;
goto IL_022d;
}
IL_0228:
{
IL2CPP_RUNTIME_CLASS_INIT(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var);
Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * L_82 = ((Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_StaticFields*)il2cpp_codegen_static_fields_for(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var))->get_Value_0();
G_B52_0 = ((RuntimeObject *)(L_82));
G_B52_1 = G_B51_0;
G_B52_2 = G_B51_1;
G_B52_3 = G_B51_2;
}
IL_022d:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_83 = ___culture6;
NullCheck(G_B52_3);
FieldInfo_t * L_84 = VirtFuncInvoker4< FieldInfo_t *, int32_t, FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*, RuntimeObject *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(5 /* System.Reflection.FieldInfo System.Reflection.Binder::BindToField(System.Reflection.BindingFlags,System.Reflection.FieldInfo[],System.Object,System.Globalization.CultureInfo) */, G_B52_3, G_B52_2, G_B52_1, G_B52_0, L_83);
V_7 = L_84;
}
IL_0236:
{
FieldInfo_t * L_85 = V_7;
bool L_86 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_85, (FieldInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_86)
{
goto IL_0346;
}
}
{
FieldInfo_t * L_87 = V_7;
NullCheck(L_87);
Type_t * L_88 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_87);
NullCheck(L_88);
bool L_89 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_88, /*hidden argument*/NULL);
if (L_89)
{
goto IL_0267;
}
}
{
FieldInfo_t * L_90 = V_7;
NullCheck(L_90);
Type_t * L_91 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_90);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_92 = { reinterpret_cast<intptr_t> (RuntimeArray_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_93 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_92, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_91) == ((RuntimeObject*)(Type_t *)L_93))))
{
goto IL_02f5;
}
}
IL_0267:
{
int32_t L_94 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_94&(int32_t)((int32_t)1024))))
{
goto IL_0275;
}
}
{
int32_t L_95 = V_0;
V_9 = L_95;
goto IL_027a;
}
IL_0275:
{
int32_t L_96 = V_0;
V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1));
}
IL_027a:
{
int32_t L_97 = V_9;
if ((((int32_t)L_97) <= ((int32_t)0)))
{
goto IL_02f5;
}
}
{
int32_t L_98 = V_9;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_99 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_98);
V_10 = L_99;
V_12 = 0;
goto IL_02bc;
}
IL_028d:
{
}
IL_028e:
try
{ // begin try (depth: 1)
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_100 = V_10;
int32_t L_101 = V_12;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_102 = ___providedArgs4;
int32_t L_103 = V_12;
NullCheck(L_102);
int32_t L_104 = L_103;
RuntimeObject * L_105 = (L_102)->GetAt(static_cast<il2cpp_array_size_t>(L_104));
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_105, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)));
int32_t L_106 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_105, IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380_il2cpp_TypeInfo_var)), (RuntimeObject*)NULL);
NullCheck(L_100);
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(L_101), (int32_t)L_106);
goto IL_02b6;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_02a5;
throw e;
}
CATCH_02a5:
{ // begin catch(System.InvalidCastException)
String_t* L_107 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral505613DD92F26133A156676FDB84F3B5BB24633F, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_108 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_108, L_107, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_108, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
} // end catch (depth: 1)
IL_02b6:
{
int32_t L_109 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1));
}
IL_02bc:
{
int32_t L_110 = V_12;
int32_t L_111 = V_9;
if ((((int32_t)L_110) < ((int32_t)L_111)))
{
goto IL_028d;
}
}
{
FieldInfo_t * L_112 = V_7;
RuntimeObject * L_113 = ___target3;
NullCheck(L_112);
RuntimeObject * L_114 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_112, L_113);
V_11 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_114, RuntimeArray_il2cpp_TypeInfo_var));
int32_t L_115 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_115&(int32_t)((int32_t)1024))))
{
goto IL_02e5;
}
}
{
RuntimeArray * L_116 = V_11;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_117 = V_10;
NullCheck(L_116);
RuntimeObject * L_118 = Array_GetValue_m3CEA4EB8E2DAB2C0B9CCC8D6E597F15F82C2C97C(L_116, L_117, /*hidden argument*/NULL);
return L_118;
}
IL_02e5:
{
RuntimeArray * L_119 = V_11;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_120 = ___providedArgs4;
int32_t L_121 = V_9;
NullCheck(L_120);
int32_t L_122 = L_121;
RuntimeObject * L_123 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_124 = V_10;
NullCheck(L_119);
Array_SetValue_m0480E07CF9A65B3C2B903CCBF5BAB94F93CF1380(L_119, L_123, L_124, /*hidden argument*/NULL);
return NULL;
}
IL_02f5:
{
bool L_125 = V_1;
if (!L_125)
{
goto IL_031a;
}
}
{
int32_t L_126 = V_0;
if (!L_126)
{
goto IL_0310;
}
}
{
String_t* L_127 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4B9F2B9F7DFD45F7B3F9EAB76201E30D2798FD98, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_128 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_128, L_127, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_128, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0310:
{
FieldInfo_t * L_129 = V_7;
RuntimeObject * L_130 = ___target3;
NullCheck(L_129);
RuntimeObject * L_131 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_129, L_130);
return L_131;
}
IL_031a:
{
int32_t L_132 = V_0;
if ((((int32_t)L_132) == ((int32_t)1)))
{
goto IL_0333;
}
}
{
String_t* L_133 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral74BBAD39558EE79D69DC4DFFCCF4C7177A27645D, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_134 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_134, L_133, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_134, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0333:
{
FieldInfo_t * L_135 = V_7;
RuntimeObject * L_136 = ___target3;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_137 = ___providedArgs4;
NullCheck(L_137);
int32_t L_138 = 0;
RuntimeObject * L_139 = (L_137)->GetAt(static_cast<il2cpp_array_size_t>(L_138));
int32_t L_140 = ___bindingFlags1;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_141 = ___binder2;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_142 = ___culture6;
NullCheck(L_135);
VirtActionInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(23 /* System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) */, L_135, L_136, L_139, L_140, L_141, L_142);
return NULL;
}
IL_0346:
{
int32_t L_143 = ___bindingFlags1;
if (((int32_t)((int32_t)L_143&(int32_t)((int32_t)16773888))))
{
goto IL_035c;
}
}
{
String_t* L_144 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
String_t* L_145 = ___name0;
MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * L_146 = (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 *)il2cpp_codegen_object_new(MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_il2cpp_TypeInfo_var);
MissingFieldException__ctor_mF260FD0D1BE406C65C594B5D91E62788A7AD649E(L_146, L_144, L_145, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_146, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_035c:
{
int32_t L_147 = ___bindingFlags1;
V_3 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_147&(int32_t)((int32_t)4096)))) <= ((uint32_t)0)))? 1 : 0);
int32_t L_148 = ___bindingFlags1;
V_4 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_148&(int32_t)((int32_t)8192)))) <= ((uint32_t)0)))? 1 : 0);
bool L_149 = V_3;
bool L_150 = V_4;
if (!((int32_t)((int32_t)L_149|(int32_t)L_150)))
{
goto IL_03b3;
}
}
{
bool L_151 = V_3;
if (!L_151)
{
goto IL_0395;
}
}
{
bool L_152 = V_4;
if (!L_152)
{
goto IL_03b3;
}
}
{
String_t* L_153 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral52AE691231B939A76280F44CCCD3864483C30D7E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_154 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_154, L_153, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_154, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_0395:
{
int32_t L_155 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_155&(int32_t)((int32_t)256))))
{
goto IL_03b3;
}
}
{
String_t* L_156 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1A7FD9E202DBC132E4DF88D454B6FC3E81D016CF, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_157 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_157, L_156, _stringLiteralA13F253A9B68236503E8F7D186BA67BE20FD458D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_157, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_03b3:
{
V_5 = (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)NULL;
V_6 = (MethodInfo_t *)NULL;
int32_t L_158 = ___bindingFlags1;
if (!((int32_t)((int32_t)L_158&(int32_t)((int32_t)256))))
{
goto IL_0454;
}
}
{
String_t* L_159 = ___name0;
int32_t L_160 = ___bindingFlags1;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_161 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(74 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, __this, L_159, 8, L_160);
V_13 = ((MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)IsInst((RuntimeObject*)L_161, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var));
V_14 = (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)NULL;
V_15 = 0;
goto IL_0431;
}
IL_03dd:
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_162 = V_13;
int32_t L_163 = V_15;
NullCheck(L_162);
int32_t L_164 = L_163;
MethodInfo_t * L_165 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_164));
V_16 = L_165;
MethodInfo_t * L_166 = V_16;
int32_t L_167 = ___bindingFlags1;
int32_t L_168 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_169 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_168);
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_170 = RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE(((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_166, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var)), L_167, 3, L_169, /*hidden argument*/NULL);
if (!L_170)
{
goto IL_042b;
}
}
{
MethodInfo_t * L_171 = V_6;
bool L_172 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_171, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_172)
{
goto IL_040a;
}
}
{
MethodInfo_t * L_173 = V_16;
V_6 = L_173;
goto IL_042b;
}
IL_040a:
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_174 = V_14;
if (L_174)
{
goto IL_0422;
}
}
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_175 = V_13;
NullCheck(L_175);
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_176 = (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)il2cpp_codegen_object_new(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_il2cpp_TypeInfo_var);
List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810(L_176, (((int32_t)((int32_t)(((RuntimeArray*)L_175)->max_length)))), /*hidden argument*/List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810_RuntimeMethod_var);
V_14 = L_176;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_177 = V_14;
MethodInfo_t * L_178 = V_6;
NullCheck(L_177);
List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94(L_177, L_178, /*hidden argument*/List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var);
}
IL_0422:
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_179 = V_14;
MethodInfo_t * L_180 = V_16;
NullCheck(L_179);
List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94(L_179, L_180, /*hidden argument*/List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var);
}
IL_042b:
{
int32_t L_181 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)1));
}
IL_0431:
{
int32_t L_182 = V_15;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_183 = V_13;
NullCheck(L_183);
if ((((int32_t)L_182) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_183)->max_length)))))))
{
goto IL_03dd;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_184 = V_14;
if (!L_184)
{
goto IL_0454;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_185 = V_14;
NullCheck(L_185);
int32_t L_186 = List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_inline(L_185, /*hidden argument*/List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var);
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_187 = (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)SZArrayNew(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var, (uint32_t)L_186);
V_5 = L_187;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_188 = V_14;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_189 = V_5;
NullCheck(L_188);
List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28(L_188, L_189, /*hidden argument*/List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28_RuntimeMethod_var);
}
IL_0454:
{
MethodInfo_t * L_190 = V_6;
bool L_191 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_190, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
bool L_192 = V_3;
bool L_193 = V_4;
if (!((int32_t)((int32_t)((int32_t)((int32_t)L_191&(int32_t)L_192))|(int32_t)L_193)))
{
goto IL_051f;
}
}
{
String_t* L_194 = ___name0;
int32_t L_195 = ___bindingFlags1;
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_196 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(74 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, __this, L_194, ((int32_t)16), L_195);
V_17 = ((PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E*)IsInst((RuntimeObject*)L_196, PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E_il2cpp_TypeInfo_var));
V_18 = (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)NULL;
V_19 = 0;
goto IL_04f9;
}
IL_047f:
{
V_20 = (MethodInfo_t *)NULL;
bool L_197 = V_4;
if (!L_197)
{
goto IL_0495;
}
}
{
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_198 = V_17;
int32_t L_199 = V_19;
NullCheck(L_198);
int32_t L_200 = L_199;
PropertyInfo_t * L_201 = (L_198)->GetAt(static_cast<il2cpp_array_size_t>(L_200));
NullCheck(L_201);
MethodInfo_t * L_202 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(25 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, L_201, (bool)1);
V_20 = L_202;
goto IL_04a2;
}
IL_0495:
{
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_203 = V_17;
int32_t L_204 = V_19;
NullCheck(L_203);
int32_t L_205 = L_204;
PropertyInfo_t * L_206 = (L_203)->GetAt(static_cast<il2cpp_array_size_t>(L_205));
NullCheck(L_206);
MethodInfo_t * L_207 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(22 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, L_206, (bool)1);
V_20 = L_207;
}
IL_04a2:
{
MethodInfo_t * L_208 = V_20;
bool L_209 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_208, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (L_209)
{
goto IL_04f3;
}
}
{
MethodInfo_t * L_210 = V_20;
int32_t L_211 = ___bindingFlags1;
int32_t L_212 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_213 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_212);
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_214 = RuntimeType_FilterApplyMethodInfo_mB225A30835E5A4D2C6719EC26CFE483244049FDE(((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_210, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var)), L_211, 3, L_213, /*hidden argument*/NULL);
if (!L_214)
{
goto IL_04f3;
}
}
{
MethodInfo_t * L_215 = V_6;
bool L_216 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_215, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_216)
{
goto IL_04d2;
}
}
{
MethodInfo_t * L_217 = V_20;
V_6 = L_217;
goto IL_04f3;
}
IL_04d2:
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_218 = V_18;
if (L_218)
{
goto IL_04ea;
}
}
{
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_219 = V_17;
NullCheck(L_219);
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_220 = (List_1_t8693F442D94ED2E09D894940915C961D2F63C69B *)il2cpp_codegen_object_new(List_1_t8693F442D94ED2E09D894940915C961D2F63C69B_il2cpp_TypeInfo_var);
List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810(L_220, (((int32_t)((int32_t)(((RuntimeArray*)L_219)->max_length)))), /*hidden argument*/List_1__ctor_m8967950103A36F3786F1A22CFDF8C113B4132810_RuntimeMethod_var);
V_18 = L_220;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_221 = V_18;
MethodInfo_t * L_222 = V_6;
NullCheck(L_221);
List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94(L_221, L_222, /*hidden argument*/List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var);
}
IL_04ea:
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_223 = V_18;
MethodInfo_t * L_224 = V_20;
NullCheck(L_223);
List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94(L_223, L_224, /*hidden argument*/List_1_Add_mB020CF1970BC807041D779C69DE0B129F319DB94_RuntimeMethod_var);
}
IL_04f3:
{
int32_t L_225 = V_19;
V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_225, (int32_t)1));
}
IL_04f9:
{
int32_t L_226 = V_19;
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_227 = V_17;
NullCheck(L_227);
if ((((int32_t)L_226) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_227)->max_length)))))))
{
goto IL_047f;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_228 = V_18;
if (!L_228)
{
goto IL_051f;
}
}
{
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_229 = V_18;
NullCheck(L_229);
int32_t L_230 = List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_inline(L_229, /*hidden argument*/List_1_get_Count_mF108D042E84E9435217ED84C2FCF8440B5F54434_RuntimeMethod_var);
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_231 = (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)SZArrayNew(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var, (uint32_t)L_230);
V_5 = L_231;
List_1_t8693F442D94ED2E09D894940915C961D2F63C69B * L_232 = V_18;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_233 = V_5;
NullCheck(L_232);
List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28(L_232, L_233, /*hidden argument*/List_1_CopyTo_mA2C4C36E07582F78737F1B65436379CEB7E1CF28_RuntimeMethod_var);
}
IL_051f:
{
MethodInfo_t * L_234 = V_6;
bool L_235 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_234, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_235)
{
goto IL_05cc;
}
}
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_236 = V_5;
if (L_236)
{
goto IL_0556;
}
}
{
int32_t L_237 = V_0;
if (L_237)
{
goto IL_0556;
}
}
{
MethodInfo_t * L_238 = V_6;
NullCheck(L_238);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_239 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_238);
NullCheck(L_239);
if ((((RuntimeArray*)L_239)->max_length))
{
goto IL_0556;
}
}
{
int32_t L_240 = ___bindingFlags1;
if (((int32_t)((int32_t)L_240&(int32_t)((int32_t)262144))))
{
goto IL_0556;
}
}
{
MethodInfo_t * L_241 = V_6;
RuntimeObject * L_242 = ___target3;
int32_t L_243 = ___bindingFlags1;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_244 = ___binder2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_245 = ___providedArgs4;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_246 = ___culture6;
NullCheck(L_241);
RuntimeObject * L_247 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(21 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_241, L_242, L_243, L_244, L_245, L_246);
return L_247;
}
IL_0556:
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_248 = V_5;
if (L_248)
{
goto IL_0567;
}
}
{
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_249 = (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)SZArrayNew(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var, (uint32_t)1);
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_250 = L_249;
MethodInfo_t * L_251 = V_6;
NullCheck(L_250);
ArrayElementTypeCheck (L_250, L_251);
(L_250)->SetAt(static_cast<il2cpp_array_size_t>(0), (MethodInfo_t *)L_251);
V_5 = L_250;
}
IL_0567:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_252 = ___providedArgs4;
if (L_252)
{
goto IL_0572;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_253 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var))->get_Value_0();
___providedArgs4 = L_253;
}
IL_0572:
{
V_21 = NULL;
V_22 = (MethodBase_t *)NULL;
}
IL_0578:
try
{ // begin try (depth: 1)
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_254 = ___binder2;
int32_t L_255 = ___bindingFlags1;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_256 = V_5;
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_257 = ___modifiers5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_258 = ___culture6;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_259 = ___namedParams7;
NullCheck(L_254);
MethodBase_t * L_260 = VirtFuncInvoker7< MethodBase_t *, int32_t, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, RuntimeObject ** >::Invoke(4 /* System.Reflection.MethodBase System.Reflection.Binder::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&) */, L_254, L_255, (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)L_256, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&___providedArgs4), L_257, L_258, L_259, (RuntimeObject **)(&V_21));
V_22 = L_260;
goto IL_0592;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_058f;
throw e;
}
CATCH_058f:
{ // begin catch(System.MissingMethodException)
goto IL_0592;
} // end catch (depth: 1)
IL_0592:
{
MethodBase_t * L_261 = V_22;
bool L_262 = MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736(L_261, (MethodBase_t *)NULL, /*hidden argument*/NULL);
if (!L_262)
{
goto IL_05a9;
}
}
{
String_t* L_263 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
String_t* L_264 = ___name0;
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_265 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_mEE8869A7C1042B1286DCD4D91DA67BF0D06E0452(L_265, L_263, L_264, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_265, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
IL_05a9:
{
MethodBase_t * L_266 = V_22;
RuntimeObject * L_267 = ___target3;
int32_t L_268 = ___bindingFlags1;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_269 = ___binder2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_270 = ___providedArgs4;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_271 = ___culture6;
NullCheck(((MethodInfo_t *)CastclassClass((RuntimeObject*)L_266, MethodInfo_t_il2cpp_TypeInfo_var)));
RuntimeObject * L_272 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(21 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_266, MethodInfo_t_il2cpp_TypeInfo_var)), L_267, L_268, L_269, L_270, L_271);
RuntimeObject * L_273 = V_21;
G_B128_0 = L_272;
if (!L_273)
{
G_B129_0 = L_272;
goto IL_05cb;
}
}
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_274 = ___binder2;
RuntimeObject * L_275 = V_21;
NullCheck(L_274);
VirtActionInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**, RuntimeObject * >::Invoke(9 /* System.Void System.Reflection.Binder::ReorderArgumentArray(System.Object[]&,System.Object) */, L_274, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&___providedArgs4), L_275);
G_B129_0 = G_B128_0;
}
IL_05cb:
{
return G_B129_0;
}
IL_05cc:
{
String_t* L_276 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
String_t* L_277 = ___name0;
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_278 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_mEE8869A7C1042B1286DCD4D91DA67BF0D06E0452(L_278, L_276, L_277, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_278, RuntimeType_InvokeMember_m1BD41C2683491F7590CD2ED46DA0FCADF32D2A0D_RuntimeMethod_var);
}
}
// System.Boolean System.RuntimeType::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_Equals_m01012E0F657DD19B2C26DFF7F4F22F8C2A637DDA (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___obj0;
return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)__this))? 1 : 0);
}
}
// System.Boolean System.RuntimeType::op_Equality(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___left0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ___right1;
return (bool)((((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_0) == ((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_1))? 1 : 0);
}
}
// System.Boolean System.RuntimeType::op_Inequality(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Inequality_mA98A719712593FEE5DCCFDB47CCABDB58BEE1B0D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___left0;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ___right1;
return (bool)((((int32_t)((((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_0) == ((RuntimeObject*)(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Object System.RuntimeType::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_Clone_m015B071F4B3AED211B6A19D44B72B6602B1F4A5B (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Void System.RuntimeType::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetObjectData_m1C61B8994E3FDE355C87CBD9D80C1830D9CCE6FC_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
UnitySerializationHolder_GetUnitySerializationInfo_m45D2EDC32022880C84BBE25124F5EDCA12B57ED2(L_2, __this, /*hidden argument*/NULL);
return;
}
}
// System.Object[] System.RuntimeType::GetCustomAttributes(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* RuntimeType_GetCustomAttributes_m000FACA54EA21B9CE60055A0EF3D8A288AACDDBF (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___inherit0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetCustomAttributes_m000FACA54EA21B9CE60055A0EF3D8A288AACDDBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->get_ObjectType_12();
bool L_1 = ___inherit0;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Object[] System.RuntimeType::GetCustomAttributes(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Type_t * L_0 = ___attributeType0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___attributeType0;
NullCheck(L_2);
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_2);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_5 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0038;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, RuntimeType_GetCustomAttributes_m4041A4AAE8327B776734F79E4190C3205D7F87E2_RuntimeMethod_var);
}
IL_0038:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0;
bool L_9 = ___inherit1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Boolean System.RuntimeType::IsDefined(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
{
Type_t * L_0 = ___attributeType0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___attributeType0;
NullCheck(L_2);
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_2);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_5 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0038;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteralEF46D75152852B41CC6121A161522C9643FFF123, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, RuntimeType_IsDefined_m52B9EFA347244BAD79DC4CB117753FC67E5F0DE4_RuntimeMethod_var);
}
IL_0038:
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0;
bool L_9 = ___inherit1;
IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var);
bool L_10 = MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4(__this, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Collections.Generic.IList`1<System.Reflection.CustomAttributeData> System.RuntimeType::GetCustomAttributesData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeType_GetCustomAttributesData_m4303E3A8954020D0E3503AB1E2CCB1241388202F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = CustomAttributeData_GetCustomAttributesInternal_m8D1C3A30B4A14B6CC103B0AADC90BC8FDBF14E2C(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.RuntimeType::FormatTypeName(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_FormatTypeName_m59B3B6C0997F2F636C6EBDB4B634868BB36FD4BF (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___serialization0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_FormatTypeName_m59B3B6C0997F2F636C6EBDB4B634868BB36FD4BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
String_t* V_1 = NULL;
{
bool L_0 = ___serialization0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D(__this, 2, /*hidden argument*/NULL);
return L_1;
}
IL_000b:
{
Type_t * L_2 = Type_GetRootElementType_mE4F0579E18FAAEEB2DB86F1315BFBEC1A9A2FD56(__this, /*hidden argument*/NULL);
V_0 = L_2;
Type_t * L_3 = V_0;
NullCheck(L_3);
bool L_4 = Type_get_IsNested_m0191026EDE15331C2DD97FC106E1C86825722F37(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0021;
}
}
{
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, __this);
return L_5;
}
IL_0021:
{
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
V_1 = L_6;
Type_t * L_7 = V_0;
NullCheck(L_7);
bool L_8 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0054;
}
}
{
Type_t * L_9 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
bool L_12 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_9, L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0054;
}
}
{
Type_t * L_13 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_13, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0065;
}
}
IL_0054:
{
String_t* L_17 = V_1;
NullCheck(_stringLiteralF88F3BC110B17C96C0857A9DD4115004A7A4BDC8);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(_stringLiteralF88F3BC110B17C96C0857A9DD4115004A7A4BDC8, /*hidden argument*/NULL);
NullCheck(L_17);
String_t* L_19 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_17, L_18, /*hidden argument*/NULL);
V_1 = L_19;
}
IL_0065:
{
String_t* L_20 = V_1;
return L_20;
}
}
// System.Reflection.MemberTypes System.RuntimeType::get_MemberType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_get_MemberType_m34B3F5CED8D001BF2E7A32ECAF7E7E162A002C0E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
bool L_0 = Type_get_IsPublic_mC1B34517A62C56867856DFFE5C7797E7B6CF536C(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0010;
}
}
{
bool L_1 = Type_get_IsNotPublic_mF21439101FF78B7EB47B92C99EB20F179FCFDE76(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0013;
}
}
IL_0010:
{
return (int32_t)(((int32_t)32));
}
IL_0013:
{
return (int32_t)(((int32_t)128));
}
}
// System.Type System.RuntimeType::get_ReflectedType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_get_ReflectedType_m51F317EB117CFD3B1D42E456EB331BE912C7917A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this);
return L_0;
}
}
// System.Int32 System.RuntimeType::get_MetadataToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_get_MetadataToken_mD3EDE50B6F6E8C87C8CFDEA0DB9943111C5219EE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = RuntimeTypeHandle_GetToken_mBA9485A17FFB3C3FC461F0BD531A802F6F8CA37E(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.RuntimeType::CreateInstanceCheckThis()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * G_B6_0 = NULL;
Type_t * G_B5_0 = NULL;
{
if (!((ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5 *)IsInstClass((RuntimeObject*)__this, ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_il2cpp_TypeInfo_var)))
{
goto IL_0018;
}
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6AC7BBFF4F1B3097865A25D8BB94FF9E398A97BE, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_1 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var);
}
IL_0018:
{
bool L_2 = VirtFuncInvoker0< bool >::Invoke(108 /* System.Boolean System.Type::get_ContainsGenericParameters() */, __this);
if (!L_2)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, __this);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)__this);
String_t* L_5 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral60ED6504C74E5878530662CE4D473C745803875F, L_4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var);
}
IL_003a:
{
Type_t * L_7 = Type_GetRootElementType_mE4F0579E18FAAEEB2DB86F1315BFBEC1A9A2FD56(__this, /*hidden argument*/NULL);
Type_t * L_8 = L_7;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast<intptr_t> (ArgIterator_tCF0D2A1A1BD140821E37286E2D7AC6267479F855_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL);
G_B5_0 = L_8;
if ((!(((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10))))
{
G_B6_0 = L_8;
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE14A957E7158EF80B5162F3C821DCE79E056C0C0, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_12 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var);
}
IL_005d:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)G_B6_0) == ((RuntimeObject*)(Type_t *)L_14))))
{
goto IL_0079;
}
}
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8B77D037C923A1ACE3E16E415BBD0ABA35FDAF70, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_16 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10_RuntimeMethod_var);
}
IL_0079:
{
return;
}
}
// System.Object System.RuntimeType::CreateInstanceImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[],System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___activationAttributes4, int32_t* ___stackMark5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* V_2 = NULL;
List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * V_3 = NULL;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_4 = NULL;
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* V_5 = NULL;
MethodBase_t * V_6 = NULL;
RuntimeObject * V_7 = NULL;
int32_t V_8 = 0;
int32_t V_9 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10(__this, /*hidden argument*/NULL);
V_0 = NULL;
}
IL_0008:
try
{ // begin try (depth: 1)
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args2;
if (L_0)
{
goto IL_0012;
}
}
IL_000b:
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_il2cpp_TypeInfo_var))->get_Value_0();
___args2 = L_1;
}
IL_0012:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args2;
NullCheck(L_2);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))));
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_3 = ___binder1;
if (L_3)
{
goto IL_0020;
}
}
IL_0019:
{
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_4 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
___binder1 = L_4;
}
IL_0020:
{
int32_t L_5 = V_1;
if (L_5)
{
goto IL_0055;
}
}
IL_0023:
{
int32_t L_6 = ___bindingAttr0;
if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)16))))
{
goto IL_0055;
}
}
IL_0029:
{
int32_t L_7 = ___bindingAttr0;
if (!((int32_t)((int32_t)L_7&(int32_t)4)))
{
goto IL_0055;
}
}
IL_002e:
{
bool L_8 = RuntimeType_IsGenericCOMObjectImpl_m87E93B03329D1536B8457E72D1E4454B5DBC5305(__this, /*hidden argument*/NULL);
if (L_8)
{
goto IL_003e;
}
}
IL_0036:
{
bool L_9 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(__this, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0055;
}
}
IL_003e:
{
int32_t L_10 = ___bindingAttr0;
int32_t* L_11 = ___stackMark5;
RuntimeObject * L_12 = RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064(__this, (bool)((((int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0), (bool)0, (bool)1, (int32_t*)L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_01a4;
}
IL_0055:
{
int32_t L_13 = ___bindingAttr0;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_14 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E*, int32_t >::Invoke(38 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, __this, L_13);
V_2 = L_14;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_15 = V_2;
NullCheck(L_15);
List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * L_16 = (List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B *)il2cpp_codegen_object_new(List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B_il2cpp_TypeInfo_var);
List_1__ctor_mDA08C802E7E05B23AD01A4A1B0F070F4F8674079(L_16, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), /*hidden argument*/List_1__ctor_mDA08C802E7E05B23AD01A4A1B0F070F4F8674079_RuntimeMethod_var);
V_3 = L_16;
int32_t L_17 = V_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)L_17);
V_4 = L_18;
V_8 = 0;
goto IL_008d;
}
IL_0073:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = ___args2;
int32_t L_20 = V_8;
NullCheck(L_19);
int32_t L_21 = L_20;
RuntimeObject * L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
if (!L_22)
{
goto IL_0087;
}
}
IL_0079:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = V_4;
int32_t L_24 = V_8;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = ___args2;
int32_t L_26 = V_8;
NullCheck(L_25);
int32_t L_27 = L_26;
RuntimeObject * L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
NullCheck(L_28);
Type_t * L_29 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_28, /*hidden argument*/NULL);
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_29);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (Type_t *)L_29);
}
IL_0087:
{
int32_t L_30 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_008d:
{
int32_t L_31 = V_8;
int32_t L_32 = V_1;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_0073;
}
}
IL_0092:
{
V_9 = 0;
goto IL_00bb;
}
IL_0097:
{
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_33 = V_2;
int32_t L_34 = V_9;
NullCheck(L_33);
int32_t L_35 = L_34;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
int32_t L_37 = ___bindingAttr0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_38 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_39 = RuntimeType_FilterApplyConstructorInfo_m3E4831E5872D9BF66B79DAF1680BFB023E8F33E9(((RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)CastclassClass((RuntimeObject*)L_36, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var)), L_37, 3, L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_00b5;
}
}
IL_00ab:
{
List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * L_40 = V_3;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_41 = V_2;
int32_t L_42 = V_9;
NullCheck(L_41);
int32_t L_43 = L_42;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
NullCheck(L_40);
List_1_Add_m8B99C3701CFCC899DBDF5C0A4D5A1513E7C9341E(L_40, L_44, /*hidden argument*/List_1_Add_m8B99C3701CFCC899DBDF5C0A4D5A1513E7C9341E_RuntimeMethod_var);
}
IL_00b5:
{
int32_t L_45 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
}
IL_00bb:
{
int32_t L_46 = V_9;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_47 = V_2;
NullCheck(L_47);
if ((((int32_t)L_46) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))))
{
goto IL_0097;
}
}
IL_00c2:
{
List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * L_48 = V_3;
NullCheck(L_48);
int32_t L_49 = List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02_inline(L_48, /*hidden argument*/List_1_get_Count_m6B019B50CC934D7CACADDED1B6F59D3E42353F02_RuntimeMethod_var);
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_50 = (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)SZArrayNew(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var, (uint32_t)L_49);
V_5 = L_50;
List_1_tAEAE774EC72EF9C2DECD390E95248FE95DC6C82B * L_51 = V_3;
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_52 = V_5;
NullCheck(L_51);
List_1_CopyTo_m77751034BB3A419B9DEF628B0A0F3F5020ABF4A2(L_51, L_52, /*hidden argument*/List_1_CopyTo_m77751034BB3A419B9DEF628B0A0F3F5020ABF4A2_RuntimeMethod_var);
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_53 = V_5;
if (!L_53)
{
goto IL_00e3;
}
}
IL_00db:
{
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_54 = V_5;
NullCheck(L_54);
if ((((RuntimeArray*)L_54)->max_length))
{
goto IL_00e3;
}
}
IL_00e0:
{
V_5 = (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)NULL;
}
IL_00e3:
{
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_55 = V_5;
if (L_55)
{
goto IL_0106;
}
}
IL_00e7:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_56 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_57 = L_56;
String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
NullCheck(L_57);
ArrayElementTypeCheck (L_57, L_58);
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_58);
String_t* L_59 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralAE99B70C034FADE1269CDACF6DBEE469902A888F, L_57, /*hidden argument*/NULL);
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_60 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9(L_60, L_59, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var);
}
IL_0106:
{
V_7 = NULL;
}
IL_0109:
try
{ // begin try (depth: 2)
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_61 = ___binder1;
int32_t L_62 = ___bindingAttr0;
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_63 = V_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_64 = ___culture3;
NullCheck(L_61);
MethodBase_t * L_65 = VirtFuncInvoker7< MethodBase_t *, int32_t, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, RuntimeObject ** >::Invoke(4 /* System.Reflection.MethodBase System.Reflection.Binder::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&) */, L_61, L_62, L_63, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&___args2), (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL, L_64, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL, (RuntimeObject **)(&V_7));
V_6 = L_65;
goto IL_0124;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_011e;
throw e;
}
CATCH_011e:
{ // begin catch(System.MissingMethodException)
V_6 = (MethodBase_t *)NULL;
goto IL_0124;
} // end catch (depth: 2)
IL_0124:
{
MethodBase_t * L_66 = V_6;
bool L_67 = MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736(L_66, (MethodBase_t *)NULL, /*hidden argument*/NULL);
if (!L_67)
{
goto IL_014d;
}
}
IL_012e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_68 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_69 = L_68;
String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
NullCheck(L_69);
ArrayElementTypeCheck (L_69, L_70);
(L_69)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_70);
String_t* L_71 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralAE99B70C034FADE1269CDACF6DBEE469902A888F, L_69, /*hidden argument*/NULL);
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_72 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9(L_72, L_71, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_72, RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var);
}
IL_014d:
{
MethodBase_t * L_73 = V_6;
NullCheck(L_73);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_74 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_73);
NullCheck(L_74);
if ((((RuntimeArray*)L_74)->max_length))
{
goto IL_0184;
}
}
IL_0157:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_75 = ___args2;
NullCheck(L_75);
if (!(((RuntimeArray*)L_75)->max_length))
{
goto IL_017a;
}
}
IL_015b:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_76 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_77 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA77E41A21B51DBA704C94525553E2151EC3FFFE6, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_78 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
String_t* L_79 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_76, L_77, L_78, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_80 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_80, L_79, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var);
}
IL_017a:
{
RuntimeObject * L_81 = Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3(__this, (bool)1, /*hidden argument*/NULL);
V_0 = L_81;
goto IL_01a4;
}
IL_0184:
{
MethodBase_t * L_82 = V_6;
int32_t L_83 = ___bindingAttr0;
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_84 = ___binder1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_85 = ___args2;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_86 = ___culture3;
NullCheck(((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)CastclassClass((RuntimeObject*)L_82, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var)));
RuntimeObject * L_87 = VirtFuncInvoker4< RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(38 /* System.Object System.Reflection.ConstructorInfo::Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)CastclassClass((RuntimeObject*)L_82, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var)), L_83, L_84, L_85, L_86);
V_0 = L_87;
RuntimeObject * L_88 = V_7;
if (!L_88)
{
goto IL_01a4;
}
}
IL_019a:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_89 = ___binder1;
RuntimeObject * L_90 = V_7;
NullCheck(L_89);
VirtActionInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**, RuntimeObject * >::Invoke(9 /* System.Void System.Reflection.Binder::ReorderArgumentArray(System.Object[]&,System.Object) */, L_89, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&___args2), L_90);
}
IL_01a4:
{
goto IL_01a9;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_01a6;
throw e;
}
CATCH_01a6:
{ // begin catch(System.Exception)
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0_RuntimeMethod_var);
} // end catch (depth: 1)
IL_01a9:
{
RuntimeObject * L_91 = V_0;
return L_91;
}
}
// System.Object System.RuntimeType::CreateInstanceDefaultCtor(System.Boolean,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___publicOnly0, bool ___skipCheckThis1, bool ___fillCache2, int32_t* ___stackMark3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = Type_GetType_m6C9E6D55EC53587A0851176DA1D27A165724773E(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0027;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E5FE015375B68C60BEFD254E4B639475A73E6CA, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064_RuntimeMethod_var);
}
IL_0027:
{
bool L_6 = ___publicOnly0;
bool L_7 = ___skipCheckThis1;
bool L_8 = ___fillCache2;
int32_t* L_9 = ___stackMark3;
RuntimeObject * L_10 = RuntimeType_CreateInstanceSlow_m47028D1E7CA30192D9245848E65C501A76937572(__this, L_6, L_7, L_8, (int32_t*)L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Reflection.MonoCMethod System.RuntimeType::GetDefaultConstructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * V_0 = NULL;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* V_1 = NULL;
int32_t V_2 = 0;
{
V_0 = (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 *)NULL;
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_0 = __this->get_type_info_26();
if (L_0)
{
goto IL_0017;
}
}
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_1 = (MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D *)il2cpp_codegen_object_new(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_il2cpp_TypeInfo_var);
MonoTypeInfo__ctor_mB3C8C989BCE5AA95EFF2C6ED45C8ACB28ABF3A46(L_1, /*hidden argument*/NULL);
__this->set_type_info_26(L_1);
goto IL_0023;
}
IL_0017:
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_2 = __this->get_type_info_26();
NullCheck(L_2);
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_3 = L_2->get_default_ctor_1();
V_0 = L_3;
}
IL_0023:
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_5 = ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53(L_4, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0064;
}
}
{
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_6 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E*, int32_t >::Invoke(38 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, __this, ((int32_t)54));
V_1 = L_6;
V_2 = 0;
goto IL_005e;
}
IL_0039:
{
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_7 = V_1;
int32_t L_8 = V_2;
NullCheck(L_7);
int32_t L_9 = L_8;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_10);
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(37 /* System.Int32 System.Reflection.MethodBase::GetParametersCount() */, L_10);
if (L_11)
{
goto IL_005a;
}
}
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_12 = __this->get_type_info_26();
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_13 = V_1;
int32_t L_14 = V_2;
NullCheck(L_13);
int32_t L_15 = L_14;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_17 = ((MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 *)CastclassClass((RuntimeObject*)L_16, MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61_il2cpp_TypeInfo_var));
V_0 = L_17;
NullCheck(L_12);
L_12->set_default_ctor_1(L_17);
goto IL_0064;
}
IL_005a:
{
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_005e:
{
int32_t L_19 = V_2;
ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_20 = V_1;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))))
{
goto IL_0039;
}
}
IL_0064:
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_21 = V_0;
return L_21;
}
}
// System.String System.RuntimeType::GetDefaultMemberName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetDefaultMemberName_m3986F1DA3DDA023EA10120953239D06151EA67B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, __this, L_1, (bool)1);
V_0 = L_2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = V_0;
NullCheck(L_3);
if ((((RuntimeArray*)L_3)->max_length))
{
goto IL_0018;
}
}
{
return (String_t*)NULL;
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = 0;
RuntimeObject * L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(((DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 *)CastclassSealed((RuntimeObject*)L_6, DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_il2cpp_TypeInfo_var)));
String_t* L_7 = DefaultMemberAttribute_get_MemberName_mC3A880116EB62C9DC66420EBE8C2F68BCC915121_inline(((DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 *)CastclassSealed((RuntimeObject*)L_6, DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_7;
}
}
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::GetSerializationCtor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetSerializationCtor_m7745C3F8417483166D866C60AA5A5B8C76B7A966_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL;
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_0 = __this->get_m_serializationCtor_28();
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_1 = ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53(L_0, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0046;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_5);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_0_0_0_var) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_8);
V_0 = L_6;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = V_0;
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_10 = Type_GetConstructor_mD740DE730AFCDC50893503C3D5FBA7D56FA56C47(__this, ((int32_t)52), (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, 3, L_9, (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL, /*hidden argument*/NULL);
__this->set_m_serializationCtor_28(((RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)IsInstClass((RuntimeObject*)L_10, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var)));
}
IL_0046:
{
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * L_11 = __this->get_m_serializationCtor_28();
return L_11;
}
}
// System.Object System.RuntimeType::CreateInstanceSlow(System.Boolean,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceSlow_m47028D1E7CA30192D9245848E65C501A76937572 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___publicOnly0, bool ___skipCheckThis1, bool ___fillCache2, int32_t* ___stackMark3, const RuntimeMethod* method)
{
{
bool L_0 = ___skipCheckThis1;
if (L_0)
{
goto IL_0009;
}
}
{
RuntimeType_CreateInstanceCheckThis_m31DC30460266B52042D85126B268A063F090FD10(__this, /*hidden argument*/NULL);
}
IL_0009:
{
bool L_1 = ___publicOnly0;
RuntimeObject * L_2 = RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED(__this, (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
return L_2;
}
}
// System.Object System.RuntimeType::CreateInstanceMono(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___nonPublic0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * V_0 = NULL;
Type_t * V_1 = NULL;
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_0 = RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467(__this, /*hidden argument*/NULL);
V_0 = L_0;
bool L_1 = ___nonPublic0;
if (L_1)
{
goto IL_001d;
}
}
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_3 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_2, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001d;
}
}
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_4 = V_0;
NullCheck(L_4);
bool L_5 = MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_001d;
}
}
{
V_0 = (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 *)NULL;
}
IL_001d:
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var);
bool L_7 = ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53(L_6, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0081;
}
}
{
Type_t * L_8 = Type_GetRootElementType_mE4F0579E18FAAEEB2DB86F1315BFBEC1A9A2FD56(__this, /*hidden argument*/NULL);
V_1 = L_8;
Type_t * L_9 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
if ((((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11)))
{
goto IL_0047;
}
}
{
Type_t * L_12 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (RuntimeArgumentHandle_t6118B2666F632AA0A554B476D9A447ACDBF08C46_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Type_t *)L_12) == ((RuntimeObject*)(Type_t *)L_14))))
{
goto IL_0057;
}
}
IL_0047:
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAF0BF4FCB4B14D4F90E6E119C081210D67653FB1, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_16 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_RuntimeMethod_var);
}
IL_0057:
{
bool L_17 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(__this, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0066;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeObject * L_18 = RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45(__this, /*hidden argument*/NULL);
return L_18;
}
IL_0066:
{
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
String_t* L_20 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral5047AAA8C8C54638D450B9579D6996150821B0F5, L_19, /*hidden argument*/NULL);
String_t* L_21 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(L_20, /*hidden argument*/NULL);
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_22 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9(L_22, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_RuntimeMethod_var);
}
IL_0081:
{
bool L_23 = Type_get_IsAbstract_m769E8E92F368822B8AB5354BB0D123BDDD605D09(__this, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_00a8;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, __this);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_26);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_26);
String_t* L_27 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteral2F608168AB910F08F99CCBDA43EE56D4C1E18A3B, L_25, /*hidden argument*/NULL);
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_28 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9(L_28, L_27, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, RuntimeType_CreateInstanceMono_m253403281BE215FEC6C0CE1F775B7FCD2971E7ED_RuntimeMethod_var);
}
IL_00a8:
{
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_29 = V_0;
NullCheck(L_29);
RuntimeObject * L_30 = MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC(L_29, NULL, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL);
return L_30;
}
}
// System.Object System.RuntimeType::CheckValue(System.Object,System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture2, int32_t ___invokeAttr3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject * V_1 = NULL;
{
V_0 = (bool)0;
RuntimeObject * L_0 = ___value0;
RuntimeObject * L_1 = RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0(__this, L_0, (bool*)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
bool L_2 = V_0;
if (L_2)
{
goto IL_0011;
}
}
{
RuntimeObject * L_3 = V_1;
return L_3;
}
IL_0011:
{
int32_t L_4 = ___invokeAttr3;
if ((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)65536)))) == ((uint32_t)((int32_t)65536)))))
{
goto IL_0041;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487(/*hidden argument*/NULL);
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral619417E3BBEF14EAF2503D64E9A39B721302DF8C, /*hidden argument*/NULL);
RuntimeObject * L_7 = ___value0;
NullCheck(L_7);
Type_t * L_8 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_7, /*hidden argument*/NULL);
String_t* L_9 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_5, L_6, L_8, __this, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_RuntimeMethod_var);
}
IL_0041:
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_11 = ___binder1;
if (!L_11)
{
goto IL_0056;
}
}
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_12 = ___binder1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_13 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
if ((((RuntimeObject*)(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)L_12) == ((RuntimeObject*)(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)L_13)))
{
goto IL_0056;
}
}
{
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_14 = ___binder1;
RuntimeObject * L_15 = ___value0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = ___culture2;
NullCheck(L_14);
RuntimeObject * L_17 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(8 /* System.Object System.Reflection.Binder::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo) */, L_14, L_15, __this, L_16);
return L_17;
}
IL_0056:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487(/*hidden argument*/NULL);
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral619417E3BBEF14EAF2503D64E9A39B721302DF8C, /*hidden argument*/NULL);
RuntimeObject * L_20 = ___value0;
NullCheck(L_20);
Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL);
String_t* L_22 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_18, L_19, L_21, __this, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503_RuntimeMethod_var);
}
}
// System.Object System.RuntimeType::TryConvertToType(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, bool* ___failed1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_TryConvertToType_m0F3AD0C2FEB8CC0D670F267FA2EC284E3CBD82A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
RuntimeObject * V_1 = NULL;
RuntimeObject * V_2 = NULL;
Type_t * V_3 = NULL;
{
RuntimeObject * L_0 = ___value0;
bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, __this, L_0);
if (!L_1)
{
goto IL_000b;
}
}
{
RuntimeObject * L_2 = ___value0;
return L_2;
}
IL_000b:
{
bool L_3 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(__this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0028;
}
}
{
Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, __this);
V_0 = L_4;
RuntimeObject * L_5 = ___value0;
if (!L_5)
{
goto IL_0026;
}
}
{
Type_t * L_6 = V_0;
RuntimeObject * L_7 = ___value0;
NullCheck(L_6);
bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_6, L_7);
if (!L_8)
{
goto IL_0028;
}
}
IL_0026:
{
RuntimeObject * L_9 = ___value0;
return L_9;
}
IL_0028:
{
RuntimeObject * L_10 = ___value0;
if (L_10)
{
goto IL_002d;
}
}
{
RuntimeObject * L_11 = ___value0;
return L_11;
}
IL_002d:
{
bool L_12 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, __this);
if (!L_12)
{
goto IL_0057;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
Type_t * L_13 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(__this, /*hidden argument*/NULL);
RuntimeObject * L_14 = ___value0;
NullCheck(L_14);
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_13, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_004a;
}
}
{
RuntimeObject * L_17 = ___value0;
return L_17;
}
IL_004a:
{
RuntimeObject * L_18 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeObject * L_19 = RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849(L_18, __this, /*hidden argument*/NULL);
V_1 = L_19;
RuntimeObject * L_20 = V_1;
if (!L_20)
{
goto IL_00a1;
}
}
{
RuntimeObject * L_21 = V_1;
return L_21;
}
IL_0057:
{
bool L_22 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(__this, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_006c;
}
}
{
RuntimeObject * L_23 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeObject * L_24 = RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849(L_23, __this, /*hidden argument*/NULL);
V_2 = L_24;
RuntimeObject * L_25 = V_2;
if (!L_25)
{
goto IL_00a1;
}
}
{
RuntimeObject * L_26 = V_2;
return L_26;
}
IL_006c:
{
bool L_27 = Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57(__this, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_00a1;
}
}
{
RuntimeObject * L_28 = ___value0;
NullCheck(L_28);
Type_t * L_29 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_28, /*hidden argument*/NULL);
V_3 = L_29;
Type_t * L_30 = V_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_31 = { reinterpret_cast<intptr_t> (IntPtr_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_32 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_31, /*hidden argument*/NULL);
bool L_33 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_30, L_32, /*hidden argument*/NULL);
if (L_33)
{
goto IL_009f;
}
}
{
Type_t * L_34 = V_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_35 = { reinterpret_cast<intptr_t> (UIntPtr_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_36 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_35, /*hidden argument*/NULL);
bool L_37 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_34, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00a1;
}
}
IL_009f:
{
RuntimeObject * L_38 = ___value0;
return L_38;
}
IL_00a1:
{
bool* L_39 = ___failed1;
*((int8_t*)L_39) = (int8_t)1;
return NULL;
}
}
// System.Object System.RuntimeType::IsConvertibleToPrimitiveType(System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849 (RuntimeObject * ___value0, Type_t * ___targetType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_IsConvertibleToPrimitiveType_m82E475866745432850F06D2FF6BE73BAEE8CA849_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
RuntimeObject * L_0 = ___value0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Type_t * L_2 = V_0;
NullCheck(L_2);
bool L_3 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_2);
if (!L_3)
{
goto IL_0021;
}
}
{
Type_t * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
Type_t * L_5 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(L_4, /*hidden argument*/NULL);
V_0 = L_5;
Type_t * L_6 = V_0;
Type_t * L_7 = ___targetType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_8 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0021;
}
}
{
RuntimeObject * L_9 = ___value0;
return L_9;
}
IL_0021:
{
Type_t * L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
int32_t L_11 = Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F(L_10, /*hidden argument*/NULL);
V_1 = L_11;
Type_t * L_12 = ___targetType1;
int32_t L_13 = Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F(L_12, /*hidden argument*/NULL);
V_2 = L_13;
int32_t L_14 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)4)))
{
case 0:
{
goto IL_0068;
}
case 1:
{
goto IL_03a3;
}
case 2:
{
goto IL_03a3;
}
case 3:
{
goto IL_0083;
}
case 4:
{
goto IL_00a6;
}
case 5:
{
goto IL_00bf;
}
case 6:
{
goto IL_011c;
}
case 7:
{
goto IL_0161;
}
case 8:
{
goto IL_01e5;
}
case 9:
{
goto IL_0242;
}
case 10:
{
goto IL_02ea;
}
}
}
{
goto IL_03a3;
}
IL_0068:
{
int32_t L_15 = V_1;
if ((((int32_t)L_15) == ((int32_t)6)))
{
goto IL_0075;
}
}
{
int32_t L_16 = V_1;
if ((((int32_t)L_16) == ((int32_t)8)))
{
goto IL_0081;
}
}
{
goto IL_03a3;
}
IL_0075:
{
RuntimeObject * L_17 = ___value0;
Il2CppChar L_18 = ((Il2CppChar)((*(uint8_t*)((uint8_t*)UnBox(L_17, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))));
RuntimeObject * L_19 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0081:
{
RuntimeObject * L_20 = ___value0;
return L_20;
}
IL_0083:
{
int32_t L_21 = V_1;
if ((((int32_t)L_21) == ((int32_t)5)))
{
goto IL_009a;
}
}
{
int32_t L_22 = V_1;
if ((!(((uint32_t)L_22) == ((uint32_t)6))))
{
goto IL_03a3;
}
}
{
RuntimeObject * L_23 = ___value0;
int16_t L_24 = ((int16_t)((*(uint8_t*)((uint8_t*)UnBox(L_23, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))));
RuntimeObject * L_25 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_009a:
{
RuntimeObject * L_26 = ___value0;
int16_t L_27 = ((int16_t)((*(int8_t*)((int8_t*)UnBox(L_26, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))));
RuntimeObject * L_28 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_00a6:
{
int32_t L_29 = V_1;
if ((((int32_t)L_29) == ((int32_t)4)))
{
goto IL_00bd;
}
}
{
int32_t L_30 = V_1;
if ((!(((uint32_t)L_30) == ((uint32_t)6))))
{
goto IL_03a3;
}
}
{
RuntimeObject * L_31 = ___value0;
uint16_t L_32 = ((uint16_t)((*(uint8_t*)((uint8_t*)UnBox(L_31, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))));
RuntimeObject * L_33 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_32);
return L_33;
}
IL_00bd:
{
RuntimeObject * L_34 = ___value0;
return L_34;
}
IL_00bf:
{
int32_t L_35 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)4)))
{
case 0:
{
goto IL_00f8;
}
case 1:
{
goto IL_00ec;
}
case 2:
{
goto IL_00e0;
}
case 3:
{
goto IL_0104;
}
case 4:
{
goto IL_0110;
}
}
}
{
goto IL_03a3;
}
IL_00e0:
{
RuntimeObject * L_36 = ___value0;
int32_t L_37 = ((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_36, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))));
RuntimeObject * L_38 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00ec:
{
RuntimeObject * L_39 = ___value0;
int32_t L_40 = ((int32_t)((*(int8_t*)((int8_t*)UnBox(L_39, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))));
RuntimeObject * L_41 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_40);
return L_41;
}
IL_00f8:
{
RuntimeObject * L_42 = ___value0;
int32_t L_43 = ((int32_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_42, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))));
RuntimeObject * L_44 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_43);
return L_44;
}
IL_0104:
{
RuntimeObject * L_45 = ___value0;
int32_t L_46 = ((int32_t)((*(int16_t*)((int16_t*)UnBox(L_45, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))));
RuntimeObject * L_47 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_46);
return L_47;
}
IL_0110:
{
RuntimeObject * L_48 = ___value0;
int32_t L_49 = ((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_48, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))));
RuntimeObject * L_50 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_49);
return L_50;
}
IL_011c:
{
int32_t L_51 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)4)))
{
case 0:
{
goto IL_0149;
}
case 1:
{
goto IL_03a3;
}
case 2:
{
goto IL_013d;
}
case 3:
{
goto IL_03a3;
}
case 4:
{
goto IL_0155;
}
}
}
{
goto IL_03a3;
}
IL_013d:
{
RuntimeObject * L_52 = ___value0;
uint32_t L_53 = ((uint32_t)((*(uint8_t*)((uint8_t*)UnBox(L_52, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))));
RuntimeObject * L_54 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_53);
return L_54;
}
IL_0149:
{
RuntimeObject * L_55 = ___value0;
uint32_t L_56 = ((uint32_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_55, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))));
RuntimeObject * L_57 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_56);
return L_57;
}
IL_0155:
{
RuntimeObject * L_58 = ___value0;
uint32_t L_59 = ((uint32_t)((*(uint16_t*)((uint16_t*)UnBox(L_58, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))));
RuntimeObject * L_60 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_59);
return L_60;
}
IL_0161:
{
int32_t L_61 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)4)))
{
case 0:
{
goto IL_01b1;
}
case 1:
{
goto IL_0197;
}
case 2:
{
goto IL_018a;
}
case 3:
{
goto IL_01a4;
}
case 4:
{
goto IL_01be;
}
case 5:
{
goto IL_01cb;
}
case 6:
{
goto IL_01d8;
}
}
}
{
goto IL_03a3;
}
IL_018a:
{
RuntimeObject * L_62 = ___value0;
int64_t L_63 = (((int64_t)((uint64_t)((*(uint8_t*)((uint8_t*)UnBox(L_62, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_64 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_63);
return L_64;
}
IL_0197:
{
RuntimeObject * L_65 = ___value0;
int64_t L_66 = (((int64_t)((int64_t)((*(int8_t*)((int8_t*)UnBox(L_65, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_67 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_66);
return L_67;
}
IL_01a4:
{
RuntimeObject * L_68 = ___value0;
int64_t L_69 = (((int64_t)((int64_t)((*(int16_t*)((int16_t*)UnBox(L_68, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_70 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_69);
return L_70;
}
IL_01b1:
{
RuntimeObject * L_71 = ___value0;
int64_t L_72 = (((int64_t)((uint64_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_71, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_73 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_72);
return L_73;
}
IL_01be:
{
RuntimeObject * L_74 = ___value0;
int64_t L_75 = (((int64_t)((uint64_t)((*(uint16_t*)((uint16_t*)UnBox(L_74, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_76 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_75);
return L_76;
}
IL_01cb:
{
RuntimeObject * L_77 = ___value0;
int64_t L_78 = (((int64_t)((int64_t)((*(int32_t*)((int32_t*)UnBox(L_77, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_79 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_78);
return L_79;
}
IL_01d8:
{
RuntimeObject * L_80 = ___value0;
int64_t L_81 = (((int64_t)((uint64_t)((*(uint32_t*)((uint32_t*)UnBox(L_80, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_82 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_81);
return L_82;
}
IL_01e5:
{
int32_t L_83 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)4)))
{
case 0:
{
goto IL_021b;
}
case 1:
{
goto IL_03a3;
}
case 2:
{
goto IL_020e;
}
case 3:
{
goto IL_03a3;
}
case 4:
{
goto IL_0228;
}
case 5:
{
goto IL_03a3;
}
case 6:
{
goto IL_0235;
}
}
}
{
goto IL_03a3;
}
IL_020e:
{
RuntimeObject * L_84 = ___value0;
uint64_t L_85 = ((uint64_t)(((int64_t)((uint64_t)((*(uint8_t*)((uint8_t*)UnBox(L_84, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var))))))));
RuntimeObject * L_86 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_85);
return L_86;
}
IL_021b:
{
RuntimeObject * L_87 = ___value0;
uint64_t L_88 = ((uint64_t)(((int64_t)((uint64_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_87, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var))))))));
RuntimeObject * L_89 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_88);
return L_89;
}
IL_0228:
{
RuntimeObject * L_90 = ___value0;
uint64_t L_91 = ((uint64_t)(((int64_t)((uint64_t)((*(uint16_t*)((uint16_t*)UnBox(L_90, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var))))))));
RuntimeObject * L_92 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_91);
return L_92;
}
IL_0235:
{
RuntimeObject * L_93 = ___value0;
uint64_t L_94 = ((uint64_t)(((int64_t)((uint64_t)((*(uint32_t*)((uint32_t*)UnBox(L_93, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var))))))));
RuntimeObject * L_95 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_94);
return L_95;
}
IL_0242:
{
int32_t L_96 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)4)))
{
case 0:
{
goto IL_029a;
}
case 1:
{
goto IL_0280;
}
case 2:
{
goto IL_0273;
}
case 3:
{
goto IL_028d;
}
case 4:
{
goto IL_02a7;
}
case 5:
{
goto IL_02b4;
}
case 6:
{
goto IL_02c1;
}
case 7:
{
goto IL_02cf;
}
case 8:
{
goto IL_02dc;
}
}
}
{
goto IL_03a3;
}
IL_0273:
{
RuntimeObject * L_97 = ___value0;
float L_98 = (((float)((float)((*(uint8_t*)((uint8_t*)UnBox(L_97, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_99 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_98);
return L_99;
}
IL_0280:
{
RuntimeObject * L_100 = ___value0;
float L_101 = (((float)((float)((*(int8_t*)((int8_t*)UnBox(L_100, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_102 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_101);
return L_102;
}
IL_028d:
{
RuntimeObject * L_103 = ___value0;
float L_104 = (((float)((float)((*(int16_t*)((int16_t*)UnBox(L_103, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_105 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_104);
return L_105;
}
IL_029a:
{
RuntimeObject * L_106 = ___value0;
float L_107 = (((float)((float)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_106, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_108 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_107);
return L_108;
}
IL_02a7:
{
RuntimeObject * L_109 = ___value0;
float L_110 = (((float)((float)((*(uint16_t*)((uint16_t*)UnBox(L_109, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_111 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_110);
return L_111;
}
IL_02b4:
{
RuntimeObject * L_112 = ___value0;
float L_113 = (((float)((float)((*(int32_t*)((int32_t*)UnBox(L_112, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_114 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_113);
return L_114;
}
IL_02c1:
{
RuntimeObject * L_115 = ___value0;
float L_116 = (((float)((float)(((double)((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_115, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var))))))))));
RuntimeObject * L_117 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_116);
return L_117;
}
IL_02cf:
{
RuntimeObject * L_118 = ___value0;
float L_119 = (((float)((float)((*(int64_t*)((int64_t*)UnBox(L_118, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_120 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_119);
return L_120;
}
IL_02dc:
{
RuntimeObject * L_121 = ___value0;
float L_122 = (((float)((float)(((double)((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_121, UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var))))))))));
RuntimeObject * L_123 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_122);
return L_123;
}
IL_02ea:
{
int32_t L_124 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_124, (int32_t)4)))
{
case 0:
{
goto IL_0339;
}
case 1:
{
goto IL_032c;
}
case 2:
{
goto IL_031f;
}
case 3:
{
goto IL_0346;
}
case 4:
{
goto IL_0353;
}
case 5:
{
goto IL_0360;
}
case 6:
{
goto IL_036d;
}
case 7:
{
goto IL_037b;
}
case 8:
{
goto IL_0388;
}
case 9:
{
goto IL_0396;
}
}
}
{
goto IL_03a3;
}
IL_031f:
{
RuntimeObject * L_125 = ___value0;
double L_126 = (((double)((double)((*(uint8_t*)((uint8_t*)UnBox(L_125, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_127 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_126);
return L_127;
}
IL_032c:
{
RuntimeObject * L_128 = ___value0;
double L_129 = (((double)((double)((*(int8_t*)((int8_t*)UnBox(L_128, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_130 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_129);
return L_130;
}
IL_0339:
{
RuntimeObject * L_131 = ___value0;
double L_132 = (((double)((double)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_131, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_133 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_132);
return L_133;
}
IL_0346:
{
RuntimeObject * L_134 = ___value0;
double L_135 = (((double)((double)((*(int16_t*)((int16_t*)UnBox(L_134, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_136 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_135);
return L_136;
}
IL_0353:
{
RuntimeObject * L_137 = ___value0;
double L_138 = (((double)((double)((*(uint16_t*)((uint16_t*)UnBox(L_137, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_139 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_138);
return L_139;
}
IL_0360:
{
RuntimeObject * L_140 = ___value0;
double L_141 = (((double)((double)((*(int32_t*)((int32_t*)UnBox(L_140, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_142 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_141);
return L_142;
}
IL_036d:
{
RuntimeObject * L_143 = ___value0;
double L_144 = (((double)((double)(((double)((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_143, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var))))))))));
RuntimeObject * L_145 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_144);
return L_145;
}
IL_037b:
{
RuntimeObject * L_146 = ___value0;
double L_147 = (((double)((double)((*(int64_t*)((int64_t*)UnBox(L_146, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_148 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_147);
return L_148;
}
IL_0388:
{
RuntimeObject * L_149 = ___value0;
double L_150 = (((double)((double)(((double)((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_149, UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var))))))))));
RuntimeObject * L_151 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_150);
return L_151;
}
IL_0396:
{
RuntimeObject * L_152 = ___value0;
double L_153 = (((double)((double)((*(float*)((float*)UnBox(L_152, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))))));
RuntimeObject * L_154 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_153);
return L_154;
}
IL_03a3:
{
return NULL;
}
}
// System.String System.RuntimeType::GetCachedName(System.TypeNameKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___kind0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___kind0;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_000b;
}
}
{
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
return L_1;
}
IL_000b:
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_2 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetCachedName_mE5687C04BBE5EEA4FE03974A917849443DF01F7D_RuntimeMethod_var);
}
}
// System.Type System.RuntimeType::make_array_type(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___rank0, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, int32_t);
using namespace il2cpp::icalls;
return ((RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4_ftn)mscorlib::System::RuntimeType::make_array_type) (__this, ___rank0);
}
// System.Type System.RuntimeType::MakeArrayType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeArrayType_m3F0C6E34582C5B807F43C2E07E1B7252CE5F2464 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4(__this, 0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Type System.RuntimeType::MakeArrayType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___rank0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___rank0;
if ((((int32_t)L_0) < ((int32_t)1)))
{
goto IL_000c;
}
}
{
int32_t L_1 = ___rank0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)255))))
{
goto IL_0012;
}
}
IL_000c:
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_2 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1(L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_MakeArrayType_mFB1229DD3239211C63CC266BEB84264F461A01A2_RuntimeMethod_var);
}
IL_0012:
{
int32_t L_3 = ___rank0;
Type_t * L_4 = RuntimeType_make_array_type_m425744714D38CD154F9D0B0ABDC6D34BFF0A3CD4(__this, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Type System.RuntimeType::make_byref_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_make_byref_type_m6EBA540F277AD0BD68BC6ACA9E74212911DA61FA (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeType_make_byref_type_m6EBA540F277AD0BD68BC6ACA9E74212911DA61FA_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_make_byref_type_m6EBA540F277AD0BD68BC6ACA9E74212911DA61FA_ftn)mscorlib::System::RuntimeType::make_byref_type) (__this);
}
// System.Type System.RuntimeType::MakeByRefType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * L_1 = (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 *)il2cpp_codegen_object_new(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var);
TypeLoadException__ctor_m80951BFF6EB67A1ED3052D05569EF70D038B1581(L_1, _stringLiteral3ADDC5CC0597A7768F5D5436F05C907CC074126C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeType_MakeByRefType_m371642A1C50CF9D342599F8C8BB8D29BAC995E92_RuntimeMethod_var);
}
IL_0013:
{
Type_t * L_2 = RuntimeType_make_byref_type_m6EBA540F277AD0BD68BC6ACA9E74212911DA61FA(__this, /*hidden argument*/NULL);
return L_2;
}
}
// System.Type System.RuntimeType::MakePointerType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656 (Type_t * ___type0, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656_ftn) (Type_t *);
using namespace il2cpp::icalls;
return ((RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656_ftn)mscorlib::System::RuntimeType::MakePointerType) (___type0);
}
// System.Type System.RuntimeType::MakePointerType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakePointerType_m0AE1F85FA80545E0FB899DD5A1E954062E0D3CF2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_MakePointerType_m0AE1F85FA80545E0FB899DD5A1E954062E0D3CF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
Type_t * L_0 = RuntimeType_MakePointerType_mDCC5B8DB894492A7DE3671502628852832544656(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Runtime.InteropServices.StructLayoutAttribute System.RuntimeType::get_StructLayoutAttribute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * RuntimeType_get_StructLayoutAttribute_m321C51A5709894850448EFE830BCEE2215588876 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * L_0 = StructLayoutAttribute_GetCustomAttribute_mA2F1C51358077E122570A45D50617D4BEED50521(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::get_ContainsGenericParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_get_ContainsGenericParameters_mB6BC5A7168B262D2E1D8465E406F3FB0BFD0BE8F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL;
int32_t V_1 = 0;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (!L_0)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
bool L_1 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, __this);
if (!L_1)
{
goto IL_0033;
}
}
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, __this);
V_0 = L_2;
V_1 = 0;
goto IL_002d;
}
IL_001d:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = V_0;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
Type_t * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_6);
bool L_7 = VirtFuncInvoker0< bool >::Invoke(108 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_6);
if (!L_7)
{
goto IL_0029;
}
}
{
return (bool)1;
}
IL_0029:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002d:
{
int32_t L_9 = V_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = V_0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_001d;
}
}
IL_0033:
{
bool L_11 = Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF(__this, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0047;
}
}
{
Type_t * L_12 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, __this);
NullCheck(L_12);
bool L_13 = VirtFuncInvoker0< bool >::Invoke(108 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_12);
return L_13;
}
IL_0047:
{
return (bool)0;
}
}
// System.Type[] System.RuntimeType::GetGenericParameterConstraints()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE V_0;
memset((&V_0), 0, sizeof(V_0));
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_1 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDBDD7B51A325AE50AF055F075B2CCF50439827EF, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetGenericParameterConstraints_mF5806CBDB664EAE783CBABD673AB2F384E218A6C_RuntimeMethod_var);
}
IL_0018:
{
intptr_t L_3 = RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71(__this, /*hidden argument*/NULL);
RuntimeGenericParamInfoHandle__ctor_m3B4F5CE2051F2FA4C757AD760BA1D5A50A66464D((RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE *)(&V_0), (intptr_t)L_3, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = RuntimeGenericParamInfoHandle_get_Constraints_m4C1E15BA3021B157AFBA94DE19A79CBCAFF2F172((RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE *)(&V_0), /*hidden argument*/NULL);
V_1 = L_4;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = V_1;
if (L_5)
{
goto IL_0036;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = ((EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tF085172BB5E018A03FB07E8EEAFCD3D8F7EB784D_il2cpp_TypeInfo_var))->get_Value_0();
V_1 = L_6;
}
IL_0036:
{
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = V_1;
return L_7;
}
}
// System.Object System.RuntimeType::CreateInstanceForAnotherGenericParameter(System.Type,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4 (Type_t * ___genericType0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___genericArgument1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___genericType0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_3 = ___genericArgument1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_3);
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
Type_t * L_4 = RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E(L_0, L_2, /*hidden argument*/NULL);
NullCheck(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * L_5 = RuntimeType_GetDefaultConstructor_m290026F441F3A625F2A7EBE6D6BD4F3E440CE467(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
NullCheck(L_5);
RuntimeObject * L_6 = MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC(L_5, NULL, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL);
return L_6;
}
}
// System.Type System.RuntimeType::MakeGenericType(System.Type,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E (Type_t * ___gt0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E_ftn) (Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*);
using namespace il2cpp::icalls;
return ((RuntimeType_MakeGenericType_m451DCAEEE33B02109D75C7F06F2BC7C53C73BB0E_ftn)mscorlib::System::RuntimeType::MakeGenericType) (___gt0, ___types1);
}
// System.IntPtr System.RuntimeType::GetMethodsByName_native(System.IntPtr,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetMethodsByName_native_m8444A129F5BBF3B4B1C953FDA2EA4207CAB42CEB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___namePtr0, int32_t ___bindingAttr1, bool ___ignoreCase2, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetMethodsByName_native_m8444A129F5BBF3B4B1C953FDA2EA4207CAB42CEB_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, intptr_t, int32_t, bool);
using namespace il2cpp::icalls;
return ((RuntimeType_GetMethodsByName_native_m8444A129F5BBF3B4B1C953FDA2EA4207CAB42CEB_ftn)mscorlib::System::RuntimeType::GetMethodsByName_native) (__this, ___namePtr0, ___bindingAttr1, ___ignoreCase2);
}
// System.Reflection.RuntimeMethodInfo[] System.RuntimeType::GetMethodsByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___ignoreCase2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetMethodsByName_mFA9834FA8C866BD7CAB8D23D879ACD45C5706198_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_1;
memset((&V_1), 0, sizeof(V_1));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* V_4 = NULL;
int32_t V_5 = 0;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___reflectedType3;
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), L_0, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), L_1, /*hidden argument*/NULL);
}
IL_0011:
try
{ // begin try (depth: 1)
{
intptr_t L_2 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
int32_t L_3 = ___bindingAttr1;
bool L_4 = ___ignoreCase2;
intptr_t L_5 = RuntimeType_GetMethodsByName_native_m8444A129F5BBF3B4B1C953FDA2EA4207CAB42CEB(__this, (intptr_t)L_2, L_3, L_4, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), (intptr_t)L_5, /*hidden argument*/NULL);
}
IL_0027:
try
{ // begin try (depth: 2)
{
int32_t L_6 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
V_3 = L_6;
int32_t L_7 = V_3;
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_8 = (RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F*)(RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F*)SZArrayNew(RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_4 = L_8;
V_5 = 0;
goto IL_0064;
}
IL_003c:
{
int32_t L_9 = V_5;
intptr_t L_10 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), L_9, /*hidden argument*/NULL);
RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&V_6), (intptr_t)L_10, /*hidden argument*/NULL);
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_11 = V_4;
int32_t L_12 = V_5;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_13 = V_6;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = V_0;
MethodBase_t * L_15 = MethodBase_GetMethodFromHandleNoGenericCheck_m2889FEAC3D9354D34642A904DCEC82CDBBE7AC78(L_13, L_14, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, ((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_15, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var)));
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_15, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var)));
int32_t L_16 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0064:
{
int32_t L_17 = V_5;
int32_t L_18 = V_3;
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_003c;
}
}
IL_0069:
{
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_19 = V_4;
V_7 = L_19;
IL2CPP_LEAVE(0x8B, FINALLY_006f);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006f;
}
FINALLY_006f:
{ // begin finally (depth: 2)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(111)
} // end finally (depth: 2)
IL2CPP_CLEANUP(111)
{
IL2CPP_END_CLEANUP(0x8B, FINALLY_007d);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007d;
}
FINALLY_007d:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(125)
} // end finally (depth: 1)
IL2CPP_CLEANUP(125)
{
IL2CPP_JUMP_TBL(0x8B, IL_008b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_008b:
{
RuntimeMethodInfoU5BU5D_t5C5F79B4E9BFAD7EEC7A6B1AD1142E1A3EC5059F* L_20 = V_7;
return L_20;
}
}
// System.IntPtr System.RuntimeType::GetPropertiesByName_native(System.IntPtr,System.Reflection.BindingFlags,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetPropertiesByName_native_m468AD061D846A11516F0E3BC2EFDB1E6D077020F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, bool ___icase2, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetPropertiesByName_native_m468AD061D846A11516F0E3BC2EFDB1E6D077020F_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, intptr_t, int32_t, bool);
using namespace il2cpp::icalls;
return ((RuntimeType_GetPropertiesByName_native_m468AD061D846A11516F0E3BC2EFDB1E6D077020F_ftn)mscorlib::System::RuntimeType::GetPropertiesByName_native) (__this, ___name0, ___bindingAttr1, ___icase2);
}
// System.IntPtr System.RuntimeType::GetConstructors_native(System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetConstructors_native_m722B23E093BC758F23A9907A7F193E3CDFB6C153 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetConstructors_native_m722B23E093BC758F23A9907A7F193E3CDFB6C153_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, int32_t);
using namespace il2cpp::icalls;
return ((RuntimeType_GetConstructors_native_m722B23E093BC758F23A9907A7F193E3CDFB6C153_ftn)mscorlib::System::RuntimeType::GetConstructors_native) (__this, ___bindingAttr0);
}
// System.Reflection.RuntimeConstructorInfo[] System.RuntimeType::GetConstructors_internal(System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetConstructors_internal_mE4707366BB6A31A29A401170FF003080691D305E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* V_3 = NULL;
int32_t V_4 = 0;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F V_5;
memset((&V_5), 0, sizeof(V_5));
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___reflectedType1;
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), L_0, /*hidden argument*/NULL);
int32_t L_1 = ___bindingAttr0;
intptr_t L_2 = RuntimeType_GetConstructors_native_m722B23E093BC758F23A9907A7F193E3CDFB6C153(__this, L_1, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_1), (intptr_t)L_2, /*hidden argument*/NULL);
}
IL_0016:
try
{ // begin try (depth: 1)
{
int32_t L_3 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_1), /*hidden argument*/NULL);
V_2 = L_3;
int32_t L_4 = V_2;
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_5 = (RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E*)(RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E*)SZArrayNew(RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_3 = L_5;
V_4 = 0;
goto IL_0051;
}
IL_002a:
{
int32_t L_6 = V_4;
intptr_t L_7 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_1), L_6, /*hidden argument*/NULL);
RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&V_5), (intptr_t)L_7, /*hidden argument*/NULL);
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_8 = V_3;
int32_t L_9 = V_4;
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_10 = V_5;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = V_0;
MethodBase_t * L_12 = MethodBase_GetMethodFromHandleNoGenericCheck_m2889FEAC3D9354D34642A904DCEC82CDBBE7AC78(L_10, L_11, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, ((RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)CastclassClass((RuntimeObject*)L_12, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var)));
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)((RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)CastclassClass((RuntimeObject*)L_12, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var)));
int32_t L_13 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0051:
{
int32_t L_14 = V_4;
int32_t L_15 = V_2;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_002a;
}
}
IL_0056:
{
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_16 = V_3;
V_6 = L_16;
IL2CPP_LEAVE(0x69, FINALLY_005b);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005b;
}
FINALLY_005b:
{ // begin finally (depth: 1)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(91)
} // end finally (depth: 1)
IL2CPP_CLEANUP(91)
{
IL2CPP_JUMP_TBL(0x69, IL_0069)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0069:
{
RuntimeConstructorInfoU5BU5D_tD2AFBF949D6493BFD2F372D82A885703FE773D8E* L_17 = V_6;
return L_17;
}
}
// System.Reflection.RuntimePropertyInfo[] System.RuntimeType::GetPropertiesByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___icase2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetPropertiesByName_m961B913203964ADF0336FF5B1EA381B959E168F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_1;
memset((&V_1), 0, sizeof(V_1));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* V_4 = NULL;
int32_t V_5 = 0;
RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___reflectedType3;
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), L_0, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), L_1, /*hidden argument*/NULL);
}
IL_0011:
try
{ // begin try (depth: 1)
{
intptr_t L_2 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
int32_t L_3 = ___bindingAttr1;
bool L_4 = ___icase2;
intptr_t L_5 = RuntimeType_GetPropertiesByName_native_m468AD061D846A11516F0E3BC2EFDB1E6D077020F(__this, (intptr_t)L_2, L_3, L_4, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), (intptr_t)L_5, /*hidden argument*/NULL);
}
IL_0027:
try
{ // begin try (depth: 2)
{
int32_t L_6 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
V_3 = L_6;
int32_t L_7 = V_3;
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_8 = (RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA*)(RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA*)SZArrayNew(RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_4 = L_8;
V_5 = 0;
goto IL_0064;
}
IL_003c:
{
int32_t L_9 = V_5;
intptr_t L_10 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), L_9, /*hidden argument*/NULL);
RuntimePropertyHandle__ctor_m00C7A705D1521572DD6CBCBBACDA2168E7174495_inline((RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB *)(&V_6), (intptr_t)L_10, /*hidden argument*/NULL);
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_11 = V_4;
int32_t L_12 = V_5;
RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB L_13 = V_6;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = V_0;
PropertyInfo_t * L_15 = PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D(L_13, L_14, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, ((RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 *)CastclassClass((RuntimeObject*)L_15, RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4_il2cpp_TypeInfo_var)));
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 *)((RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 *)CastclassClass((RuntimeObject*)L_15, RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4_il2cpp_TypeInfo_var)));
int32_t L_16 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0064:
{
int32_t L_17 = V_5;
int32_t L_18 = V_3;
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_003c;
}
}
IL_0069:
{
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_19 = V_4;
V_7 = L_19;
IL2CPP_LEAVE(0x8B, FINALLY_006f);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006f;
}
FINALLY_006f:
{ // begin finally (depth: 2)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(111)
} // end finally (depth: 2)
IL2CPP_CLEANUP(111)
{
IL2CPP_END_CLEANUP(0x8B, FINALLY_007d);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007d;
}
FINALLY_007d:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(125)
} // end finally (depth: 1)
IL2CPP_CLEANUP(125)
{
IL2CPP_JUMP_TBL(0x8B, IL_008b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_008b:
{
RuntimePropertyInfoU5BU5D_t3FB58C0D10C5D02C267F00A4FF85DC11220D6ACA* L_20 = V_7;
return L_20;
}
}
// System.Reflection.InterfaceMapping System.RuntimeType::GetInterfaceMap(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, Type_t * ___ifaceType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B V_0;
memset((&V_0), 0, sizeof(V_0));
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, __this);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAA71A1C4992A2B847492913FCD3634ADC1AD7F5D, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_0018:
{
Type_t * L_3 = ___ifaceType0;
if (L_3)
{
goto IL_0026;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralF367438563573F786E99C78FE6BB81EECCEC1085, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_0026:
{
Type_t * L_5 = ___ifaceType0;
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
bool L_6 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0049;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC3A46DF3DE19D92FC498CF4CCD590933A406DA60, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, L_7, _stringLiteralF367438563573F786E99C78FE6BB81EECCEC1085, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_0049:
{
Type_t * L_9 = ___ifaceType0;
NullCheck(L_9);
bool L_10 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0066;
}
}
{
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral02963CF4B66B69F3AE3437523993144F4C25B807, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, L_11, _stringLiteralF367438563573F786E99C78FE6BB81EECCEC1085, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_0066:
{
bool L_13 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(__this, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0079;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, _stringLiteralD56D0FC1B1DD85BD9DF3D20D91B014C71FED38E8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_0079:
{
(&V_0)->set_TargetType_0(__this);
Type_t * L_15 = ___ifaceType0;
(&V_0)->set_InterfaceType_1(L_15);
Type_t * L_16 = ___ifaceType0;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** L_17 = (&V_0)->get_address_of_TargetMethods_2();
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** L_18 = (&V_0)->get_address_of_InterfaceMethods_3();
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
RuntimeType_GetInterfaceMapData_m02C48C7B119D19217B751EE04CAAC91CAC55B049(__this, L_16, (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B**)L_17, (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B**)L_18, /*hidden argument*/NULL);
InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B L_19 = V_0;
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_20 = L_19.get_TargetMethods_2();
if (L_20)
{
goto IL_00bb;
}
}
{
String_t* L_21 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral053F79AB8C684EBD1548279E938F877AF42D3471, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_22 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_22, L_21, _stringLiteralF367438563573F786E99C78FE6BB81EECCEC1085, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, RuntimeType_GetInterfaceMap_mBD8FE3D38740913018AFBC9FEC836B9EDCBE18B1_RuntimeMethod_var);
}
IL_00bb:
{
InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B L_23 = V_0;
return L_23;
}
}
// System.Void System.RuntimeType::GetInterfaceMapData(System.Type,System.Type,System.Reflection.MethodInfo[]&,System.Reflection.MethodInfo[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_GetInterfaceMapData_m02C48C7B119D19217B751EE04CAAC91CAC55B049 (Type_t * ___t0, Type_t * ___iface1, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** ___targets2, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** ___methods3, const RuntimeMethod* method)
{
typedef void (*RuntimeType_GetInterfaceMapData_m02C48C7B119D19217B751EE04CAAC91CAC55B049_ftn) (Type_t *, Type_t *, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B**, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B**);
using namespace il2cpp::icalls;
((RuntimeType_GetInterfaceMapData_m02C48C7B119D19217B751EE04CAAC91CAC55B049_ftn)mscorlib::System::RuntimeType::GetInterfaceMapData) (___t0, ___iface1, ___targets2, ___methods3);
}
// System.Guid System.RuntimeType::get_GUID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t RuntimeType_get_GUID_m062C22D7640B126A5B3C832B0F895FB6B23D2897 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_get_GUID_m062C22D7640B126A5B3C832B0F895FB6B23D2897_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, __this, L_1, (bool)1);
V_0 = L_2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = V_0;
NullCheck(L_3);
if ((((RuntimeArray*)L_3)->max_length))
{
goto IL_001c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
Guid_t L_4 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0();
return L_4;
}
IL_001c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = 0;
RuntimeObject * L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(((GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34 *)CastclassSealed((RuntimeObject*)L_7, GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34_il2cpp_TypeInfo_var)));
String_t* L_8 = GuidAttribute_get_Value_m0FE8674D80D3832285CAAACC30D3471E024E8CC1_inline(((GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34 *)CastclassSealed((RuntimeObject*)L_7, GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
Guid_t L_9;
memset((&L_9), 0, sizeof(L_9));
Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_9), L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.Void System.RuntimeType::GetPacking(System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType_GetPacking_m2CF4B5AB92ED44574D849F1277E272FC5439EE01 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t* ___packing0, int32_t* ___size1, const RuntimeMethod* method)
{
typedef void (*RuntimeType_GetPacking_m2CF4B5AB92ED44574D849F1277E272FC5439EE01_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, int32_t*, int32_t*);
using namespace il2cpp::icalls;
((RuntimeType_GetPacking_m2CF4B5AB92ED44574D849F1277E272FC5439EE01_ftn)mscorlib::System::RuntimeType::GetPacking) (__this, ___packing0, ___size1);
}
// System.TypeCode System.RuntimeType::GetTypeCodeImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetTypeCodeImpl_m4C05C434EC033E17A31B0CE613ED368FAA0BA3FB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetTypeCodeImpl_m4C05C434EC033E17A31B0CE613ED368FAA0BA3FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
int32_t L_0 = RuntimeType_GetTypeCodeImplInternal_mBCAAEF9659FC5ECD36D537C118C70EC53D127CBD(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.TypeCode System.RuntimeType::GetTypeCodeImplInternal(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetTypeCodeImplInternal_mBCAAEF9659FC5ECD36D537C118C70EC53D127CBD (Type_t * ___type0, const RuntimeMethod* method)
{
typedef int32_t (*RuntimeType_GetTypeCodeImplInternal_mBCAAEF9659FC5ECD36D537C118C70EC53D127CBD_ftn) (Type_t *);
using namespace il2cpp::icalls;
return ((RuntimeType_GetTypeCodeImplInternal_mBCAAEF9659FC5ECD36D537C118C70EC53D127CBD_ftn)mscorlib::System::RuntimeType::GetTypeCodeImplInternal) (___type0);
}
// System.String System.RuntimeType::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_ToString_mA5B1D50205493870B2935981251E47828C134EC7 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796(__this, (bool)0, (bool)0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.RuntimeType::IsGenericCOMObjectImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_IsGenericCOMObjectImpl_m87E93B03329D1536B8457E72D1E4454B5DBC5305 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.RuntimeType::CreateInstanceInternal(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45 (Type_t * ___type0, const RuntimeMethod* method)
{
typedef RuntimeObject * (*RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45_ftn) (Type_t *);
using namespace il2cpp::icalls;
return ((RuntimeType_CreateInstanceInternal_mBA1F65F7303A3A05E04404490651CEFA3B284A45_ftn)mscorlib::System::RuntimeType::CreateInstanceInternal) (___type0);
}
// System.Reflection.MethodBase System.RuntimeType::get_DeclaringMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * RuntimeType_get_DeclaringMethod_mD3A9EB8A1DF2DE06334D7F21A404DDEFCC0D1A7A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef MethodBase_t * (*RuntimeType_get_DeclaringMethod_mD3A9EB8A1DF2DE06334D7F21A404DDEFCC0D1A7A_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_get_DeclaringMethod_mD3A9EB8A1DF2DE06334D7F21A404DDEFCC0D1A7A_ftn)mscorlib::System::RuntimeType::get_DeclaringMethod) (__this);
}
// System.String System.RuntimeType::getFullName(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___full_name0, bool ___assembly_qualified1, const RuntimeMethod* method)
{
typedef String_t* (*RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, bool, bool);
using namespace il2cpp::icalls;
return ((RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796_ftn)mscorlib::System::RuntimeType::getFullName) (__this, ___full_name0, ___assembly_qualified1);
}
// System.Type[] System.RuntimeType::GetGenericArgumentsInternal(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___runtimeArray0, const RuntimeMethod* method)
{
typedef TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, bool);
using namespace il2cpp::icalls;
return ((RuntimeType_GetGenericArgumentsInternal_m509FAFEFDD4C74467ECA8907DA6E199008180391_ftn)mscorlib::System::RuntimeType::GetGenericArgumentsInternal) (__this, ___runtimeArray0);
}
// System.Reflection.GenericParameterAttributes System.RuntimeType::GetGenericParameterAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetGenericParameterAttributes_mC198CEF42B645A4360E6F0473D33625069FD6E52 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE V_0;
memset((&V_0), 0, sizeof(V_0));
{
intptr_t L_0 = RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71(__this, /*hidden argument*/NULL);
RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE L_1;
memset((&L_1), 0, sizeof(L_1));
RuntimeGenericParamInfoHandle__ctor_m3B4F5CE2051F2FA4C757AD760BA1D5A50A66464D((&L_1), (intptr_t)L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = RuntimeGenericParamInfoHandle_get_Attributes_m586EC8111BF51DC3C3D03C59509DB4F7CE5822EA((RuntimeGenericParamInfoHandle_tF9D2ACFD24F96631E81D2F2478B237DB433428CE *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.Int32 System.RuntimeType::GetGenericParameterPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef int32_t (*RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_GetGenericParameterPosition_m9B991388B873073FA5E44C4067E5391EB288737D_ftn)mscorlib::System::RuntimeType::GetGenericParameterPosition) (__this);
}
// System.IntPtr System.RuntimeType::GetEvents_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetEvents_native_m28435040299789557DD4FB1C8D64BD70D923436E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetEvents_native_m28435040299789557DD4FB1C8D64BD70D923436E_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, intptr_t, int32_t);
using namespace il2cpp::icalls;
return ((RuntimeType_GetEvents_native_m28435040299789557DD4FB1C8D64BD70D923436E_ftn)mscorlib::System::RuntimeType::GetEvents_native) (__this, ___name0, ___bindingAttr1);
}
// System.IntPtr System.RuntimeType::GetFields_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetFields_native_m81C0286628E40BA1823A5AF8D60DEFF95B7EF6FE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetFields_native_m81C0286628E40BA1823A5AF8D60DEFF95B7EF6FE_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, intptr_t, int32_t);
using namespace il2cpp::icalls;
return ((RuntimeType_GetFields_native_m81C0286628E40BA1823A5AF8D60DEFF95B7EF6FE_ftn)mscorlib::System::RuntimeType::GetFields_native) (__this, ___name0, ___bindingAttr1);
}
// System.Reflection.RuntimeFieldInfo[] System.RuntimeType::GetFields_internal(System.String,System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetFields_internal_mA827435D91AC8E7ED379C641C70A8A7EC9B4F2D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_1;
memset((&V_1), 0, sizeof(V_1));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* V_4 = NULL;
int32_t V_5 = 0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___reflectedType2;
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), L_0, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), L_1, /*hidden argument*/NULL);
}
IL_0010:
try
{ // begin try (depth: 1)
{
intptr_t L_2 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
int32_t L_3 = ___bindingAttr1;
intptr_t L_4 = RuntimeType_GetFields_native_m81C0286628E40BA1823A5AF8D60DEFF95B7EF6FE(__this, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), (intptr_t)L_4, /*hidden argument*/NULL);
}
IL_0025:
try
{ // begin try (depth: 2)
{
int32_t L_5 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
V_3 = L_5;
int32_t L_6 = V_3;
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_7 = (RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA*)(RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA*)SZArrayNew(RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_4 = L_7;
V_5 = 0;
goto IL_0062;
}
IL_003a:
{
int32_t L_8 = V_5;
intptr_t L_9 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), L_8, /*hidden argument*/NULL);
RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_inline((RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF *)(&V_6), (intptr_t)L_9, /*hidden argument*/NULL);
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_10 = V_4;
int32_t L_11 = V_5;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_12 = V_6;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = V_0;
FieldInfo_t * L_14 = FieldInfo_GetFieldFromHandle_mE960F954664B1B0CB3877F166CAC66AAE10B7BF5(L_12, L_13, /*hidden argument*/NULL);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, ((RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)CastclassClass((RuntimeObject*)L_14, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var)));
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)((RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 *)CastclassClass((RuntimeObject*)L_14, RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7_il2cpp_TypeInfo_var)));
int32_t L_15 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0062:
{
int32_t L_16 = V_5;
int32_t L_17 = V_3;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_003a;
}
}
IL_0067:
{
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_18 = V_4;
V_7 = L_18;
IL2CPP_LEAVE(0x89, FINALLY_006d);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006d;
}
FINALLY_006d:
{ // begin finally (depth: 2)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(109)
} // end finally (depth: 2)
IL2CPP_CLEANUP(109)
{
IL2CPP_END_CLEANUP(0x89, FINALLY_007b);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007b;
}
FINALLY_007b:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(123)
} // end finally (depth: 1)
IL2CPP_CLEANUP(123)
{
IL2CPP_JUMP_TBL(0x89, IL_0089)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0089:
{
RuntimeFieldInfoU5BU5D_t650754F8C0B450BA7FE7941D11F6F203BE13ACDA* L_19 = V_7;
return L_19;
}
}
// System.Reflection.RuntimeEventInfo[] System.RuntimeType::GetEvents_internal(System.String,System.Reflection.BindingFlags,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___name0, int32_t ___bindingAttr1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetEvents_internal_m52C94C1EE17CBD635430632A2E35E92EE5EA2348_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_1;
memset((&V_1), 0, sizeof(V_1));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* V_4 = NULL;
int32_t V_5 = 0;
RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___reflectedType2;
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), L_0, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), L_1, /*hidden argument*/NULL);
}
IL_0010:
try
{ // begin try (depth: 1)
{
intptr_t L_2 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
int32_t L_3 = ___bindingAttr1;
intptr_t L_4 = RuntimeType_GetEvents_native_m28435040299789557DD4FB1C8D64BD70D923436E(__this, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), (intptr_t)L_4, /*hidden argument*/NULL);
}
IL_0025:
try
{ // begin try (depth: 2)
{
int32_t L_5 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
V_3 = L_5;
int32_t L_6 = V_3;
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_7 = (RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5*)(RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5*)SZArrayNew(RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_4 = L_7;
V_5 = 0;
goto IL_0062;
}
IL_003a:
{
int32_t L_8 = V_5;
intptr_t L_9 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), L_8, /*hidden argument*/NULL);
RuntimeEventHandle__ctor_m74BEE789797EFEE15B634C7AA44F68AF747DB1B2_inline((RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 *)(&V_6), (intptr_t)L_9, /*hidden argument*/NULL);
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_10 = V_4;
int32_t L_11 = V_5;
RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 L_12 = V_6;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = V_0;
EventInfo_t * L_14 = EventInfo_GetEventFromHandle_m32D668E4C0CB872EED2FFF1E0714B9B73680C897(L_12, L_13, /*hidden argument*/NULL);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, ((RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 *)CastclassClass((RuntimeObject*)L_14, RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09_il2cpp_TypeInfo_var)));
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 *)((RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 *)CastclassClass((RuntimeObject*)L_14, RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09_il2cpp_TypeInfo_var)));
int32_t L_15 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0062:
{
int32_t L_16 = V_5;
int32_t L_17 = V_3;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_003a;
}
}
IL_0067:
{
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_18 = V_4;
V_7 = L_18;
IL2CPP_LEAVE(0x89, FINALLY_006d);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006d;
}
FINALLY_006d:
{ // begin finally (depth: 2)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(109)
} // end finally (depth: 2)
IL2CPP_CLEANUP(109)
{
IL2CPP_END_CLEANUP(0x89, FINALLY_007b);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007b;
}
FINALLY_007b:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(123)
} // end finally (depth: 1)
IL2CPP_CLEANUP(123)
{
IL2CPP_JUMP_TBL(0x89, IL_0089)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0089:
{
RuntimeEventInfoU5BU5D_tF2C6B33F72760A6427B6999721204BA35DF9D4F5* L_19 = V_7;
return L_19;
}
}
// System.Type[] System.RuntimeType::GetInterfaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* RuntimeType_GetInterfaces_m7D0A3A30FB055AA9212E970E48F73DB617843055 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*RuntimeType_GetInterfaces_m7D0A3A30FB055AA9212E970E48F73DB617843055_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_GetInterfaces_m7D0A3A30FB055AA9212E970E48F73DB617843055_ftn)mscorlib::System::RuntimeType::GetInterfaces) (__this);
}
// System.IntPtr System.RuntimeType::GetNestedTypes_native(System.IntPtr,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeType_GetNestedTypes_native_m463687CC2CB6DF3063FE441FDB0289011D597336 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, intptr_t ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeType_GetNestedTypes_native_m463687CC2CB6DF3063FE441FDB0289011D597336_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, intptr_t, int32_t);
using namespace il2cpp::icalls;
return ((RuntimeType_GetNestedTypes_native_m463687CC2CB6DF3063FE441FDB0289011D597336_ftn)mscorlib::System::RuntimeType::GetNestedTypes_native) (__this, ___name0, ___bindingAttr1);
}
// System.RuntimeType[] System.RuntimeType::GetNestedTypes_internal(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, String_t* ___displayName0, int32_t ___bindingAttr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetNestedTypes_internal_mADBEBDD3118386F83BC95EA1B0C9887C391A152A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_1;
memset((&V_1), 0, sizeof(V_1));
SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_4 = NULL;
int32_t V_5 = 0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (String_t*)NULL;
String_t* L_0 = ___displayName0;
if (!L_0)
{
goto IL_0011;
}
}
{
String_t* L_1 = ___displayName0;
RuntimeObject* L_2 = TypeIdentifiers_FromDisplay_m08FB8BE03D80603F9A030774E218310DC96693CE(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.TypeIdentifier::get_InternalName() */, TypeIdentifier_tEF8C0B5CA8B33CD2A732C822D0B9BD62B8DA2F12_il2cpp_TypeInfo_var, L_2);
V_0 = L_3;
}
IL_0011:
{
String_t* L_4 = V_0;
SafeStringMarshal__ctor_mD2061058C076FD20E30B3C572A706AD0B77D0A73((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), L_4, /*hidden argument*/NULL);
}
IL_0019:
try
{ // begin try (depth: 1)
{
intptr_t L_5 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
int32_t L_6 = ___bindingAttr1;
intptr_t L_7 = RuntimeType_GetNestedTypes_native_m463687CC2CB6DF3063FE441FDB0289011D597336(__this, (intptr_t)L_5, L_6, /*hidden argument*/NULL);
SafeGPtrArrayHandle__ctor_m8CB264115DD4C568D57AC575CAD39C507CE9E4FE((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), (intptr_t)L_7, /*hidden argument*/NULL);
}
IL_002e:
try
{ // begin try (depth: 2)
{
int32_t L_8 = SafeGPtrArrayHandle_get_Length_mEA78DD25636965CD96D7F75D0E1CFABC3C989D59((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
V_3 = L_8;
int32_t L_9 = V_3;
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_10 = (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)SZArrayNew(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_4 = L_10;
V_5 = 0;
goto IL_006a;
}
IL_0043:
{
int32_t L_11 = V_5;
intptr_t L_12 = SafeGPtrArrayHandle_get_Item_mF029500E2BF81BBAFEB6A7DDBF22138EE6AA9E04((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), L_11, /*hidden argument*/NULL);
RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_6), (intptr_t)L_12, /*hidden argument*/NULL);
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_13 = V_4;
int32_t L_14 = V_5;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_16, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_16, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
int32_t L_17 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_006a:
{
int32_t L_18 = V_5;
int32_t L_19 = V_3;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_0043;
}
}
IL_006f:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_20 = V_4;
V_7 = L_20;
IL2CPP_LEAVE(0x91, FINALLY_0075);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0075;
}
FINALLY_0075:
{ // begin finally (depth: 2)
SafeGPtrArrayHandle_Dispose_mE26306F924619AE36ECD09F5557BFBA07526D476((SafeGPtrArrayHandle_tC09FC66A1AE4A175EF88D04A786B62D02A4C09BE *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(117)
} // end finally (depth: 2)
IL2CPP_CLEANUP(117)
{
IL2CPP_END_CLEANUP(0x91, FINALLY_0083);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0083;
}
FINALLY_0083:
{ // begin finally (depth: 1)
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_1), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(131)
} // end finally (depth: 1)
IL2CPP_CLEANUP(131)
{
IL2CPP_JUMP_TBL(0x91, IL_0091)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0091:
{
RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_21 = V_7;
return L_21;
}
}
// System.String System.RuntimeType::get_AssemblyQualifiedName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_get_AssemblyQualifiedName_mA3F94E5661D04E2827929AD98446EF51794463B4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796(__this, (bool)1, (bool)1, /*hidden argument*/NULL);
return L_0;
}
}
// System.Type System.RuntimeType::get_DeclaringType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeType_get_DeclaringType_m9E790209765004A4288929BCBA674FE50536B509 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeType_get_DeclaringType_m9E790209765004A4288929BCBA674FE50536B509_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_get_DeclaringType_m9E790209765004A4288929BCBA674FE50536B509_ftn)mscorlib::System::RuntimeType::get_DeclaringType) (__this);
}
// System.String System.RuntimeType::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_get_Name_m5F8DFAB770618311A10A8685624B1B47D07DA440 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef String_t* (*RuntimeType_get_Name_m5F8DFAB770618311A10A8685624B1B47D07DA440_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_get_Name_m5F8DFAB770618311A10A8685624B1B47D07DA440_ftn)mscorlib::System::RuntimeType::get_Name) (__this);
}
// System.String System.RuntimeType::get_Namespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_get_Namespace_mB1A90B309EFF1C05FE8887C13088B25D82BED10E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
typedef String_t* (*RuntimeType_get_Namespace_mB1A90B309EFF1C05FE8887C13088B25D82BED10E_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeType_get_Namespace_mB1A90B309EFF1C05FE8887C13088B25D82BED10E_ftn)mscorlib::System::RuntimeType::get_Namespace) (__this);
}
// System.Int32 System.RuntimeType::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeType_GetHashCode_mE7A730BF14917D356A0EFD9145C4976A447B9B5E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_GetHashCode_mE7A730BF14917D356A0EFD9145C4976A447B9B5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
{
Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, __this);
V_0 = L_0;
Type_t * L_1 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_2 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_1, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0020;
}
}
{
Type_t * L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_4 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_3, __this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0020;
}
}
{
Type_t * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
return L_6;
}
IL_0020:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * L_7 = ((Type_t *)__this)->get_address_of__impl_9();
intptr_t L_8 = RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)L_7, /*hidden argument*/NULL);
int32_t L_9 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.String System.RuntimeType::get_FullName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeType_get_FullName_m1193D837BC68033EACFA14C1CE399300F19096B3 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType_get_FullName_m1193D837BC68033EACFA14C1CE399300F19096B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, __this);
if (!L_0)
{
goto IL_001a;
}
}
{
bool L_1 = VirtFuncInvoker0< bool >::Invoke(108 /* System.Boolean System.Type::get_ContainsGenericParameters() */, __this);
if (!L_1)
{
goto IL_001a;
}
}
{
bool L_2 = VirtFuncInvoker0< bool >::Invoke(105 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, __this);
if (L_2)
{
goto IL_001a;
}
}
{
return (String_t*)NULL;
}
IL_001a:
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_3 = __this->get_type_info_26();
if (L_3)
{
goto IL_002d;
}
}
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_4 = (MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D *)il2cpp_codegen_object_new(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D_il2cpp_TypeInfo_var);
MonoTypeInfo__ctor_mB3C8C989BCE5AA95EFF2C6ED45C8ACB28ABF3A46(L_4, /*hidden argument*/NULL);
__this->set_type_info_26(L_4);
}
IL_002d:
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_5 = __this->get_type_info_26();
NullCheck(L_5);
String_t* L_6 = L_5->get_full_name_0();
String_t* L_7 = L_6;
V_0 = L_7;
if (L_7)
{
goto IL_0053;
}
}
{
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * L_8 = __this->get_type_info_26();
String_t* L_9 = RuntimeType_getFullName_m344307915EC684BA74A3A99CD1DD47E2DB248796(__this, (bool)1, (bool)0, /*hidden argument*/NULL);
String_t* L_10 = L_9;
V_1 = L_10;
NullCheck(L_8);
L_8->set_full_name_0(L_10);
String_t* L_11 = V_1;
V_0 = L_11;
}
IL_0053:
{
String_t* L_12 = V_0;
return L_12;
}
}
// System.Void System.RuntimeType::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType__cctor_m2EAEF6E373ED5F6ABA378F7A52A2812E36BEC496 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeType__cctor_m2EAEF6E373ED5F6ABA378F7A52A2812E36BEC496_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_ValueType_10(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_EnumType_11(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_ObjectType_12(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_StringType_13(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (Delegate_t_0_0_0_var) };
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_DelegateType_14(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_9, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8_0_0_0_var) };
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))->set_s_typedRef_25(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_11, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.RuntimeTypeHandle::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, intptr_t ___val0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___val0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C void RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_AdjustorThunk (RuntimeObject * __this, intptr_t ___val0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_inline(_thisAdjusted, ___val0, method);
}
// System.Void System.RuntimeTypeHandle::.ctor(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
NullCheck(L_0);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * L_1 = ((Type_t *)L_0)->get_address_of__impl_9();
intptr_t L_2 = L_1->get_value_0();
RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)__this, (intptr_t)L_2, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230_AdjustorThunk (RuntimeObject * __this, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
RuntimeTypeHandle__ctor_mDBF6EF9232CD4D628B9F35842A4865492B540230(_thisAdjusted, ___type0, method);
}
// System.Void System.RuntimeTypeHandle::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_1;
memset((&V_1), 0, sizeof(V_1));
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral89ADD44544810AC934CD80F0F594BF927DE8468D, L_4, /*hidden argument*/NULL);
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = V_0;
NullCheck(L_6);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = VirtFuncInvoker0< RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D >::Invoke(28 /* System.RuntimeTypeHandle System.Type::get_TypeHandle() */, L_6);
V_1 = L_7;
intptr_t L_8 = RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_1), /*hidden argument*/NULL);
__this->set_value_0((intptr_t)L_8);
intptr_t L_9 = __this->get_value_0();
bool L_10 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_9, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_10)
{
goto IL_005f;
}
}
{
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral724B20103740F89066905DA0B778BAF372F0DFFA, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_12 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_RuntimeMethod_var);
}
IL_005f:
{
return;
}
}
IL2CPP_EXTERN_C void RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
RuntimeTypeHandle__ctor_m251AD9EFFD169567BCA9E4792B58D619C03E14A5(_thisAdjusted, ___info0, ___context1, method);
}
// System.IntPtr System.RuntimeTypeHandle::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
return RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline(_thisAdjusted, method);
}
// System.Void System.RuntimeTypeHandle::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_RuntimeMethod_var);
}
IL_000e:
{
intptr_t L_2 = __this->get_value_0();
bool L_3 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_2, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002b;
}
}
{
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_4 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_4, _stringLiteral5B51336E564989178F263E0CD28F6C75E70F7191, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_RuntimeMethod_var);
}
IL_002b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = (*(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)__this);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = L_6;
RuntimeObject * L_8 = Box(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var, &L_7);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = Type_GetTypeHandle_mF4790808C172FB5701365C8AA48EC9A132AD60B9(L_8, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = L_9;
RuntimeObject * L_11 = Box(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var, &L_10);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteral89ADD44544810AC934CD80F0F594BF927DE8468D, L_11, L_13, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
RuntimeTypeHandle_GetObjectData_m730CDB8AF8669BCDBDD8986BA0E9D93569B79E06(_thisAdjusted, ___info0, ___context1, method);
}
// System.Boolean System.RuntimeTypeHandle::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___obj0;
if (!L_0)
{
goto IL_0020;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = (*(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)__this);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = L_1;
RuntimeObject * L_3 = Box(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var, &L_2);
NullCheck(L_3);
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
RuntimeObject * L_5 = ___obj0;
NullCheck(L_5);
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_7 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0022;
}
}
IL_0020:
{
return (bool)0;
}
IL_0022:
{
intptr_t L_8 = __this->get_value_0();
RuntimeObject * L_9 = ___obj0;
V_0 = ((*(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)UnBox(L_9, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_il2cpp_TypeInfo_var))));
intptr_t L_10 = RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&V_0), /*hidden argument*/NULL);
bool L_11 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_8, (intptr_t)L_10, /*hidden argument*/NULL);
return L_11;
}
}
IL2CPP_EXTERN_C bool RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
return RuntimeTypeHandle_Equals_m48B5444F358AF14D1A45A4EE6C45AF0FCFC8719E(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.RuntimeTypeHandle::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method)
{
{
intptr_t* L_0 = __this->get_address_of_value_0();
int32_t L_1 = IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A((intptr_t*)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * _thisAdjusted = reinterpret_cast<RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *>(__this + _offset);
return RuntimeTypeHandle_GetHashCode_mE16E081E1EEA628AB42BAFE768E3F5D9FAA870DA(_thisAdjusted, method);
}
// System.Reflection.TypeAttributes System.RuntimeTypeHandle::GetAttributes(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef int32_t (*RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetAttributes_m3D5DCF07CD25E47A8D46F6513DA026F1396873C7_ftn)mscorlib::System::RuntimeTypeHandle::GetAttributes) (___type0);
}
// System.Int32 System.RuntimeTypeHandle::GetMetadataToken(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef int32_t (*RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29_ftn)mscorlib::System::RuntimeTypeHandle::GetMetadataToken) (___type0);
}
// System.Int32 System.RuntimeTypeHandle::GetToken(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetToken_mBA9485A17FFB3C3FC461F0BD531A802F6F8CA37E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
int32_t L_1 = RuntimeTypeHandle_GetMetadataToken_mEB4ABFD62D86FDAA68D764B5C563F16DF2A29B29(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Type System.RuntimeTypeHandle::GetGenericTypeDefinition_impl(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef Type_t * (*RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589_ftn)mscorlib::System::RuntimeTypeHandle::GetGenericTypeDefinition_impl) (___type0);
}
// System.Type System.RuntimeTypeHandle::GetGenericTypeDefinition(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RuntimeTypeHandle_GetGenericTypeDefinition_m4B55E662D7F56EB1D85FEA06EC92E295158684B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
Type_t * L_1 = RuntimeTypeHandle_GetGenericTypeDefinition_impl_m1FC08C04807863E1B8B8B4CC2975B8B0DB0D6589(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.RuntimeTypeHandle::HasElementType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasElementType_m844E596F2213BFE1DBB19D22021A9F900516E72D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
bool L_1 = RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0017;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___type0;
bool L_3 = RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0017;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ___type0;
bool L_5 = RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9(L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0017:
{
return (bool)1;
}
}
// System.Boolean System.RuntimeTypeHandle::HasInstantiation(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_HasInstantiation_m0B85705C2F3F51E0914884205C1D0E36B512F596_ftn)mscorlib::System::RuntimeTypeHandle::HasInstantiation) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsArray(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25_ftn)mscorlib::System::RuntimeTypeHandle::IsArray) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsByRef(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsByRef_m1A205727682A26038795FB350609631C03C6379E_ftn)mscorlib::System::RuntimeTypeHandle::IsByRef) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsComObject(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE_ftn)mscorlib::System::RuntimeTypeHandle::IsComObject) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsInstanceOfType(System.RuntimeType,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsInstanceOfType_m0365B2D0D74E056282F0D71C0CCDF827AF50C21D (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeObject * ___o1, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsInstanceOfType_m0365B2D0D74E056282F0D71C0CCDF827AF50C21D_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, RuntimeObject *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsInstanceOfType_m0365B2D0D74E056282F0D71C0CCDF827AF50C21D_ftn)mscorlib::System::RuntimeTypeHandle::IsInstanceOfType) (___type0, ___o1);
}
// System.Boolean System.RuntimeTypeHandle::IsPointer(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsPointer_mEDAD86E1DA9B0BB0858C96B1DBE0D3A2FCB024A9_ftn)mscorlib::System::RuntimeTypeHandle::IsPointer) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsPrimitive(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsPrimitive_mBA29ADD06A595A2843936453B85D8F033C7E3AA6_ftn)mscorlib::System::RuntimeTypeHandle::IsPrimitive) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::HasReferences(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3_ftn)mscorlib::System::RuntimeTypeHandle::HasReferences) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsComObject(System.RuntimeType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsComObject_m6BEC1E54C1ECA6622CB12AD31CA804665198A39A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, bool ___isGenericCOM1, const RuntimeMethod* method)
{
{
bool L_0 = ___isGenericCOM1;
if (L_0)
{
goto IL_000a;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ___type0;
bool L_2 = RuntimeTypeHandle_IsComObject_m67B87E7FD87201A0AA12508BA7F679A4EA926BCE(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_000a:
{
return (bool)0;
}
}
// System.Boolean System.RuntimeTypeHandle::IsContextful(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RuntimeTypeHandle_IsContextful_mD024680B6E93CA092931774150AC1E150A3E85F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ContextBoundObject_tB24722752964E8FCEB9E1E4F6707FA88DFA0DFF0_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___type0;
NullCheck(L_1);
bool L_3 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_1, L_2);
return L_3;
}
}
// System.Boolean System.RuntimeTypeHandle::IsEquivalentTo(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsEquivalentTo_m356C4E5D763BAF26689FECDFAD439D134B6FDEB9 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___rtType10, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___rtType21, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.RuntimeTypeHandle::IsSzArray(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsSzArray_m77E81D2403CD09CF447E55AC5EEE000887400D53 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
bool L_1 = RuntimeTypeHandle_IsArray_mA4058E6FF1974AD1D9BDBCDEDD58E6E9D7CDFB25(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0012;
}
}
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___type0;
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Type::GetArrayRank() */, L_2);
return (bool)((((int32_t)L_3) == ((int32_t)1))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Boolean System.RuntimeTypeHandle::IsInterface(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsInterface_mA5732C8F02DFDAFA2975448C93D1DF34978D3FFF (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
NullCheck(L_0);
int32_t L_1 = Type_get_Attributes_m8B229CC7A4DDE25E0EEB1A9F09FC61C499A72163(L_0, /*hidden argument*/NULL);
return (bool)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)32)))) == ((int32_t)((int32_t)32)))? 1 : 0);
}
}
// System.Int32 System.RuntimeTypeHandle::GetArrayRank(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef int32_t (*RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetArrayRank_m0881AB131B1EA20812C70341379F592370C9347F_ftn)mscorlib::System::RuntimeTypeHandle::GetArrayRank) (___type0);
}
// System.Reflection.RuntimeAssembly System.RuntimeTypeHandle::GetAssembly(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * (*RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetAssembly_m42A270704E1ACB41DA2C3D6497FD70B14D795A76_ftn)mscorlib::System::RuntimeTypeHandle::GetAssembly) (___type0);
}
// System.RuntimeType System.RuntimeTypeHandle::GetElementType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeTypeHandle_GetElementType_m9769655111CDDEAD1297476CAAF2B88717F946C2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * (*RuntimeTypeHandle_GetElementType_m9769655111CDDEAD1297476CAAF2B88717F946C2_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetElementType_m9769655111CDDEAD1297476CAAF2B88717F946C2_ftn)mscorlib::System::RuntimeTypeHandle::GetElementType) (___type0);
}
// System.Reflection.RuntimeModule System.RuntimeTypeHandle::GetModule(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * (*RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A_ftn)mscorlib::System::RuntimeTypeHandle::GetModule) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::IsGenericVariable(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsGenericVariable_m86B961B01298F22A4E2188515EC8342973CF27B2_ftn)mscorlib::System::RuntimeTypeHandle::IsGenericVariable) (___type0);
}
// System.RuntimeType System.RuntimeTypeHandle::GetBaseType(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * (*RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetBaseType_m2E9BA1E3180ACF1DD8EE74F1FA8E34418D0159AD_ftn)mscorlib::System::RuntimeTypeHandle::GetBaseType) (___type0);
}
// System.Boolean System.RuntimeTypeHandle::CanCastTo(System.RuntimeType,System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_CanCastTo_mFF4E6B20B50C8639B20F1E536996AA060A95E8CC (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___target1, const RuntimeMethod* method)
{
{
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___target1;
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ___type0;
bool L_2 = RuntimeTypeHandle_type_is_assignable_from_mE6A9B9581955D9B3432124CFB9298F8A06D8F3BA(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.RuntimeTypeHandle::type_is_assignable_from(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_type_is_assignable_from_mE6A9B9581955D9B3432124CFB9298F8A06D8F3BA (Type_t * ___a0, Type_t * ___b1, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_type_is_assignable_from_mE6A9B9581955D9B3432124CFB9298F8A06D8F3BA_ftn) (Type_t *, Type_t *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_type_is_assignable_from_mE6A9B9581955D9B3432124CFB9298F8A06D8F3BA_ftn)mscorlib::System::RuntimeTypeHandle::type_is_assignable_from) (___a0, ___b1);
}
// System.Boolean System.RuntimeTypeHandle::IsGenericTypeDefinition(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef bool (*RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_IsGenericTypeDefinition_m244761E2B9B4954145DFCBC3FF434300955D6F35_ftn)mscorlib::System::RuntimeTypeHandle::IsGenericTypeDefinition) (___type0);
}
// System.IntPtr System.RuntimeTypeHandle::GetGenericParameterInfo(System.RuntimeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method)
{
typedef intptr_t (*RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
using namespace il2cpp::icalls;
return ((RuntimeTypeHandle_GetGenericParameterInfo_m34B79E98D3713C217F7D55AB9CE576D0D5C40C71_ftn)mscorlib::System::RuntimeTypeHandle::GetGenericParameterInfo) (___type0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.SByte::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_0005;
}
}
{
return 1;
}
IL_0005:
{
RuntimeObject * L_1 = ___obj0;
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))
{
goto IL_001d;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCA56CEE1AF87B2B0DD45C5E6D01B45A13E3B80DB, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_RuntimeMethod_var);
}
IL_001d:
{
int32_t L_4 = *((int8_t*)__this);
RuntimeObject * L_5 = ___obj0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((*(int8_t*)((int8_t*)UnBox(L_5, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var))))));
}
}
IL2CPP_EXTERN_C int32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.SByte::CompareTo(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mE2BEEEA7A6B69C30725249CC16088C768068C1C8 (int8_t* __this, int8_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
int8_t L_1 = ___value0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
}
}
IL2CPP_EXTERN_C int32_t SByte_CompareTo_mE2BEEEA7A6B69C30725249CC16088C768068C1C8_AdjustorThunk (RuntimeObject * __this, int8_t ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_CompareTo_mE2BEEEA7A6B69C30725249CC16088C768068C1C8(_thisAdjusted, ___value0, method);
}
// System.Boolean System.SByte::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144 (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
int32_t L_1 = *((int8_t*)__this);
RuntimeObject * L_2 = ___obj0;
return (bool)((((int32_t)L_1) == ((int32_t)((*(int8_t*)((int8_t*)UnBox(L_2, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var))))))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144(_thisAdjusted, ___obj0, method);
}
// System.Boolean System.SByte::Equals(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8 (int8_t* __this, int8_t ___obj0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
int8_t L_1 = ___obj0;
return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8_AdjustorThunk (RuntimeObject * __this, int8_t ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_Equals_mD344184DEB18C1E1C585D6481DB3EB02989EBCC8(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.SByte::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F (int8_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
int32_t L_1 = *((int8_t*)__this);
return ((int32_t)((int32_t)L_0^(int32_t)((int32_t)((int32_t)L_1<<(int32_t)8))));
}
}
IL2CPP_EXTERN_C int32_t SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_GetHashCode_mD6F459A216654C52F772AB24CE94590120BFA22F(_thisAdjusted, method);
}
// System.String System.SByte::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566 (int8_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL);
String_t* L_2 = Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL);
return L_2;
}
}
IL2CPP_EXTERN_C String_t* SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_ToString_mF29E76BDAA4D49747B5B30113E45A20D44301566(_thisAdjusted, method);
}
// System.String System.SByte::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m9297ABA82168D557F8616CAF5E23BCE9B3763906 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
RuntimeObject* L_1 = ___provider0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
String_t* L_3 = Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* SByte_ToString_m9297ABA82168D557F8616CAF5E23BCE9B3763906_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_ToString_m9297ABA82168D557F8616CAF5E23BCE9B3763906(_thisAdjusted, ___provider0, method);
}
// System.String System.SByte::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1 (int8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___format0;
RuntimeObject* L_1 = ___provider1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
String_t* L_3 = SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48((int8_t*)__this, L_0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1(_thisAdjusted, ___format0, ___provider1, method);
}
// System.String System.SByte::ToString(System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48 (int8_t* __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info1, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0037;
}
}
{
String_t* L_1 = ___format0;
if (!L_1)
{
goto IL_0037;
}
}
{
String_t* L_2 = ___format0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0037;
}
}
{
String_t* L_4 = ___format0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 0, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)((int32_t)88))))
{
goto IL_0027;
}
}
{
String_t* L_6 = ___format0;
NullCheck(L_6);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)120)))))
{
goto IL_0037;
}
}
IL_0027:
{
int32_t L_8 = *((int8_t*)__this);
String_t* L_9 = ___format0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = ___info1;
String_t* L_11 = Number_FormatUInt32_m585E2571063A256E46836A51BC4A54CFF151BDEE(((int32_t)((int32_t)L_8&(int32_t)((int32_t)255))), L_9, L_10, /*hidden argument*/NULL);
return L_11;
}
IL_0037:
{
int32_t L_12 = *((int8_t*)__this);
String_t* L_13 = ___format0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_14 = ___info1;
String_t* L_15 = Number_FormatInt32_mFA98EABDFB7493EF299EB1F0C2B432EAFDFC7984(L_12, L_13, L_14, /*hidden argument*/NULL);
return L_15;
}
}
IL2CPP_EXTERN_C String_t* SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info1, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_ToString_m82C050A3F8B02F4039EBB9B626976241502B4E48(_thisAdjusted, ___format0, ___info1, method);
}
// System.SByte System.SByte::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m463EDECF23E836076D4EAD9C267759FCED4E9A9A (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
RuntimeObject* L_1 = ___provider1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
int8_t L_3 = SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1(L_0, 7, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m3CCD04AED0DC62F729DFA2FF45DA1E4C8BACDD60 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___style1;
NumberFormatInfo_ValidateParseStyleInteger_m5BD1C04C26D5589F0DFA5953294B72E1DDC2B7E3(L_0, /*hidden argument*/NULL);
String_t* L_1 = ___s0;
int32_t L_2 = ___style1;
RuntimeObject* L_3 = ___provider2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_3, /*hidden argument*/NULL);
int8_t L_5 = SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1(L_1, L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = 0;
}
IL_0002:
try
{ // begin try (depth: 1)
String_t* L_0 = ___s0;
int32_t L_1 = ___style1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
int32_t L_3 = Number_ParseInt32_mF4B8DA28891C736EAC85641489780C2E91F8AECF(L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001f;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_000d;
throw e;
}
CATCH_000d:
{ // begin catch(System.OverflowException)
V_1 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local);
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_5 = V_1;
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_6 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_m15CD001EEB2E79D7497E101546B04D9A5520357E(L_6, L_4, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_RuntimeMethod_var);
} // end catch (depth: 1)
IL_001f:
{
int32_t L_7 = ___style1;
if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)512))))
{
goto IL_0047;
}
}
{
int32_t L_8 = V_0;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_9 = V_0;
if ((((int32_t)L_9) <= ((int32_t)((int32_t)255))))
{
goto IL_0044;
}
}
IL_0034:
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_11 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_RuntimeMethod_var);
}
IL_0044:
{
int32_t L_12 = V_0;
return (((int8_t)((int8_t)L_12)));
}
IL_0047:
{
int32_t L_13 = V_0;
if ((((int32_t)L_13) < ((int32_t)((int32_t)-128))))
{
goto IL_0051;
}
}
{
int32_t L_14 = V_0;
if ((((int32_t)L_14) <= ((int32_t)((int32_t)127))))
{
goto IL_0061;
}
}
IL_0051:
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDA1DBE1D71E85DD42A6EC593E9C205353A24D35D, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_16 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, SByte_Parse_m9A21EB833D85F1C0B259EB4A97E68E6AE67B35A1_RuntimeMethod_var);
}
IL_0061:
{
int32_t L_17 = V_0;
return (((int8_t)((int8_t)L_17)));
}
}
// System.TypeCode System.SByte::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461 (int8_t* __this, const RuntimeMethod* method)
{
{
return (int32_t)(5);
}
}
IL2CPP_EXTERN_C int32_t SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_GetTypeCode_m2FE2BEBA9B642946FB64DA2F0627102ACB01D461(_thisAdjusted, method);
}
// System.Boolean System.SByte::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
bool L_1 = Convert_ToBoolean_mB7E94BAE3523E19C8743457112EC6B76B775AC44((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C bool SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToBoolean_m277D16AD22D59EB8D9D1CD3438CC225D72C0F1AB(_thisAdjusted, ___provider0, method);
}
// System.Char System.SByte::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Il2CppChar L_1 = Convert_ToChar_m5A1F3909973CE4894614B7444B430BE562456F8C((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C Il2CppChar SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToChar_mC237E75750B5CFCE71E2C24CB96F89276B0A9A28(_thisAdjusted, ___provider0, method);
}
// System.SByte System.SByte::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_System_IConvertible_ToSByte_m294499739C5D5B037AEF9CC6579CFA7599397687 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
return (int8_t)L_0;
}
}
IL2CPP_EXTERN_C int8_t SByte_System_IConvertible_ToSByte_m294499739C5D5B037AEF9CC6579CFA7599397687_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToSByte_m294499739C5D5B037AEF9CC6579CFA7599397687(_thisAdjusted, ___provider0, method);
}
// System.Byte System.SByte::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_1 = Convert_ToByte_m7D3D6E8B30620A208FC31EE6C29087EA6FDFF923((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint8_t SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToByte_m7C5A928E4651F62278D77663FC1DE53F327A0501(_thisAdjusted, ___provider0, method);
}
// System.Int16 System.SByte::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_1 = Convert_ToInt16_m53B289D51E0000689AD2D0D8B64C9FC52E25382D((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int16_t SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToInt16_mA675A0F6C75F681675C0E59980FC652FA244AADE(_thisAdjusted, ___provider0, method);
}
// System.UInt16 System.SByte::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint16_t L_1 = Convert_ToUInt16_m3A0BC273AC75E936BBAA48B0D451DB161CEC11CE((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint16_t SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToUInt16_m5C397E013DDDDF6A45191334A19C8094EDCC8CF5(_thisAdjusted, ___provider0, method);
}
// System.Int32 System.SByte::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_System_IConvertible_ToInt32_m1BA4F4D3E5E2CF9B5B74C252B12DB67ACBD493FD (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int8_t*)__this);
return L_0;
}
}
IL2CPP_EXTERN_C int32_t SByte_System_IConvertible_ToInt32_m1BA4F4D3E5E2CF9B5B74C252B12DB67ACBD493FD_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToInt32_m1BA4F4D3E5E2CF9B5B74C252B12DB67ACBD493FD(_thisAdjusted, ___provider0, method);
}
// System.UInt32 System.SByte::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint32_t L_1 = Convert_ToUInt32_m78245CD2AE3D0369F5A99FF013AF73FFBB8CF869((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint32_t SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToUInt32_m7A0145CF61DA57526644B6DAC38A5C2502709EFD(_thisAdjusted, ___provider0, method);
}
// System.Int64 System.SByte::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_1 = Convert_ToInt64_mE4A030ED672D453F0704069D7024934D040D326A((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int64_t SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToInt64_mB14A2AE6933EB5506F5A5E1A4EDD1B207D1B4BB9(_thisAdjusted, ___provider0, method);
}
// System.UInt64 System.SByte::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint64_t L_1 = Convert_ToUInt64_m24AAA55A63E618B389C773AC090EB4F664BFC729((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint64_t SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToUInt64_mCCA94A64E0A2B86DC69A8524DB0CBD65936EF32E(_thisAdjusted, ___provider0, method);
}
// System.Single System.SByte::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_1 = Convert_ToSingle_m6594D24976A20E820938E5DE88A63082EAFED0F4((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C float SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToSingle_m9E5AF6DC583E422C07D8C5A08BE4644AC3AA0003(_thisAdjusted, ___provider0, method);
}
// System.Double System.SByte::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2 (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
double L_1 = Convert_ToDouble_m236422548F1BC40280491F59EBD3D1B22AA84F97((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C double SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToDouble_m48A3BE7EA0A06A55B7696C771305E4D5473E99D2(_thisAdjusted, ___provider0, method);
}
// System.Decimal System.SByte::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Convert_ToDecimal_m4AC31B36EF41A7409233DEDB9389EA97FB981FDA((int8_t)L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToDecimal_m16FCA8FD70B51405FCF7737C24B0FA926A02D4BC(_thisAdjusted, ___provider0, method);
}
// System.DateTime System.SByte::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B (int8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_RuntimeMethod_var);
}
}
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToDateTime_m11EACBCB89DC208FA2EA69BCB332DEE58D2B007B(_thisAdjusted, ___provider0, method);
}
// System.Object System.SByte::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51 (int8_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = *((int8_t*)__this);
int8_t L_1 = ((int8_t)L_0);
RuntimeObject * L_2 = Box(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, &L_1);
Type_t * L_3 = ___type0;
RuntimeObject* L_4 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeObject * L_5 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
IL2CPP_EXTERN_C RuntimeObject * SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
int32_t _offset = 1;
int8_t* _thisAdjusted = reinterpret_cast<int8_t*>(__this + _offset);
return SByte_System_IConvertible_ToType_m066E07D82EE6341B5B3BEF5117EFCBEB6987EE51(_thisAdjusted, ___type0, ___provider1, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.STAThreadAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void STAThreadAttribute__ctor_mF80E201F9FA1B013B9A4FBD39F53483C590FFD2B (STAThreadAttribute_t0564A46C9F5E5DC44615EDFC5C95AEAF67397F16 * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.Aes::.ctor()
IL2CPP_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.Security.Cryptography.Aes System.Security.Cryptography.Aes::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 * Aes_Create_m389807DAE1E861547F06B1BA5C18EA8A525E4F3E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Aes_Create_m389807DAE1E861547F06B1BA5C18EA8A525E4F3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var);
Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 * L_0 = Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998(_stringLiteral41F215A6D36C7782875BFB5D6D290EBB1E7961DF, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.Aes System.Security.Cryptography.Aes::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 * Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998 (String_t* ___algorithmName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___algorithmName0;
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, _stringLiteral1864E47701E0D2A7109E5C19F28EA68445C96785, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___algorithmName0;
RuntimeObject * L_3 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_2, /*hidden argument*/NULL);
return ((Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 *)IsInstClass((RuntimeObject*)L_3, Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.Cryptography.Aes::.cctor()
IL2CPP_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*)(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*)(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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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_inline(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_inline(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_inline(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_inline(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_inline(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, AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_RuntimeMethod_var);
}
}
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::get_LegalKeySizes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* AsymmetricAlgorithm_get_LegalKeySizes_m03530936E3BC5030051380832A28C9D1A3149DC0 (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_get_LegalKeySizes_m03530936E3BC5030051380832A28C9D1A3149DC0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = __this->get_LegalKeySizesValue_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_0);
RuntimeObject * L_1 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL);
return ((KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)Castclass((RuntimeObject*)L_1, KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var));
}
}
// System.String System.Security.Cryptography.AsymmetricAlgorithm::get_SignatureAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsymmetricAlgorithm_get_SignatureAlgorithm_mF11F00C910E41A66E9E6441670C03CB10C092AB3 (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_get_SignatureAlgorithm_mF11F00C910E41A66E9E6441670C03CB10C092AB3_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, AsymmetricAlgorithm_get_SignatureAlgorithm_mF11F00C910E41A66E9E6441670C03CB10C092AB3_RuntimeMethod_var);
}
}
// System.String System.Security.Cryptography.AsymmetricAlgorithm::get_KeyExchangeAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsymmetricAlgorithm_get_KeyExchangeAlgorithm_m2D509E0BBB484751F8EB8B8F81023710877E4300 (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_get_KeyExchangeAlgorithm_m2D509E0BBB484751F8EB8B8F81023710877E4300_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, AsymmetricAlgorithm_get_KeyExchangeAlgorithm_m2D509E0BBB484751F8EB8B8F81023710877E4300_RuntimeMethod_var);
}
}
// System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.AsymmetricAlgorithm::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * AsymmetricAlgorithm_Create_mA4162816E573C00A2D508D49E69974400A19C269 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_Create_mA4162816E573C00A2D508D49E69974400A19C269_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_0 = (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var);
RSACryptoServiceProvider__ctor_m9249D579A83FC34306B6B1A53B677FC0C1DD21E1(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.AsymmetricAlgorithm::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * AsymmetricAlgorithm_Create_m69C32FA4D2A33C0AD9483259EA835C3B1C2963A4 (String_t* ___algName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_Create_m69C32FA4D2A33C0AD9483259EA835C3B1C2963A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___algName0;
RuntimeObject * L_1 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_0, /*hidden argument*/NULL);
return ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)CastclassClass((RuntimeObject*)L_1, AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::FromXmlString(System.String)
IL2CPP_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, AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_RuntimeMethod_var);
}
}
// System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean)
IL2CPP_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, 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.AsymmetricKeyExchangeDeformatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricKeyExchangeDeformatter__ctor_m9B49F18A7875693ED066DAA9BD7096CAC1D06B29 (AsymmetricKeyExchangeDeformatter_t43BCD3FDF3AB4A4303856F165EE5887DF70BDA41 * __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.AsymmetricKeyExchangeFormatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricKeyExchangeFormatter__ctor_m8BBC3EF2BD4E70B7104B327462AA3C57429D385C (AsymmetricKeyExchangeFormatter_t9CA3BB8564F403286E742FD70000696D5E0E1187 * __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.AsymmetricSignatureDeformatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricSignatureDeformatter__ctor_m656D0E64C9E6B3FF5D07E118F06EA95F16363AED (AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Security.Cryptography.AsymmetricSignatureDeformatter::VerifySignature(System.Security.Cryptography.HashAlgorithm,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsymmetricSignatureDeformatter_VerifySignature_mB67705AB28C2DFA62059E0DCE1EA46FC19A6FCEB (AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39 * __this, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSignature1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricSignatureDeformatter_VerifySignature_mB67705AB28C2DFA62059E0DCE1EA46FC19A6FCEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_0 = ___hash0;
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, _stringLiteral2346AD27D7568BA9896F1B7DA6B5991251DEBDF2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AsymmetricSignatureDeformatter_VerifySignature_mB67705AB28C2DFA62059E0DCE1EA46FC19A6FCEB_RuntimeMethod_var);
}
IL_000e:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = ___hash0;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::SetHashAlgorithm(System.String) */, __this, L_3);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_4 = ___hash0;
NullCheck(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___rgbSignature1;
bool L_7 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(7 /* System.Boolean System.Security.Cryptography.AsymmetricSignatureDeformatter::VerifySignature(System.Byte[],System.Byte[]) */, __this, L_5, L_6);
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricSignatureFormatter__ctor_m4581CBC81F10A82465AF491B8C8C32A44D4EBB43 (AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Byte[] System.Security.Cryptography.AsymmetricSignatureFormatter::CreateSignature(System.Security.Cryptography.HashAlgorithm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AsymmetricSignatureFormatter_CreateSignature_m334037D6E2CD1B0462337FE81D054E1BE19B0728 (AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E * __this, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricSignatureFormatter_CreateSignature_m334037D6E2CD1B0462337FE81D054E1BE19B0728_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_0 = ___hash0;
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, _stringLiteral2346AD27D7568BA9896F1B7DA6B5991251DEBDF2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AsymmetricSignatureFormatter_CreateSignature_m334037D6E2CD1B0462337FE81D054E1BE19B0728_RuntimeMethod_var);
}
IL_000e:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = ___hash0;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::SetHashAlgorithm(System.String) */, __this, L_3);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_4 = ___hash0;
NullCheck(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(7 /* System.Byte[] System.Security.Cryptography.AsymmetricSignatureFormatter::CreateSignature(System.Byte[]) */, __this, 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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.CryptoAPITransform::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform__ctor_m9C3416DE93A0972C75ACEE10966E9CF0F47877F6 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_disposed_0((bool)0);
return;
}
}
// System.Boolean System.Security.Cryptography.CryptoAPITransform::get_CanReuseTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoAPITransform_get_CanReuseTransform_mC375E7EB056DEF36217639105FA8E9C4A80C0A29 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean System.Security.Cryptography.CryptoAPITransform::get_CanTransformMultipleBlocks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoAPITransform_get_CanTransformMultipleBlocks_mD81061FCED848209CCA4F78E2AD808DF0C220449 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Int32 System.Security.Cryptography.CryptoAPITransform::get_InputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoAPITransform_get_InputBlockSize_mA237892E4AADF2C0C5D88A8B106C06F66DF7A492 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.IntPtr System.Security.Cryptography.CryptoAPITransform::get_KeyHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CryptoAPITransform_get_KeyHandle_m129C6D5B3D17192B2FC39D51FE7BC3C2D7D135E6 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoAPITransform_get_KeyHandle_m129C6D5B3D17192B2FC39D51FE7BC3C2D7D135E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return (intptr_t)(0);
}
}
// System.Int32 System.Security.Cryptography.CryptoAPITransform::get_OutputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoAPITransform_get_OutputBlockSize_m433B7C1FC1AF1340E0C5CBB379D13993D42A5633 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Void System.Security.Cryptography.CryptoAPITransform::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Dispose_mA675415834B0C4DC75EBAB1820F9605AC6C29B3C (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoAPITransform_Dispose_mA675415834B0C4DC75EBAB1820F9605AC6C29B3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CryptoAPITransform_Dispose_m1F85F99B32212755104B3834D8DA29EE8A262840(__this, (bool)1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptoAPITransform::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Clear_mCD50924F857242640EBFFAB903FA0A6DB8199F4E (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
CryptoAPITransform_Dispose_m1F85F99B32212755104B3834D8DA29EE8A262840(__this, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptoAPITransform::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Dispose_m1F85F99B32212755104B3834D8DA29EE8A262840 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_disposed_0();
if (L_0)
{
goto IL_0011;
}
}
{
bool L_1 = ___disposing0;
__this->set_m_disposed_0((bool)1);
}
IL_0011:
{
return;
}
}
// System.Int32 System.Security.Cryptography.CryptoAPITransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoAPITransform_TransformBlock_m08477CA22117A150DA1A341C634DBB86C6B70CAD (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Byte[] System.Security.Cryptography.CryptoAPITransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoAPITransform_TransformFinalBlock_m9A4A5AD0A2C8DF28F49780D4835CC3ACA4940567 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
}
// System.Void System.Security.Cryptography.CryptoAPITransform::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Reset_m23829040CDF10B01E22F6D6560F1E9725E93CC00 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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, CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var);
}
IL_000e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(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, CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var);
}
IL_0038:
{
String_t* L_10 = ___str0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(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, 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*)(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, 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)
IL2CPP_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, 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*)(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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoConfig_get_AllowOnlyFipsAlgorithms_mAB638CADB33E72823271E1FA51421DEBDB41AD5E (const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Void System.Security.Cryptography.CryptoConfig::AddAlgorithm(System.Type,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoConfig_AddAlgorithm_m4262E08E967AAD01D353D0C76E11D0F301A4E458 (Type_t * ___algorithm0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___names1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_AddAlgorithm_m4262E08E967AAD01D353D0C76E11D0F301A4E458_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * L_0 = (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 *)il2cpp_codegen_object_new(PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var);
PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, CryptoConfig_AddAlgorithm_m4262E08E967AAD01D353D0C76E11D0F301A4E458_RuntimeMethod_var);
}
}
// System.Void System.Security.Cryptography.CryptoConfig::AddOID(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoConfig_AddOID_m4196DA8769D8E437EE967C5A28F5665261AD0F84 (String_t* ___oid0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___names1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_AddOID_m4196DA8769D8E437EE967C5A28F5665261AD0F84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * L_0 = (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 *)il2cpp_codegen_object_new(PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var);
PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, CryptoConfig_AddOID_m4196DA8769D8E437EE967C5A28F5665261AD0F84_RuntimeMethod_var);
}
}
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String)
IL2CPP_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[])
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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, 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)
IL2CPP_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)
IL2CPP_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, 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;
}
}
// System.Void System.Security.Cryptography.CryptoConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoConfig__ctor_m87D1F9179AB509136C9693ECF1BC3AC79263119C (CryptoConfig_tAC63C427FED51A33BAC3CC050CA1292E7A1AAF7F * __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.CryptoStream::.ctor(System.IO.Stream,System.Security.Cryptography.ICryptoTransform,System.Security.Cryptography.CryptoStreamMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, RuntimeObject* ___transform1, int32_t ___mode2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
__this->set__stream_4(L_0);
int32_t L_1 = ___mode2;
__this->set__transformMode_12(L_1);
RuntimeObject* L_2 = ___transform1;
__this->set__Transform_5(L_2);
int32_t L_3 = __this->get__transformMode_12();
V_0 = L_3;
int32_t L_4 = V_0;
if (!L_4)
{
goto IL_002b;
}
}
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)1)))
{
goto IL_0056;
}
}
{
goto IL_0081;
}
IL_002b:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = __this->get__stream_4();
NullCheck(L_6);
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
bool L_7 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_6);
if (L_7)
{
goto IL_004d;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6738D06D6C794327B819962FE118768444DFE966, /*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, _stringLiteralC82E3D7279EFA3ECA576370AF952C815D48CE41F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_RuntimeMethod_var);
}
IL_004d:
{
__this->set__canRead_13((bool)1);
goto IL_0091;
}
IL_0056:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = __this->get__stream_4();
NullCheck(L_10);
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
bool L_11 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_10);
if (L_11)
{
goto IL_0078;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral43E4B01DA5BC310916BDCD59560588C54E5A08C9, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_13, L_12, _stringLiteralC82E3D7279EFA3ECA576370AF952C815D48CE41F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_RuntimeMethod_var);
}
IL_0078:
{
__this->set__canWrite_14((bool)1);
goto IL_0091;
}
IL_0081:
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2B13D765299FF4FA55E6D08D981167BAAF9E42, /*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, CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_RuntimeMethod_var);
}
IL_0091:
{
CryptoStream_InitializeBuffer_m6B1A734BADB817D61E6DCBC8780AB0C359089188(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Security.Cryptography.CryptoStream::get_CanRead()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_CanRead_mD57FA625D36D69689201A064B32358B7C69E4874 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__canRead_13();
return L_0;
}
}
// System.Boolean System.Security.Cryptography.CryptoStream::get_CanSeek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_CanSeek_mD9507EC28B889D24A244363784C12B9A27BFBE7C (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Security.Cryptography.CryptoStream::get_CanWrite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_CanWrite_m460E2765E6B011CC505D3A5EBCCCB087C72FE84D (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__canWrite_14();
return L_0;
}
}
// System.Int64 System.Security.Cryptography.CryptoStream::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CryptoStream_get_Length_mADA0DBF04C0B4252F5558DE0AF63E6B80EB6DC7C (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_get_Length_mADA0DBF04C0B4252F5558DE0AF63E6B80EB6DC7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoStream_get_Length_mADA0DBF04C0B4252F5558DE0AF63E6B80EB6DC7C_RuntimeMethod_var);
}
}
// System.Int64 System.Security.Cryptography.CryptoStream::get_Position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CryptoStream_get_Position_m90A0F7DC7AB44C1062AEF25E0DA3D3E26B67B7AC (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_get_Position_m90A0F7DC7AB44C1062AEF25E0DA3D3E26B67B7AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoStream_get_Position_m90A0F7DC7AB44C1062AEF25E0DA3D3E26B67B7AC_RuntimeMethod_var);
}
}
// System.Void System.Security.Cryptography.CryptoStream::set_Position(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_set_Position_mFB49583BF51882B40732AB10AF89456BA02B9F23 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_set_Position_mFB49583BF51882B40732AB10AF89456BA02B9F23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoStream_set_Position_mFB49583BF51882B40732AB10AF89456BA02B9F23_RuntimeMethod_var);
}
}
// System.Boolean System.Security.Cryptography.CryptoStream::get_HasFlushedFinalBlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_HasFlushedFinalBlock_mCA9C75EE30F8F809D0A1C11E867988E7B380146D (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__finalBlockTransformed_15();
return L_0;
}
}
// System.Void System.Security.Cryptography.CryptoStream::FlushFinalBlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * V_1 = NULL;
{
bool L_0 = __this->get__finalBlockTransformed_15();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9DC48D268D532F561416816BD15CC881DD8CD3D7, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9_RuntimeMethod_var);
}
IL_0018:
{
RuntimeObject* L_3 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__InputBuffer_6();
int32_t L_5 = __this->get__InputBufferIndex_7();
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = InterfaceFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_3, L_4, 0, L_5);
V_0 = L_6;
__this->set__finalBlockTransformed_15((bool)1);
bool L_7 = __this->get__canWrite_14();
if (!L_7)
{
goto IL_0068;
}
}
{
int32_t L_8 = __this->get__OutputBufferIndex_10();
if ((((int32_t)L_8) <= ((int32_t)0)))
{
goto IL_0068;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__OutputBuffer_9();
int32_t L_11 = __this->get__OutputBufferIndex_10();
NullCheck(L_9);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11);
__this->set__OutputBufferIndex_10(0);
}
IL_0068:
{
bool L_12 = __this->get__canWrite_14();
if (!L_12)
{
goto IL_0080;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_13 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
NullCheck(L_15);
NullCheck(L_13);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))));
}
IL_0080:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_16 = __this->get__stream_4();
V_1 = ((CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC *)IsInstClass((RuntimeObject*)L_16, CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_17 = V_1;
if (!L_17)
{
goto IL_009f;
}
}
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_18 = V_1;
NullCheck(L_18);
bool L_19 = CryptoStream_get_HasFlushedFinalBlock_mCA9C75EE30F8F809D0A1C11E867988E7B380146D_inline(L_18, /*hidden argument*/NULL);
if (L_19)
{
goto IL_00aa;
}
}
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_20 = V_1;
NullCheck(L_20);
CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9(L_20, /*hidden argument*/NULL);
goto IL_00aa;
}
IL_009f:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_21 = __this->get__stream_4();
NullCheck(L_21);
VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_21);
}
IL_00aa:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get__InputBuffer_6();
if (!L_22)
{
goto IL_00c6;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get__InputBuffer_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get__InputBuffer_6();
NullCheck(L_24);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_23, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))), /*hidden argument*/NULL);
}
IL_00c6:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = __this->get__OutputBuffer_9();
if (!L_25)
{
goto IL_00e2;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get__OutputBuffer_9();
NullCheck(L_27);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_26, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))), /*hidden argument*/NULL);
}
IL_00e2:
{
return;
}
}
// System.Void System.Security.Cryptography.CryptoStream::Flush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Flush_mAC0526F025B91A9BA2BA3496A9A34D10EAED9270 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::FlushAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * CryptoStream_FlushAsync_mA322963F458724A311D54076467CE7F6E012BFEC (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_FlushAsync_mA322963F458724A311D54076467CE7F6E012BFEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_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_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_0, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001f;
}
}
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___cancellationToken0;
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = Stream_FlushAsync_m6FF6F6B6CFBEC607B2FC08B8C09CB40054E865F4(__this, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001f:
{
bool L_6 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken0), /*hidden argument*/NULL);
if (L_6)
{
goto IL_002e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86(/*hidden argument*/NULL);
return L_7;
}
IL_002e:
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_8 = ___cancellationToken0;
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_9 = Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860(L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.Int64 System.Security.Cryptography.CryptoStream::Seek(System.Int64,System.IO.SeekOrigin)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CryptoStream_Seek_mCCA80D357B9140B6984A9789142F8A8A44AEC4BC (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_Seek_mCCA80D357B9140B6984A9789142F8A8A44AEC4BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoStream_Seek_mCCA80D357B9140B6984A9789142F8A8A44AEC4BC_RuntimeMethod_var);
}
}
// System.Void System.Security.Cryptography.CryptoStream::SetLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_SetLength_m79A3C58704C85A89063338EAB2B025522731294A (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_SetLength_m79A3C58704C85A89063338EAB2B025522731294A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoStream_SetLength_m79A3C58704C85A89063338EAB2B025522731294A_RuntimeMethod_var);
}
}
// System.Int32 System.Security.Cryptography.CryptoStream::Read(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
int32_t V_5 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
int32_t V_7 = 0;
int32_t V_8 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral781C42C8B8E58290D48A10D0FDEF4A87279EF7DA, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___offset1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004a;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_RuntimeMethod_var);
}
IL_004a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ___offset1;
int32_t L_11 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))) >= ((int32_t)L_11)))
{
goto IL_0062;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*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, CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_RuntimeMethod_var);
}
IL_0062:
{
int32_t L_14 = ___count2;
V_0 = L_14;
int32_t L_15 = ___offset1;
V_1 = L_15;
int32_t L_16 = __this->get__OutputBufferIndex_10();
if (!L_16)
{
goto IL_00e3;
}
}
{
int32_t L_17 = __this->get__OutputBufferIndex_10();
int32_t L_18 = ___count2;
if ((((int32_t)L_17) > ((int32_t)L_18)))
{
goto IL_00a7;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___buffer0;
int32_t L_21 = ___offset1;
int32_t L_22 = __this->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, L_21, L_22, /*hidden argument*/NULL);
int32_t L_23 = V_0;
int32_t L_24 = __this->get__OutputBufferIndex_10();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24));
int32_t L_25 = V_1;
int32_t L_26 = __this->get__OutputBufferIndex_10();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26));
__this->set__OutputBufferIndex_10(0);
goto IL_00e3;
}
IL_00a7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___buffer0;
int32_t L_29 = ___offset1;
int32_t L_30 = ___count2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_27, 0, (RuntimeArray *)(RuntimeArray *)L_28, L_29, L_30, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = __this->get__OutputBuffer_9();
int32_t L_32 = ___count2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get__OutputBuffer_9();
int32_t L_34 = __this->get__OutputBufferIndex_10();
int32_t L_35 = ___count2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_31, L_32, (RuntimeArray *)(RuntimeArray *)L_33, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL);
int32_t L_36 = __this->get__OutputBufferIndex_10();
int32_t L_37 = ___count2;
__this->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)));
int32_t L_38 = ___count2;
return L_38;
}
IL_00e3:
{
bool L_39 = __this->get__finalBlockTransformed_15();
if (!L_39)
{
goto IL_00ef;
}
}
{
int32_t L_40 = ___count2;
int32_t L_41 = V_0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41));
}
IL_00ef:
{
V_2 = 0;
int32_t L_42 = V_0;
int32_t L_43 = __this->get__OutputBlockSize_11();
if ((((int32_t)L_42) <= ((int32_t)L_43)))
{
goto IL_02da;
}
}
{
RuntimeObject* L_44 = __this->get__Transform_5();
NullCheck(L_44);
bool L_45 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanTransformMultipleBlocks() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_44);
if (!L_45)
{
goto IL_02da;
}
}
{
int32_t L_46 = V_0;
int32_t L_47 = __this->get__OutputBlockSize_11();
int32_t L_48 = __this->get__InputBlockSize_8();
V_5 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_46/(int32_t)L_47)), (int32_t)L_48));
int32_t L_49 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_49);
V_6 = L_50;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = __this->get__InputBuffer_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = V_6;
int32_t L_53 = __this->get__InputBufferIndex_7();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_51, 0, (RuntimeArray *)(RuntimeArray *)L_52, 0, L_53, /*hidden argument*/NULL);
int32_t L_54 = __this->get__InputBufferIndex_7();
V_2 = L_54;
int32_t L_55 = V_2;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_56 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = V_6;
int32_t L_58 = __this->get__InputBufferIndex_7();
int32_t L_59 = V_5;
int32_t L_60 = __this->get__InputBufferIndex_7();
NullCheck(L_56);
int32_t L_61 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_56, L_57, L_58, ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)L_60)));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_61));
__this->set__InputBufferIndex_7(0);
int32_t L_62 = V_2;
int32_t L_63 = __this->get__InputBlockSize_8();
if ((((int32_t)L_62) > ((int32_t)L_63)))
{
goto IL_0187;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_6;
__this->set__InputBuffer_6(L_64);
int32_t L_65 = V_2;
__this->set__InputBufferIndex_7(L_65);
goto IL_02da;
}
IL_0187:
{
int32_t L_66 = V_2;
int32_t L_67 = __this->get__InputBlockSize_8();
int32_t L_68 = __this->get__InputBlockSize_8();
V_7 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_66/(int32_t)L_67)), (int32_t)L_68));
int32_t L_69 = V_2;
int32_t L_70 = V_7;
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)L_70));
int32_t L_71 = V_8;
if (!L_71)
{
goto IL_01bd;
}
}
{
int32_t L_72 = V_8;
__this->set__InputBufferIndex_7(L_72);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_6;
int32_t L_74 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = __this->get__InputBuffer_6();
int32_t L_76 = V_8;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_73, L_74, (RuntimeArray *)(RuntimeArray *)L_75, 0, L_76, /*hidden argument*/NULL);
}
IL_01bd:
{
int32_t L_77 = V_7;
int32_t L_78 = __this->get__InputBlockSize_8();
int32_t L_79 = __this->get__OutputBlockSize_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_77/(int32_t)L_78)), (int32_t)L_79)));
V_9 = L_80;
RuntimeObject* L_81 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = V_6;
int32_t L_83 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = V_9;
NullCheck(L_81);
int32_t L_85 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_81, L_82, 0, L_83, L_84, 0);
V_3 = L_85;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = V_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = ___buffer0;
int32_t L_88 = V_1;
int32_t L_89 = V_3;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_86, 0, (RuntimeArray *)(RuntimeArray *)L_87, L_88, L_89, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = V_6;
NullCheck(L_91);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_90, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_91)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = V_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = V_9;
NullCheck(L_93);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_92, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_93)->max_length)))), /*hidden argument*/NULL);
int32_t L_94 = V_0;
int32_t L_95 = V_3;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)L_95));
int32_t L_96 = V_1;
int32_t L_97 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)L_97));
goto IL_02da;
}
IL_0219:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_98 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_99 = __this->get__InputBuffer_6();
int32_t L_100 = __this->get__InputBufferIndex_7();
int32_t L_101 = __this->get__InputBlockSize_8();
int32_t L_102 = __this->get__InputBufferIndex_7();
NullCheck(L_98);
int32_t L_103 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_98, L_99, L_100, ((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)L_102)));
V_2 = L_103;
int32_t L_104 = V_2;
if (!L_104)
{
goto IL_02e3;
}
}
{
int32_t L_105 = __this->get__InputBufferIndex_7();
int32_t L_106 = V_2;
__this->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_106)));
}
IL_0252:
{
int32_t L_107 = __this->get__InputBufferIndex_7();
int32_t L_108 = __this->get__InputBlockSize_8();
if ((((int32_t)L_107) < ((int32_t)L_108)))
{
goto IL_0219;
}
}
{
RuntimeObject* L_109 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_110 = __this->get__InputBuffer_6();
int32_t L_111 = __this->get__InputBlockSize_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_112 = __this->get__OutputBuffer_9();
NullCheck(L_109);
int32_t L_113 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_109, L_110, 0, L_111, L_112, 0);
V_3 = L_113;
__this->set__InputBufferIndex_7(0);
int32_t L_114 = V_0;
int32_t L_115 = V_3;
if ((((int32_t)L_114) < ((int32_t)L_115)))
{
goto IL_02a5;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_116 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_117 = ___buffer0;
int32_t L_118 = V_1;
int32_t L_119 = V_3;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_116, 0, (RuntimeArray *)(RuntimeArray *)L_117, L_118, L_119, /*hidden argument*/NULL);
int32_t L_120 = V_1;
int32_t L_121 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)L_121));
int32_t L_122 = V_0;
int32_t L_123 = V_3;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)L_123));
goto IL_02da;
}
IL_02a5:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_124 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_125 = ___buffer0;
int32_t L_126 = V_1;
int32_t L_127 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_124, 0, (RuntimeArray *)(RuntimeArray *)L_125, L_126, L_127, /*hidden argument*/NULL);
int32_t L_128 = V_3;
int32_t L_129 = V_0;
__this->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_128, (int32_t)L_129)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_130 = __this->get__OutputBuffer_9();
int32_t L_131 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_132 = __this->get__OutputBuffer_9();
int32_t L_133 = __this->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_130, L_131, (RuntimeArray *)(RuntimeArray *)L_132, 0, L_133, /*hidden argument*/NULL);
int32_t L_134 = ___count2;
return L_134;
}
IL_02da:
{
int32_t L_135 = V_0;
if ((((int32_t)L_135) > ((int32_t)0)))
{
goto IL_0252;
}
}
{
int32_t L_136 = ___count2;
return L_136;
}
IL_02e3:
{
RuntimeObject* L_137 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_138 = __this->get__InputBuffer_6();
int32_t L_139 = __this->get__InputBufferIndex_7();
NullCheck(L_137);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_140 = InterfaceFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_137, L_138, 0, L_139);
V_4 = L_140;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_141 = V_4;
__this->set__OutputBuffer_9(L_141);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_142 = V_4;
NullCheck(L_142);
__this->set__OutputBufferIndex_10((((int32_t)((int32_t)(((RuntimeArray*)L_142)->max_length)))));
__this->set__finalBlockTransformed_15((bool)1);
int32_t L_143 = V_0;
int32_t L_144 = __this->get__OutputBufferIndex_10();
if ((((int32_t)L_143) >= ((int32_t)L_144)))
{
goto IL_0359;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_145 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_146 = ___buffer0;
int32_t L_147 = V_1;
int32_t L_148 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_145, 0, (RuntimeArray *)(RuntimeArray *)L_146, L_147, L_148, /*hidden argument*/NULL);
int32_t L_149 = __this->get__OutputBufferIndex_10();
int32_t L_150 = V_0;
__this->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)L_150)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_151 = __this->get__OutputBuffer_9();
int32_t L_152 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_153 = __this->get__OutputBuffer_9();
int32_t L_154 = __this->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_151, L_152, (RuntimeArray *)(RuntimeArray *)L_153, 0, L_154, /*hidden argument*/NULL);
int32_t L_155 = ___count2;
return L_155;
}
IL_0359:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_156 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_157 = ___buffer0;
int32_t L_158 = V_1;
int32_t L_159 = __this->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_156, 0, (RuntimeArray *)(RuntimeArray *)L_157, L_158, L_159, /*hidden argument*/NULL);
int32_t L_160 = V_0;
int32_t L_161 = __this->get__OutputBufferIndex_10();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_160, (int32_t)L_161));
__this->set__OutputBufferIndex_10(0);
int32_t L_162 = ___count2;
int32_t L_163 = V_0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_162, (int32_t)L_163));
}
}
// System.Threading.Tasks.Task`1<System.Int32> System.Security.Cryptography.CryptoStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral781C42C8B8E58290D48A10D0FDEF4A87279EF7DA, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___offset1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004a;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_RuntimeMethod_var);
}
IL_004a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ___offset1;
int32_t L_11 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))) >= ((int32_t)L_11)))
{
goto IL_0062;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*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, CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_RuntimeMethod_var);
}
IL_0062:
{
Type_t * L_14 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
bool L_17 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_14, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0085;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___buffer0;
int32_t L_19 = ___offset1;
int32_t L_20 = ___count2;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_21 = ___cancellationToken3;
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_22 = Stream_ReadAsync_m72417EC430FE2302C8CF2D67B0BFE81FBADE4A83(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
return L_22;
}
IL_0085:
{
bool L_23 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken3), /*hidden argument*/NULL);
if (!L_23)
{
goto IL_0096;
}
}
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_24 = ___cancellationToken3;
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_25 = Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6(L_24, /*hidden argument*/Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6_RuntimeMethod_var);
return L_25;
}
IL_0096:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t L_27 = ___offset1;
int32_t L_28 = ___count2;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_29 = ___cancellationToken3;
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_30 = CryptoStream_ReadAsyncInternal_m07B9F6B34F847BF0D523D9D3FB94756E1BFCF1D1(__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL);
return L_30;
}
}
// System.Threading.Tasks.Task`1<System.Int32> System.Security.Cryptography.CryptoStream::ReadAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * CryptoStream_ReadAsyncInternal_m07B9F6B34F847BF0D523D9D3FB94756E1BFCF1D1 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_ReadAsyncInternal_m07B9F6B34F847BF0D523D9D3FB94756E1BFCF1D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->set_U3CU3E4__this_2(__this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
(&V_0)->set_buffer_5(L_0);
int32_t L_1 = ___offset1;
(&V_0)->set_offset_4(L_1);
int32_t L_2 = ___count2;
(&V_0)->set_count_3(L_2);
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = ___cancellationToken3;
(&V_0)->set_cancellationToken_6(L_3);
IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 L_4 = AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318_RuntimeMethod_var);
(&V_0)->set_U3CU3Et__builder_1(L_4);
(&V_0)->set_U3CU3E1__state_0((-1));
U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 L_5 = V_0;
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 L_6 = L_5.get_U3CU3Et__builder_1();
V_1 = L_6;
AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)(&V_1), (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_7 = (&V_0)->get_address_of_U3CU3Et__builder_1();
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_8 = AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_7, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2_RuntimeMethod_var);
return L_8;
}
}
// System.Void System.Security.Cryptography.CryptoStream::Write(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66D145F9BC4E163069F795822A1EA8BEF2E4E55B, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___offset1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004a;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_RuntimeMethod_var);
}
IL_004a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ___offset1;
int32_t L_11 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))) >= ((int32_t)L_11)))
{
goto IL_0062;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*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, CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_RuntimeMethod_var);
}
IL_0062:
{
int32_t L_14 = ___count2;
V_0 = L_14;
int32_t L_15 = ___offset1;
V_1 = L_15;
int32_t L_16 = __this->get__InputBufferIndex_7();
if ((((int32_t)L_16) <= ((int32_t)0)))
{
goto IL_00f5;
}
}
{
int32_t L_17 = ___count2;
int32_t L_18 = __this->get__InputBlockSize_8();
int32_t L_19 = __this->get__InputBufferIndex_7();
if ((((int32_t)L_17) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)))))
{
goto IL_00d1;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___buffer0;
int32_t L_21 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get__InputBuffer_6();
int32_t L_23 = __this->get__InputBufferIndex_7();
int32_t L_24 = __this->get__InputBlockSize_8();
int32_t L_25 = __this->get__InputBufferIndex_7();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_20, L_21, (RuntimeArray *)(RuntimeArray *)L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL);
int32_t L_26 = V_1;
int32_t L_27 = __this->get__InputBlockSize_8();
int32_t L_28 = __this->get__InputBufferIndex_7();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28))));
int32_t L_29 = V_0;
int32_t L_30 = __this->get__InputBlockSize_8();
int32_t L_31 = __this->get__InputBufferIndex_7();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))));
int32_t L_32 = __this->get__InputBlockSize_8();
__this->set__InputBufferIndex_7(L_32);
goto IL_00f5;
}
IL_00d1:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ___buffer0;
int32_t L_34 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = __this->get__InputBuffer_6();
int32_t L_36 = __this->get__InputBufferIndex_7();
int32_t L_37 = ___count2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_33, L_34, (RuntimeArray *)(RuntimeArray *)L_35, L_36, L_37, /*hidden argument*/NULL);
int32_t L_38 = __this->get__InputBufferIndex_7();
int32_t L_39 = ___count2;
__this->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)));
return;
}
IL_00f5:
{
int32_t L_40 = __this->get__OutputBufferIndex_10();
if ((((int32_t)L_40) <= ((int32_t)0)))
{
goto IL_011d;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = __this->get__OutputBuffer_9();
int32_t L_43 = __this->get__OutputBufferIndex_10();
NullCheck(L_41);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_41, L_42, 0, L_43);
__this->set__OutputBufferIndex_10(0);
}
IL_011d:
{
int32_t L_44 = __this->get__InputBufferIndex_7();
int32_t L_45 = __this->get__InputBlockSize_8();
if ((!(((uint32_t)L_44) == ((uint32_t)L_45))))
{
goto IL_0231;
}
}
{
RuntimeObject* L_46 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = __this->get__InputBuffer_6();
int32_t L_48 = __this->get__InputBlockSize_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = __this->get__OutputBuffer_9();
NullCheck(L_46);
int32_t L_50 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_46, L_47, 0, L_48, L_49, 0);
V_2 = L_50;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_51 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = __this->get__OutputBuffer_9();
int32_t L_53 = V_2;
NullCheck(L_51);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_51, L_52, 0, L_53);
__this->set__InputBufferIndex_7(0);
goto IL_0231;
}
IL_016d:
{
int32_t L_54 = V_0;
int32_t L_55 = __this->get__InputBlockSize_8();
if ((((int32_t)L_54) < ((int32_t)L_55)))
{
goto IL_0212;
}
}
{
RuntimeObject* L_56 = __this->get__Transform_5();
NullCheck(L_56);
bool L_57 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanTransformMultipleBlocks() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_56);
if (!L_57)
{
goto IL_01d0;
}
}
{
int32_t L_58 = V_0;
int32_t L_59 = __this->get__InputBlockSize_8();
int32_t L_60 = ((int32_t)((int32_t)L_58/(int32_t)L_59));
int32_t L_61 = __this->get__InputBlockSize_8();
V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_60, (int32_t)L_61));
int32_t L_62 = __this->get__OutputBlockSize_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_60, (int32_t)L_62)));
V_4 = L_63;
RuntimeObject* L_64 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = ___buffer0;
int32_t L_66 = V_1;
int32_t L_67 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_4;
NullCheck(L_64);
int32_t L_69 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_64, L_65, L_66, L_67, L_68, 0);
V_2 = L_69;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_70 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_4;
int32_t L_72 = V_2;
NullCheck(L_70);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_70, L_71, 0, L_72);
int32_t L_73 = V_1;
int32_t L_74 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)L_74));
int32_t L_75 = V_0;
int32_t L_76 = V_3;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)L_76));
goto IL_0231;
}
IL_01d0:
{
RuntimeObject* L_77 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_78 = ___buffer0;
int32_t L_79 = V_1;
int32_t L_80 = __this->get__InputBlockSize_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = __this->get__OutputBuffer_9();
NullCheck(L_77);
int32_t L_82 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_77, L_78, L_79, L_80, L_81, 0);
V_2 = L_82;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_83 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = __this->get__OutputBuffer_9();
int32_t L_85 = V_2;
NullCheck(L_83);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_83, L_84, 0, L_85);
int32_t L_86 = V_1;
int32_t L_87 = __this->get__InputBlockSize_8();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87));
int32_t L_88 = V_0;
int32_t L_89 = __this->get__InputBlockSize_8();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)L_89));
goto IL_0231;
}
IL_0212:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = ___buffer0;
int32_t L_91 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = __this->get__InputBuffer_6();
int32_t L_93 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_90, L_91, (RuntimeArray *)(RuntimeArray *)L_92, 0, L_93, /*hidden argument*/NULL);
int32_t L_94 = __this->get__InputBufferIndex_7();
int32_t L_95 = V_0;
__this->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)L_95)));
return;
}
IL_0231:
{
int32_t L_96 = V_0;
if ((((int32_t)L_96) > ((int32_t)0)))
{
goto IL_016d;
}
}
{
return;
}
}
// System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66D145F9BC4E163069F795822A1EA8BEF2E4E55B, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___offset1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004a;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_RuntimeMethod_var);
}
IL_004a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ___offset1;
int32_t L_11 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))) >= ((int32_t)L_11)))
{
goto IL_0062;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*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, CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_RuntimeMethod_var);
}
IL_0062:
{
Type_t * L_14 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
bool L_17 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_14, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0085;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___buffer0;
int32_t L_19 = ___offset1;
int32_t L_20 = ___count2;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_21 = ___cancellationToken3;
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_22 = Stream_WriteAsync_mEA7EDCE2C825C3FBD011A6A17B49DF300E67034F(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
return L_22;
}
IL_0085:
{
bool L_23 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken3), /*hidden argument*/NULL);
if (!L_23)
{
goto IL_0096;
}
}
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_24 = ___cancellationToken3;
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_25 = Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860(L_24, /*hidden argument*/NULL);
return L_25;
}
IL_0096:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t L_27 = ___offset1;
int32_t L_28 = ___count2;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_29 = ___cancellationToken3;
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_30 = CryptoStream_WriteAsyncInternal_mD365E75E64AE8E3774ADDB274D7D9624AD0C6F86(__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL);
return L_30;
}
}
// System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::WriteAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * CryptoStream_WriteAsyncInternal_mD365E75E64AE8E3774ADDB274D7D9624AD0C6F86 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_WriteAsyncInternal_mD365E75E64AE8E3774ADDB274D7D9624AD0C6F86_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->set_U3CU3E4__this_2(__this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
(&V_0)->set_buffer_5(L_0);
int32_t L_1 = ___offset1;
(&V_0)->set_offset_4(L_1);
int32_t L_2 = ___count2;
(&V_0)->set_count_3(L_2);
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = ___cancellationToken3;
(&V_0)->set_cancellationToken_6(L_3);
IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 L_4 = AsyncTaskMethodBuilder_Create_m081DF9A202E7C2F3CF3D41E1E63E63DA18F19FDB(/*hidden argument*/NULL);
(&V_0)->set_U3CU3Et__builder_1(L_4);
(&V_0)->set_U3CU3E1__state_0((-1));
U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E L_5 = V_0;
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 L_6 = L_5.get_U3CU3Et__builder_1();
V_1 = L_6;
AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)(&V_1), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E_RuntimeMethod_var);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_7 = (&V_0)->get_address_of_U3CU3Et__builder_1();
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_8 = AsyncTaskMethodBuilder_get_Task_m3E45BC00F7D224FEA04AB9BF26DB52E131D33022((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Void System.Security.Cryptography.CryptoStream::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Clear_m1AA884F52A16073ABEC7FED27032AFBD120977C6 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, __this);
return;
}
}
// System.Void System.Security.Cryptography.CryptoStream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Dispose_m962D9C485B923CAB64FA560F44842268A2BC6459 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, bool ___disposing0, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_001c;
}
}
IL_0003:
{
bool L_1 = __this->get__finalBlockTransformed_15();
if (L_1)
{
goto IL_0011;
}
}
IL_000b:
{
CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9(__this, /*hidden argument*/NULL);
}
IL_0011:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get__stream_4();
NullCheck(L_2);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_2);
}
IL_001c:
{
IL2CPP_LEAVE(0x85, FINALLY_001e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001e;
}
FINALLY_001e:
{ // begin finally (depth: 1)
{
}
IL_001f:
try
{ // begin try (depth: 2)
{
__this->set__finalBlockTransformed_15((bool)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__InputBuffer_6();
if (!L_3)
{
goto IL_0042;
}
}
IL_002e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__InputBuffer_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__InputBuffer_6();
NullCheck(L_5);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), /*hidden argument*/NULL);
}
IL_0042:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__OutputBuffer_9();
if (!L_6)
{
goto IL_005e;
}
}
IL_004a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__OutputBuffer_9();
NullCheck(L_8);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL);
}
IL_005e:
{
__this->set__InputBuffer_6((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set__OutputBuffer_9((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set__canRead_13((bool)0);
__this->set__canWrite_14((bool)0);
IL2CPP_LEAVE(0x84, FINALLY_007c);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007c;
}
FINALLY_007c:
{ // begin finally (depth: 2)
bool L_9 = ___disposing0;
Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_9, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(124)
} // end finally (depth: 2)
IL2CPP_CLEANUP(124)
{
IL2CPP_JUMP_TBL(0x84, IL_0084)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0084:
{
IL2CPP_END_FINALLY(30)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(30)
{
IL2CPP_JUMP_TBL(0x85, IL_0085)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0085:
{
return;
}
}
// System.Void System.Security.Cryptography.CryptoStream::InitializeBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_InitializeBuffer_m6B1A734BADB817D61E6DCBC8780AB0C359089188 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_InitializeBuffer_m6B1A734BADB817D61E6DCBC8780AB0C359089188_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__Transform_5();
if (!L_0)
{
goto IL_004c;
}
}
{
RuntimeObject* L_1 = __this->get__Transform_5();
NullCheck(L_1);
int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Security.Cryptography.ICryptoTransform::get_InputBlockSize() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_1);
__this->set__InputBlockSize_8(L_2);
int32_t L_3 = __this->get__InputBlockSize_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_3);
__this->set__InputBuffer_6(L_4);
RuntimeObject* L_5 = __this->get__Transform_5();
NullCheck(L_5);
int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Security.Cryptography.ICryptoTransform::get_OutputBlockSize() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_5);
__this->set__OutputBlockSize_11(L_6);
int32_t L_7 = __this->get__OutputBlockSize_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_7);
__this->set__OutputBuffer_9(L_8);
}
IL_004c:
{
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.CryptoStream_<ReadAsyncInternal>d__34::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321 (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * V_1 = NULL;
int32_t V_2 = 0;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 V_3;
memset((&V_3), 0, sizeof(V_3));
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 V_4;
memset((&V_4), 0, sizeof(V_4));
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 V_5;
memset((&V_5), 0, sizeof(V_5));
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t V_7 = 0;
int32_t V_8 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_13 = NULL;
int32_t V_14 = 0;
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E V_15;
memset((&V_15), 0, sizeof(V_15));
ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A V_16;
memset((&V_16), 0, sizeof(V_16));
Exception_t * V_17 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 11);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_1 = __this->get_U3CU3E4__this_2();
V_1 = L_1;
}
IL_000e:
try
{ // begin try (depth: 1)
{
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_005f;
}
case 1:
{
goto IL_00d7;
}
case 2:
{
goto IL_00fb;
}
case 3:
{
goto IL_00fb;
}
}
}
IL_0024:
{
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * L_3 = (&V_4);
il2cpp_codegen_initobj(L_3, sizeof(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ));
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_4 = HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)L_3, /*hidden argument*/NULL);
V_3 = L_4;
bool L_5 = HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_3), /*hidden argument*/NULL);
if (L_5)
{
goto IL_007b;
}
}
IL_003c:
{
int32_t L_6 = 0;
V_0 = L_6;
__this->set_U3CU3E1__state_0(L_6);
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_7 = V_3;
__this->set_U3CU3Eu__1_11(L_7);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_8 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_8, (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_3), (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A_RuntimeMethod_var);
goto IL_06ba;
}
IL_005f:
{
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_9 = __this->get_U3CU3Eu__1_11();
V_3 = L_9;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * L_10 = __this->get_address_of_U3CU3Eu__1_11();
il2cpp_codegen_initobj(L_10, sizeof(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ));
int32_t L_11 = (-1);
V_0 = L_11;
__this->set_U3CU3E1__state_0(L_11);
}
IL_007b:
{
HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_3), /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_12 = V_1;
NullCheck(L_12);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_13 = Stream_EnsureAsyncActiveSemaphoreInitialized_m874CD5FC48757D8810E4DD57DADD850A338BDED2(L_12, /*hidden argument*/NULL);
__this->set_U3CsemU3E5__4_10(L_13);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_14 = __this->get_U3CsemU3E5__4_10();
NullCheck(L_14);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_15 = SemaphoreSlim_WaitAsync_mEEDF1F56EF96E2276622B97F79A28D194169B9F6(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_16 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_15, (bool)0, /*hidden argument*/NULL);
V_6 = L_16;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_17 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_6), /*hidden argument*/NULL);
V_5 = L_17;
bool L_18 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_5), /*hidden argument*/NULL);
if (L_18)
{
goto IL_00f4;
}
}
IL_00b3:
{
int32_t L_19 = 1;
V_0 = L_19;
__this->set_U3CU3E1__state_0(L_19);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_20 = V_5;
__this->set_U3CU3Eu__2_12(L_20);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_21 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_21, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_5), (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD_RuntimeMethod_var);
goto IL_06ba;
}
IL_00d7:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_22 = __this->get_U3CU3Eu__2_12();
V_5 = L_22;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_23 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_23, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_24 = (-1);
V_0 = L_24;
__this->set_U3CU3E1__state_0(L_24);
}
IL_00f4:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_5), /*hidden argument*/NULL);
}
IL_00fb:
{
}
IL_00fc:
try
{ // begin try (depth: 2)
{
int32_t L_25 = V_0;
if ((((int32_t)L_25) == ((int32_t)2)))
{
goto IL_02dd;
}
}
IL_0103:
{
int32_t L_26 = V_0;
if ((((int32_t)L_26) == ((int32_t)3)))
{
goto IL_046d;
}
}
IL_010a:
{
int32_t L_27 = __this->get_count_3();
__this->set_U3CbytesToDeliverU3E5__3_9(L_27);
int32_t L_28 = __this->get_offset_4();
__this->set_U3CcurrentOutputIndexU3E5__2_8(L_28);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_29 = V_1;
NullCheck(L_29);
int32_t L_30 = L_29->get__OutputBufferIndex_10();
if (!L_30)
{
goto IL_01ed;
}
}
IL_012d:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = L_31->get__OutputBufferIndex_10();
int32_t L_33 = __this->get_count_3();
if ((((int32_t)L_32) > ((int32_t)L_33)))
{
goto IL_0189;
}
}
IL_013b:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_34 = V_1;
NullCheck(L_34);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = L_34->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = __this->get_buffer_5();
int32_t L_37 = __this->get_offset_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_38 = V_1;
NullCheck(L_38);
int32_t L_39 = L_38->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_35, 0, (RuntimeArray *)(RuntimeArray *)L_36, L_37, L_39, /*hidden argument*/NULL);
int32_t L_40 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_41 = V_1;
NullCheck(L_41);
int32_t L_42 = L_41->get__OutputBufferIndex_10();
__this->set_U3CbytesToDeliverU3E5__3_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_42)));
int32_t L_43 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_44 = V_1;
NullCheck(L_44);
int32_t L_45 = L_44->get__OutputBufferIndex_10();
__this->set_U3CcurrentOutputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_46 = V_1;
NullCheck(L_46);
L_46->set__OutputBufferIndex_10(0);
goto IL_01ed;
}
IL_0189:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_47 = V_1;
NullCheck(L_47);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = L_47->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = __this->get_buffer_5();
int32_t L_50 = __this->get_offset_4();
int32_t L_51 = __this->get_count_3();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_48, 0, (RuntimeArray *)(RuntimeArray *)L_49, L_50, L_51, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_52 = V_1;
NullCheck(L_52);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = L_52->get__OutputBuffer_9();
int32_t L_54 = __this->get_count_3();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_55 = V_1;
NullCheck(L_55);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = L_55->get__OutputBuffer_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_57 = V_1;
NullCheck(L_57);
int32_t L_58 = L_57->get__OutputBufferIndex_10();
int32_t L_59 = __this->get_count_3();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_53, L_54, (RuntimeArray *)(RuntimeArray *)L_56, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_59)), /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_60 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_61 = V_1;
NullCheck(L_61);
int32_t L_62 = L_61->get__OutputBufferIndex_10();
int32_t L_63 = __this->get_count_3();
NullCheck(L_60);
L_60->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63)));
int32_t L_64 = __this->get_count_3();
V_2 = L_64;
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
IL_01ed:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_65 = V_1;
NullCheck(L_65);
bool L_66 = L_65->get__finalBlockTransformed_15();
if (!L_66)
{
goto IL_0208;
}
}
IL_01f5:
{
int32_t L_67 = __this->get_count_3();
int32_t L_68 = __this->get_U3CbytesToDeliverU3E5__3_9();
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68));
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
IL_0208:
{
V_7 = 0;
int32_t L_69 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_70 = V_1;
NullCheck(L_70);
int32_t L_71 = L_70->get__OutputBlockSize_11();
if ((((int32_t)L_69) <= ((int32_t)L_71)))
{
goto IL_0580;
}
}
IL_021c:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_72 = V_1;
NullCheck(L_72);
RuntimeObject* L_73 = L_72->get__Transform_5();
NullCheck(L_73);
bool L_74 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanTransformMultipleBlocks() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_73);
if (!L_74)
{
goto IL_0580;
}
}
IL_022c:
{
int32_t L_75 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_76 = V_1;
NullCheck(L_76);
int32_t L_77 = L_76->get__OutputBlockSize_11();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_78 = V_1;
NullCheck(L_78);
int32_t L_79 = L_78->get__InputBlockSize_8();
V_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_75/(int32_t)L_77)), (int32_t)L_79));
int32_t L_80 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_80);
__this->set_U3CtempInputBufferU3E5__1_7(L_81);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_82 = V_1;
NullCheck(L_82);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_83 = L_82->get__InputBuffer_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = __this->get_U3CtempInputBufferU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_85 = V_1;
NullCheck(L_85);
int32_t L_86 = L_85->get__InputBufferIndex_7();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_83, 0, (RuntimeArray *)(RuntimeArray *)L_84, 0, L_86, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_87 = V_1;
NullCheck(L_87);
int32_t L_88 = L_87->get__InputBufferIndex_7();
V_7 = L_88;
int32_t L_89 = V_7;
__this->set_U3CU3E7__wrap1_13(L_89);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_90 = V_1;
NullCheck(L_90);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_91 = L_90->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = __this->get_U3CtempInputBufferU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_93 = V_1;
NullCheck(L_93);
int32_t L_94 = L_93->get__InputBufferIndex_7();
int32_t L_95 = V_10;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_96 = V_1;
NullCheck(L_96);
int32_t L_97 = L_96->get__InputBufferIndex_7();
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_98 = __this->get_cancellationToken_6();
NullCheck(L_91);
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_99 = VirtFuncInvoker4< Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(21 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_91, L_92, L_94, ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_97)), L_98);
NullCheck(L_99);
ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A L_100 = Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982(L_99, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982_RuntimeMethod_var);
V_16 = L_100;
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_101 = ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_inline((ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A *)(&V_16), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_RuntimeMethod_var);
V_15 = L_101;
bool L_102 = ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92((ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92_RuntimeMethod_var);
if (L_102)
{
goto IL_02fa;
}
}
IL_02b9:
{
int32_t L_103 = 2;
V_0 = L_103;
__this->set_U3CU3E1__state_0(L_103);
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_104 = V_15;
__this->set_U3CU3Eu__3_14(L_104);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_105 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_105, (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A_RuntimeMethod_var);
IL2CPP_LEAVE(0x6BA, FINALLY_067c);
}
IL_02dd:
{
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_106 = __this->get_U3CU3Eu__3_14();
V_15 = L_106;
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * L_107 = __this->get_address_of_U3CU3Eu__3_14();
il2cpp_codegen_initobj(L_107, sizeof(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ));
int32_t L_108 = (-1);
V_0 = L_108;
__this->set_U3CU3E1__state_0(L_108);
}
IL_02fa:
{
int32_t L_109 = ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623((ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623_RuntimeMethod_var);
V_14 = L_109;
int32_t L_110 = __this->get_U3CU3E7__wrap1_13();
int32_t L_111 = V_14;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)L_111));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_112 = V_1;
NullCheck(L_112);
L_112->set__InputBufferIndex_7(0);
int32_t L_113 = V_7;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_114 = V_1;
NullCheck(L_114);
int32_t L_115 = L_114->get__InputBlockSize_8();
if ((((int32_t)L_113) > ((int32_t)L_115)))
{
goto IL_0338;
}
}
IL_031f:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_116 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_117 = __this->get_U3CtempInputBufferU3E5__1_7();
NullCheck(L_116);
L_116->set__InputBuffer_6(L_117);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_118 = V_1;
int32_t L_119 = V_7;
NullCheck(L_118);
L_118->set__InputBufferIndex_7(L_119);
goto IL_0580;
}
IL_0338:
{
int32_t L_120 = V_7;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_121 = V_1;
NullCheck(L_121);
int32_t L_122 = L_121->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_123 = V_1;
NullCheck(L_123);
int32_t L_124 = L_123->get__InputBlockSize_8();
V_11 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_120/(int32_t)L_122)), (int32_t)L_124));
int32_t L_125 = V_7;
int32_t L_126 = V_11;
V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)L_126));
int32_t L_127 = V_12;
if (!L_127)
{
goto IL_0374;
}
}
IL_0355:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_128 = V_1;
int32_t L_129 = V_12;
NullCheck(L_128);
L_128->set__InputBufferIndex_7(L_129);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_130 = __this->get_U3CtempInputBufferU3E5__1_7();
int32_t L_131 = V_11;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_132 = V_1;
NullCheck(L_132);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_133 = L_132->get__InputBuffer_6();
int32_t L_134 = V_12;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_130, L_131, (RuntimeArray *)(RuntimeArray *)L_133, 0, L_134, /*hidden argument*/NULL);
}
IL_0374:
{
int32_t L_135 = V_11;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_136 = V_1;
NullCheck(L_136);
int32_t L_137 = L_136->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_138 = V_1;
NullCheck(L_138);
int32_t L_139 = L_138->get__OutputBlockSize_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_140 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_135/(int32_t)L_137)), (int32_t)L_139)));
V_13 = L_140;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_141 = V_1;
NullCheck(L_141);
RuntimeObject* L_142 = L_141->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_143 = __this->get_U3CtempInputBufferU3E5__1_7();
int32_t L_144 = V_11;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_145 = V_13;
NullCheck(L_142);
int32_t L_146 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_142, L_143, 0, L_144, L_145, 0);
V_8 = L_146;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_147 = V_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_148 = __this->get_buffer_5();
int32_t L_149 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_150 = V_8;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_147, 0, (RuntimeArray *)(RuntimeArray *)L_148, L_149, L_150, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_151 = __this->get_U3CtempInputBufferU3E5__1_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_152 = __this->get_U3CtempInputBufferU3E5__1_7();
NullCheck(L_152);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_151, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_152)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_153 = V_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_154 = V_13;
NullCheck(L_154);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_153, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_154)->max_length)))), /*hidden argument*/NULL);
int32_t L_155 = __this->get_U3CbytesToDeliverU3E5__3_9();
int32_t L_156 = V_8;
__this->set_U3CbytesToDeliverU3E5__3_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_155, (int32_t)L_156)));
int32_t L_157 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_158 = V_8;
__this->set_U3CcurrentOutputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)L_158)));
__this->set_U3CtempInputBufferU3E5__1_7((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
goto IL_0580;
}
IL_0405:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_159 = V_1;
NullCheck(L_159);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_160 = L_159->get__stream_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_161 = V_1;
NullCheck(L_161);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_162 = L_161->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_163 = V_1;
NullCheck(L_163);
int32_t L_164 = L_163->get__InputBufferIndex_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_165 = V_1;
NullCheck(L_165);
int32_t L_166 = L_165->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_167 = V_1;
NullCheck(L_167);
int32_t L_168 = L_167->get__InputBufferIndex_7();
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_169 = __this->get_cancellationToken_6();
NullCheck(L_160);
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_170 = VirtFuncInvoker4< Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(21 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_160, L_162, L_164, ((int32_t)il2cpp_codegen_subtract((int32_t)L_166, (int32_t)L_168)), L_169);
NullCheck(L_170);
ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A L_171 = Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982(L_170, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982_RuntimeMethod_var);
V_16 = L_171;
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_172 = ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_inline((ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A *)(&V_16), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_RuntimeMethod_var);
V_15 = L_172;
bool L_173 = ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92((ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92_RuntimeMethod_var);
if (L_173)
{
goto IL_048a;
}
}
IL_0449:
{
int32_t L_174 = 3;
V_0 = L_174;
__this->set_U3CU3E1__state_0(L_174);
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_175 = V_15;
__this->set_U3CU3Eu__3_14(L_175);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_176 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_176, (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A_RuntimeMethod_var);
IL2CPP_LEAVE(0x6BA, FINALLY_067c);
}
IL_046d:
{
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_177 = __this->get_U3CU3Eu__3_14();
V_15 = L_177;
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * L_178 = __this->get_address_of_U3CU3Eu__3_14();
il2cpp_codegen_initobj(L_178, sizeof(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ));
int32_t L_179 = (-1);
V_0 = L_179;
__this->set_U3CU3E1__state_0(L_179);
}
IL_048a:
{
int32_t L_180 = ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623((ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623_RuntimeMethod_var);
V_7 = L_180;
int32_t L_181 = V_7;
if (!L_181)
{
goto IL_0598;
}
}
IL_049a:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_182 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_183 = V_1;
NullCheck(L_183);
int32_t L_184 = L_183->get__InputBufferIndex_7();
int32_t L_185 = V_7;
NullCheck(L_182);
L_182->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)L_185)));
}
IL_04a9:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_186 = V_1;
NullCheck(L_186);
int32_t L_187 = L_186->get__InputBufferIndex_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_188 = V_1;
NullCheck(L_188);
int32_t L_189 = L_188->get__InputBlockSize_8();
if ((((int32_t)L_187) < ((int32_t)L_189)))
{
goto IL_0405;
}
}
IL_04ba:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_190 = V_1;
NullCheck(L_190);
RuntimeObject* L_191 = L_190->get__Transform_5();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_192 = V_1;
NullCheck(L_192);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_193 = L_192->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_194 = V_1;
NullCheck(L_194);
int32_t L_195 = L_194->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_196 = V_1;
NullCheck(L_196);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_197 = L_196->get__OutputBuffer_9();
NullCheck(L_191);
int32_t L_198 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_191, L_193, 0, L_195, L_197, 0);
V_8 = L_198;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_199 = V_1;
NullCheck(L_199);
L_199->set__InputBufferIndex_7(0);
int32_t L_200 = __this->get_U3CbytesToDeliverU3E5__3_9();
int32_t L_201 = V_8;
if ((((int32_t)L_200) < ((int32_t)L_201)))
{
goto IL_0527;
}
}
IL_04ec:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_202 = V_1;
NullCheck(L_202);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_203 = L_202->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_204 = __this->get_buffer_5();
int32_t L_205 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_206 = V_8;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_203, 0, (RuntimeArray *)(RuntimeArray *)L_204, L_205, L_206, /*hidden argument*/NULL);
int32_t L_207 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_208 = V_8;
__this->set_U3CcurrentOutputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_207, (int32_t)L_208)));
int32_t L_209 = __this->get_U3CbytesToDeliverU3E5__3_9();
int32_t L_210 = V_8;
__this->set_U3CbytesToDeliverU3E5__3_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_209, (int32_t)L_210)));
goto IL_0580;
}
IL_0527:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_211 = V_1;
NullCheck(L_211);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_212 = L_211->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_213 = __this->get_buffer_5();
int32_t L_214 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_215 = __this->get_U3CbytesToDeliverU3E5__3_9();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_212, 0, (RuntimeArray *)(RuntimeArray *)L_213, L_214, L_215, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_216 = V_1;
int32_t L_217 = V_8;
int32_t L_218 = __this->get_U3CbytesToDeliverU3E5__3_9();
NullCheck(L_216);
L_216->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_217, (int32_t)L_218)));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_219 = V_1;
NullCheck(L_219);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_220 = L_219->get__OutputBuffer_9();
int32_t L_221 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_222 = V_1;
NullCheck(L_222);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_223 = L_222->get__OutputBuffer_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_224 = V_1;
NullCheck(L_224);
int32_t L_225 = L_224->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_220, L_221, (RuntimeArray *)(RuntimeArray *)L_223, 0, L_225, /*hidden argument*/NULL);
int32_t L_226 = __this->get_count_3();
V_2 = L_226;
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
IL_0580:
{
int32_t L_227 = __this->get_U3CbytesToDeliverU3E5__3_9();
if ((((int32_t)L_227) > ((int32_t)0)))
{
goto IL_04a9;
}
}
IL_058c:
{
int32_t L_228 = __this->get_count_3();
V_2 = L_228;
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
IL_0598:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_229 = V_1;
NullCheck(L_229);
RuntimeObject* L_230 = L_229->get__Transform_5();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_231 = V_1;
NullCheck(L_231);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_232 = L_231->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_233 = V_1;
NullCheck(L_233);
int32_t L_234 = L_233->get__InputBufferIndex_7();
NullCheck(L_230);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_235 = InterfaceFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_230, L_232, 0, L_234);
V_9 = L_235;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_236 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_237 = V_9;
NullCheck(L_236);
L_236->set__OutputBuffer_9(L_237);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_238 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_239 = V_9;
NullCheck(L_239);
NullCheck(L_238);
L_238->set__OutputBufferIndex_10((((int32_t)((int32_t)(((RuntimeArray*)L_239)->max_length)))));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_240 = V_1;
NullCheck(L_240);
L_240->set__finalBlockTransformed_15((bool)1);
int32_t L_241 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_242 = V_1;
NullCheck(L_242);
int32_t L_243 = L_242->get__OutputBufferIndex_10();
if ((((int32_t)L_241) >= ((int32_t)L_243)))
{
goto IL_0633;
}
}
IL_05d9:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_244 = V_1;
NullCheck(L_244);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_245 = L_244->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_246 = __this->get_buffer_5();
int32_t L_247 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_248 = __this->get_U3CbytesToDeliverU3E5__3_9();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_245, 0, (RuntimeArray *)(RuntimeArray *)L_246, L_247, L_248, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_249 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_250 = V_1;
NullCheck(L_250);
int32_t L_251 = L_250->get__OutputBufferIndex_10();
int32_t L_252 = __this->get_U3CbytesToDeliverU3E5__3_9();
NullCheck(L_249);
L_249->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_251, (int32_t)L_252)));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_253 = V_1;
NullCheck(L_253);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_254 = L_253->get__OutputBuffer_9();
int32_t L_255 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_256 = V_1;
NullCheck(L_256);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_257 = L_256->get__OutputBuffer_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_258 = V_1;
NullCheck(L_258);
int32_t L_259 = L_258->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_254, L_255, (RuntimeArray *)(RuntimeArray *)L_257, 0, L_259, /*hidden argument*/NULL);
int32_t L_260 = __this->get_count_3();
V_2 = L_260;
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
IL_0633:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_261 = V_1;
NullCheck(L_261);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_262 = L_261->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_263 = __this->get_buffer_5();
int32_t L_264 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_265 = V_1;
NullCheck(L_265);
int32_t L_266 = L_265->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_262, 0, (RuntimeArray *)(RuntimeArray *)L_263, L_264, L_266, /*hidden argument*/NULL);
int32_t L_267 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_268 = V_1;
NullCheck(L_268);
int32_t L_269 = L_268->get__OutputBufferIndex_10();
__this->set_U3CbytesToDeliverU3E5__3_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_267, (int32_t)L_269)));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_270 = V_1;
NullCheck(L_270);
L_270->set__OutputBufferIndex_10(0);
int32_t L_271 = __this->get_count_3();
int32_t L_272 = __this->get_U3CbytesToDeliverU3E5__3_9();
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_271, (int32_t)L_272));
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_067c;
}
FINALLY_067c:
{ // begin finally (depth: 2)
{
int32_t L_273 = V_0;
if ((((int32_t)L_273) >= ((int32_t)0)))
{
goto IL_068c;
}
}
IL_0680:
{
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_274 = __this->get_U3CsemU3E5__4_10();
NullCheck(L_274);
SemaphoreSlim_Release_m963242914A622613DD41C740400F7D40C85BD169(L_274, /*hidden argument*/NULL);
}
IL_068c:
{
IL2CPP_END_FINALLY(1660)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(1660)
{
IL2CPP_JUMP_TBL(0x6A6, IL_06a6)
IL2CPP_JUMP_TBL(0x6BA, IL_06ba)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // 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_068d;
throw e;
}
CATCH_068d:
{ // begin catch(System.Exception)
V_17 = ((Exception_t *)__exception_local);
__this->set_U3CU3E1__state_0(((int32_t)-2));
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_275 = __this->get_address_of_U3CU3Et__builder_1();
Exception_t * L_276 = V_17;
AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_275, L_276, /*hidden argument*/AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821_RuntimeMethod_var);
goto IL_06ba;
} // end catch (depth: 1)
IL_06a6:
{
__this->set_U3CU3E1__state_0(((int32_t)-2));
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_277 = __this->get_address_of_U3CU3Et__builder_1();
int32_t L_278 = V_2;
AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_277, L_278, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230_RuntimeMethod_var);
}
IL_06ba:
{
return;
}
}
IL2CPP_EXTERN_C void U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * _thisAdjusted = reinterpret_cast<U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *>(__this + _offset);
U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321(_thisAdjusted, method);
}
// System.Void System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_0 = __this->get_address_of_U3CU3Et__builder_1();
RuntimeObject* L_1 = ___stateMachine0;
AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877_RuntimeMethod_var);
return;
}
}
IL2CPP_EXTERN_C void U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
int32_t _offset = 1;
U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * _thisAdjusted = reinterpret_cast<U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *>(__this + _offset);
U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD(_thisAdjusted, ___stateMachine0, 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.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5 (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * V_1 = NULL;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 V_2;
memset((&V_2), 0, sizeof(V_2));
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 V_3;
memset((&V_3), 0, sizeof(V_3));
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 V_4;
memset((&V_4), 0, sizeof(V_4));
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
int32_t V_7 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL;
Exception_t * V_9 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 10);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_1 = __this->get_U3CU3E4__this_2();
V_1 = L_1;
}
IL_000e:
try
{ // begin try (depth: 1)
{
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0067;
}
case 1:
{
goto IL_00df;
}
case 2:
{
goto IL_0103;
}
case 3:
{
goto IL_0103;
}
case 4:
{
goto IL_0103;
}
case 5:
{
goto IL_0103;
}
}
}
IL_002c:
{
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * L_3 = (&V_3);
il2cpp_codegen_initobj(L_3, sizeof(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ));
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_4 = HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)L_3, /*hidden argument*/NULL);
V_2 = L_4;
bool L_5 = HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_2), /*hidden argument*/NULL);
if (L_5)
{
goto IL_0083;
}
}
IL_0044:
{
int32_t L_6 = 0;
V_0 = L_6;
__this->set_U3CU3E1__state_0(L_6);
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_7 = V_2;
__this->set_U3CU3Eu__1_11(L_7);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_8 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_8, (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_2), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337_RuntimeMethod_var);
goto IL_05a8;
}
IL_0067:
{
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_9 = __this->get_U3CU3Eu__1_11();
V_2 = L_9;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * L_10 = __this->get_address_of_U3CU3Eu__1_11();
il2cpp_codegen_initobj(L_10, sizeof(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ));
int32_t L_11 = (-1);
V_0 = L_11;
__this->set_U3CU3E1__state_0(L_11);
}
IL_0083:
{
HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_2), /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_12 = V_1;
NullCheck(L_12);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_13 = Stream_EnsureAsyncActiveSemaphoreInitialized_m874CD5FC48757D8810E4DD57DADD850A338BDED2(L_12, /*hidden argument*/NULL);
__this->set_U3CsemU3E5__4_10(L_13);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_14 = __this->get_U3CsemU3E5__4_10();
NullCheck(L_14);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_15 = SemaphoreSlim_WaitAsync_mEEDF1F56EF96E2276622B97F79A28D194169B9F6(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_16 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_15, (bool)0, /*hidden argument*/NULL);
V_5 = L_16;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_17 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_5), /*hidden argument*/NULL);
V_4 = L_17;
bool L_18 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
if (L_18)
{
goto IL_00fc;
}
}
IL_00bb:
{
int32_t L_19 = 1;
V_0 = L_19;
__this->set_U3CU3E1__state_0(L_19);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_20 = V_4;
__this->set_U3CU3Eu__2_12(L_20);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_21 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_21, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var);
goto IL_05a8;
}
IL_00df:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_22 = __this->get_U3CU3Eu__2_12();
V_4 = L_22;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_23 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_23, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_24 = (-1);
V_0 = L_24;
__this->set_U3CU3E1__state_0(L_24);
}
IL_00fc:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
}
IL_0103:
{
}
IL_0104:
try
{ // begin try (depth: 2)
{
int32_t L_25 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)2)))
{
case 0:
{
goto IL_0266;
}
case 1:
{
goto IL_031b;
}
case 2:
{
goto IL_0410;
}
case 3:
{
goto IL_04dd;
}
}
}
IL_011c:
{
int32_t L_26 = __this->get_count_3();
__this->set_U3CbytesToWriteU3E5__1_7(L_26);
int32_t L_27 = __this->get_offset_4();
__this->set_U3CcurrentInputIndexU3E5__2_8(L_27);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_28 = V_1;
NullCheck(L_28);
int32_t L_29 = L_28->get__InputBufferIndex_7();
if ((((int32_t)L_29) <= ((int32_t)0)))
{
goto IL_01fe;
}
}
IL_0140:
{
int32_t L_30 = __this->get_count_3();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = L_31->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_33 = V_1;
NullCheck(L_33);
int32_t L_34 = L_33->get__InputBufferIndex_7();
if ((((int32_t)L_30) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_34)))))
{
goto IL_01c2;
}
}
IL_0155:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = __this->get_buffer_5();
int32_t L_36 = __this->get_offset_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_37 = V_1;
NullCheck(L_37);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = L_37->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_39 = V_1;
NullCheck(L_39);
int32_t L_40 = L_39->get__InputBufferIndex_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_41 = V_1;
NullCheck(L_41);
int32_t L_42 = L_41->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_43 = V_1;
NullCheck(L_43);
int32_t L_44 = L_43->get__InputBufferIndex_7();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_35, L_36, (RuntimeArray *)(RuntimeArray *)L_38, L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)), /*hidden argument*/NULL);
int32_t L_45 = __this->get_U3CcurrentInputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_46 = V_1;
NullCheck(L_46);
int32_t L_47 = L_46->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_48 = V_1;
NullCheck(L_48);
int32_t L_49 = L_48->get__InputBufferIndex_7();
__this->set_U3CcurrentInputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)L_49)))));
int32_t L_50 = __this->get_U3CbytesToWriteU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_51 = V_1;
NullCheck(L_51);
int32_t L_52 = L_51->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_53 = V_1;
NullCheck(L_53);
int32_t L_54 = L_53->get__InputBufferIndex_7();
__this->set_U3CbytesToWriteU3E5__1_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_54)))));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_55 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_56 = V_1;
NullCheck(L_56);
int32_t L_57 = L_56->get__InputBlockSize_8();
NullCheck(L_55);
L_55->set__InputBufferIndex_7(L_57);
goto IL_01fe;
}
IL_01c2:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = __this->get_buffer_5();
int32_t L_59 = __this->get_offset_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_60 = V_1;
NullCheck(L_60);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = L_60->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_62 = V_1;
NullCheck(L_62);
int32_t L_63 = L_62->get__InputBufferIndex_7();
int32_t L_64 = __this->get_count_3();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_58, L_59, (RuntimeArray *)(RuntimeArray *)L_61, L_63, L_64, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_65 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_66 = V_1;
NullCheck(L_66);
int32_t L_67 = L_66->get__InputBufferIndex_7();
int32_t L_68 = __this->get_count_3();
NullCheck(L_65);
L_65->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_68)));
IL2CPP_LEAVE(0x595, FINALLY_056b);
}
IL_01fe:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_69 = V_1;
NullCheck(L_69);
int32_t L_70 = L_69->get__OutputBufferIndex_10();
if ((((int32_t)L_70) <= ((int32_t)0)))
{
goto IL_0291;
}
}
IL_020a:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_71 = V_1;
NullCheck(L_71);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_72 = L_71->get__stream_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_73 = V_1;
NullCheck(L_73);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = L_73->get__OutputBuffer_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_75 = V_1;
NullCheck(L_75);
int32_t L_76 = L_75->get__OutputBufferIndex_10();
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_77 = __this->get_cancellationToken_6();
NullCheck(L_72);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_78 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(24 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_72, L_74, 0, L_76, L_77);
NullCheck(L_78);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_79 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_78, (bool)0, /*hidden argument*/NULL);
V_5 = L_79;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_80 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_5), /*hidden argument*/NULL);
V_4 = L_80;
bool L_81 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
if (L_81)
{
goto IL_0283;
}
}
IL_0242:
{
int32_t L_82 = 2;
V_0 = L_82;
__this->set_U3CU3E1__state_0(L_82);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_83 = V_4;
__this->set_U3CU3Eu__2_12(L_83);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_84 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_84, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var);
IL2CPP_LEAVE(0x5A8, FINALLY_056b);
}
IL_0266:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_85 = __this->get_U3CU3Eu__2_12();
V_4 = L_85;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_86 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_86, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_87 = (-1);
V_0 = L_87;
__this->set_U3CU3E1__state_0(L_87);
}
IL_0283:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_88 = V_1;
NullCheck(L_88);
L_88->set__OutputBufferIndex_10(0);
}
IL_0291:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_89 = V_1;
NullCheck(L_89);
int32_t L_90 = L_89->get__InputBufferIndex_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_91 = V_1;
NullCheck(L_91);
int32_t L_92 = L_91->get__InputBlockSize_8();
if ((!(((uint32_t)L_90) == ((uint32_t)L_92))))
{
goto IL_055d;
}
}
IL_02a2:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_93 = V_1;
NullCheck(L_93);
RuntimeObject* L_94 = L_93->get__Transform_5();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_95 = V_1;
NullCheck(L_95);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = L_95->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_97 = V_1;
NullCheck(L_97);
int32_t L_98 = L_97->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_99 = V_1;
NullCheck(L_99);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_100 = L_99->get__OutputBuffer_9();
NullCheck(L_94);
int32_t L_101 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_94, L_96, 0, L_98, L_100, 0);
V_6 = L_101;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_102 = V_1;
NullCheck(L_102);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_103 = L_102->get__stream_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_104 = V_1;
NullCheck(L_104);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_105 = L_104->get__OutputBuffer_9();
int32_t L_106 = V_6;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_107 = __this->get_cancellationToken_6();
NullCheck(L_103);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_108 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(24 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_103, L_105, 0, L_106, L_107);
NullCheck(L_108);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_109 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_108, (bool)0, /*hidden argument*/NULL);
V_5 = L_109;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_110 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_5), /*hidden argument*/NULL);
V_4 = L_110;
bool L_111 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
if (L_111)
{
goto IL_0338;
}
}
IL_02f7:
{
int32_t L_112 = 3;
V_0 = L_112;
__this->set_U3CU3E1__state_0(L_112);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_113 = V_4;
__this->set_U3CU3Eu__2_12(L_113);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_114 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_114, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var);
IL2CPP_LEAVE(0x5A8, FINALLY_056b);
}
IL_031b:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_115 = __this->get_U3CU3Eu__2_12();
V_4 = L_115;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_116 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_116, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_117 = (-1);
V_0 = L_117;
__this->set_U3CU3E1__state_0(L_117);
}
IL_0338:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_118 = V_1;
NullCheck(L_118);
L_118->set__InputBufferIndex_7(0);
goto IL_055d;
}
IL_034b:
{
int32_t L_119 = __this->get_U3CbytesToWriteU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_120 = V_1;
NullCheck(L_120);
int32_t L_121 = L_120->get__InputBlockSize_8();
if ((((int32_t)L_119) < ((int32_t)L_121)))
{
goto IL_0529;
}
}
IL_035c:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_122 = V_1;
NullCheck(L_122);
RuntimeObject* L_123 = L_122->get__Transform_5();
NullCheck(L_123);
bool L_124 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanTransformMultipleBlocks() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_123);
if (!L_124)
{
goto IL_045f;
}
}
IL_036c:
{
int32_t L_125 = __this->get_U3CbytesToWriteU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_126 = V_1;
NullCheck(L_126);
int32_t L_127 = L_126->get__InputBlockSize_8();
V_7 = ((int32_t)((int32_t)L_125/(int32_t)L_127));
int32_t L_128 = V_7;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_129 = V_1;
NullCheck(L_129);
int32_t L_130 = L_129->get__InputBlockSize_8();
__this->set_U3CnumWholeBlocksInBytesU3E5__3_9(((int32_t)il2cpp_codegen_multiply((int32_t)L_128, (int32_t)L_130)));
int32_t L_131 = V_7;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_132 = V_1;
NullCheck(L_132);
int32_t L_133 = L_132->get__OutputBlockSize_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_134 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_131, (int32_t)L_133)));
V_8 = L_134;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_135 = V_1;
NullCheck(L_135);
RuntimeObject* L_136 = L_135->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_137 = __this->get_buffer_5();
int32_t L_138 = __this->get_U3CcurrentInputIndexU3E5__2_8();
int32_t L_139 = __this->get_U3CnumWholeBlocksInBytesU3E5__3_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_140 = V_8;
NullCheck(L_136);
int32_t L_141 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_136, L_137, L_138, L_139, L_140, 0);
V_6 = L_141;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_142 = V_1;
NullCheck(L_142);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_143 = L_142->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_144 = V_8;
int32_t L_145 = V_6;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_146 = __this->get_cancellationToken_6();
NullCheck(L_143);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_147 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(24 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_143, L_144, 0, L_145, L_146);
NullCheck(L_147);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_148 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_147, (bool)0, /*hidden argument*/NULL);
V_5 = L_148;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_149 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_5), /*hidden argument*/NULL);
V_4 = L_149;
bool L_150 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
if (L_150)
{
goto IL_042d;
}
}
IL_03ec:
{
int32_t L_151 = 4;
V_0 = L_151;
__this->set_U3CU3E1__state_0(L_151);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_152 = V_4;
__this->set_U3CU3Eu__2_12(L_152);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_153 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_153, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var);
IL2CPP_LEAVE(0x5A8, FINALLY_056b);
}
IL_0410:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_154 = __this->get_U3CU3Eu__2_12();
V_4 = L_154;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_155 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_155, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_156 = (-1);
V_0 = L_156;
__this->set_U3CU3E1__state_0(L_156);
}
IL_042d:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
int32_t L_157 = __this->get_U3CcurrentInputIndexU3E5__2_8();
int32_t L_158 = __this->get_U3CnumWholeBlocksInBytesU3E5__3_9();
__this->set_U3CcurrentInputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)L_158)));
int32_t L_159 = __this->get_U3CbytesToWriteU3E5__1_7();
int32_t L_160 = __this->get_U3CnumWholeBlocksInBytesU3E5__3_9();
__this->set_U3CbytesToWriteU3E5__1_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_159, (int32_t)L_160)));
goto IL_055d;
}
IL_045f:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_161 = V_1;
NullCheck(L_161);
RuntimeObject* L_162 = L_161->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_163 = __this->get_buffer_5();
int32_t L_164 = __this->get_U3CcurrentInputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_165 = V_1;
NullCheck(L_165);
int32_t L_166 = L_165->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_167 = V_1;
NullCheck(L_167);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_168 = L_167->get__OutputBuffer_9();
NullCheck(L_162);
int32_t L_169 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_162, L_163, L_164, L_166, L_168, 0);
V_6 = L_169;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_170 = V_1;
NullCheck(L_170);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_171 = L_170->get__stream_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_172 = V_1;
NullCheck(L_172);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_173 = L_172->get__OutputBuffer_9();
int32_t L_174 = V_6;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_175 = __this->get_cancellationToken_6();
NullCheck(L_171);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_176 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(24 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_171, L_173, 0, L_174, L_175);
NullCheck(L_176);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_177 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_176, (bool)0, /*hidden argument*/NULL);
V_5 = L_177;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_178 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_5), /*hidden argument*/NULL);
V_4 = L_178;
bool L_179 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
if (L_179)
{
goto IL_04fa;
}
}
IL_04b9:
{
int32_t L_180 = 5;
V_0 = L_180;
__this->set_U3CU3E1__state_0(L_180);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_181 = V_4;
__this->set_U3CU3Eu__2_12(L_181);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_182 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_182, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var);
IL2CPP_LEAVE(0x5A8, FINALLY_056b);
}
IL_04dd:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_183 = __this->get_U3CU3Eu__2_12();
V_4 = L_183;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_184 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_184, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_185 = (-1);
V_0 = L_185;
__this->set_U3CU3E1__state_0(L_185);
}
IL_04fa:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
int32_t L_186 = __this->get_U3CcurrentInputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_187 = V_1;
NullCheck(L_187);
int32_t L_188 = L_187->get__InputBlockSize_8();
__this->set_U3CcurrentInputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)L_188)));
int32_t L_189 = __this->get_U3CbytesToWriteU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_190 = V_1;
NullCheck(L_190);
int32_t L_191 = L_190->get__InputBlockSize_8();
__this->set_U3CbytesToWriteU3E5__1_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_189, (int32_t)L_191)));
goto IL_055d;
}
IL_0529:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_192 = __this->get_buffer_5();
int32_t L_193 = __this->get_U3CcurrentInputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_194 = V_1;
NullCheck(L_194);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_195 = L_194->get__InputBuffer_6();
int32_t L_196 = __this->get_U3CbytesToWriteU3E5__1_7();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_192, L_193, (RuntimeArray *)(RuntimeArray *)L_195, 0, L_196, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_197 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_198 = V_1;
NullCheck(L_198);
int32_t L_199 = L_198->get__InputBufferIndex_7();
int32_t L_200 = __this->get_U3CbytesToWriteU3E5__1_7();
NullCheck(L_197);
L_197->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)L_200)));
IL2CPP_LEAVE(0x595, FINALLY_056b);
}
IL_055d:
{
int32_t L_201 = __this->get_U3CbytesToWriteU3E5__1_7();
if ((((int32_t)L_201) > ((int32_t)0)))
{
goto IL_034b;
}
}
IL_0569:
{
IL2CPP_LEAVE(0x595, FINALLY_056b);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_056b;
}
FINALLY_056b:
{ // begin finally (depth: 2)
{
int32_t L_202 = V_0;
if ((((int32_t)L_202) >= ((int32_t)0)))
{
goto IL_057b;
}
}
IL_056f:
{
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_203 = __this->get_U3CsemU3E5__4_10();
NullCheck(L_203);
SemaphoreSlim_Release_m963242914A622613DD41C740400F7D40C85BD169(L_203, /*hidden argument*/NULL);
}
IL_057b:
{
IL2CPP_END_FINALLY(1387)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(1387)
{
IL2CPP_JUMP_TBL(0x595, IL_0595)
IL2CPP_JUMP_TBL(0x5A8, IL_05a8)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // 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_057c;
throw e;
}
CATCH_057c:
{ // begin catch(System.Exception)
V_9 = ((Exception_t *)__exception_local);
__this->set_U3CU3E1__state_0(((int32_t)-2));
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_204 = __this->get_address_of_U3CU3Et__builder_1();
Exception_t * L_205 = V_9;
AsyncTaskMethodBuilder_SetException_m370C484922A63A6EF96E241D1370B8814F1F2D6B((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_204, L_205, /*hidden argument*/NULL);
goto IL_05a8;
} // end catch (depth: 1)
IL_0595:
{
__this->set_U3CU3E1__state_0(((int32_t)-2));
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_206 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_SetResult_m151016FB698F3BB34A73BAE693A97513A7E4C838((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_206, /*hidden argument*/NULL);
}
IL_05a8:
{
return;
}
}
IL2CPP_EXTERN_C void U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * _thisAdjusted = reinterpret_cast<U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *>(__this + _offset);
U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5(_thisAdjusted, method);
}
// System.Void System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAsyncInternalU3Ed__37_SetStateMachine_m4A99EAA551718254A8D19CFBBF98CAF94815B0A5 (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
{
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_0 = __this->get_address_of_U3CU3Et__builder_1();
RuntimeObject* L_1 = ___stateMachine0;
AsyncTaskMethodBuilder_SetStateMachine_mB5DD68F7C49EA6D452AEBA02B1B98AED898C3C25((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_0, L_1, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void U3CWriteAsyncInternalU3Ed__37_SetStateMachine_m4A99EAA551718254A8D19CFBBF98CAF94815B0A5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
int32_t _offset = 1;
U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * _thisAdjusted = reinterpret_cast<U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *>(__this + _offset);
U3CWriteAsyncInternalU3Ed__37_SetStateMachine_m4A99EAA551718254A8D19CFBBF98CAF94815B0A5(_thisAdjusted, ___stateMachine0, 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.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable::GetAwaiter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method)
{
{
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_0 = (*(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)__this);
return L_0;
}
}
IL2CPP_EXTERN_C HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * _thisAdjusted = reinterpret_cast<HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *>(__this + _offset);
return HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE(_thisAdjusted, method);
}
// System.Boolean System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87 (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * _thisAdjusted = reinterpret_cast<HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *>(__this + _offset);
return HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87(_thisAdjusted, method);
}
// System.Void System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable::OnCompleted(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___continuation0;
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_Run_m201E4C04F97BCF541633AF913DF20C6FF7872E44(L_0, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE_AdjustorThunk (RuntimeObject * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, const RuntimeMethod* method)
{
int32_t _offset = 1;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * _thisAdjusted = reinterpret_cast<HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *>(__this + _offset);
HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE(_thisAdjusted, ___continuation0, method);
}
// System.Void System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5 (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method)
{
{
return;
}
}
IL2CPP_EXTERN_C void HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * _thisAdjusted = reinterpret_cast<HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *>(__this + _offset);
HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5(_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.Security.Cryptography.CryptographicException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral996AD5C7B881B0CC46DFFA2FBEFBEA98C1C47655, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233296), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __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)-2146233296), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___format0, String_t* ___insert1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = ___format0;
String_t* L_2 = ___insert1;
String_t* L_3 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_0, L_1, L_2, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_3, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233296), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___inner1;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233296), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE4CECD7E58EFCF815F415BE5231DCF0201D11C6C (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, int32_t ___hr0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___hr0;
String_t* L_1 = Win32Native_GetMessage_m68D6D40DD33D7F2FF30B7CE600BADBEB4EE41B87(L_0, /*hidden argument*/NULL);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(__this, L_1, /*hidden argument*/NULL);
int32_t L_2 = ___hr0;
if ((((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_2)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL)))))))))) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL))))))))))
{
goto IL_002c;
}
}
{
int32_t L_3 = ___hr0;
___hr0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)65535)))|(int32_t)((int32_t)-2147024896)));
}
IL_002c:
{
int32_t L_4 = ___hr0;
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA5B62B482A9F39F0B6C95D0C6FB89F1D67ECB344 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __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.Security.Cryptography.CryptographicException::ThrowCryptographicException(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException_ThrowCryptographicException_mDD7C0956C43098CA98DC2CAB16159E6C0949EF5A (int32_t ___hr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptographicException_ThrowCryptographicException_mDD7C0956C43098CA98DC2CAB16159E6C0949EF5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___hr0;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_1 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mE4CECD7E58EFCF815F415BE5231DCF0201D11C6C(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptographicException_ThrowCryptographicException_mDD7C0956C43098CA98DC2CAB16159E6C0949EF5A_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* SafeSerializationEventArgs_get_SerializedStates_m31C8F7B805E2DF3B7D0650D9459D07AA5C689CBA_inline (SafeSerializationEventArgs_t28E0AA92FC03B1E8A9BECCC076962BF67A5B32AD * __this, const RuntimeMethod* method)
{
{
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = __this->get_m_serializedStates_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * SerializationInfo_get_ObjectType_m227A3004E5DD7A4A9BB20389D5DB58953C5AEA0B_inline (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_objectType_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_GetHashCode_m6B9EBCA27E4FCB1E41926B915F4C72CA9DACD1F5_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_state_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_state_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeFieldHandle__ctor_m0F5089DB23BC2C4CB780462950561A777E9480F1_inline (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeFieldHandle_get_Value_m2C81CBF4FC895E7A343C344BE8EE96D9DEBEA3DA_inline (RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultMemberAttribute_get_MemberName_mC3A880116EB62C9DC66420EBE8C2F68BCC915121_inline (DefaultMemberAttribute_t5942F1EEEB050C11A84EAA5605BB79E337186731 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_memberName_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimePropertyHandle__ctor_m00C7A705D1521572DD6CBCBBACDA2168E7174495_inline (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GuidAttribute_get_Value_m0FE8674D80D3832285CAAACC30D3471E024E8CC1_inline (GuidAttribute_t12D6C9EA1C65F4B67401C657AB97CD253FC09D34 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__val_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeEventHandle__ctor_m74BEE789797EFEE15B634C7AA44F68AF747DB1B2_inline (RuntimeEventHandle_tE5D1932AECB9CB753494050E033F25584E3693A9 * __this, intptr_t ___v0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___v0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeTypeHandle__ctor_mEB06C5627C45B7B7D9143A08107613EC60D7C092_inline (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, intptr_t ___val0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___val0;
__this->set_value_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_value_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_skipSize_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_minSize_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_MaxSize_m0DA99EB5B5DE65B27B83EC85F634BBC6382E1691_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_maxSize_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CryptoStream_get_HasFlushedFinalBlock_mCA9C75EE30F8F809D0A1C11E867988E7B380146D_inline (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__finalBlockTransformed_15();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline (ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 * __this, const RuntimeMethod* method)
{
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_0 = __this->get_m_configuredTaskAwaiter_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListBuilder_1_get_Count_mABBE8C1EB9BD01385ED84FDA8FF03EF6FBB931B0_gshared_inline (ListBuilder_1_t9EAEEF235A9750C3B9F2008C7B599DBFB1A755E0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__count_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method)
{
{
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_gshared_inline (ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A * __this, const RuntimeMethod* method)
{
{
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_0 = (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E )__this->get_m_configuredTaskAwaiter_0();
return L_0;
}
}